中文
相关论文

相关论文: A Dualheap Selection Algorithm - A Call for Analys…

200 篇论文

Database query processing requires algorithms for duplicate removal, grouping, and aggregation. Three algorithms exist: in-stream aggregation is most efficient by far but requires sorted input; sort-based aggregation relies on external…

数据库 · 计算机科学 2022-09-27 Thanh Do , Goetz Graefe , Jeffrey Naughton

Sorting algorithms have attracted a great deal of attention and study, as they have numerous applications to Mathematics, Computer Science and related fields. In this thesis, we first deal with the mathematical analysis of the Quicksort…

数据结构与算法 · 计算机科学 2015-10-05 Vasileios Iliopoulos

The layer-ordered heap (LOH) is a simple, recently proposed data structure used in optimal selection on $X+Y$, thealgorithm with the best known runtime for selection on $X_1+X_2+\cdots+X_m$, and the fastest method in practice for computing…

数据结构与算法 · 计算机科学 2020-08-18 Jake Pennington , Patrick Kreitzberg , Kyle Lucke , Oliver Serang

Column-sparse packing problems arise in several contexts in both deterministic and stochastic discrete optimization. We present two unifying ideas, (non-uniform) attenuation and multiple-chance algorithms, to obtain improved approximation…

数据结构与算法 · 计算机科学 2019-08-07 Brian Brubach , Karthik Abinav Sankararaman , Aravind Srinivasan , Pan Xu

In this paper, we introduce a family of sequential decision-making problems, collectively termed the Keychain Problem, that involve exploring a set of actions to maximize expected payoff when only a subset of actions are available in each…

计算机科学与博弈论 · 计算机科学 2026-02-13 Ramiro N. Deo-Campo Vuong , Robert Kleinberg , Aditya Prasad , Eric Xiao , Haifeng Xu

Local search is a widely used technique for tackling challenging optimization problems, offering simplicity and strong empirical performance across various problem domains. In this paper, we address the problem of scheduling a set of jobs…

数据结构与算法 · 计算机科学 2024-11-27 Lars Rohwedder , Ashkan Safari , Tjark Vredeveld

The problem of column subset selection asks for a subset of columns from an input matrix such that the matrix can be reconstructed as accurately as possible within the span of the selected columns. A natural extension is to consider a…

机器学习 · 计算机科学 2024-08-13 Antonis Matakos , Bruno Ordozgoiti , Suhas Thejaswi

Low-discrepancy designs play a central role in quasi-Monte Carlo methods and are increasingly influential in other domains such as machine learning, robotics and computer graphics, to name a few. In recent years, one such low-discrepancy…

统计方法学 · 统计学 2026-02-17 Nathan Kirk

The goal of coreset selection in supervised learning is to produce a weighted subset of data, so that training only on the subset achieves similar performance as training on the entire dataset. Existing methods achieved promising results in…

机器学习 · 计算机科学 2023-01-25 Xiao Zhou , Renjie Pi , Weizhong Zhang , Yong Lin , Tong Zhang

We present an in-place algorithm for the partition problem that has linear work and polylogarithmic span. The algorithm uses only exclusive read/write shared variables, and can be implemented using parallel-for-loops without any additional…

数据结构与算法 · 计算机科学 2020-07-10 William Kuszmaul , Alek Westover

We consider the offline sorting buffer problem. The input is a sequence of items of different types. All items must be processed one by one by a server. The server is equipped with a random-access buffer of limited capacity which can be…

数据结构与算法 · 计算机科学 2010-09-23 Ho-Leung Chan , Nicole Megow , Rob van Stee , Rene Sitters

Consider the commonly known puzzle, given $k$ glass balls, find an optimal algorithm to determine the lowest floor of a building of $n$ floors from which a thrown glass ball will break. This puzzle was originally posed in its original form…

数据结构与算法 · 计算机科学 2007-05-23 Gopal Ananthraman

Explorable heap selection is the problem of selecting the $n$th smallest value in a binary heap. The key values can only be accessed by traversing through the underlying infinite binary tree, and the complexity of the algorithm is measured…

数据结构与算法 · 计算机科学 2024-09-12 Sander Borst , Daniel Dadush , Sophie Huiberts , Danish Kashaev

We study the low rank approximation problem of any given matrix $A$ over $\mathbb{R}^{n\times m}$ and $\mathbb{C}^{n\times m}$ in entry-wise $\ell_p$ loss, that is, finding a rank-$k$ matrix $X$ such that $\|A-X\|_p$ is minimized. Unlike…

机器学习 · 计算机科学 2019-10-31 Chen Dan , Hong Wang , Hongyang Zhang , Yuchen Zhou , Pradeep Ravikumar

We present scalable parallel algorithms with sublinear per-processor communication volume and low latency for several fundamental problems related to finding the most relevant elements in a set, for various notions of relevance: We begin…

数据结构与算法 · 计算机科学 2015-10-20 Lorenz Hübschle-Schneider , Peter Sanders , Ingo Müller

Algorithms often carry out equally many computations for "easy" and "hard" problem instances. In particular, algorithms for finding nearest neighbors typically have the same running time regardless of the particular problem instance. In…

数据结构与算法 · 计算机科学 2020-03-25 Daniel LeJeune , Richard G. Baraniuk , Reinhard Heckel

Divide-and-conquer is a central paradigm for the design of algorithms, through which some fundamental computational problems, such as sorting arrays and computing convex hulls, are solved in optimal time within $\Theta(n\log{n})$ in the…

数据结构与算法 · 计算机科学 2015-09-28 Jeremy Barbay , Carlos Ochoa , Pablo Perez-Lantero

Consider a problem where 4k given vectors need to be partitioned into k clusters of four vectors each. A cluster of four vectors is called a quad, and the cost of a quad is the sum of the component-wise maxima of the four vectors in the…

数据结构与算法 · 计算机科学 2018-07-06 Annette M. C. Ficker , Thomas Erlebach , Matus Mihalak , Frits C. R. Spieksma

Stochastic sequential decision making often requires hierarchical structure in the problem where each high-level action should be further planned with primitive states and actions. In addition, many real-world applications require a plan…

人工智能 · 计算机科学 2022-05-12 Sungkweon Hong , Brian C. Williams

In the present paper, we propose an efficient local search for the minimum independent dominating set problem. We consider a local search that uses $k$-swap as the neighborhood operation. Given a feasible solution $S$, it is the operation…

数据结构与算法 · 计算机科学 2019-08-20 Kazuya Haraguchi