中文
相关论文

相关论文: On Register Linearizability and Termination

200 篇论文

In recent years, a myriad of advanced results have been reported in the community of imitation learning, ranging from parametric to non-parametric, probabilistic to non-probabilistic and Bayesian to frequentist approaches. Meanwhile, ample…

机器学习 · 计算机科学 2019-09-18 Yanlong Huang , Darwin G. Caldwell

Regularization plays an important role in generalization of deep neural networks, which are often prone to overfitting with their numerous parameters. L1 and L2 regularizers are common regularization tools in machine learning with their…

机器学习 · 计算机科学 2019-10-21 Dae Hoon Park , Chiu Man Ho , Yi Chang , Huaqing Zhang

Robustness verification of neural networks, referring to formally proving that neural networks satisfy robustness properties, is of crucial importance in safety-critical applications, where model failures can result in loss of human life or…

机器学习 · 计算机科学 2026-04-06 Minh Le , Phuong Cao

The problem of optimizing over random structures emerges in many areas of science and engineering, ranging from statistical physics to machine learning and artificial intelligence. For many such structures finding optimal solutions by means…

计算复杂性 · 计算机科学 2022-10-12 David Gamarnik

Fixed-parameter tractability analysis and scheduling are two core domains of combinatorial optimization which led to deep understanding of many important algorithmic questions. However, even though fixed-parameter algorithms are appealing…

数据结构与算法 · 计算机科学 2013-11-19 Matthias Mnich , Andreas Wiese

We exhibit assertion-preserving (reachability preserving) transformations from parameterized concurrent shared-memory programs, under a k-round scheduling of processes, to sequential programs. The salient feature of the sequential program…

计算机科学中的逻辑 · 计算机科学 2012-07-19 Salvatore La Torre , P. Madhusudan , Gennaro Parlato

We study the statistical performance of a continual learning problem with two linear regression tasks in a well-specified random design setting. We consider a structural regularization algorithm that incorporates a generalized…

机器学习 · 计算机科学 2025-04-08 Haoran Li , Jingfeng Wu , Vladimir Braverman

Computational interpretations of linear logic allow static control of memory resources: the data produced by the program are endowed through its type with attributes that determine its life cycle, and guarantee safe deallocation. The use of…

编程语言 · 计算机科学 2025-10-09 Hector Gramaglia

We present process-algebraic models of multi-writer multi-reader safe, regular and atomic registers. We establish the relationship between our models and alternative versions presented in the literature. We use our models to formally…

计算机科学中的逻辑 · 计算机科学 2023-07-12 Myrthe Spronck , Bas Luttik

We consider regularized support vector machines (SVMs) and show that they are precisely equivalent to a new robust optimization formulation. We show that this equivalence of robust optimization and regularization has implications for both…

机器学习 · 计算机科学 2010-02-25 Huan Xu , Constantine Caramanis , Shie Mannor

Machine-learning of atomic-scale properties amounts to extracting correlations between structure, composition and the quantity that one wants to predict. Representing the input structure in a way that best reflects such correlations makes…

化学物理 · 物理学 2021-02-02 Michael J. Willatt , Félix Musil , Michele Ceriotti

We propose an automaton model which is a combination of symbolic and register automata, i.e., we enrich symbolic automata with memory. We call such automata Register Match Automata (RMA). RMA extend the expressive power of symbolic…

形式语言与自动机理论 · 计算机科学 2018-06-12 Elias Alevizos , Alexander Artikis , Georgios Paliouras

Probabilistic programs extend classical imperative programs with real-valued random variables and random branching. The most basic liveness property for such programs is the termination property. The qualitative (aka almost-sure)…

编程语言 · 计算机科学 2017-09-14 Sheshansh Agrawal , Krishnendu Chatterjee , Petr Novotný

Continual Learning addresses the challenge of learning a number of different tasks sequentially. The goal of maintaining knowledge of earlier tasks without re-accessing them starkly conflicts with standard SGD training for artificial neural…

机器学习 · 计算机科学 2021-02-05 Frederik Benzing

It has been proved that to implement a linearizable shared memory in synchronous message-passing systems it is necessary to wait for a time proportional to the uncertainty in the latency of the network for both read and write operations,…

分布式、并行与集群计算 · 计算机科学 2016-08-01 Matthieu Perrin , Matoula Petrolia , Achour Mostefaoui , Claude Jard

Deep networks have been known to have extraordinary generalization abilities, via mechanisms that aren't yet well understood. It is also known that upon shuffling labels in the training data to varying degrees, deep networks, trained with…

机器学习 · 计算机科学 2026-03-23 Simran Ketha , Venkatakrishnan Ramaswamy

Over-parameterized deep models usually over-fit to a given training distribution, which makes them sensitive to small changes and out-of-distribution samples at inference time, leading to low generalization performance. To this end, several…

计算机视觉与模式识别 · 计算机科学 2019-12-12 Saeid Asgari Taghanaki , Kumar Abhishek , Ghassan Hamarneh

Datasets can be biased due to societal inequities, human biases, under-representation of minorities, etc. Our goal is to certify that models produced by a learning algorithm are pointwise-robust to potential dataset biases. This is a…

机器学习 · 计算机科学 2021-10-12 Anna P. Meyer , Aws Albarghouthi , Loris D'Antoni

Questions of fair use of copyright-protected content to train Large Language Models (LLMs) are being actively debated. Document-level inference has been proposed as a new task: inferring from black-box access to the trained model whether a…

计算与语言 · 计算机科学 2024-06-06 Matthieu Meeus , Igor Shilov , Manuel Faysse , Yves-Alexandre de Montjoye

In this paper, we give theoretically and practically efficient implementations of Big Atomics, i.e., $k$-word linearizable registers that support the load, store, and compare-and-swap (CAS) operations. While modern hardware supports $k = 1$…

分布式、并行与集群计算 · 计算机科学 2025-01-14 Daniel Anderson , Guy E. Blelloch , Siddhartha Jayanti