paper-with-me

Papers

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 similarity measure on small image patches using a convolutional neural network. Training is carried out in a supervised manner by constructing a binary classification data set with examples of similar and dissimilar pairs of patches. We examine two network architectures for this task: one tuned for speed, the other for accuracy. The output of the convolutional neural network is used to initialize the stereo matching cost. A series of post-processing steps follow: cross-based cost aggregation, semiglobal matching, a left-right consistency check, subpixel enhancement, a median filter, and a bilateral filter. We evaluate our method on the KITTI 2012, KITTI 2015, and Middlebury stereo data sets and show that it outperforms other approaches on all three data sets.

📄 PDF Abstract BibTeX arXiv:1510.05970

Code (2)

jzbontar/mc-cnn 공식 구현 torch
kbatsos/real-time-stereo

Tasks

Binary ClassificationStereo 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

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

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 co…

Stereo MatchingStereo Matching Hand

Adaptive Deconvolution-based stereo matching Net for Local Stereo Matching

2021-01-01 · Xin Ma, Zhicheng Zhang, Danfeng Wang, Yu Luo 외

In deep learning-based local stereo matching methods, larger image patches usually bring better stereo matching accuracy. However, it is unrealistic to increase the size of the image patch size without restriction. Arbit…

Stereo Matching

Self-Supervised Learning for Stereo Matching with Self-Improving Ability

2017-09-04 · Yiran Zhong, Yuchao Dai, Hongdong Li

Exiting deep-learning based dense stereo matching methods often rely on ground-truth disparity maps as the training signals, which are however not always available in many situations. In this paper, we design a simple co…

Self-Supervised LearningStereo MatchingStereo Matching Hand