日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
動画生成arXiv:2609.17521

PhysStream: 構造化シーンメモリと細粒度運動制御による物理に基づくストリーミング動画生成

PhysStream: Streaming Physics-Grounded Video Generation with Structured Scene Memory and Fine-Grained Motion Control

シェア:XThreadsFacebookLINEはてブBluesky

生成途中でも物理的に意味のある速度変化信号で動画内の物体運動を細かく操作できる自己回帰型の画像から動画への生成モデルを提案し、物理的一貫性と軌道精度を改善した。

詳しい要約

1. どんなもの?

- どんなもの? - PhysStreamは、物理に基づくimage-to-video合成のためのautoregressiveモデル。 - 構造化されたscene memory(位置マップとオブジェクト追跡マップ)をオンラインで生成フレームから導出。 - スパースなvelocity-increment信号によるfine-grained motion controlをサポート。 - 多物体のtabletop rigid-bodyシーンで、生成途中でのインタラクティブな制御を可能にする。

2. 先行研究と比べてどこがすごい?

- 先行研究と比べてどこがすごい? - 既存のcontrollable手法は、生成開始前に完全な制御スケジュールを必要とするか、物体位置を指定するpixel-space信号を用いる。 - PhysStreamは、生成途中での制御を可能にし、物理量をエンコードしたvelocity-increment信号で動力学を学習。 - 先行手法ではサポートされない、多物体tabletop rigid-bodyシーンでのインタラクティブなmid-generation制御を実現。 - 合成ベンチマークでFVMDを33%、trajectory errorを12%削減し、in-the-wild比較で85%以上で人間に好まれる。

3. 技術・手法の肝は?

- 技術や手法の肝はどこ? - 二段階の学習:まずbidirectionalモデルをmotion-control conditioningでfinetuneし、次にcausal autoregressiveモデルを追加のstructured scene memoryで訓練。 - structured scene memoryは、以前に生成されたフレームからオンラインで導出されるpositional mapsとobject tracking maps。 - fine-grained motion controlは、物理量をエンコードするsparse velocity-increment signalsを介して行う。 - これによりモデルが underlying dynamics を学習し、物理的一貫性を向上。

4. どうやって有効だと検証した?

- どうやって有効だと検証した? - 合成ベンチマークで評価し、motion distribution distance (FVMD) を33%、trajectory errorを12%削減。 - in-the-wild比較で、人間評価者が85%以上のケースでPhysStreamを好んだ。 - 多物体tabletop rigid-bodyシーンでのインタラクティブなmid-generation制御を実証。

5. 議論はある?

- 議論はある? - 要旨からは不明。

6. 次に読むべき論文は?

- 次に読むべき論文は? - 要旨で参照/比較されている研究は明示されていない。 - 関連手法として、controllable video generation、physics-grounded video synthesis、autoregressive video generation、image-to-video synthesisの分野の定番論文が挙げられる。

※ AIが要旨から生成した要約です。正確性は原文をご確認ください。

著者: Chuhao Chen, Peter Wonka, Chaoyang Wang, Chen Wang, Qiao Feng, Sergey Tulyakov, Lingjie Liu

分類: cs.CV, cs.AI, cs.GR

原文アブストラクト

Interactive control for video generation is moving from coarse prompts toward fine-grained, physically meaningful manipulation of dynamic scenes. Yet existing controllable methods either require the full control schedule before generation starts, or use pixel-space signals that dictate object positions rather than physical dynamics. To address these limitations, we propose PhysStream, an autoregressive model for physics-grounded image-to-video synthesis that incorporates structured scene memory---positional maps and object tracking maps derived online from previously generated frames---and supports fine-grained motion control via sparse velocity-increment signals that encode physical quantities, letting the model learn the underlying dynamics. We train our model in two stages: a bidirectional model is first finetuned with motion-control conditioning, then a causal autoregressive model is trained with additional structured scene memory, further improving physical consistency. PhysStream enables interactive, mid-generation control over multi-object tabletop rigid-body scenes---a capability not supported by prior methods---reducing motion distribution distance (FVMD) by 33% and trajectory error by 12% over the strongest baselines on synthetic benchmarks, and is preferred by human evaluators in over 85% of in-the-wild comparisons. Please check our website for more details: https://czzzzh.github.io/PhysStream

関連論文