距離条件付き重み付き編集距離を高速に近似
Metric Weighted Edit Distance: $(3+\varepsilon)$-Approximation in $\widetilde O_\varepsilon(N^{1.6})$ Time
この論文をやさしく読む
ひとことで言うと
文字の編集費用が距離の条件を満たす場合に、重み付き編集距離を高速に近似するアルゴリズムです。誤差倍率は3+εです。
何に役立つ?
異なる編集の費用を区別する文字列比較の理論的な計算量を改善します。費用の数値範囲に依存しない実行時間評価を与えます。
この研究の面白いところ
全長Nに対する計算時間の指数は1.6で、単位費用の場合の既知の近似法と一致します。距離を過小評価せず、高い確率で近似保証を満たす点も特徴です。
どこまで分かった?
費用がギャップ記号を含む距離をなし、正確な算術演算と距離問い合わせが定数時間という仮定があります。実測の処理速度を報告したものではありません。
v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。
アブストラクトの日本語訳
任意の0<ε≤1について、空隙記号を追加した文字集合上でコストが距離をなす場合の重み付き編集距離に対し、ランダム化された(3+ε)近似を与える。文字列の合計長をNとすると、実行時間はÕ(N^(8/5)/ε^(16/5))であり、Õはlog(N/ε)の多項式因子を省略している。Nへの依存性は、単位コスト編集距離に対する既知の最速の(3+ε)近似と一致する。 このアルゴリズムは編集距離を決して過小評価せず、失敗確率がNの逆多項式となる形で近似保証を達成する。実行時間の上界は、厳密な算術演算と距離問い合わせが定数時間で行えると仮定し、編集コストの数値範囲には依存しない。 三つの道具に基づいて構成する。Chakraborty、Das、Goldenberg、Koucký、Saksのサンプリング枠組み(J. ACM、2020年)とAndoniによるその後の改良(2020年)、Kuszmaulの低コスト文字の除去(ICALP 2019)、Kleinの平面グラフ上の距離データ構造(SODA 2005)である。新たな要素の一つは、一方の文字列を、長さが有界で、総削除コストに高度な構造を持つ部分へ分解することである。この分解により、すべての部分を、もう一方の文字列の小さな部分文字列族と比較できる。
v1の要旨から自動生成。本文の精読・人による確認は未実施。
- 初稿
- 2026-09-17(UTC)
- 最新改訂
- 2026-09-17 · v1
- 査読・掲載
- 査読状況未確認
更新履歴
- v1 2026-09-17 この版を読む
取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。
原文の要旨
For every $0 < \varepsilon \le 1$, we give a randomized $(3+\varepsilon)$-approximation to weighted edit distance when the costs form a metric on the alphabet augmented with a gap symbol. For strings of total length $N$, the running time is $\widetilde{O}(N^{8/5}/\varepsilon^{16/5})$, where $\widetilde{O}$ suppresses factors polynomial in $\log(N/\varepsilon)$. The dependence on $N$ matches that of the fastest known $(3+\varepsilon)$-approximation for unit-cost edit distance. The algorithm never underestimates the edit distance and achieves the approximation guarantee with inverse-polynomial failure probability in $N$. The running time bound assumes constant-time exact arithmetic operations and metric queries, and it is independent of the numerical range of the edit costs. We build on three tools: the sampling framework of Chakraborty, Das, Goldenberg, Koucký, and Saks (J. ACM, 2020), with subsequent refinements by Andoni (2020); Kuszmaul's removal of inexpensive characters (ICALP 2019); and Klein's data structure for distances in planar graphs (SODA 2005). Our new ingredients include, among others, a decomposition of one string into pieces of bounded length with highly structured total deletion costs. This decomposition lets us compare all pieces against a small family of substrings of the other string.
arXiv ID: 2609.20796 / 要約の誤りについて