paper-with-me

홈 › Papers

Lightweight and Accurate Multi-View Stereo with Confidence-Aware Diffusion Model

2025-09-18 · Fangjinhua Wang, Qingshan Xu, Yew-Soon Ong, Marc Pollefeys arxiv

To reconstruct the 3D geometry from calibrated images, learning-based multi-view stereo (MVS) methods typically perform multi-view depth estimation and then fuse depth maps into a mesh or point cloud. To improve the computational efficiency, many methods initialize a coarse depth map and then gradually refine it in higher resolutions. Recently, diffusion models achieve great success in generation tasks. Starting from a random noise, diffusion models gradually recover the sample with an iterative denoising process. In this paper, we propose a novel MVS framework, which introduces diffusion models in MVS. Specifically, we formulate depth refinement as a conditional diffusion process. Considering the discriminative characteristic of depth estimation, we design a condition encoder to guide the diffusion process. To improve efficiency, we propose a novel diffusion network combining lightweight 2D U-Net and convolutional GRU. Moreover, we propose a novel confidence-based sampling strategy to adaptively sample depth hypotheses based on the confidence estimated by diffusion model. Based on our novel MVS framework, we propose two novel MVS methods, DiffMVS and CasDiffMVS. DiffMVS achieves competitive performance with state-of-the-art efficiency in run-time and GPU memory. CasDiffMVS achieves state-of-the-art performance on DTU, Tanks & Temples and ETH3D. Code is available at: https://github.com/cvg/diffmvs.

📄 PDF Abstract BibTeX arXiv:2509.15220

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyDepth Estimation

Similar Papers 제목 키워드 기반

Self-adapting confidence estimation for stereo

2020-08-14 · ECCV 2020 8 · Matteo Poggi, Filippo Aleotti, Fabio Tosi, Giulio Zaccaroni 외

Estimating the confidence of disparity maps inferred by a stereo algorithm has become a very relevant task in the years, due to the increasing number of applications leveraging such cue. Although self-supervised learning…

Self-Supervised Learning

Attention-Aware Multi-View Stereo

2020-06-01 · CVPR 2020 6 · Keyang Luo, Tao Guan, Lili Ju, Yuesong Wang 외

Multi-view stereo is a crucial task in computer vision, that requires accurate and robust photo-consistency among input images for depth estimation. Recent studies have shown that learning-based feature matching and conf…

Depth Estimation

Multi-Level Feature Fusion Network for Lightweight Stereo Image Super-Resolution

2024-05-09 · Yunxiang Li, Wenbin Zou, Qiaomu Wei, Feng Huang 외

Stereo image super-resolution utilizes the cross-view complementary information brought by the disparity effect of left and right perspective images to reconstruct higher-quality images. Cascading feature extraction modu…

Image Super-ResolutionStereo Image Super-ResolutionSuper-Resolution

On the confidence of stereo matching in a deep-learning era: a quantitative evaluation

2021-01-02 · Matteo Poggi, Seungryong Kim, Fabio Tosi, Sunok Kim 외

Stereo matching is one of the most popular techniques to estimate dense depth maps by finding the disparity between matching pixels on two, synchronized and rectified images. Alongside with the development of more accura…

Stereo Matching

Multi-View Stereo with Asymmetric Checkerboard Propagation and Multi-Hypothesis Joint View Selection

2018-05-21 · Qingshan Xu, Wenbing Tao

In computer vision domain, how to fast and accurately perform multiview stereo (MVS) is still a challenging problem. In this paper we present a fast yet accurate method for 3D dense reconstruction, called AMHMVS, built o…