中文
相关论文

相关论文: Approximate Bregman near neighbors in sublinear ti…

200 篇论文

Bregman distances (also known as Bregman divergences) are widely used in machine learning, speech recognition and signal processing, and kNN searches with Bregman distances have become increasingly important with the rapid advances of…

数据库 · 计算机科学 2020-06-02 Yang Song , Yu Gu , Rui Zhang , Ge Yu

We present a new approach to approximate nearest-neighbor queries in fixed dimension under a variety of non-Euclidean distances. We are given a set $S$ of $n$ points in $\mathbb{R}^d$, an approximation parameter $\varepsilon > 0$, and a…

计算几何 · 计算机科学 2023-06-28 Ahmed Abdelkader , Sunil Arya , Guilherme D. da Fonseca , David M. Mount

The nni-distance is a well-known distance measure for phylogenetic trees. We construct an efficient parallel approximation algorithm for the nni-distance in the CRCW-PRAM model running in O(log n) time on O(n) processors. Given two…

数据结构与算法 · 计算机科学 2012-05-16 Mikael Gast , Mathias Hauptmann

We provide an efficient reduction from the problem of querying approximate multiplicatively weighted farthest neighbors in a metric space to the unweighted problem. Combining our techniques with core-sets for approximate unweighted farthest…

计算几何 · 计算机科学 2009-09-29 John Augustine , David Eppstein , Kevin A. Wortman

We present a near-linear time algorithm that approximates the edit distance between two strings within a polylogarithmic factor; specifically, for strings of length n and every fixed epsilon>0, it can compute a (log n)^O(1/epsilon)…

数据结构与算法 · 计算机科学 2010-05-24 Alexandr Andoni , Robert Krauthgamer , Krzysztof Onak

We study the $c$-approximate near neighbor problem under the continuous Fr\'echet distance: Given a set of $n$ polygonal curves with $m$ vertices, a radius $\delta > 0$, and a parameter $k \leq m$, we want to preprocess the curves into a…

计算几何 · 计算机科学 2021-11-05 Karl Bringmann , Anne Driemel , André Nusser , Ioannis Psarros

We propose a forward-backward splitting algorithm based on Bregman distances for composite minimization problems in general reflexive Banach spaces. The convergence is established using the notion of variable quasi-Bregman monotone…

最优化与控制 · 数学 2016-10-10 Quang Van Nguyen

The aim of this paper is to provide an overview of recent development related to Bregman distances outside its native areas of optimization and statistics. We discuss approaches in inverse problems and image processing based on Bregman…

最优化与控制 · 数学 2015-05-21 Martin Burger

We present a new data structure for the c-approximate near neighbor problem (ANN) in the Euclidean space. For n points in R^d, our algorithm achieves O(n^{\rho} + d log n) query time and O(n^{1 + \rho} + d log n) space, where \rho <=…

数据结构与算法 · 计算机科学 2013-10-09 Alexandr Andoni , Piotr Indyk , Huy L. Nguyen , Ilya Razenshteyn

In this paper, we develop a splitting algorithm incorporating Bregman distances to solve a broad class of linearly constrained composite optimization problems, whose objective function is the separable sum of possibly nonconvex nonsmooth…

最优化与控制 · 数学 2024-10-01 Tan Nhat Pham , Minh N. Dao , Andrew Eberhard , Nargiz Sultanova

The problem of Approximate Nearest Neighbor (ANN) search is fundamental in computer science and has benefited from significant progress in the past couple of decades. However, most work has been devoted to pointsets whereas complex shapes…

计算几何 · 计算机科学 2020-04-14 Ioannis Z. Emiris , Ioannis Psarros

In this paper, we propose the approximate Bregman proximal gradient algorithm (ABPG) for solving composite nonconvex optimization problems. ABPG employs a new distance that approximates the Bregman distance, making the subproblem of ABPG…

最优化与控制 · 数学 2024-11-25 Shota Takahashi , Akiko Takeda

In the past few years powerful generalizations to the Euclidean k-means problem have been made, such as Bregman clustering [7], co-clustering (i.e., simultaneous clustering of rows and columns of an input matrix) [9,18], and tensor…

数据结构与算法 · 计算机科学 2009-11-09 Stefanie Jegelka , Suvrit Sra , Arindam Banerjee

We consider machine learning in a comparison-based setting where we are given a set of points in a metric space, but we have no access to the actual distances between the points. Instead, we can only ask an oracle whether the distance…

机器学习 · 统计学 2017-04-06 Siavash Haghiri , Debarghya Ghoshdastidar , Ulrike von Luxburg

Edit distance is a measurement of similarity between two sequences such as strings, point sequences, or polygonal curves. Many matching problems from a variety of areas, such as signal analysis, bioinformatics, etc., need to be solved in a…

计算几何 · 计算机科学 2020-09-10 Kyle Fox , Xinyi Li

Exact nearest neighbor search is a computationally intensive process, and even its simpler sibling -- vector retrieval -- can be computationally complex. This is exacerbated when retrieving vectors which have high-dimension $d$ relative to…

计算与语言 · 计算机科学 2024-05-08 Richard Zhu

We study best approximations in Banach spaces via Birkhoff-James orthogonality of functionals. To exhibit the usefulness of Birkhoff-James orthogonality techniques in the study of best approximation problems, some algorithms and distance…

泛函分析 · 数学 2021-04-30 Debmalya Sain , Saikat Roy

The contributions of the paper span theoretical and implementational results. First, we prove that Kd-trees can be extended to spaces in which the distance is measured with an arbitrary Bregman divergence. Perhaps surprisingly, this shows…

计算几何 · 计算机科学 2025-02-20 Tuyen Pham , Hubert Wagner

Given a reference set $R$ of $n$ points and a query set $Q$ of $m$ points in a metric space, this paper studies an important problem of finding $k$-nearest neighbors of every point $q \in Q$ in the set $R$ in a near-linear time. In the…

计算几何 · 计算机科学 2024-03-05 Yury Elkin , Vitaliy Kurlin

Sublinear time algorithms for approximating maximum matching size have long been studied. Much of the progress over the last two decades on this problem has been on the algorithmic side. For instance, an algorithm of Behnezhad [FOCS'21]…

数据结构与算法 · 计算机科学 2022-11-30 Soheil Behnezhad , Mohammad Roghani , Aviad Rubinstein