Our new X account is live! Follow @wizwand_team for updates
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
144
Stereo MatchingKITTI 2015
D1 Error (All)2.32
118
Stereo MatchingKITTI 2012
Error Rate (3px, Noc)1.49
81
Disparity EstimationKITTI 2015 (test)
D1 Error (bg, all)1.71
77
Stereo MatchingKITTI 2012 (test)
Outlier Rate (3px, Noc)1.49
76
Stereo MatchingScene Flow (test)
EPE0.88
70
Stereo MatchingETH3D
bad 1.00.102
51
Stereo MatchingMiddlebury (test)
3PE25.1
47
Stereo MatchingScene Flow
EPE (px)1.09
40
Depth CompletionKITTI depth completion (val)
RMSE (mm)884
34
Showing 10 of 64 rows

Other info

Code

Follow for update