中文
相关论文

相关论文: Approximating the Fr\'echet Distance for Realistic…

200 篇论文

The Fr\'{e}chet distance is a well studied and commonly used measure to capture the similarity of polygonal curves. Unfortunately, it exhibits a high sensitivity to the presence of outliers. Since the presence of outliers is a frequently…

计算几何 · 计算机科学 2013-04-24 Jean-Lou De Carufel , Amin Gheibi , Anil Maheshwari , Jörg-Rüdiger Sack , Christian Scheffer

Distance measuring is a very important task in digital geometry and digital image processing. Due to our natural approach to geometry we think of the set of points that are equally far from a given point as a Euclidean circle. Using the…

度量几何 · 数学 2010-06-18 Janos Farkas , Szabolcs Bajak , Benedek Nagy

We describe the first nearly linear-time approximation algorithms for explicitly given mixed packing/covering linear programs, and for (non-metric) fractional facility location. We also describe the first parallel algorithms requiring only…

数据结构与算法 · 计算机科学 2014-11-06 Neal E. Young

In this thesis I propose an algorithm to heuristically calculate different distance measures on uncertain graphs (i.e. graphs where edges only exist with a certain probability) and apply this to the heuristic calculation of harmonic…

离散数学 · 计算机科学 2024-09-27 Daniel Ketels

Recently, there has been increasing interest and progress in improvising the approximation algorithm for well-known NP-Complete problems, particularly the approximation algorithm for the Vertex-Cover problem. Here we have proposed a…

数据结构与算法 · 计算机科学 2013-09-20 Deepak Puthal

We prove that the length difference between a closed periodic curve and its parallel curve at a sufficiently small distance is proportional to the rotation index. As an application, the rotation index of a curve could be estimated by means…

微分几何 · 数学 2007-11-13 Enrique Macias Virgós

The classical measure of similarity between two polygonal chains in Euclidean space is the Fr\'echet distance, which corresponds to the coordinated motion of two mobile agents along the chains while minimizing their maximum distance. As…

计算几何 · 计算机科学 2019-06-20 Hugo A. Akitaya , Leonie Ryvkin , Csaba D. Tóth

The Dynamic Time Warping (DTW) distance is a popular similarity measure for polygonal curves (i.e., sequences of points). It finds many theoretical and practical applications, especially for temporal data, and is known to be a robust,…

We propose a new exact method for shortest-path distance queries on large-scale networks. Our method precomputes distance labels for vertices by performing a breadth-first search from every vertex. Seemingly too obvious and too inefficient…

数据结构与算法 · 计算机科学 2013-04-18 Takuya Akiba , Yoichi Iwata , Yuichi Yoshida

A space-discretization for the elastic flow of inextensible curves is devised and quasi-optimal convergence of the corresponding semi-discrete problem is proved for a suitable discretization of the nonlinear inextensibility constraint.…

数值分析 · 数学 2025-04-07 Sören Bartels , Klaus Deckelnick , Dominik Schneider

We describe a polynomial-time algorithm to compute a (tight) geodesic between two curves in the curve graph. As well as enabling us to compute the distance between a pair of curves, this has several applications to mapping classes. For…

几何拓扑 · 数学 2016-10-05 Mark C. Bell , Richard C. H. Webb

We study the problem of polygonal curve simplification under uncertainty, where instead of a sequence of exact points, each uncertain point is represented by a region, which contains the (unknown) true location of the vertex. The regions we…

计算几何 · 计算机科学 2021-03-17 Kevin Buchin , Maarten Löffler , Aleksandr Popov , Marcel Roeloffzen

Finding an optimal assignment between two sets of objects is a fundamental problem arising in many applications, including the matching of `bag-of-words' representations in natural language processing and computer vision. Solving the…

机器学习 · 计算机科学 2019-09-12 Nils M. Kriege , Pierre-Louis Giscard , Franka Bause , Richard C. Wilson

We present a near-linear-time algorithm that, given a bridgeless cubic graph, finds a perfect matching intersecting every 3-edge-cut in exactly one edge. This improves over a cubic algorithm of Boyd et al. for the same problem, and over our…

数据结构与算法 · 计算机科学 2026-05-04 Babak Ghanbari , Robert Šámal

We introduce stronger notions for approximate single-source shortest-path distances, show how to efficiently compute them from weaker standard notions, and demonstrate the algorithmic power of these new notions and transformations. One…

数据结构与算法 · 计算机科学 2022-11-01 Václav Rozhoň , Bernhard Haeupler , Anders Martinsson , Christoph Grunau , Goran Zuzic

We consider the problem of computing L1-distances between every pair ofcprobability densities from a given family. We point out that the technique of Cauchy random projections (Indyk'06) in this context turns into stochastic integrals with…

数据结构与算法 · 计算机科学 2008-04-09 Satyaki Mahalanabis , Daniel Stefankovic

In this paper we study the fine-grained complexity of finding exact and approximate solutions to problems in P. Our main contribution is showing reductions from exact to approximate solution for a host of such problems. As one (notable)…

计算复杂性 · 计算机科学 2022-12-12 Lijie Chen , Shafi Goldwasser , Kaifeng Lyu , Guy N. Rothblum , Aviad Rubinstein

We give the first $2$-approximation algorithm for the cluster vertex deletion problem. This is tight, since approximating the problem within any constant factor smaller than $2$ is UGC-hard. Our algorithm combines the previous approaches,…

组合数学 · 数学 2021-10-19 Manuel Aprile , Matthew Drescher , Samuel Fiorini , Tony Huynh

We consider least squares approximation of a function of one variable by a continuous, piecewise-linear approximand that has a small number of breakpoints. This problem was notably considered by Bellman who proposed an approximate algorithm…

最优化与控制 · 数学 2018-06-29 Olof Troeng , Mattias Fält

A coreset is a point set containing information about geometric properties of a larger point set. A series of previous works show that in many machine learning problems, especially in clustering problems, coreset could be very useful to…

数据结构与算法 · 计算机科学 2022-10-18 Yichuan Deng , Zhao Song , Yitan Wang , Yuanyuan Yang