中文
相关论文

相关论文: Deterministic Massively Parallel Algorithms for Ru…

200 篇论文

We devise a deterministic algorithm for minimum Steiner cut, which uses $(\log n)^{O(1)}$ maximum flow calls and additional near-linear time. This algorithm improves on Li and Panigrahi's (FOCS 2020) algorithm, which uses $(\log…

数据结构与算法 · 计算机科学 2024-07-03 Matthew Ding , Jason Li

We give a simple combinatorial algorithm to deterministically approximately count the number of satisfying assignments of general constraint satisfaction problems (CSPs). Suppose that the CSP has domain size $q=O(1)$, each constraint…

数据结构与算法 · 计算机科学 2023-03-10 Kun He , Chunyang Wang , Yitong Yin

Min-plus product of two $n\times n$ matrices is a fundamental problem in algorithm research. It is known to be equivalent to APSP, and in general it has no truly subcubic algorithms. In this paper, we focus on the min-plus product on a…

数据结构与算法 · 计算机科学 2022-02-03 Shucheng Chi , Ran Duan , Tianle Xie

Computing routing schemes that support both high throughput and low latency is one of the core challenges of network optimization. Such routes can be formalized as $h$-length flows which are defined as flows whose flow paths are restricted…

数据结构与算法 · 计算机科学 2023-08-21 Bernhard Haeupler , D Ellis Hershkowitz , Thatchaphol Saranurak

We present new algorithms for computing the log-determinant of symmetric, diagonally dominant matrices. Existing algorithms run with cubic complexity with respect to the size of the matrix in the worst case. Our algorithm computes an…

数值分析 · 计算机科学 2014-08-11 Timothy Hunter , Ahmed El Alaoui , Alexandre Bayen

We obtain improved distributed algorithms in the CONGEST message-passing setting for problems on power graphs of an input graph $G$. This includes Coloring, Maximal Independent Set, and related problems. We develop a general deterministic…

分布式、并行与集群计算 · 计算机科学 2025-08-14 Leonid Barenboim , Uri Goldenberg

We present a framework for deterministically rounding a dynamic fractional matching. Applying our framework in a black-box manner on top of existing fractional matching algorithms, we derive the following new results: (1) The first…

数据结构与算法 · 计算机科学 2021-05-05 Sayan Bhattacharya , Peter Kiss

Given an undirected weighted graph with $n$ vertices and $m$ edges, we give the first deterministic $m^{1+o(1)}$-time algorithm for constructing the cactus representation of \emph{all} global minimum cuts. This improves the current…

数据结构与算法 · 计算机科学 2024-01-22 Zhongtian He , Shang-En Huang , Thatchaphol Saranurak

Diffusion probabilistic models generate samples by learning to reverse a noise-injection process that transforms data into noise. A key development is the reformulation of the reverse sampling process as a deterministic probability flow…

机器学习 · 计算机科学 2025-08-15 Daniel Zhengyu Huang , Jiaoyang Huang , Zhengjiang Lin

The goal of this paper is to understand the complexity of symmetry breaking problems, specifically maximal independent set (MIS) and the closely related $\beta$-ruling set problem, in two computational models suited for large-scale graph…

分布式、并行与集群计算 · 计算机科学 2021-05-06 Christian Konrad , Sriram V. Pemmaraju , Talal Riaz , Peter Robinson

We present fast algorithms for approximate shortest paths in the massively parallel computation (MPC) model. We provide randomized algorithms that take $poly(\log{\log{n}})$ rounds in the near-linear memory MPC model. Our results are for…

数据结构与算法 · 计算机科学 2025-05-20 Michal Dory , Shaked Matar

Probabilistic sampling-based algorithms, such as the probabilistic roadmap (PRM) and the rapidly-exploring random tree (RRT) algorithms, represent one of the most successful approaches to robotic motion planning, due to their strong…

机器人学 · 计算机科学 2016-05-04 Lucas Janson , Brian Ichter , Marco Pavone

In this note, following suggestions by Tao, we extend the randomized algorithm for linear equations over prime fields by Raghavendra to a randomized algorithm for linear equations over the reals. We also show that the algorithm can be…

数值分析 · 数学 2012-09-19 Joerg Fliege

We revisit the problem of rigorously and deterministically finding elements of large order in the multiplicative group of integers modulo a natural number $N$. Solving this problem is an essential step in several recent deterministic…

数论 · 数学 2026-01-19 David Harvey , Markus Hittmeir

We study the problem of clustering networks whose nodes have imputed or physical positions in a single dimension, for example prestige hierarchies or the similarity dimension of hyperbolic embeddings. Existing algorithms, such as the…

社会与信息网络 · 计算机科学 2023-12-12 Alice Patania , Antoine Allard , Jean-Gabriel Young

We consider the fundamental derandomization problem of deterministically finding a satisfying assignment to a CNF formula that has many satisfying assignments. We give a deterministic algorithm which, given an $n$-variable…

计算复杂性 · 计算机科学 2018-01-12 Rocco A. Servedio , Li-Yang Tan

We provide a unifying approximate dynamic programming framework that applies to a broad variety of problems involving sequential estimation. We consider first the construction of surrogate cost functions for the purposes of optimization,…

人工智能 · 计算机科学 2023-01-02 Dimitri Bertsekas

We consider the problem of electing a leader among nodes in a highly dynamic network where the adversary has unbounded capacity to insert and remove nodes (including the leader) from the network and change connectivity at will. We present a…

分布式、并行与集群计算 · 计算机科学 2013-10-21 John Augustine , Tejas Kulkarni , Paresh Nakhe , Peter Robinson

In this paper, we study new batch-dynamic algorithms for the $k$-clique counting problem, which are dynamic algorithms where the updates are batches of edge insertions and deletions. We study this problem in the parallel setting, where the…

数据结构与算法 · 计算机科学 2020-12-15 Laxman Dhulipala , Quanquan C. Liu , Julian Shun , Shangdi Yu

Efficient exact algorithms for Discrete Optimization (DO) rely heavily on strong primal and dual bounds. Relaxed Decision Diagrams (DDs) provide a versatile mechanism for deriving such dual bounds by compactly over-approximating the…

人工智能 · 计算机科学 2025-12-18 Mohsen Nafar , Michael Römer , Lin Xie
‹ 上一页 1 8 9 10 下一页 ›