日本フィジカルAI新聞

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

週刊ニュースレター購読
画像編集arXiv:2608.23238

Mover360: 360度パノラマ画像における制御可能な物体操作

Mover360: Controllable Object Manipulation in 360° Panoramic Images

シェア:XThreadsFacebookLINEはてブBluesky

360度パノラマ画像内の物体を移動・挿入・削除できる操作フレームワークを提案。等距離円筒投影の特性に対応し、点・バウンディングボックス・マスクによる直感的な操作を実現する。

詳しい要約

1. どんなもの?

Mover360は、360°パノラマ画像(equirectangular projection, ERP)におけるオブジェクト操作のための制御可能なフレームワークである。主にオブジェクトの移動(Translation)を中心とし、参照画像ガイドによる挿入(Insert)と削除(Remove)を補助タスクとしてサポートする。ユーザーは点、バウンディングボックス、マスクのいずれかで操作対象を指定でき、各タスクは固定プロンプトとERPに整合したコンパクトな指示マップにエンコードされる。デフォルトの点モードでは、1回のクリックでオブジェクトを移動でき、モデルはパノラマコンテキストと深度条件からサイズ、支持面、照明を推論する。

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

既存の透視画像向けエディタは、ERP特有の水平方向のラップアラウンド、緯度依存の歪み、グローバルなシーン連続性を扱えず、オブジェクトレベルの編集が困難である。Mover360はこれらの課題を直接扱う点で優れている。また、点・bbox・マスクの3種類の制御を統一的なインターフェースで扱える点、軽量な拡散トランスフォーマー適応で実装されている点、大規模なペアデータを生成するUE5パイプラインを構築した点が新しい。

3. 技術・手法の肝は?

手法の核は、事前学習済み拡散トランスフォーマーへの軽量な適応である。各タスクを固定プロンプトとERP整合の指示マップにエンコードし、点モードではクリック位置を指示マップに変換する。深度条件を追加し、パノラマコンテキストを利用してオブジェクトのサイズ、支持面、照明を推論する。また、UE5データ生成パイプラインを構築し、サーフェス認識オブジェクト配置とランダム化照明により大規模なペアデータを生成する。

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

合成と実写の両方のパノラマを含むデュアルドメインベンチマークを構築し、3つのタスクすべてのグラウンドトゥルースを用意した。2つの評価プロトコル(再構成忠実度、意味的一貫性、分布品質)で、透視編集、挿入、インペインティングの強力なベースラインと比較し、Mover360が優れていることを示した。

5. 議論はある?

要旨からは、議論の詳細は不明である。ただし、提案手法が透視画像向けの既存手法を上回ることを示しているが、実世界の多様なシーンでの汎化性や、複雑なオブジェクト操作(回転やスケール変更など)への拡張性については言及がない。また、UE5で生成した合成データが実写データにどの程度転移するかについての詳細な分析も要旨からは不明である。

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

要旨で参照されている関連研究として、透視画像編集(perspective editing)、挿入(insertion)、インペインティング(inpainting)のベースライン手法が挙げられる。具体的な論文名は不明だが、これらの分野の定番手法(例:拡散モデルを用いた画像編集、物体挿入、インペインティング)を読むことが推奨される。また、360°画像処理の基礎として、equirectangular projectionやパノラマ画像の編集に関する研究も関連する。

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

著者: Haoyi Zhong, Fang-Lue Zhang, Andrew Chalmers, Taehyun Rhee

分類: cs.CV

原文アブストラクト

We present Mover360, a controllable object manipulation framework for 360° images. Unlike perspective images, 360° images in equirectangular projection (ERP) exhibit horizontal wrap-around, latitude-dependent distortion, and global scene continuity, which makes object-level edits difficult for existing perspective editors to produce and for users to specify. To address this, Mover360 centers on object Translation (relocating a specified object within an existing panorama) while supporting reference-guided Insert and Remove as auxiliary tasks. Its interface unifies point-, bbox-, and mask-guided control by encoding each task into a fixed prompt and a compact, ERP-aligned instruction map. In the default point mode, a single click relocates an object, allowing the model to infer a plausible size, support, and illumination using panoramic context and an auxiliary depth condition. Structurally, Mover360 is a lightweight adaptation of a pretrained diffusion transformer. To generate paired supervision, we construct a UE5 data-generation pipeline with surface-aware object placement and randomized illumination, yielding large-scale paired data and a dual-domain benchmark of synthetic and real panoramas with ground truth for all three tasks. Across both test domains and two evaluation protocols, Mover360 outperforms strong baselines for perspective editing, insertion, and inpainting in reconstruction fidelity, semantic consistency, and distributional quality. Code and our benchmark dataset are available at https://zhonghaoyi.github.io/Mover360/.

関連論文