paper-with-me

Papers

Rethinking Monocular Depth Embedding for Generalized Stereo Matching

2026-07-10 · Libo Lin, Shuangli Du, Minghua Zhao, Zhenzhen You, Shun Lv, Yiguang Liu arxiv

Generally, monocular methods capture rich contextual priors but lack geometric precision, whereas stereo methods are geometrically accurate yet struggle in textureless and occluded regions. Several approaches attempt to combine their strengths to enhance the generalization of stereo matching (SM) by aligning monocular depth with stereo information. However, establishing a stable and generalizable alignment is challenging, and unreliable monocular cues can substantially degrade performance. This paper rethinks monocular depth embedding. First, to prevent shortcut learning, we reduce branch coupling instead of expanding network width. Second, we construct soft constraints instead of hard ones from monocular depth to improve tolerance to monocular depth errors. Based on the principles, we integrate monocular information into both feature extraction and GRU iterations. Specifically, the monocular depth map is fused with the RGB image to sharpen depth boundary perception and suppress matching ambiguities. The fused image is then used for feature extraction, allowing the contextual features to encode global geometric information. Furthermore, the monocular depth gradient feature is employed to guide disparity updates, helping to escape local oscillations. Finally, to address the boundary blurring of supervised disparity caused by data augmentation, we propose an edge confidence estimation method and an edge-aware loss function. Our method achieves state-of-the-art (SOTA) performance on multiple standard benchmarks, demonstrating excellent generalization while improving accuracy. The code is available at https://github.com/linliboabc-maker/stereo-matching-digital.

📄 PDF Abstract BibTeX arXiv:2607.09284

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

Diving into the Fusion of Monocular Priors for Generalized Stereo Matching

2025-05-20 · Chengtang Yao, Lidong Yu, Zhidan Liu, Jiaxi Zeng 외

The matching formulation makes it naturally hard for the stereo matching to handle ill-posed regions like occlusions and non-Lambertian surfaces. Fusing monocular priors has been proven helpful for ill-posed matching, bu…

Stereo Matching

Revealing the Reciprocal Relations Between Self-Supervised Stereo and Monocular Depth Estimation

2021-01-01 · ICCV 2021 10 · Zhi Chen, Xiaoqing Ye, Wei Yang, Zhenbo Xu 외

Current self-supervised depth estimation algorithms mainly focus on either stereo or monocular only, neglecting the reciprocal relations between them. In this paper, we propose a simple yet effective framework to imp…

Depth EstimationMonocular Depth EstimationStereo Matching

Deep Virtual Stereo Odometry: Leveraging Deep Depth Prediction for Monocular Direct Sparse Odometry

2018-07-06 · ECCV 2018 9 · Nan Yang, Rui Wang, Jörg Stückler, Daniel Cremers

Monocular visual odometry approaches that purely rely on geometric cues are prone to scale drift and require sufficient motion parallax in successive frames for motion estimation and 3D reconstruction. In this paper, we …

3D ReconstructionDepth EstimationDepth PredictionMonocular Visual Odometry+2

Depth-Aware Rover: A Study of Edge AI and Monocular Vision for Real-World Implementation

2026-04-24 · Lomash Relia, Jai G Singla, Amitabh, Nitant Dube arxiv

This study analyses simulated and real-world implementations of depth-aware rover navigation, highlighting the transition from stereo vision to monocular depth estimation using edge AI. A Unity-based lunar terrain simula…

Monocular Depth EstimationReal-Time Object Detection

Rethinking Pseudo-LiDAR Representation

2020-08-11 · ECCV 2020 8 · Xinzhu Ma, Shinan Liu, Zhiyi Xia, Hongwen Zhang 외

The recently proposed pseudo-LiDAR based 3D detectors greatly improve the benchmark of monocular/stereo 3D detection task. However, the underlying mechanism remains obscure to the research community. In this paper, we pe…