Skip to main content
QUICK REVIEW

[論文レビュー] On Closest Pair in Euclidean Metric: Monochromatic is as Hard as Bichromatic

C. S. Karthik, Pasin Manurangsi|arXiv (Cornell University)|Jan 1, 2019
Computational Geometry and Mesh Generation被引用数 12
ひとこと要約

この論文は、次元 d = (log n)^Ωε(1) の場合、強い指数時間仮説(SETH)の下で、ユークリッド空間における単色最近接ペア問題が二色最近接ペア問題と計算的に同程度難しいことを確立している。任意の ε > 0 に対して、正確な問題を O(n^{2−ε}) 時間で解くアルゴリズムは存在せず、高次元空間ではほぼ多項式因子の近似も部分二次時間では不可能であることが示された。これは、誤り訂正符号を用いた新しい密な二部グラフの構築法により、接触次元が低いことを実現したことで達成された。

ABSTRACT

Given a set of n points in R^d, the (monochromatic) Closest Pair problem asks to find a pair of distinct points in the set that are closest in the l_p-metric. Closest Pair is a fundamental problem in Computational Geometry and understanding its fine-grained complexity in the Euclidean metric when d=omega(log n) was raised as an open question in recent works (Abboud-Rubinstein-Williams [FOCS'17], Williams [SODA'18], David-Karthik-Laekhanukit [SoCG'18]). In this paper, we show that for every p in R_{>= 1} cup {0}, under the Strong Exponential Time Hypothesis (SETH), for every epsilon>0, the following holds: - No algorithm running in time O(n^{2-epsilon}) can solve the Closest Pair problem in d=(log n)^{Omega_{epsilon}(1)} dimensions in the l_p-metric. - There exists delta = delta(epsilon)>0 and c = c(epsilon)>= 1 such that no algorithm running in time O(n^{1.5-epsilon}) can approximate Closest Pair problem to a factor of (1+delta) in d >= c log n dimensions in the l_p-metric. In particular, our first result is shown by establishing the computational equivalence of the bichromatic Closest Pair problem and the (monochromatic) Closest Pair problem (up to n^{epsilon} factor in the running time) for d=(log n)^{Omega_epsilon(1)} dimensions. Additionally, under SETH, we rule out nearly-polynomial factor approximation algorithms running in subquadratic time for the (monochromatic) Maximum Inner Product problem where we are given a set of n points in n^{o(1)}-dimensional Euclidean space and are required to find a pair of distinct points in the set that maximize the inner product. At the heart of all our proofs is the construction of a dense bipartite graph with low contact dimension, i.e., we construct a balanced bipartite graph on n vertices with n^{2-epsilon} edges whose vertices can be realized as points in a (log n)^{Omega_epsilon(1)}-dimensional Euclidean space such that every pair of vertices which have an edge in the graph are at distance exactly 1 and every other pair of vertices are at distance greater than 1. This graph construction is inspired by the construction of locally dense codes introduced by Dumer-Miccancio-Sudan [IEEE Trans. Inf. Theory'03].

研究の動機と目的

  • SETHの下で、高次元ユークリッド空間(d = ω(log n))における単色最近接ペア問題の細粒度複雑性を解明すること。
  • 特に ℓp-距離において、単色最近接ペア問題が二色最近接ペア問題よりも簡単であるかどうかの理解のギャップを埋めること。
  • SETHの下で、高次元における最近接ペア問題および最大内積問題の近似不可能性を確立すること。
  • 誤り訂正符号を用いた新しいグラフ構築技術を開発し、幾何的問題における計算困難性を模倣すること。

提案手法

  • n 個の頂点、n^{2−ε} 条の辺、接触次元が低い(d = (log n)^Ωε(1))密な二部グラフを構築し、隣接する頂点は ℓp-距離で1、非隣接頂点は1より大きい距離にあるようにする。
  • Dumer-Miccancio-Sudan のインスパイドされた局所的に密集した符号を用いて、正確な距離制御を実現する低次元ユークリッド空間にグラフを実装する。
  • 距離と近似を保存するガジェット構築法により、二色最近接ペア問題を単色最近接ペア問題に還元する。
  • Reed-Solomon 符号および代数幾何(AG)符号を用いて、特定の距離比とサイズ比を持つ符号ペアを構築する。
  • 直交ベクトル仮説(OVH)および SETH を用いて、問題の正確版および近似版に対する条件付き下界を導出する。
  • テンソル積と置換を用いた再帰的埋め込み技術により、困難性を強化し、近似比を維持する。

実験結果

リサーチクエスチョン

  • RQ1SETHの下で、d = (log n)^Ωε(1) 次元における単色最近接ペア問題は、二色バージョンと同等に難しいか?
  • RQ2高次元 ℓp-距離において、部分二次時間アルゴリズムが単色最近接ペア問題を解けるか?
  • RQ3高次元において部分二次時間で達成可能な最近接ペア問題の最良の近似要因とは何か?
  • RQ4SETHの下で、高次元において最大内積問題を部分二次時間で近似できるか?
  • RQ5この困難性フレームワークを k-MIP や他の k-ベクトル一般化に拡張できるか?

主な発見

  • SETHの下で、任意の ε > 0 に対して、d = (log n)^Ωε(1) 次元の ℓp-距離において、単色最近接ペア問題を O(n^{2−ε}) 時間で解くアルゴリズムは存在しない。
  • 任意の ε > 0 に対して、δ = δ(ε) > 0 および c = c(ε) ≥1 が存在し、O(n^{1.5−ε}) 時間のアルゴリズムでは、d ≥ c log n 次元において (1+δ)-近似で最近接ペアを計算できない。
  • 論文は、d = (log n)^Ωε(1) の場合、単色最近接ペア問題と二色最近接ペア問題が、実行時間において n^ε 要因以内で計算的に同等であることを確立した。
  • SETHの下で、高次元空間(no(1) 次元)において、最大内積問題のほぼ多項式因子の近似は部分二次時間で計算できない。
  • 接触次元が低く、正確な距離制御が可能な密な二部グラフの構築は、すべての下界を可能にする核心的技術的イノベーションである。
  • フレームワークは、オープンクエスチョン 1.1 および 1.2 を解決するには、より良いパrameter(特に次元または辺数の上限)を持つガジェットの構築が必要であることを示唆している。

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。