中文
相关论文

相关论文: The Space Complexity of Consensus from Swap

200 篇论文

Given an array of distinct integers $A[1\ldots n]$, the Range Minimum Query (RMQ) problem requires us to construct a data structure from $A$, supporting the RMQ query: given an interval $[a,b]\subseteq[1,n]$, return the index of the minimum…

数据结构与算法 · 计算机科学 2022-02-10 Mingmou Liu

The classic lower bound of Kuhn, Moscibroda and Wattenhofer [JACM 2016] states that approximate maximum matching and approximate vertex cover (among other problems) in the LOCAL model require $\Omega(\min\{\sqrt{\frac{\log n}{\log\log n}},…

数据结构与算法 · 计算机科学 2026-05-14 Peter Davies-Peck

Herlihy's consensus hierarchy ranks the power of various synchronization primitives for solving consensus in a model where asynchronous processes communicate through shared memory and fail by halting. This paper revisits the consensus…

分布式、并行与集群计算 · 计算机科学 2018-05-11 Wojciech Golab

Guerraoui proposed an indulgent solution for the binary consensus problem. Namely, he showed that an arbitrary behavior of the failure detector never violates safety requirements even if it compromises liveness. Consensus implementations…

分布式、并行与集群计算 · 计算机科学 2020-10-13 Oskar Lundström , Michel Raynal , Elad Michael Schiller

A new framework is introduced for examining and evaluating the fundamental limits of lossless data compression, that emphasizes genuinely non-asymptotic results. The {\em sample complexity} of compressing a given source is defined as the…

信息论 · 计算机科学 2026-04-16 Terence Viaud , Ioannis Kontoyiannis

We study two principle minimizing problems, subject of different constraints. Our open sets are assumed bounded, except mentioning otherwise;precisely $\Omega=]0,1[^n \in {\mathbb{R}}^n , n=1 $ or $n=2$.

偏微分方程分析 · 数学 2015-08-18 Antoine Mhanna

We present a novel self-stabilizing algorithm for minimum spanning tree (MST) construction. The space complexity of our solution is $O(\log^2n)$ bits and it converges in $O(n^2)$ rounds. Thus, this algorithm improves the convergence time of…

分布式、并行与集群计算 · 计算机科学 2013-11-05 Lélia Blin , Shlomi Dolev , Maria Gradinariu Potop-Butucaru , Stephane Rovedakis

We study the weighted token swapping problem, in which we are given a graph on $n$ vertices, $n$ weighted tokens, an initial assignment of one token to each vertex, and a final assignment of one token to each vertex. The goal is to find a…

数据结构与算法 · 计算机科学 2025-08-01 Nicole Wein , Guanyu Tony Zhang

This paper introduces the atomic Write and Read Next ($\text{WRN}_{k}$) deterministic shared memory object, that for any $k\ge3$, is stronger than read-write registers, but is unable to implement $2$-processor consensus. In particular, it…

分布式、并行与集群计算 · 计算机科学 2017-09-28 Yehuda Afek , Eli Daian , Eli Gafni

We consider the weight design problem for the consensus algorithm under a finite time horizon. We assume that the underlying network is random where the links fail at each iteration with certain probability and the link failures can be…

信息论 · 计算机科学 2009-09-29 Dusan Jakovetic , Joao Xavier , Jose' M. F. Moura

We prove $n^{1+\Omega(1/p)}/p^{O(1)}$ lower bounds for the space complexity of $p$-pass streaming algorithms solving the following problems on $n$-vertex graphs: * testing if an undirected graph has a perfect matching (this implies lower…

计算复杂性 · 计算机科学 2016-02-10 Venkatesan Guruswami , Krzysztof Onak

We introduce the concept of strong high-order approximate minimizers for nonconvex optimization problems. These apply in both standard smooth and composite non-smooth settings, and additionally allow convex or inexpensive constraints. An…

最优化与控制 · 数学 2020-01-30 Coralia Cartis , Nick Gould , Philippe L. Toint

Let $P:\{0,1\}^k \to \{0,1\}$ be a nontrivial $k$-ary predicate. Consider a random instance of the constraint satisfaction problem $\mathrm{CSP}(P)$ on $n$ variables with $\Delta n$ constraints, each being $P$ applied to $k$ randomly chosen…

计算复杂性 · 计算机科学 2017-01-18 Pravesh K. Kothari , Ryuhei Mori , Ryan O'Donnell , David Witmer

We give a randomized online algorithm that guarantees near-optimal $\widetilde O(\sqrt T)$ expected swap regret against any sequence of $T$ adaptively chosen Lipschitz convex losses on the unit interval. This improves the previous best…

机器学习 · 计算机科学 2026-02-10 Lunjia Hu , Jon Schneider , Yifan Wu

The problem of searching for a model-based scene interpretation is analyzed within a probabilistic framework. Object models are formulated as generative models for range data of the scene. A new statistical criterion, the truncated object…

计算机视觉与模式识别 · 计算机科学 2007-05-23 Ulrich Hillenbrand , Gerd Hirzinger

Sequence representations supporting queries $access$, $select$ and $rank$ are at the core of many data structures. There is a considerable gap between the various upper bounds and the few lower bounds known for such representations, and how…

数据结构与算法 · 计算机科学 2013-08-26 Djamal Belazzougui , Gonzalo Navarro

We determine the topological complexity of unordered configuration spaces on almost all punctured surfaces (both orientable and non-orientable). We also give improved bounds for the topological complexity of unordered configuration spaces…

代数拓扑 · 数学 2019-05-29 Andrea Bianchi , David Recio-Mitter

Since the introduction of retroactive data structures at SODA 2004, a major unsolved problem has been to bound the gap between the best partially retroactive data structure (where changes can be made to the past, but only the present can be…

数据结构与算法 · 计算机科学 2018-04-26 Lijie Chen , Erik D. Demaine , Yuzhou Gu , Virginia Vassilevska Williams , Yinzhan Xu , Yuancheng Yu

We consider the non-adaptive bit-probe complexity of the set membership problem, where a set S of size at most n from a universe of size m is to be represented as a short bit vector in order to answer membership queries of the form "Is x in…

数据结构与算法 · 计算机科学 2017-01-02 Mohit Garg , Jaikumar Radhakrishnan

Object rearrangement is a widely-applicable and challenging task for robots. Geometric constraints must be carefully examined to avoid collisions and combinatorial issues arise as the number of objects increases. This work studies the…

机器人学 · 计算机科学 2022-03-21 Rui Wang , Kai Gao , Daniel Nakhimovich , Jingjin Yu , Kostas E. Bekris