中文
相关论文

相关论文: Perfect Simulation of Las Vegas Algorithms via Loc…

200 篇论文

This paper proposes a new framework for providing approximation guarantees of local search algorithms. Local search is a basic algorithm design technique and is widely used for various combinatorial optimization problems. To analyze local…

数据结构与算法 · 计算机科学 2020-06-03 Kaito Fujii

We develop tools for analyzing focused stochastic local search algorithms. These are algorithms which search a state space probabilistically by repeatedly selecting a constraint that is violated in the current state and moving to a random…

离散数学 · 计算机科学 2015-08-18 Dimitris Achlioptas , Fotis Iliopoulos

We study the problem of constructing simulations of a given randomized search algorithm \texttt{alg} with expected running time $O( \mathcal{O} \log \mathcal{O})$, where $\mathcal{O}$ is the optimal expected running time of any such…

数据结构与算法 · 计算机科学 2025-03-07 Stav Ashur , Sariel Har-Peled

An overview of some methods of statistical physics applied to the analysis of algorithms for optimization problems (satisfiability of Boolean constraints, vertex cover of graphs, decoding, ...) with distributions of random inputs is…

计算复杂性 · 计算机科学 2007-05-23 Simona Cocco , Remi Monasson , Andrea Montanari , Guilhem Semerjian

Suppose we have two players $A$ and $C$, where player $A$ has a string $s[0..u-1]$ and player $C$ has a string $t[0..u-1]$ and none of the two players knows the other's string. Assume that $s$ and $t$ are both over an integer alphabet…

数据结构与算法 · 计算机科学 2015-12-17 Djamal Belazzougui

In this paper, we describe a novel approach for checking safety specifications of a dynamical system with exogenous inputs over infinite time horizon that is guaranteed to terminate in finite time with a conclusive answer. We introduce the…

最优化与控制 · 数学 2008-01-04 Amit Bhatia , Emilio Frazzoli

Approximate Bayesian computation (ABC) performs statistical inference for otherwise intractable probability models by accepting parameter proposals when corresponding simulated datasets are sufficiently close to the observations. Producing…

统计计算 · 统计学 2014-12-05 Dennis Prangle

Existing approaches to algorithmic fairness aim to ensure equitable outcomes if human decision-makers comply perfectly with algorithmic decisions. However, perfect compliance with the algorithm is rarely a reality or even a desirable…

机器学习 · 计算机科学 2025-07-01 Haosen Ge , Hamsa Bastani , Osbert Bastani

Efficient algorithms for searching for optimal saturated designs are widely available. They maximize a given efficiency measure (such as D-optimality) and provide an optimum design. Nevertheless, they do not guarantee a \emph{global}…

统计计算 · 统计学 2013-03-29 Roberto Fontana

We establish sufficient conditions for perfect simulation of chains of infinite order on a countable alphabet. The new assumption, localized continuity, is formalized with the help of the notion of context trees, and includes the…

概率论 · 数学 2013-01-18 Sandro Gallo , Nancy L. Garcia

Given an $n$-point metric space, consider the problem of finding a point with the minimum sum of distances to all points. We show that this problem has a randomized algorithm that {\em always} outputs a $(2+\epsilon)$-approximate solution…

数据结构与算法 · 计算机科学 2017-02-28 Ching-Lueh Chang

We investigate a zone based approach for the reachability problem in timed automata. The challenge is to alleviate the size explosion of the search space when considering networks of timed automata working in parallel. In the timed setting…

计算机科学中的逻辑 · 计算机科学 2019-07-05 R. Govind , Frédéric Herbreteau , B. Srivathsan , Igor Walukiewicz

In plenty of data analysis tasks, a basic and time-consuming process is to produce a large number of solutions and feed them into downstream processing. Various enumeration algorithms have been developed for this purpose. An enumeration…

数据结构与算法 · 计算机科学 2023-02-28 Pengyu Chen , Dongjing Miao , Weitian Tong , Zizheng Guo , Jianzhong Li , Zhipeng Cai

Locally-biased graph algorithms are algorithms that attempt to find local or small-scale structure in a large data graph. In some cases, this can be accomplished by adding some sort of locality constraint and calling a traditional graph…

社会与信息网络 · 计算机科学 2016-12-06 Kimon Fountoulakis , David Gleich , Michael Mahoney

We attempt to better understand randomization in local distributed graph algorithms by exploring how randomness is used and what we can gain from it: - We first ask the question of how much randomness is needed to obtain efficient…

数据结构与算法 · 计算机科学 2019-06-04 Mohsen Ghaffari , Fabian Kuhn

Randomized algorithms for deciding satisfiability were shown to be effective in solving problems with thousands of variables. However, these algorithms are not complete. That is, they provide no guarantee that a satisfying assignment, if…

人工智能 · 计算机科学 2007-05-23 Deborah East , Miroslaw Truszczynski

The arrival of AI techniques in computations, with the potential for hallucinations and non-robustness, has made trustworthiness of algorithms a focal point. However, trustworthiness of the many classical approaches are not well understood.…

最优化与控制 · 数学 2023-12-19 Alexander Bastounis , Felipe Cucker , Anders C. Hansen

The goal of image oversegmentation is to divide an image into several pieces, each of which should ideally be part of an object. One of the simplest and yet most effective oversegmentation algorithms is known as local variation (LV)…

计算机视觉与模式识别 · 计算机科学 2026-04-07 Michael Baltaxe , Peter Meer , Michael Lindenbaum

A sliding window algorithm receives a stream of symbols and has to output at each time instant a certain value which only depends on the last $n$ symbols. If the algorithm is randomized, then at each time instant it produces an incorrect…

形式语言与自动机理论 · 计算机科学 2018-02-22 Moses Ganardi , Danny Hucke , Markus Lohrey

We consider two models of computation: centralized local algorithms and local distributed algorithms. Algorithms in one model are adapted to the other model to obtain improved algorithms. Distributed vertex coloring is employed to design…

数据结构与算法 · 计算机科学 2014-11-12 Guy Even , Moti Medina , Dana Ron