日本フィジカルAI新聞

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

週刊ニュースレター購読
3D生成/物理シミュレーションarXiv:2608.23869

Gen2Physics: マルチビュー素材分解による生成3Dメッシュの物理的接地

Gen2Physics: Grounding Generated 3D Meshes in Physics via Multi-View Material Decomposition

シェア:XThreadsFacebookLINEはてブBluesky

生成された3Dメッシュを物理シミュレーション可能な資産に変換するため、素材セグメンテーションと物理特性の割り当てを自動化するフレームワークを提案。

詳しい要約

1. どんなもの?

Gen2Physicsは、生成された3Dメッシュを物理シミュレーションに即利用可能なアセットへと変換する、統一された自動フレームワークである。入力メッシュを構成する材料成分に自動分解し、各材料に物理特性(密度など)を割り当て、内部形状(中実か中空か)を推定することで、物理的に妥当な動的シミュレーションを可能にする。

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

従来の物理接地手法はボリューム表現に依存しており、標準的な物理エンジンと互換性がなかった。Gen2Physicsはメッシュ上で直接動作し、シミュレーション即使用可能なアセットを生成する点が優れている。また、材料セグメンテーション精度が従来の物理接地パイプラインの2倍以上(15.6から48.3 mIoU)に向上し、質量推定精度はボリューム法と同等でありながら、水密な材料別サブメッシュを出力する唯一の手法である。

3. 技術・手法の肝は?

手法の核は、(1)微調整されたVision Transformerによる高密度材料セグメンテーション、(2)2Dから3Dへの一貫性投影、(3)Vision-Language Model (VLM)によるガイド付きリファインメントである。VLMは文脈推論を用いて物理特性の割り当てと内部形状(中実/中空)の推定を行う。表面パッチを異なる密度を持つボリュームに変換することで、物理シミュレーションを可能にする。

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

ABO-500およびPartNet-Materialベンチマークを用いて評価した。材料セグメンテーション精度(mIoU)が従来の物理接地パイプラインの15.6から48.3へと2倍以上向上した。質量推定精度はボリューム法と同等であり、水密な材料別サブメッシュを出力する唯一の手法であることを示した。

5. 議論はある?

要旨からは、VLMによるリファインメントの限界や、異なるメッシュ品質へのロバスト性、計算コストなどに関する議論は不明である。また、物理シミュレーションの具体的な検証(例えば、動的挙動の正確さ)については要旨に明記されていない。

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

要旨で参照されている先行研究として、ボリューム表現を用いた物理接地手法(具体的な名称は不明)や、材料セグメンテーションのベンチマークであるABO-500とPartNet-Materialが挙げられる。次に読むべき論文としては、これらのベンチマークを提案した論文や、Vision Transformerを用いたセグメンテーション手法、VLMを用いた物理特性推定に関する研究が考えられる。

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

著者: Mauro Comi, Jordi Serrano Berbel, Kevis-Kokitsi Maninis, Philipp Henzler, Manuel Sanchez

分類: cs.CV

原文アブストラクト

While state-of-the-art generative models produce high-fidelity 3D meshes, these outputs lack the physical properties required for interactive simulation, gaming, or robotics. We introduce Gen2Physics, a unified and automated framework that grounds generated meshes in physics by automatically decomposing them into their constituent material components. Unlike prior approaches, which focus on volumetric representations incompatible with standard physics engines, Gen2Physics operates directly on meshes to produce immediately simulation-ready assets. Our pipeline integrates a fine-tuned Vision Transformer for dense material segmentation, a robust 2D-to-3D consistency projection, and a Vision-Language Model (VLM) guided refinement that leverages contextual reasoning to assign physical properties and infer internal geometry (solid vs. hollow). By converting surface patches into volumes with distinct densities, our method enables physically plausible dynamic simulations. Experimental results on the ABO-500 and PartNet-Material benchmarks demonstrate that Gen2Physics more than doubles the material segmentation accuracy of prior physics-grounding pipelines (15.6 to 48.3 mIoU), while matching the mass-estimation accuracy of volumetric methods and being the only approach to output watertight per-material sub-meshes.