Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Pyramid Stereo Matching Network

About

Recent work has shown that depth estimation from a stereo pair of images can be formulated as a supervised learning task to be resolved with convolutional neural networks (CNNs). However, current architectures rely on patch-based Siamese networks, lacking the means to exploit context information for finding correspondence in illposed regions. To tackle this problem, we propose PSMNet, a pyramid stereo matching network consisting of two main modules: spatial pyramid pooling and 3D CNN. The spatial pyramid pooling module takes advantage of the capacity of global context information by aggregating context in different scales and locations to form a cost volume. The 3D CNN learns to regularize cost volume using stacked multiple hourglass networks in conjunction with intermediate supervision. The proposed approach was evaluated on several benchmark datasets. Our method ranked first in the KITTI 2012 and 2015 leaderboards before March 18, 2018. The codes of PSMNet are available at: https://github.com/JiaRenChang/PSMNet.

Jia-Ren Chang, Yong-Sheng Chen• 2018

Related benchmarks

TaskDatasetResultRank
Stereo MatchingKITTI 2015 (test)
D1 Error (Overall)2.32
233
Stereo MatchingKITTI 2015
D1 Error (All)2.32
118
Stereo MatchingKITTI 2012
Error Rate (3px, All)1.89
108
Stereo MatchingKITTI 2012 (test)
Outlier Rate (3px, Noc)1.49
105
Stereo MatchingScene Flow (test)
EPE0.88
84
Disparity EstimationKITTI 2015 (test)
D1 Error (bg, all)1.71
77
Stereo MatchingMiddlebury (test)
EPE6.68
60
Stereo MatchingETH3D
bad 1.00.102
57
Stereo MatchingMiddlebury
Bad Pixel Rate (Thresh 2.0)21.85
53
Stereo MatchingETH3D
Threshold Error > 1px (Noc)18.62
50
Showing 10 of 68 rows

Other info

Code

Follow for update