Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Group-wise Correlation Stereo Network

About

Stereo matching estimates the disparity between a rectified image pair, which is of great importance to depth sensing, autonomous driving, and other related tasks. Previous works built cost volumes with cross-correlation or concatenation of left and right features across all disparity levels, and then a 2D or 3D convolutional neural network is utilized to regress the disparity maps. In this paper, we propose to construct the cost volume by group-wise correlation. The left features and the right features are divided into groups along the channel dimension, and correlation maps are computed among each group to obtain multiple matching cost proposals, which are then packed into a cost volume. Group-wise correlation provides efficient representations for measuring feature similarities and will not lose too much information like full correlation. It also preserves better performance when reducing parameters compared with previous methods. The 3D stacked hourglass network proposed in previous works is improved to boost the performance and decrease the inference computational cost. Experiment results show that our method outperforms previous methods on Scene Flow, KITTI 2012, and KITTI 2015 datasets. The code is available at https://github.com/xy-guo/GwcNet

Xiaoyang Guo, Kai Yang, Wukui Yang, Xiaogang Wang, Hongsheng Li• 2019

Related benchmarks

TaskDatasetResultRank
Stereo MatchingKITTI 2015 (test)
D1 Error (Overall)2.11
144
Stereo MatchingKITTI 2015
D1 Error (All)2.11
118
Stereo MatchingKITTI 2012
Error Rate (3px, Noc)1.32
81
Disparity EstimationKITTI 2015 (test)
D1 Error (bg, all)1.61
77
Stereo MatchingKITTI 2012 (test)
Outlier Rate (3px, Noc)1.32
76
Stereo MatchingScene Flow (test)
EPE0.76
70
Stereo MatchingETH3D
bad 1.031.87
51
Stereo MatchingMiddlebury (test)
3PE18.1
47
Stereo MatchingScene Flow
EPE (px)0.765
40
Stereo MatchingKITTI 2015 (all pixels)
D1 Error (Background)1.74
38
Showing 10 of 35 rows

Other info

Follow for update