paper-with-me

홈 › Papers

Hierarchical Deep Stereo Matching on High-resolution Images

2019-12-13 · CVPR 2019 6 · Gengshan Yang, Joshua Manela, Michael Happold, Deva Ramanan

We explore the problem of real-time stereo matching on high-res imagery. Many state-of-the-art (SOTA) methods struggle to process high-res imagery because of memory constraints or speed limitations. To address this issue, we propose an end-to-end framework that searches for correspondences incrementally over a coarse-to-fine hierarchy. Because high-res stereo datasets are relatively rare, we introduce a dataset with high-res stereo pairs for both training and evaluation. Our approach achieved SOTA performance on Middlebury-v3 and KITTI-15 while running significantly faster than its competitors. The hierarchical design also naturally allows for anytime on-demand reports of disparity by capping intermediate coarse results, allowing us to accurately predict disparity for near-range structures with low latency (30ms). We demonstrate that the performance-vs-speed trade-off afforded by on-demand hierarchies may address sensing needs for time-critical applications such as autonomous driving.

📄 PDF Abstract BibTeX arXiv:1912.06704

Code (2)

gengshan-y/high-res-stereo pytorch
ibaiGorordo/PyTorch-High-Res-Stereo-Depth-Estimation pytorch

Tasks

Autonomous DrivingStereo MatchingVocal Bursts Intensity Prediction

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

ORStereo: Occlusion-Aware Recurrent Stereo Matching for 4K-Resolution Images

2021-03-13 · Yaoyu Hu, Wenshan Wang, Huai Yu, Weikun Zhen 외

Stereo reconstruction models trained on small images do not generalize well to high-resolution data. Training a model on high-resolution image size faces difficulties of data availability and is often infeasible due to l…

4kGPUStereo Matching

WHU-Stereo: A Challenging Benchmark for Stereo Matching of High-Resolution Satellite Images

2022-06-06 · Shenhong Li, Sheng He, San Jiang, Wanshou Jiang 외

Stereo matching of high-resolution satellite images (HRSI) is still a fundamental but challenging task in the field of photogrammetry and remote sensing. Recently, deep learning (DL) methods, especially convolutional neu…

Deep LearningStereo Matching

Sub-pixel matching method for low-resolution thermal stereo images

2019-11-30 · Yannick Wend Kuni Zoetgnande, Geoffroy Cormier, Alain-Jérôme Fougères, Jean-Louis Dillenseger

In the context of a localization and tracking application, we developed a stereo vision system based on cheap low-resolution 80x60 pixels thermal cameras. We proposed a threefold sub-pixel stereo matching framework (call…

Stereo Matching

UAVStereo: A Multiple Resolution Dataset for Stereo Matching in UAV Scenarios

2023-02-20 · Zhang Xiaoyi, Cao Xuefeng, Yu Anzhu, Yu Wenshuai 외

Stereo matching is a fundamental task for 3D scene reconstruction. Recently, deep learning based methods have proven effective on some benchmark datasets, such as KITTI and Scene Flow. UAVs (Unmanned Aerial Vehicles) are…

3D Reconstruction3D Scene ReconstructionStereo Matching

StereoNet: Guided Hierarchical Refinement for Real-Time Edge-Aware Depth Prediction

2018-07-24 · ECCV 2018 9 · Sameh Khamis, Sean Fanello, Christoph Rhemann, Adarsh Kowdle 외

This paper presents StereoNet, the first end-to-end deep architecture for real-time stereo matching that runs at 60 fps on an NVidia Titan X, producing high-quality, edge-preserved, quantization-free disparity maps. A ke…

Depth EstimationDepth PredictionQuantizationStereo Depth Estimation+2