paper-with-me

홈 › Papers

USAM-Net: A U-Net-based Network for Improved Stereo Correspondence and Scene Depth Estimation using Features from a Pre-trained Image Segmentation network

2025-03-19 · Joseph Emmanuel DL Dayo, Prospero C. Naval Jr

The increasing demand for high-accuracy depth estimation in autonomous driving and augmented reality applications necessitates advanced neural architectures capable of effectively leveraging multiple data modalities. In this context, we introduce the Unified Segmentation Attention Mechanism Network (USAM-Net), a novel convolutional neural network that integrates stereo image inputs with semantic segmentation maps and attention to enhance depth estimation performance. USAM-Net employs a dual-pathway architecture, which combines a pre-trained segmentation model (SAM) and a depth estimation model. The segmentation pathway preprocesses the stereo images to generate semantic masks, which are then concatenated with the stereo images as inputs to the depth estimation pathway. This integration allows the model to focus on important features such as object boundaries and surface textures which are crucial for accurate depth perception. Empirical evaluation on the DrivingStereo dataset demonstrates that USAM-Net achieves superior performance metrics, including a Global Difference (GD) of 3.61\% and an End-Point Error (EPE) of 0.88, outperforming traditional models such as CFNet, SegStereo, and iResNet. These results underscore the effectiveness of integrating segmentation information into stereo depth estimation tasks, highlighting the potential of USAM-Net in applications demanding high-precision depth data.

📄 PDF Abstract BibTeX arXiv:2503.14950

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingDepth EstimationImage SegmentationSegmentationSemantic SegmentationStereo Depth Estimation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

Multi-Resolution Factor Graph Based Stereo Correspondence Algorithm

2022-02-02 · Hanieh Shabanian, Madhusudhanan Balasubramanian

A dense depth-map of a scene at an arbitrary view orientation can be estimated from dense view correspondences among multiple lower-dimensional views of the scene. These low-dimensional view correspondences are dependent…

Stereo Matching

UltraStereo: Efficient Learning-Based Matching for Active Stereo Systems

2017-07-01 · CVPR 2017 7 · Sean Ryan Fanello, Julien Valentin, Christoph Rhemann, Adarsh Kowdle 외

Efficient estimation of depth from pairs of stereo images is one of the core problems in computer vision. We efficiently solve the specialized problem of stereo matching under active illumination using a new learning-bas…

Camera CalibrationStereo MatchingStereo Matching Hand

Normal Assisted Stereo Depth Estimation

2019-11-24 · CVPR 2020 6 · Uday Kusupati, Shuo Cheng, Rui Chen, Hao Su

Accurate stereo depth estimation plays a critical role in various 3D tasks in both indoor and outdoor environments. Recently, learning-based multi-view stereo methods have demonstrated competitive performance with a limi…

Depth EstimationStereo Depth Estimation

2T-UNET: A Two-Tower UNet with Depth Clues for Robust Stereo Depth Estimation

2022-10-27 · Rohit Choudhary, Mansi Sharma, Rithvik Anil

Stereo correspondence matching is an essential part of the multi-step stereo depth estimation process. This paper revisits the depth estimation problem, avoiding the explicit stereo matching step using a simple two-tower…

Depth EstimationStereo Depth EstimationStereo Matching

αDepth: Learning Single-Pass Soft Boundary Decomposition for Stereo Conversion

2026-05-29 · Xiang Zhang, Yang Zhang, Lukas Mehl, Karlis Martins Briedis 외 arxiv

Accurately modeling soft boundaries, e.g., hair and defocus blur, is a fundamental challenge in stereo conversion due to the ambiguous blending of foreground and background. Existing depth models primarily predict single…