日本フィジカルAI新聞

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

週刊ニュースレター購読
深度推定arXiv:2609.08084

Marigold V2: 単眼深度推定のための拡散トランスフォーマーの再考

Marigold V2: Revisiting Diffusion Transformers for Monocular Depth Estimation

シェア:XThreadsFacebookLINEはてブBluesky

拡散トランスフォーマーを活用した単眼深度推定手法を改良し、高精度でシャープな深度マップを生成できるようにした。

詳しい要約

1. どんなもの?

Marigold V2は、拡散トランスフォーマー(DiT)アーキテクチャを利用した画像生成・編集モデルを単眼深度推定に転用する手法(Marigold)を再検討し、改良した研究。事前学習済みの多段階flow-matchingモデルから単段階推論を実現し、必要に応じて量子化を用いることで、モデル容量を保ちつつ計算コストを抑える。深度マップの鮮明さと詳細さを向上させ、out-of-distributionへの汎化性を高める。

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

従来のMarigoldや他の単眼深度推定モデルと比較して、特にout-of-distribution入力への汎化性と、毛皮や葉、髪の毛などの細かいエッジを捉える鮮明な深度マップの生成で優れる。KITTIとETH3DでAbsRelを16-26%改善し、定性的にも従来モデルが捉えられなかった細部を解像する。また、表面法線推定や内在的画像分解などの他の密回帰タスクでもSOTAを達成。

3. 技術・手法の肝は?

技術の肝は、(1) モデルの内部表現をground-truthから抽出したセマンティック特徴と整合させること、(2) Sinkhorn損失に基づく新規の2段階ファインチューニングプロトコルを採用すること。また、単段階推論と量子化により効率性を維持しつつ、DiTベースの生成モデルの能力を活用する。

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

KITTIとETH3DデータセットでAbsRelを評価し、従来の最良モデルと比較して16-26%の改善を確認。定性的には、毛皮、葉、髪の毛などの細かいエッジを解像する深度マップを生成できることを示した。さらに、表面法線推定や内在的画像分解などの他の密回帰タスクでもSOTAを達成したと報告。

5. 議論はある?

要旨からは、議論の詳細は不明。ただし、提案手法が生成モデルの転用に基づくため、計算コストや量子化の影響、セマンティック特徴の抽出方法の依存性などが議論の対象となり得る。また、単段階推論への変換が品質に与える影響や、Sinkhorn損失の理論的根拠についての議論が考えられるが、要旨には明記されていない。

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

要旨で参照されている先行研究として、Marigold(元の手法)が挙げられる。また、拡散トランスフォーマー(DiT)やflow-matchingモデルに関する論文、および単眼深度推定の分野での標準的な手法(例えば、MiDaSやDPTなど)が関連する。具体的な論文名は要旨にないため、同分野の定番を一般名で挙げる。

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

著者: Igor Pavlovic, Thiemo Wandel, Anton Obukhov, Luca Bartolomei, Andrey Davydov, Fabio Tosi, Matteo Poggi, Sabine Süsstrunk, Dengxin Dai

分類: cs.CV, cs.LG

原文アブストラクト

Monocular depth estimation is a ubiquitous yet highly ill-posed computer vision task, with downstream applications in scene reconstruction, computational photography, and robotics, among others. Despite the field's maturity, recent models still struggle to generalize to out-of-distribution inputs and to produce sharp and detailed depth maps. In this paper, we revisit Marigold, a set of techniques for repurposing modern image generation and editing models, powered by the diffusion transformer (DiT) architecture, into state-of-the-art monocular depth estimators. Our recipes target single-step inference from pretrained multi-step flow-matching models, with quantization where needed, preserving model capacity while remaining cheap to run. We analyze the artifacts of naive training and identify two effective remedies: aligning the model's internal representations with semantic features extracted from ground-truth, and adopting a 2-stage fine-tuning protocol built around a novel Sinkhorn-based loss. The results are crisper, cleaner depth maps that generalize well out-of-distribution, with 16-26% improvement in AbsRel over the previous best on KITTI and ETH3D. Qualitatively, our model resolves fur, foliage, and hair-thin edges that have eluded prior models. Furthermore, Marigold V2 achieves state-of-the-art results when applied to other dense regression tasks, such as surface normals estimation and intrinsic image decomposition. Project website: https://hf.co/spaces/huawei-bayerlab/marigold-v2-web

関連論文