中文
相关论文

相关论文: Approximate Data Structures with Applications

200 篇论文

Given a set of n disjoint balls b1, . . ., bn in IRd, we provide a data structure, of near linear size, that can answer (1 \pm \epsilon)-approximate kth-nearest neighbor queries in O(log n + 1/\epsilon^d) time, where k and \epsilon are…

计算几何 · 计算机科学 2014-10-30 Sariel Har-Peled , Nirman Kumar

We present efficient data structures for approximate nearest neighbor searching and approximate 2-point shortest path queries in a two-dimensional polygonal domain $P$ with $n$ vertices. Our goal is to store a dynamic set of $m$ point sites…

计算几何 · 计算机科学 2026-03-13 Joost van der Laan , Frank Staals , Lorenzo Theunissen

We study the approximation properties of convolutional architectures applied to time series modelling, which can be formulated mathematically as a functional approximation problem. In the recurrent setting, recent results reveal an…

机器学习 · 计算机科学 2021-07-21 Haotian Jiang , Zhong Li , Qianxiao Li

This paper addresses the problem of finding a B-term wavelet representation of a given discrete function $f \in \real^n$ whose distance from f is minimized. The problem is well understood when we seek to minimize the Euclidean distance…

数据结构与算法 · 计算机科学 2007-07-23 Sudipto Guha , Boulos Harb

Pattern matching is a fundamental process in almost every scientific domain. The problem involves finding the positions of a given pattern (usually of short length) in a reference stream of data (usually of large length). The matching can…

数据结构与算法 · 计算机科学 2022-07-01 Anas Al-okaily , Abdelghani Tbakhi

In this paper, we study the static cell probe complexity of non-adaptive data structures that maintain a subset of $n$ points from a universe consisting of $m=n^{1+\Omega(1)}$ points. A data structure is defined to be non-adaptive when the…

数据结构与算法 · 计算机科学 2024-04-19 Giuseppe Persiano , Kevin Yeo

Approximate nearest-neighbor search is a fundamental algorithmic problem that continues to inspire study due its essential role in numerous contexts. In contrast to most prior work, which has focused on point sets, we consider…

计算几何 · 计算机科学 2021-04-01 Ahmed Abdelkader , David M. Mount

Range Minimum Query (RMQ) is an important building brick of many compressed data structures and string matching algorithms. Although this problem is essentially solved in theory, with sophisticated data structures allowing for constant time…

数据结构与算法 · 计算机科学 2017-11-29 Tomasz Kowalski , Szymon Grabowski

Given a graph $G = (V, E)$, we wish to compute a spanning tree whose maximum vertex degree, i.e. tree degree, is as small as possible. Computing the exact optimal solution is known to be NP-hard, since it generalizes the Hamiltonian path…

数据结构与算法 · 计算机科学 2020-06-02 Ran Duan , Haoqing He , Tianyi Zhang

In recent years, many design automation methods have been developed to routinely create approximate implementations of circuits and programs that show excellent trade-offs between the quality of output and required resources. This paper…

神经与进化计算 · 计算机科学 2021-08-17 Lukas Sekanina

A long series of recent results and breakthroughs have led to faster and better distributed approximation algorithms for single source shortest paths (SSSP) and related problems in the CONGEST model. The runtime of all these algorithms,…

数据结构与算法 · 计算机科学 2018-08-09 Bernhard Haeupler , Jason Li

We present a randomized algorithm that computes a constant approximation of a graph's arboricity, using $\tilde{O}(n/\lambda)$ queries to adjacency lists and in the same time bound. Here, $n$ and $\lambda$ denote the number of nodes and the…

数据结构与算法 · 计算机科学 2025-12-23 Jiangqi Dai , Mohsen Ghaffari , Julian Portmann

We present the first deterministic data structures for maintaining approximate minimum vertex cover and maximum matching in a fully dynamic graph $G = (V,E)$, with $|V| = n$ and $|E| =m$, in $o(\sqrt{m}\,)$ time per update. In particular,…

数据结构与算法 · 计算机科学 2014-12-04 Sayan Bhattacharya , Monika Henzinger , Giuseppe F. Italiano

Many problems are NP-hard and, unless P = NP, do not admit polynomial-time exact algorithms. The fastest known exact algorithms exactly usually take time exponential in the input size. Much research effort has gone into obtaining faster…

数据结构与算法 · 计算机科学 2025-01-27 Stefan Kratsch , Pascal Kunz

Aligning a sequence to a walk in a labeled graph is a problem of fundamental importance to Computational Biology. For finding a walk in an arbitrary graph with $|E|$ edges that exactly matches a pattern of length $m$, a lower bound based on…

数据结构与算法 · 计算机科学 2022-02-01 Daniel Gibney , Sharma V. Thankachan , Srinivas Aluru

Given an array of size $n$ from a total order, we consider the problem of constructing a data structure that supports various queries (range minimum/maximum queries with their variants and next/previous larger/smaller queries) efficiently.…

数据结构与算法 · 计算机科学 2025-06-05 Seungbum Jo , Geunho Kim

We present the first $m\,\text{polylog}(n)$ work, $\text{polylog}(n)$ time algorithm in the PRAM model that computes $(1+\epsilon)$-approximate single-source shortest paths on weighted, undirected graphs. This improves upon the breakthrough…

数据结构与算法 · 计算机科学 2022-06-02 Jason Li

Many new database application domains such as experimental sciences and medicine are characterized by large sequences as their main form of data. Using approximate representation can significantly reduce the required storage and search…

数据库 · 计算机科学 2019-04-22 Hagit Shatkay , Stanley B. Zdonik

In a dynamic data structure problem we wish to maintain an encoding of some data in memory, in such a way that we may efficiently carry out a sequence of queries and updates to the data. A long-standing open problem in this area is to prove…

计算复杂性 · 计算机科学 2020-10-05 Pavel Dvořák , Bruno Loff

Indexing of static and dynamic sets is fundamental to a large set of applications such as information retrieval and caching. Denoting the characteristic vector of the set by B, we consider the problem of encoding sets and multisets to…

数据结构与算法 · 计算机科学 2018-09-17 Ran Ben Basat , Seungbum Jo , Srinivasa Rao Satti , Shubham Ugare