画像の対応点を画素未満の精度で見つける連続特徴表現
ImCorr: Sub-pixel Semantic Correspondence via Implicit Feature Decoding
この論文をやさしく読む
ひとことで言うと
二つの画像の同じ意味を持つ位置を、パッチの格子より細かく対応付ける方法です。
何に役立つ?
画像間で特徴点を精密に合わせる必要がある画像解析に役立ちます。
この研究の面白いところ
既存の特徴を格子上だけで読む制約を数値で示し、任意座標で参照できる特徴場に変えています。
どこまで分かった?
評価はSPair-71kとAP-10Kの指定条件での結果です。元画像側の量子化誤差がなくなるという主張は理論上のものです。
v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。
アブストラクトの日本語訳
現在の意味的な画像対応付け手法は、標準的な許容誤差では高性能だが、より細かな許容誤差では性能が急に頭打ちになる。著者らは、その原因は基盤となる特徴の表現力ではなく、格子上に固定された特徴の読み出し方にあると考える。画像をパッチに分ける視覚Transformerには二種類の量子化誤差がある。元画像側では正確な特徴点の代わりに最寄りのパッチ特徴を参照し、対応先側では正解位置を正確に表す格子特徴が存在しない。SPair-71kの全49万9188特徴点を調べると、標準的な448×448画素・14画素パッチの設定で、PCK@0.01の精度において正解特徴点の84.9%に正確な位置を表す格子特徴がなかった。これは対応付け方法によらない表現レベルの構造的な制約である。本研究のImCorrは、任意の連続座標で参照できる連続した特徴場の上で対応点を推定する。FiLM条件付きデコーダーを学習し、画素より細かな位置情報を特徴場に埋め込む。元画像側で正確な特徴点座標の特徴場を直接参照すれば、理論上は表現レベルの量子化誤差がなくなり、対応先側も基盤モデルより細かい格子で復号することで誤差が大きく減る。SPair-71kとAP-10Kの同種間、異種間、異なる科の間で、ImCorrは細かな許容誤差PCK@0.01~0.05で性能を改善し、SPair-71kのPCK@0.01では従来の最高性能を6.2パーセントポイント上回った。これは、連続的な特徴表現が精密な意味的対応付けに有効であることを示す。コードも公開している。
v1の要旨から自動生成。本文の精読・人による確認は未実施。
- 初稿
- 2026-09-24(UTC)
- 最新改訂
- 2026-09-24 · v1
- 査読・掲載
- 査読状況未確認
更新履歴
- v1 2026-09-24 この版を読む
取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。
原文の要旨
The strong performance that modern semantic correspondence methods achieve at standard thresholds plateaus sharply at fine-grained thresholds. We argue that this plateau stems not from the representational capacity of backbone features, but from a grid-tied readout. Patch-based vision transformers tokenize images onto discrete grids, introducing two forms of quantization error: querying nearest patch features instead of exact keypoints on the source side, and the absence of grid features representing precise ground-truth locations on the target side. We quantify this quantization ceiling across all 499,188 keypoints in SPair-71k: under the standard 448x448, patch-14 setting, 84.9% of ground-truth keypoints have no grid feature representing their precise location at PCK@0.01. This is a structural limitation at the representation level, independent of the matching strategy. We address this with ImCorr: Sub-pixel Semantic Correspondence via Implicit Feature Decoding, which formulates correspondence estimation over a continuous feature field queryable at arbitrary continuous coordinates. A FiLM-conditioned decoder is trained to embed sub-pixel positional information into the feature field. Querying the field directly at exact keypoint coordinates theoretically eliminates representation-level quantization error on the source side, while decoding onto a grid denser than the backbone grid substantially reduces quantization error on the target side. On SPair-71k and AP-10K (intra-species, cross-species, and cross-family), ImCorr improves performance at fine-grained thresholds (PCK@0.01-0.05), achieving a 6.2 percentage point gain over the prior state of the art at PCK@0.01 on SPair-71k. These results demonstrate that representational continuity is an effective solution for precise semantic correspondence. Code is available at https://github.com/YusungChoi/ImCorr.
著者のコメント
Accepted to ACCV 2026
arXiv ID: 2609.29193 / 要約の誤りについて