用扩散模型从单张图估计相机内参,提升3D重建效果
Boost 3D Reconstruction using Diffusion-based Monocular Camera Calibration
- 将相机参数编码为图像形式,通过扩散模型生成
- 在多个数据集上优于现有方法,支持零样本深度估计
- 适合需要高精度相机标定的3D视觉任务
本文提出DM-Calib,一种基于扩散模型的单目相机内参估计方法。传统方法依赖人工假设或受限于训练数据,泛化能力差。我们发现稳定扩散模型在大规模数据上训练后,隐式捕捉了焦距与图像内容的关系。为此,提出新表征「Camera Image」,无损编码相机内参并融入扩散框架。将内参估计转化为在输入图像条件下生成密集的Camera Image,通过微调扩散模型并结合RANSAC操作提取参数。实验证明该方法显著优于基线,在零样本度量深度估计、3D量测、位姿估计和稀疏视图重建等任务中均有提升,广泛适用于多种3D视觉任务。
原文摘要 · Abstract (English)
In this paper, we present DM-Calib, a diffusion-based approach for estimating pinhole camera intrinsic parameters from a single input image. Monocular camera calibration is essential for many 3D vision tasks. However, most existing methods depend on handcrafted assumptions or are constrained by limited training data, resulting in poor generalization across diverse real-world images. Recent advancements in stable diffusion models, trained on massive data, have shown the ability to generate high-quality images with varied characteristics. Emerging evidence indicates that these models implicitly capture the relationship between camera focal length and image content. Building on this insight, we explore how to leverage the powerful priors of diffusion models for monocular pinhole camera calibration. Specifically, we introduce a new image-based representation, termed Camera Image, which losslessly encodes the numerical camera intrinsics and integrates seamlessly with the diffusion framework. Using this representation, we reformulate the problem of estimating camera intrinsics as the generation of a dense Camera Image conditioned on an input image. By fine-tuning a stable diffusion model to generate a Camera Image from a single RGB input, we can extract camera intrinsics via a RANSAC operation. We further demonstrate that our monocular calibration method enhances performance across various 3D tasks, including zero-shot metric depth estimation, 3D metrology, pose estimation and sparse-view reconstruction. Extensive experiments on multiple public datasets show that our approach significantly outperforms baselines and provides broad benefits to 3D vision tasks.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。