中文
相关论文

相关论文: Box Covers and Domain Orderings for Beyond Worst-C…

200 篇论文

State-of-the-art parallel sorting algorithms for distributed-memory architectures are based on computing a balanced partitioning via sampling and histogramming. By finding samples that partition the sorted keys into evenly-sized chunks,…

分布式、并行与集群计算 · 计算机科学 2023-05-30 Wentao Yang , Vipul Harsh , Edgar Solomonik

We study the problem of probability distribution matching and sampling on near-term quantum computers, aiming to construct parameterized circuits that generate samples from a target distribution while minimizing resource overhead. This task…

量子物理 · 物理学 2026-05-26 Nicholas S. DiBrita , Jason Han , Krishna Bhatia , Younghyun Cho , Hengrui Luo , Tirthak Patel

We study the complexity of finding communication trees with the lowest possible completion time for rooted, irregular gather and scatter collective communication operations in fully connected, $k$-ported communication networks under a…

计算复杂性 · 计算机科学 2018-11-28 Jesper Larsson Träff

The Lasserre hierarchy is a systematic procedure for constructing a sequence of increasingly tight relaxations that capture the convex formulations used in the best available approximation algorithms for a wide variety of optimization…

数据结构与算法 · 计算机科学 2014-04-03 Monaldo Mastrolilli

Optimal transport (OT) is a widely used tool in machine learning, but computing high-accuracy solutions for large instances remains costly. Entropic regularization and the Sinkhorn algorithm improve scalability; however, when the…

机器学习 · 计算机科学 2026-05-12 Di Wu , Ling Liang , Haizhao Yang

We introduce a class of budgeted prize-collecting covering subgraph problems. For an input graph with prizes on the vertices and costs on the edges, the aim of these problems is to find a connected subgraph such that the cost of its edges…

最优化与控制 · 数学 2021-08-05 Nicola Morandi , Roel Leus , Hande Yaman

In the decision tree computation model for Boolean functions, the depth corresponds to query complexity, and size corresponds to storage space. The depth measure is the most well-studied one, and is known to be polynomially related to…

计算复杂性 · 计算机科学 2022-09-27 Yogesh Dahiya , Meena Mahajan

One specific subset of quantum algorithms is Grovers Ordered Search Problem (OSP), the quantum counterpart of the classical binary search algorithm, which utilizes oracle functions to produce a specified value within an ordered database.…

量子物理 · 物理学 2017-01-24 Jupinder Parmar , Saarim Rahman , Jesse Thiara

We present a universally-optimal distributed algorithm for the exact weighted min-cut. The algorithm is guaranteed to complete in $\widetilde{O}(D + \sqrt{n})$ rounds on every graph, recovering the recent result of Dory, Efron,…

数据结构与算法 · 计算机科学 2022-06-01 Mohsen Ghaffari , Goran Zuzic

Decision diagrams for classification have some notable advantages over decision trees, as their internal connections can be determined at training time and their width is not bound to grow exponentially with their depth. Accordingly,…

机器学习 · 计算机科学 2022-05-31 Alexandre M. Florio , Pedro Martins , Maximilian Schiffer , Thiago Serra , Thibaut Vidal

We examine the fundamental problem of constructing depth-optimum circuits for binary addition. More precisely, as in literature, we consider the following problem: Given auxiliary inputs $t_0, \dotsc, t_{m-1}$, so-called generate and…

离散数学 · 计算机科学 2020-12-11 Ulrich Brenner , Anna Hermann , Jannik Silvanus

The paper evaluates the power of best-first search over AND/OR search spaces for solving the Most Probable Explanation (MPE) task in Bayesian networks. The main virtue of the AND/OR representation of the search space is its sensitivity to…

人工智能 · 计算机科学 2012-06-26 Radu Marinescu , Rina Dechter

A framework for asynchronous, signature free, fully local and probabilistically converging total order algorithms is developed, that may survive in high entropy, unstructured Peer-to-Peer networks with near optimal communication efficiency.…

分布式、并行与集群计算 · 计算机科学 2019-07-18 Mirco Richter

The Burrows-Wheeler Transform (BWT) has been an essential tool in text compression and indexing. First introduced in 1994, it went on to provide the backbone for the first encoding of the classic suffix tree data structure in space close to…

数据结构与算法 · 计算机科学 2020-02-19 Jason Bentley , Daniel Gibney , Sharma V. Thankachan

Inspired by regularization techniques in statistics and machine learning, we study complementary composite minimization in the stochastic setting. This problem corresponds to the minimization of the sum of a (weakly) smooth function endowed…

机器学习 · 计算机科学 2024-01-24 Alexandre d'Aspremont , Cristóbal Guzmán , Clément Lezane

Motivated by the philosophy and phenomenal success of compressed sensing, the problem of reconstructing a matrix from a sampling of its entries has attracted much attention recently. Such a problem can be viewed as an information-theoretic…

信息论 · 计算机科学 2009-05-15 Zhisu Zhu , Anthony Man-Cho So , Yinyu Ye

The shortest paths problem is a fundamental challenge in graph theory, with a broad range of potential applications. The algorithms based on matrix multiplication exhibits excellent parallelism and scalability, but is constrained by high…

分布式、并行与集群计算 · 计算机科学 2024-05-14 Yelai Feng , Huaixi Wang , Yining Zhu , Xiandong Liu , Hongyi Lu , Qing Liu

Coalition formation is a key topic in multiagent systems. One would prefer a coalition structure that maximizes the sum of the values of the coalitions, but often the number of coalition structures is too large to allow exhaustive search…

多智能体系统 · 计算机科学 2007-05-23 Tuomas Sandholm , Kate Larson , Martin Andersson , Onn Shehory , Fernando Tohme

We initiate a systematic study of utilizing predictions to improve over approximation guarantees of classic algorithms, without increasing the running time. We propose a systematic method for a wide class of optimization problems that ask…

数据结构与算法 · 计算机科学 2024-11-26 Antonios Antoniadis , Marek Eliáš , Adam Polak , Moritz Venzin

We present $O(\log\log n)$-round algorithms in the Massively Parallel Computation (MPC) model, with $\tilde{O}(n)$ memory per machine, that compute a maximal independent set, a $1+\epsilon$ approximation of maximum matching, and a…

数据结构与算法 · 计算机科学 2022-03-21 Mohsen Ghaffari , Themis Gouleakis , Christian Konrad , Slobodan Mitrović , Ronitt Rubinfeld