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

動画拡散モデルを再学習せず高速化する切り替え方法

Accelerating Video Diffusion via Training-Free Trajectory Routing

Mustafa Munir, Huy Vu, Shreyas Misra, Rohit Jena, Sajad Norouzi, Ali Taghibakhshi, Anis Ahmad, Anjul Patney, Pavlo Molchanov, Nima Tajbakhsh

この論文をやさしく読む

ひとことで言うと

動画生成のノイズ除去段階ごとに大小のモデルを選び、再学習せず処理を速くする方法を調べた。

何に役立つ?

動画生成の計算費用を下げる方法として考えられる。要旨で実証されたのは挙げられた四つのモデル群での速度と品質の比較である。

この研究の面白いところ

事前に両モデルの予測差を測り、差が小さい段階だけ小型モデルに任せる。推論時は片方だけを実行する。

どこまで分かった?

要旨の評価では1.95〜2.73倍の高速化と同程度の総合品質が報告された。異なるモデルや条件での性能は要旨からは分からない。

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

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

動画拡散モデルは、多数のノイズ除去段階で大きなモデルを実行するため計算量が多い。段階数を蒸留によって減らしても、残る各段階のモデル評価に費用がかかる。本研究はTRACKという方法を提示する。互換性のある大小のモデルを段階ごとに切り替え、1回のノイズ除去評価にかかる平均費用を下げる。切り替える段階は事前の較正で決める。まず大きなモデルで基準となる生成経路を計算し、各段階で小さなモデルの予測も集めて、大きなモデルの予測との相対的な不一致を測る。両モデルには同じ潜在表現、時刻、条件、ガイダンス入力を与える。較正用データ全体の不一致を集約して各段階のスコアを作り、品質に敏感な段階では大きなモデル、不一致が小さい段階では小さなモデルを使う。推論時には選ばれた片方だけを実行し、再学習、モデル構造やスケジューラの変更、両モデルの同時評価は不要である。Wan 2.1、Cosmos 3、TurboDiffusion、FastVideoではそれぞれ1.95倍、2.04〜2.73倍、2.69倍、2.17倍の高速化を得て、総合的な品質は同程度で多様性も高く保たれた。これにより、再学習なしの自動モデル切り替えが動画拡散の高速化に実用的な方法となり得ることを示した。

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

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

更新履歴

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

原文の要旨

Video diffusion is computationally expensive, as it requires executing a large model across many denoising steps. Even with step-distillation, inference remains expensive because every distilled step still requires a costly model evaluation. We present TRACK: TRajectory-Aware Capacity routing via top-K selection, a heterogeneous denoising strategy that switches between compatible large and small models at selected steps, reducing the average cost per denoising evaluation. The switching steps are determined using a calibration process. TRACK first rolls out a reference trajectory with the large model. Then at each step, the small model's prediction is also collected and compared against the large model's prediction to obtain a relative disagreement score. Both models receive the same latent, timestep, conditioning, and guidance inputs. Aggregating this signal over a calibration set produces a disagreement score map across diffusion steps, which determines a switching policy for an efficient inference process: quality-sensitive steps keep using the large model, while steps with low disagreement scores are routed to the small model. Inference executes only the selected model at each step, requiring no retraining, architecture or scheduler changes, or online dual-model evaluation. Across Wan 2.1, Cosmos 3, TurboDiffusion, and FastVideo, TRACK yields $1.95\times$, $2.04\times$-$2.73\times$, $2.69\times$, and $2.17\times$ speedups, respectively, with comparable aggregate quality and high diversity retention. TRACK thereby establishes automated, training-free model switching as a practical acceleration paradigm for video diffusion.

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