arXiv論文メモ
新着一覧
cs.CV · 査読状況未確認

ベジエ制御点を使って動画の中間画像を鮮明にする

Accurate Motion Estimation with Bézier Control Point for Efficient Frame Interpolation

Shuhao Han, Chenyang Wu, Chun-Le Guo, Zheng-Peng Duan, Zhen Li, Ming-Ming Cheng, Chongyi Li

この論文をやさしく読む

ひとことで言うと

動画の前後二枚から中間画像を作る際、物体が一定速度で動くとは限らないことをベジエ曲線で扱う。

何に役立つ?

動画のフレーム補間で、動きの推定と生成画像のぼけを改善する用途が考えられる。

この研究の面白いところ

正解の中間画像から学習時の曖昧さを減らし、推論では複数フローや二枚だけの場合を扱う仕組みを分けた。

どこまで分かった?

要旨は複数ベンチマークでの性能を述べるが、具体的な数値や対象動画の条件は示していない。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

動画のフレーム補間では、学習データ中で物体の動きが曖昧だと、中間画像がぼやける。推論時に二枚の画像の間で動きが一様だと仮定することも、不正確な画像の原因となる。ABC-Interは、ベジエ制御点を使う効率的なフレーム補間のための運動推定法である。正確なフロー推定モジュールは、二枚の画像の特徴を分離し、対応する座標へ写して画像間のオプティカルフローをより良く推定する。学習では入力画像と正解の中間画像から計算したベジエ制御点を導入し、動きの曖昧さを取り除く。これにより二枚の間のフローを正確に推定し、推論で作る中間画像のぼけを抑える。フロー推定が改善すると、追加のフレームと複数のフローからベジエ制御点を直接計算し、再学習せずに不均一な動きを表せる。二枚だけから非線形の動きを推定するためには、第二段階でモデルを微調整する新しいベジエ制御点推定モジュールも導入する。複数のベンチマークで最高水準の性能と良好な視覚的品質を示したと報告する。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-20(UTC)
最新改訂
2026-09-20 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

In frame interpolation tasks, motion ambiguity in the training set causes models to generate blurry intermediate frames. Moreover, the assumption of uniform motion between frames during inference further leads to inaccuracies in the generated intermediate frames. To tackle these challenges, we propose an Accurate motion estimation algorithm with Bézier Control point, ABC-Inter, for efficient frame Interpolation. Specifically, ABC-Inter designs an Accurate Flow estimation Module (AFM) by decoupling two-frame features and mapping to corresponding coordinates to better estimate the optical flow between the two frames. Furthermore, ABC-Inter eliminates motion ambiguity in the training set by introducing Bézier control points that are computed using the input frames and the intermediate ground-truth (gt) frames. This allows the model to estimate accurate optical flow between two frames during the training process, thereby solving the blurriness problem in the generated intermediate frames during inference. Benefiting from the more accurate flow estimation between two frames, we can introduce additional frames and directly use multiple flows to calculate Bézier control points for modeling non-uniform motion without retraining the model. Simultaneously, to realize the estimation of non-linear motion using only two frames, we also introduce a new Bézier control point estimation module which achieves better motion estimation between the two frames by performing fine-tuning on the model in the second stage. Experimental results demonstrate that our ABC-Inter achieves state-of-the-art performance on multiple benchmark datasets and exhibits excellent visual perception.

著者のコメント

Accepted by IEEE TIP. Code: https://github.com/SHH-Han/ABC-Inter

arXiv ID: 2609.23408 / 要約の誤りについて