中文
相关论文

相关论文: The Paulsen Problem, Continuous Operator Scaling, …

200 篇论文

We give a $2^{n+o(n)}$-time and space randomized algorithm for solving the exact Closest Vector Problem (CVP) on $n$-dimensional Euclidean lattices. This improves on the previous fastest algorithm, the deterministic…

数据结构与算法 · 计算机科学 2019-01-28 Divesh Aggarwal , Daniel Dadush , Noah Stephens-Davidowitz

Proximal splitting-based convex optimization is a promising approach to linear inverse problems because we can use some prior knowledge of the unknown variables explicitly. An understanding of the behavior of the optimization algorithms…

信号处理 · 电气工程与系统科学 2025-06-06 Ryo Hayakawa

We study the traveling salesman problem in the hyperbolic plane of Gaussian curvature $-1$. Let $\alpha$ denote the minimum distance between any two input points. Using a new separator theorem and a new rerouting argument, we give an…

计算几何 · 计算机科学 2020-02-14 Sándor Kisfaludi-Bak

We consider the traveling salesman problem when the cities are points in R^d for some fixed d and distances are computed according to geometric distances, determined by some norm. We show that for any polyhedral norm, the problem of finding…

数据结构与算法 · 计算机科学 2007-05-23 Alexander Barvinok , Sandor P. Fekete , David S. Johnson , Arie Tamir , Gerhard J. Woeginger , Russ Woodroofe

Let $X$ be a set of $n$ points of norm at most $1$ in the Euclidean space $R^k$, and suppose $\varepsilon>0$. An $\varepsilon$-distance sketch for $X$ is a data structure that, given any two points of $X$ enables one to recover the square…

度量几何 · 数学 2017-04-04 Noga Alon , Bo'az Klartag

This paper is devoted to studying the stationary solutions of a general constrained optimization problem through its associated unconstrained penalized problems. We aim to answer the question, "what do the stationary solutions of a…

最优化与控制 · 数学 2022-06-28 Ashkan Mohammadi

Traveling salesman problem is a NP-hard problem. Until now, researchers have not found a polynomial time algorithm for traveling salesman problem. Among the existing algorithms, dynamic programming algorithm can solve the problem in time…

数据结构与算法 · 计算机科学 2015-10-16 Yunpeng Li

Euclidean distance matrix optimization with ordinal constraints (EDMOC) has found important applications in sensor network localization and molecular conformation. It can also be viewed as a matrix formulation of multidimensional scaling,…

最优化与控制 · 数学 2020-06-23 Sitong Lu , Miao Zhang , Qingna Li

The min-distance between two nodes $u, v$ is defined as the minimum of the distance from $v$ to $u$ or from $u$ to $v$, and is a natural distance metric in DAGs. As with the standard distance problems, the Strong Exponential Time Hypothesis…

数据结构与算法 · 计算机科学 2022-10-05 Mina Dalirrooyfard , Jenny Kaufmann

We consider the problem of finding an optimal transport plan between an absolutely continuous measure $\mu$ on $\mathcal{X} \subset \mathbb{R}^d$ and a finitely supported measure $\nu$ on $\mathbb{R}^d$ when the transport cost is the…

数值分析 · 数学 2018-10-08 Valentin Hartmann , Dominic Schuhmacher

Geometric data structures have been extensively studied in the regime where the dimension is much smaller than the number of input points. But in many scenarios in Machine Learning, the dimension can be much higher than the number of points…

数据结构与算法 · 计算机科学 2025-04-07 Martin G. Herold , Danupon Nanongkai , Joachim Spoerhase , Nithin Varma , Zihang Wu

We study the proximity operator of the nonconvex, scale-invariant ratio $h(\vx)=\|\vx\|_{1}/\|\vx\|_{2}$ and show it can be computed exactly in any dimension. By expressing $\vx=r\vu$ and exploiting sign and permutation invariance, we…

最优化与控制 · 数学 2026-01-23 Lixin Shen , Guohui Song

Given $x \in (\mathbb{R}_{\geq 0})^{\binom{[n]}{2}}$ recording pairwise distances, the METRIC VIOLATION DISTANCE (MVD) problem asks to compute the $\ell_0$ distance between $x$ and the metric cone; i.e., modify the minimum number of entries…

数据结构与算法 · 计算机科学 2022-08-31 Vincent Cohen-Addad , Chenglin Fan , Euiwoong Lee , Arnaud de Mesmay

Given a set of vectors $X = \{ x_1,\dots, x_n \} \subset \mathbb{R}^d$, the Euclidean max-cut problem asks to partition the vectors into two parts so as to maximize the sum of Euclidean distances which cross the partition. We design new…

数据结构与算法 · 计算机科学 2025-03-19 Nicolas Menand , Erik Waingarten

We revisit the traveling salesman problem with neighborhoods (TSPN) and propose several new approximation algorithms. These constitute either first approximations (for hyperplanes, lines, and balls in $\mathbb{R}^d$, for $d\geq 3$) or…

计算几何 · 计算机科学 2015-11-26 Adrian Dumitrescu , Csaba D. Tóth

At each iteration of a Block Coordinate Descent method one minimizes an approximation of the objective function with respect to a generally small set of variables subject to constraints in which these variables are involved. The…

最优化与控制 · 数学 2023-04-28 E. G. Birgin , J. M. Martínez

The computation of (i) $\varepsilon$-kernels, (ii) approximate diameter, and (iii) approximate bichromatic closest pair are fundamental problems in geometric approximation. In this paper, we describe new algorithms that offer significant…

计算几何 · 计算机科学 2017-04-03 Sunil Arya , Guilherme D. da Fonseca , David M. Mount

The Unbalanced Optimal Transport (UOT) problem plays increasingly important roles in computational biology, computational imaging and deep learning. Scaling algorithm is widely used to solve UOT due to its convenience and good convergence…

最优化与控制 · 数学 2024-02-28 Xiang Chen , Faqiang Wang , Jun Liu , Li Cui

Let $R$ and $B$ be two point sets in $\mathbb{R}^d$, with $|R|+ |B| = n$ and where $d$ is a constant. Next, let $\lambda : R \cup B \to \mathbb{N}$ such that $\sum_{r \in R } \lambda(r) = \sum_{b \in B} \lambda(b)$ be demand functions over…

数据结构与算法 · 计算机科学 2019-03-21 Pankaj K. Agarwal , Kyle Fox , Debmalya Panigrahi , Kasturi R. Varadarajan , Allen Xiao

We consider the Travelling Salesman Problem with Neighbourhoods (TSPN) on the Euclidean plane ($\mathbb{R}^2$) and present a Polynomial-Time Approximation Scheme (PTAS) when the neighbourhoods are parallel line segments with lengths between…

数据结构与算法 · 计算机科学 2025-04-17 Benyamin Ghaseminia , Mohammad R. Salavatipour