リスト内の隣接交換で最適費用に近づくまでの回数
Transposition achieves OPT$+O(1)$ in polynomial time for IID list update
この論文をやさしく読む
ひとことで言うと
問い合わせのたびに項目を1つ前へ動かすリストで、有限回の利用後に費用が最適値へ定数程度まで近づくと証明した。
何に役立つ?
考えられる用途は、アクセス頻度が事前に分からないリストの自己組織化アルゴリズムの解析である。
この研究の面白いところ
定常状態の保証だけでなく、混合時間が遅い可能性があっても多項式回の問い合わせで近い費用を得られると示す。
どこまで分かった?
問い合わせが独立同分布という仮定のもとで、任意の確率分布と初期配置について成立する。保証はOPT+O(1)である。
v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。
アブストラクトの日本語訳
古典的なリスト更新問題では、項目をリスト型の構造に格納し、i番目の項目へのアクセス費用をiとする。項目は、ある確率分布pに従って独立同分布で問い合わせられ、1回当たりの期待費用を最小化したい。最適な並びは、確率が高い順p₁≥p₂≥…に配置することで、その期待費用はOPT=Σ_j j p_jとなる。しかし通常、確率ベクトルpは未知である。そこで、問い合わせられた項目を1つ前に移す転置規則に従う自己組織化リストを使う。 Coester(2026)は、転置規則の定常分布のもとで、1回の問い合わせの期待費用が高々OPT+1であることを証明した。ただし、このマルコフ連鎖の混合時間は任意に遅くなり得る。本論文は、任意のpと任意の初期配置σについて、項目数に関する多項式回の問い合わせを経た後には、1回の期待費用が高々OPT+O(1)となることを証明する。
v1の要旨から自動生成。本文の精読・人による確認は未実施。
- 初稿
- 2026-09-23(UTC)
- 最新改訂
- 2026-09-23 · v1
- 査読・掲載
- 査読状況未確認
更新履歴
- v1 2026-09-23 この版を読む
取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。
原文の要旨
In the classical list update problem, a set of items must be stored in a list-type structure, where accessing the $i$-th element costs $i$. Items will be queried in an IID manner according to some probability distribution $p$ on the items. We want to minimize the expected cost of each query. The optimal order is to place the items in decreasing order of probability $p_1 \geq p_2 \geq \cdots$ with expected cost $\mathsf{OPT} = \sum_j j p_j$, but the probability vector $p$ is generally unknown. Thus we use a self-organizing list following the transposition rule: an item is transposed 1 position forward whenever it is queried. Coester (2026) proved that, at stationarity measure for the transposition rule, the expected cost of a query is at most $\mathsf{OPT} + 1$. However, this Markov chain may have arbitrarily slow mixing time. We prove that, for arbitrary $p$ and arbitrary initial orderings $\sigma$, after polynomially many queries in the number of items, the expected cost of a query is at most $\mathsf{OPT} + O(1)$.
著者のコメント
11 pages
arXiv ID: 2609.28397 / 要約の誤りについて