paper-with-me

Papers

Computing the Stereo Matching Cost with a Convolutional Neural Network

2014-09-15 · CVPR 2015 6 · Jure Žbontar, Yann Lecun

We present a method for extracting depth information from a rectified image pair. We train a convolutional neural network to predict how well two image patches match and use it to compute the stereo matching cost. The cost is refined by cross-based cost aggregation and semiglobal matching, followed by a left-right consistency check to eliminate errors in the occluded regions. Our stereo method achieves an error rate of 2.61 % on the KITTI stereo dataset and is currently (August 2014) the top performing method on this dataset.

📄 PDF Abstract BibTeX arXiv:1409.4326

Code (1)

leduoyang/depth_estimation_MCCNN

Tasks

Stereo MatchingStereo Matching Hand

Similar Papers 제목 키워드 기반

A Comparison of Stereo-Matching Cost between Convolutional Neural Network and Census for Satellite Images

2019-05-22 · Bihe Chen, Rongjun Qin, Xu Huang, Shuang Song 외

Stereo dense image matching can be categorized to low-level feature based matching and deep feature based matching according to their matching cost metrics. Census has been proofed to be one of the most efficient low-lev…

Stereo MatchingStereo Matching Hand

Detecting Ground Control Points via Convolutional Neural Network for Stereo Matching

2016-05-08 · Zhun Zhong, Songzhi Su, Donglin Cao, Shaozi Li

In this paper, we present a novel approach to detect ground control points (GCPs) for stereo matching problem. First of all, we train a convolutional neural network (CNN) on a large stereo set, and compute the matching c…

Stereo MatchingStereo Matching Hand

Semi-dense Stereo Matching using Dual CNNs

2018-10-02 · Wendong Mao, Mingjie Wang, Jun Zhou, Minglun Gong

A robust solution for semi-dense stereo matching is presented. It utilizes two CNN models for computing stereo matching cost and performing confidence-based filtering, respectively. Compared to existing CNNs-based matchi…

Stereo MatchingStereo Matching Hand

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

Stereo Matching by Training a Convolutional Neural Network to Compare Image Patches

2015-10-20 · Jure Žbontar, Yann Lecun

We present a method for extracting depth information from a rectified image pair. Our approach focuses on the first stage of many stereo algorithms: the matching cost computation. We approach the problem by learning a si…

Binary ClassificationStereo MatchingStereo Matching Hand