paper-with-me

홈 › Papers

Digging Into Uncertainty-based Pseudo-label for Robust Stereo Matching

2023-07-31 · Zhelun Shen, Xibin Song, Yuchao Dai, Dingfu Zhou, Zhibo Rao, Liangjun Zhang

Due to the domain differences and unbalanced disparity distribution across multiple datasets, current stereo matching approaches are commonly limited to a specific dataset and generalize poorly to others. Such domain shift issue is usually addressed by substantial adaptation on costly target-domain ground-truth data, which cannot be easily obtained in practical settings. In this paper, we propose to dig into uncertainty estimation for robust stereo matching. Specifically, to balance the disparity distribution, we employ a pixel-level uncertainty estimation to adaptively adjust the next stage disparity searching space, in this way driving the network progressively prune out the space of unlikely correspondences. Then, to solve the limited ground truth data, an uncertainty-based pseudo-label is proposed to adapt the pre-trained model to the new domain, where pixel-level and area-level uncertainty estimation are proposed to filter out the high-uncertainty pixels of predicted disparity maps and generate sparse while reliable pseudo-labels to align the domain gap. Experimentally, our method shows strong cross-domain, adapt, and joint generalization and obtains \textbf{1st} place on the stereo task of Robust Vision Challenge 2020. Additionally, our uncertainty-based pseudo-labels can be extended to train monocular depth estimation networks in an unsupervised way and even achieves comparable performance with the supervised methods. The code will be available at https://github.com/gallenszl/UCFNet.

📄 PDF Abstract BibTeX arXiv:2307.16509

Code (1)

gallenszl/ucfnet 공식 구현

Tasks

Depth EstimationMonocular Depth EstimationPseudo LabelStereo Matching

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Digging into Uncertainty in Self-supervised Multi-view Stereo

2021-08-30 · ICCV 2021 10 · Hongbin Xu, Zhipeng Zhou, Yali Wang, Wenxiong Kang 외

Self-supervised Multi-view stereo (MVS) with a pretext task of image reconstruction has achieved significant progress recently. However, previous methods are built upon intuitions, lacking comprehensive explanations abou…

Image ReconstructionSelf-Supervised Learning

Adaptive confidence thresholding for monocular depth estimation

2020-09-27 · ICCV 2021 10 · Hyesong Choi, Hunsang Lee, Sunkyung Kim, Sunok Kim 외

Self-supervised monocular depth estimation has become an appealing solution to the lack of ground truth labels, but its reconstruction loss often produces over-smoothed results across object boundaries and is incapable o…

Depth EstimationMonocular Depth EstimationStereo Matching

Self-supervised Learning of Depth Inference for Multi-view Stereo

2021-04-07 · CVPR 2021 1 · Jiayu Yang, Jose M. Alvarez, Miaomiao Liu

Recent supervised multi-view depth estimation networks have achieved promising results. Similar to all supervised approaches, these networks require ground-truth data during training. However, collecting a large amount o…

Depth EstimationImage ReconstructionSelf-Supervised Learning

Detecting and Mapping Trees in Unstructured Environments with a Stereo Camera and Pseudo-Lidar

2021-03-29 · Brian H. Wang, Carlos Diaz-Ruiz, Jacopo Banfi, Mark Campbell

We present a method for detecting and mapping trees in noisy stereo camera point clouds, using a learned 3-D object detector. Inspired by recent advancements in 3-D object detection using a pseudo-lidar representation fo…

object-detectionObject Detection

Consistency-aware Self-Training for Iterative-based Stereo Matching

2025-03-31 · CVPR 2025 1 · Jingyi Zhou, Peng Ye, Haoyu Zhang, Jiakang Yuan 외

Iterative-based methods have become mainstream in stereo matching due to their high performance. However, these methods heavily rely on labeled data and face challenges with unlabeled real-world data. To this end, we pro…

Stereo Matching