paper-with-me

홈 › Papers

DiffuVolume: Diffusion Model for Volume based Stereo Matching

2023-08-30 · Dian Zheng, Xiao-Ming Wu, Zuhao Liu, Jingke Meng, Wei-Shi Zheng

Stereo matching is a significant part in many computer vision tasks and driving-based applications. Recently cost volume-based methods have achieved great success benefiting from the rich geometry information in paired images. However, the redundancy of cost volume also interferes with the model training and limits the performance. To construct a more precise cost volume, we pioneeringly apply the diffusion model to stereo matching. Our method, termed DiffuVolume, considers the diffusion model as a cost volume filter, which will recurrently remove the redundant information from the cost volume. Two main designs make our method not trivial. Firstly, to make the diffusion model more adaptive to stereo matching, we eschew the traditional manner of directly adding noise into the image but embed the diffusion model into a task-specific module. In this way, we outperform the traditional diffusion stereo matching method by 22% EPE improvement and 240 times inference acceleration. Secondly, DiffuVolume can be easily embedded into any volume-based stereo matching network with boost performance but slight parameters rise (only 2%). By adding the DiffuVolume into well-performed methods, we outperform all the published methods on Scene Flow, KITTI2012, KITTI2015 benchmarks and zero-shot generalization setting. It is worth mentioning that the proposed model ranks 1st on KITTI 2012 leader board, 2nd on KITTI 2015 leader board since 15, July 2023.

📄 PDF Abstract BibTeX arXiv:2308.15989

Code (0)

등록된 구현이 없습니다.

Tasks

modelStereo MatchingZero-shot Generalization

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 제목 키워드 기반

These Maps Are Made by Propagation: Adapting Deep Stereo Networks to Road Scenarios with Decisive Disparity Diffusion

2024-11-06 · Chuang-Wei Liu, Yikang Zhang, Qijun Chen, Ioannis Pitas 외

Stereo matching has emerged as a cost-effective solution for road surface 3D reconstruction, garnering significant attention towards improving both computational efficiency and accuracy. This article introduces decisive …

3D ReconstructionComputational EfficiencyStereo Matching

Iterative Volume Fusion for Asymmetric Stereo Matching

2025-08-13 · Yuanting Gao, Linghao Shen arxiv

Stereo matching is vital in 3D computer vision, with most algorithms assuming symmetric visual properties between binocular visions. However, the rise of asymmetric multi-camera systems (e.g., tele-wide cameras) challeng…

SCV-Stereo: Learning Stereo Matching from a Sparse Cost Volume

2021-07-17 · Hengli Wang, Rui Fan, Ming Liu

Convolutional neural network (CNN)-based stereo matching approaches generally require a dense cost volume (DCV) for disparity estimation. However, generating such cost volumes is computationally-intensive and memory-cons…

Disparity EstimationStereo Matching

DCVSMNet: Double Cost Volume Stereo Matching Network

2024-02-26 · Mahmoud Tahmasebi, Saif Huq, Kevin Meehan, Marion McAfee

We introduce Double Cost Volume Stereo Matching Network(DCVSMNet) which is a novel architecture characterised by by two small upper (group-wise) and lower (norm correlation) cost volumes. Each cost volume is processed se…

Stereo Matching

Stereo Matching with Cost Volume based Sparse Disparity Propagation

2022-01-28 · Wei Xue, Xiaojiang Peng

Stereo matching is crucial for binocular stereo vision. Existing methods mainly focus on simple disparity map fusion to improve stereo matching, which require multiple dense or sparse disparity maps. In this paper, we pr…

Stereo Matching