paper-with-me

Papers

Boost 3D Reconstruction using Diffusion-based Monocular Camera Calibration

2024-11-26 · Junyuan Deng, Wei Yin, Xiaoyang Guo, Qian Zhang, Xiaotao Hu, Weiqiang Ren, Xiaoxiao Long, Ping Tan

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. Code is available at https://github.com/JunyuanDeng/DM-Calib.

📄 PDF Abstract BibTeX arXiv:2411.17240

Code (1)

junyuandeng/dm-calib 공식 구현 pytorch

Tasks

3D ReconstructionCamera CalibrationDepth EstimationPose Estimation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

DiffCalib: Reformulating Monocular Camera Calibration as Diffusion-Based Dense Incident Map Generation

2024-05-24 · Xiankang He, Guangkai Xu, Bo Zhang, Hao Chen 외

Monocular camera calibration is a key precondition for numerous 3D vision applications. Despite considerable advancements, existing methods often hinge on specific assumptions and struggle to generalize across varied rea…

3D ReconstructionCamera Calibration

Practical Auto-Calibration for Spatial Scene-Understanding from Crowdsourced Dashcamera Videos

2020-12-15 · Hemang Chawla, Matti Jukola, Shabbir Marzban, Elahe Arani 외

Spatial scene-understanding, including dense depth and ego-motion estimation, is an important problem in computer vision for autonomous vehicles and advanced driver assistance systems. Thus, it is beneficial to design pe…

Autonomous VehiclesCamera Auto-CalibrationCamera CalibrationMotion Estimation+1

MonSter: Awakening the Mono in Stereo

2019-10-30 · Yotam Gil, Shay Elmalem, Harel Haim, Emanuel Marom 외

Passive depth estimation is among the most long-studied fields in computer vision. The most common methods for passive depth estimation are either a stereo or a monocular system. Using the former requires an accurate cal…

Depth Estimation

MASt3R-SLAM: Real-Time Dense SLAM with 3D Reconstruction Priors

2024-12-16 · CVPR 2025 1 · Riku Murai, Eric Dexheimer, Andrew J. Davison

We present a real-time monocular dense SLAM system designed bottom-up from MASt3R, a two-view 3D reconstruction and matching prior. Equipped with this strong prior, our system is robust on in-the-wild video sequences des…

3D Reconstructiongraph construction

LaVR: Scene Latent Conditioned Generative Video Trajectory Re-Rendering using Large 4D Reconstruction Models

2026-01-21 · Mingyang Xie, Numair Khan, Tianfu Wang, Naina Dhingra 외 arxiv

Given a monocular video, the goal of video re-rendering is to generate views of the scene from a novel camera trajectory. Existing methods face two distinct challenges. Geometrically unconditioned models lack spatial awa…

Video Generation