Mouseover the table cells to see the produced
disparity map. Clicking a cell will blink the ground truth for
comparison. To change the table type, click the links below.
For more information, please see the description of new features.
OpenCV 2.4.8 StereoSGBM method, full variant (2 passes). Reimplementation of H. Hirschmüller's SGM method (CVPR 2006; PAMI 2008).
OpenCV's "semi-global block matching" method; memory-intensive 2-pass version, which can only handle the quarter-size images. The matching cost is the sum of absolute differences over small windows. Aggregation is performed by dynamic programming along paths in 8 directions. Post filter as implemented in OpenCV. Dense results are created by hole-filling along scanlines.
SAD window: 3x3 pixel
Truncation value for pre-filter: 63
P1/P2: 8*3*3*3/32*3*3*3
Uniqueness ratio: 10
Speckle window size: 100
Speckle range: 32
Full DP: true
C/C++; 1 core, i7@3.3 GHz
07/25/14
1
SGBM2
Q
1
26.4
141
27.9
132
12.1
147
17.8
157
13.7
110
74.5
195
14.0
124
30.3
132
26.3
138
11.0
145
64.4
192
37.9
155
25.8
138
25.3
141
29.3
138
43.7
146
OpenCV 2.4.8 StereoSGBM method, single-pass variant. Reimplementation and modification of H. Hirschmüller's SGM method (CVPR 2006; PAMI 2008).
OpenCV's "semi-global block matching" method; memory efficient single-pass version. The matching cost is the sum of absolute differences over small windows. Aggregation is performed by dynamic programming along paths in only 5 of 8 directions. Post filter as implemented in OpenCV. Dense results are created by hole-filling along scanlines.
SAD window: 3x3 pixel
Truncation value for pre-filter: 63
P1/P2: 8*3*3*3/32*3*3*3
Uniqueness ratio: 10
Speckle window size: 100
Speckle range: 32
Full DP: false
The images are Census transformed and the Hamming distance is used as pixelwise matching cost. Aggregation is performed by a kind of dynamic programming along 8 paths that go from all directions through the image. Small disparity patches are invalidated. Interpolation is also performed along 8 paths.
OpenCV 2.4.8 StereoSGBM method, single-pass variant. Reimplementation and modification of H. Hirschmüller's SGM method (CVPR 2006; PAMI 2008).
OpenCV's "semi-global block matching" method; memory efficient single-pass version. The matching cost is the sum of absolute differences over small windows. Aggregation is performed by dynamic programming along paths in only 5 of 8 directions. Post filter as implemented in OpenCV. Dense results are created by hole-filling along scanlines.
SAD window: 3x3 pixel
Truncation value for pre-filter: 63
P1/P2: 8*3*3*3/32*3*3*3
Uniqueness ratio: 10
Speckle window size: 100
Speckle range: 32
Full DP: false
C/C++; 1 core, i7@3.3 GHz
07/25/14
4
SGBM1
F
3
28.4
148
43.5
176
9.09
121
13.6
132
25.9
159
82.0
199
14.4
130
43.4
165
30.3
149
5.98
115
59.3
183
45.8
175
28.5
155
24.9
138
20.1
119
45.9
151
OpenCV 2.4.8 StereoSGBM method, single-pass variant. Reimplementation and modification of H. Hirschmüller's SGM method (CVPR 2006; PAMI 2008).
OpenCV's "semi-global block matching" method; memory efficient single-pass version. The matching cost is the sum of absolute differences over small windows. Aggregation is performed by dynamic programming along paths in only 5 of 8 directions. Post filter as implemented in OpenCV. Dense results are created by hole-filling along scanlines.
SAD window: 3x3 pixel
Truncation value for pre-filter: 63
P1/P2: 8*3*3*3/32*3*3*3
Uniqueness ratio: 10
Speckle window size: 100
Speckle range: 32
Full DP: false
The images are Census transformed and the Hamming distance is used as pixelwise matching cost. Aggregation is performed by a kind of dynamic programming along 8 paths that go from all directions through the image. Small disparity patches are invalidated. Interpolation is also performed along 8 paths.
The images are Census transformed and the Hamming distance is used as pixelwise matching cost. Aggregation is performed by a kind of dynamic programming along 8 paths that go from all directions through the image. Small disparity patches are invalidated. Interpolation is also performed along 8 paths.
Correlation with five, partly overlapping windows on Census transformed images using Hamming distance as matching cost. A left-right consistency check ensures unique matches and filtering small disparity segments removes outliers. Interpolation is done within image rows with the lowest, valid neighboring disparity.
Census window: 7x7 pixel
Correlation window: 9x9 pixel
LR-check: on
Min. segments: 200 pixel
Interpolation: horizontal, lowest neighbor
A fast method for high-resolution stereo matching without exploring the full search space. Plane hypotheses are generated from sparse feature matches. Around each plane, a local plane sweep with +/- 3 disparities levels is performed to establish local disparity hypotheses via SGM using NCC matching costs. Finally, each pixel is assigned to one hypothesis using global optimization, again using SGM.
nRounds=3
The full set of parameters is listed in the paper and the supplemental materials on the project webpage.
A fast method for high-resolution stereo matching without exploring the full search space. Plane hypotheses are generated from sparse feature matches. Around each plane, a local plane sweep with +/- 3 disparities levels is performed to establish local disparity hypotheses via SGM using NCC matching costs. Finally, each pixel is assigned to one hypothesis using global optimization, again using SGM.
nRounds=3
The full set of parameters is listed in the paper and the supplemental materials on the project webpage.
C++; Core2 Duo, 2 cores @ 3 GHz
08/27/14
10
LPS
F
3
20.3
122
6.72
53
6.06
91
9.72
101
9.87
91
94.3
203
14.1
125
11.2
68
11.2
81
5.88
111
89.3
204
36.0
142
20.5
101
23.8
131
16.0
98
25.4
99
Kang Zhang, Jiyang Li, Yijing Li, Weidong Hu, Lifeng Sun, and Shiqiang Yang. Binary stereo matching. ICPR 2012.
no post processing is used
the same with the original paper.
C/C++ single thread Intel(R) Core(TM)2 Duo CPU P7370 @ 2.00GHz
This approach is an adaptive local stereo-method. It is integrated into a hierarchical scheme, which exploits adaptive windows. Sub-pix disparities are estimated,but not refined.
L = 10
t = 35
medianK = [3 3]
censusK = [9 7]
lambda = 45;
Block-matching stereo with Summed Normalized Cross-Correlation (SNCC) measure. Standard post-processed is applied, including a left-right check, error island removal (region growing), hole-filling and median filtering.
SNCC (first stage 3x3, second stage 11x11)
min correlation threshold = 0.3
region growing threshold = 2.5 disparity
min region size = 200 pixel
median filter = 1x5 and 5x1
Efficient two-pass aggregation with census/gradient cost metric, followed by iterative cost penalization and disparity re-selection to encourage local smoothness of disparities.
census window size = 9 x 7
max census distance = 38.03
max gradient difference = 2.51
census/gradient balance = 0.09
aggregation window size = 33 x 33
aggregation range parameter = 23.39
aggregation spatial parameter = 7.69
refinement window size = 65 x 65
refinement range parameter = 11.30
refinement spatial parameter = 17.20
cost penalty coefficient = 0.0023
median filter window size = 3 x 3
3 iterations of refinement
confidence threshold of 0.1 for sparse maps
In stereo matching cost filtering methods and energy minimization algorithms are considered as two different techniques. Due to their global extend energy minimization methods obtain good stereo matching results. However, they tend to fail in occluded regions, in which cost filtering approaches obtain better results. In this paper we intend to combine both approaches with the aim to improve overall stereo matching results.
We propose to perform stereo matching as a two-step energy minimization algorithm. We consider two MRF models: a fully connected model defined on the complete set of pixels in an image and a conventional locally connected model. We solve the energy minimization problem for the fully connected model, after which the marginal function of the solution is used as the unary potential in the locally connected MRF model.
Only gradient component (6D vector) of color images is used
A local matching technique utilizing SAD+Census cost measure and a recursive edge-aware aggregation through Successive Weighted Summation. Occlusion handling is provided via left-right cross check and a background favored filling.
smoothness parameter sigma = 24
5x5 Census window, Census weight=0.7, SAD weight=0.3, occlusion threshold=2
This approach triangulates the polygonized SLIC segmentations of the input images and optimizes a lower-layer MRF on the resulting set of triangles defined by photo consistency and normal smoothness. The lower-layer MRF is solved by a quadratic relaxation method which iterates between PatchMatch and Cholesky Decomposition. The lower-layer MRF is assisted by a upper-layer MRF defined on the set of triangle vertices which exploits local 'visual complexity' cues and encourages smoothness of the vertices' splitting properties. The two layers interact through an Alignment energy term which requires triangles sharing a non-split vertex to have their disparities agree on that vertex. Optimization of the whole model is iterated between optimizations of the two layers till convergence where the upper-layer can be solved in closed form.
omega=0.2
tau_grad=15
theta goes from 0 to 100 by smoothstep function in ten iterations
gamma1=30
gamma2=60
gamma3=0.8
Compute the matching cost with a convolutional neural network (accurate architecture). Then apply cross-based cost aggregation, semiglobal matching, left-right consistency check, median filter, and a bilateral filter.
DETAILS:
The network is similar to the one described in our CVPR paper differing only in the values of some hyperparameters. The input to the network are two 11 x 11 image patches. Five convolutional layers with 3 x 3 kernels and 112 feature maps extract feature vectors from the input image patches. The two 112-length feature vectors are concatenated into a 224-length vector which is passed through three fully-connected layers with 384 units each. The final (fourth) fully-connected layer projects the output to a single number---the matching cost. One important addition was the use of data augmentation techniques to increase the size of the training set. We tried to use as much training data as possible. Therefore we combined all of the 2001, 2003, 2005, 2006, and 2014 Middlebury datasets obtaining 60 image pairs. For the newer datasets (2005, 2006, and 2014) we also used several illumination and exposure settings.
A prior disparity image is calculated by matching a set of reliable support points and triangulating between them. A maximum a-posterior approach refines the disparities. The disparities for the left and right image are checked for consistency and disparity segments below a size of 50 pixels removed. (Improved results as of 9/14/2015 due to bug fix in color-to-gray conversion.)
Standard parameters of Libelas as provided with the MiddEval3-SDK.
The method generates multiple proposals on absolute and relative disparities from multi-segmentations. The proposals are coordinated by point-wise competition and pairwise collaboration within a MRF model. During inference, a dynamic programming is performed in different directions with various step sizes.
We post-process the depth maps produced by Zbontar & LeCun's MC-CNN technique. We use a domain transform to compute an edge-aware variance measure of our confidence in the depth map, and then run our robust bilateral solver on that depth map and confidence with a Geman-McClure loss function.
The MC-CNN is computed using the publicly-available implementation (https://github.com/jzbontar/mc-cnn) which using the GPU, and the robust bilateral solver is computed using our CPU implementation which does not use the GPU, and is written in vanilla C++.
Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz, 6 cores; 32 GB RAM; NVIDIA GTX TITAN X
This paper proposes a new image-guided non-local dense matching method with a three-step optimization based on the combination of image-guided methods and energy function-guided methods.
Cost Computation:
Window Size: 5
Weighting Coefficient: 0.3
Truncation Threshold (Census): 15
Truncation Threshold (HOG): 1
Image-guided Non-local Matching:
Smooth Term: 6
Penalty Term P1: 0.3
Penalty Term P2: 3
Disparity Interpolation:
Truncation Threshold: 5
Smooth Term: 3
Penalty Term P1: 3
Penalty Term P2: 30
Function Base: 5
An efficient stereo matching algorithm, which applies adaptive smoothness constraints using texture and edge information, is proposed in this work. First, we determine non-textured regions, on which an input image yields flat pixel values. In the non-textured regions, we penalize depth discontinuity and complement the primary CNN-based matching cost with a color-based cost. Second, by combining two edge maps from the input image and a pre-estimated disparity map, we extract denoised edges that correspond to depth discontinuity with high probabilities. Thus, near the denoised edges, we penalize small differences of neighboring disparities.
The method uses the MC-CNN code for the matching cost computation only.
Compute the matching cost with a convolutional neural network (fast architecture). Then apply cross-based cost aggregation, semiglobal matching, left-right consistency check, median filter, and a bilateral filter.
Our approach is an extension of the ELAS (from Geiger et al.) algorithm. We extract edges and sample our candidate support points along them. For every two consecutive valid support points we create a (straight) line segment. We force the triangulation to include the set of line segments (constrained Delaunay) for a better preservation of the disparity discontinuity at the edges.
Parameters as in the original ELAS algorithm.
For sampling candidate support points along the edge segments:
Adaptive sampling activated:
step = ceil(sqrt(img_diag)*0.5);
sampler(sqrt(step) / 2, step / 2, step / 2);
The computation of the sparse disparity maps is achieved by means of a 3D diffusion of the costs contained in the disparity space volume. The watershed segmentations of the left and right views control the diffusion process and valid measurements are obtained by cross-checking.
The estimation of the dense disparity maps uses the sparse measurements as control points and is driven by a 3D watershed separating the disparity space volume into foreground and background pixels.
No post processing (no filtering, no hole-filling, no interpolation) performed.
The concepts of intrinsic curves were revisited and used for:
- disparity search space reduction, resulting in 83% reduction of the disparity range (individually for each pixel) directly from the original resolution of the image without needing hierarchical search
- reducing the ambiguities due to occluded pixels by integrating occlusion clues explicitly into the global energy function as a soft prior
The final energy minimization was done using semi global approach along eight paths.
Matching (data) cost = census transform 7*9
Occlusion cost= from intrinsic curves curvature
Incorporating cues from top-down (holistic) scene understanding into existing bottom-up stereo reconstruction techniques (CoR - Chakrabarti et al. CVPR 2015).
Learned weightings (from 2006 dataset) for High Level Scene Cues. Default parameters for CoR. Images with max disp > 256 were downsampled before the SGM step of CoR.
A 3D label based method with global optimization at pixel level. A bilayer matching cost is employed by first matching small square windows then aggregate on large irregular windows. Global optimization is carried out by fusing candidate proposals, which are generated from our specific superpixel structure.
We propose a method to combine the predicted surface normal constraint by deep learning. With the selected reliable disparities from stereo matching method and effective edge fusion strategy, we can faithfully convert the predicted surface normal map to a disparity map by solving a least squares system which maintains discontinuity. We use the raw matching cost of MC-CNN.
A novel pooling scheme is used to train a matching cost function with a CNN. It widens the size of receptive field effectively without losing the fine details.
The overall post-processing pipeline is kept almost same as the original MC-CNN-acrt, except that the parameter settings are changed as follows:
cbca_num_iterations_1 = 0, cbca_num_iterations_2 = 1, sgm_P1 = 1.3, sgm_P2 = 17.0, sgm_Q1 = 3.6, sgm_Q2 = 36.0, and sgm_V = 1.4.
Torch; the Intel core i7 4790K
CPU and a single Nvidia Geforce GTX Titan X GPU
An energy minimization framework for disparity estimation where energy function consists of intensity matching cost, feature matching cost, IGMRF prior and sparsity priors.
This is a new weakly supervised method that allows to learn deep metric for stereo reconstruction from unlabeled stereo images, given coarse information about the scenes and the optical system. The deep metric architecture is similar to MC-CNN fst.
This is a segmentation based stereo matching algorithm using an adaptive multi-cost approach, which is exploited for obtaining accuracy disparity maps.
We propose a cost aggregation method that efficiently weave together MST-based support region filtering and PatchMatch-based 3D label search. We use the raw matching cost of MC-CNN.
We propose a novel method for stereo estimation, combining advantages of convolutional neural networks (CNNs) and optimization-based approaches. The optimization, posed as a conditional random field (CRF), takes local matching costs and consistency-enforcing (smoothness) costs as inputs, both estimated by CNN blocks. To perform the inference in the CRF we use an approach based on linear programming relaxation with a fixed number of iterations. We address the challenging problem of training this hybrid model end-to-end. We show that in the discriminative formulation (structured support vector machine) the training is practically feasible. The trained hybrid model with shallow CNNs is comparable to state-of-the-art deep models in both time and performance. The optimization part efficiently replaces sophisticated and not jointly trainable (but commonly applied) post-processing steps by a trainable, well-understood model.
Our method is local matching approach using the Guided Filter for cost aggregation. We give appropriate the Guided Filter size for each pixel in input image by the Filter Size Map computed by using the DoG Kernel.
Parameters for Filter Size Map computation:
DoGparam.scalesize = 25 (index of scale space)
DoGparam.mfsize = 1 (window size for Filter Size Map optimization)
Parameters for Guided Filter:
eps = 0.001
Parameters for cost computation:
gamma = 0.11 (Weight of cost)
Parameters for Bilateral Filter in disparity map optimization:
gamma_c = 1
gamma_d = 11
r_median = 19
We propose local expansion moves for estimating dense 3D labels on a pairwise MRF. The data term uses a PatchMatch-like 3D slanted window formulation, where raw matching costs within a window are computed by MC-CNN-acrt and aggregated using guided image filtering. The smoothness term uses a pairwise curvature regularization term by Olsson et al. 2013.
We propose a feature ensemble network leveraging deep convolutional neural network to perform matching cost computation and the disparity refinement. For matching cost computation, patch-based network architecture with multi-size and multi-layer pooling unit is adopted to learn cross-scale feature representations. For disparity refinement, the initial optimal and sub-optimal disparity maps are incorporated and diverse base learners are applied.
We propose a robust learning-based method for stereo cost volume computation. We accomplish this by coalescing diverse evidence from a bidirectional matching process via random forest classifiers. We show that our matching volume estimation method achieves similar accuracy to purely data-driven alternatives and that it generalizes to unseen data much better. In fact, we used the same model trained on Middlebury 2014 dataset to submit to the KITTI and ETH3D benchmarks.
We extend the standard BP sequential technique to the fully connected CRF models with the geodesic distance affinity.
Also a new approach to the BP marginal solution is proposed that we call one-view-occlusion detection (OVOD). In contrast to the standard winner takes all (WTA) estimation, the proposed OVOD solution allows to find occluded regions in the disparity map and simultaneously improve the matching result.
As a result we can perform only one energy minimization process and avoid the cost calculation for the second view and the left-right check procedure.
All parameter settings are given in the C++ MS VS project available at the project website.
Intel(R) Xeon(R) CPU E5-1620 v4 @3.50 GHz
12/11/17
56
OVOD
H
2
8.87
51
4.74
24
3.64
20
5.51
42
4.82
47
12.8
60
6.51
49
9.91
59
9.96
74
3.13
52
16.6
60
14.8
49
14.1
66
15.4
59
6.92
38
13.2
58
Hong Li and Chunbo Cheng. Adaptive weighted matching cost based on sparse representation. Submitted to IEEE TIP, 2018.
This paper proposes a novel non-data-driven matching cost for dense correspondence in view of sparse representation. This new matching cost can separate the source of impact such as illuminations and exposures, thus making it more suitable and selective for stereo matching. In addition, the new matching cost can be used as a adaptive weight in the process of cost calculation, and can improve the accuracy of the matching costs by weighting.
We propose a stereo matching algorithm that directly refines the winner-take-all (WTA) disparity map by exploring its statistic significance. WTA disparity maps are obtained from the pre-computed raw matching costs of MC-CNN-acrt.
Semi-Global Matching (SGM) uses an aggregation scheme to combine costs from multiple 1D scanline optimizations that tends to hurt its accuracy in difficult scenarios. We propose replacing this aggregation scheme with a new learning-based method that fuses disparity proposals estimated using scanline optimization. Our proposed SGM-Forest algorithm solves this problem using per-pixel classification. SGM-Forest currently ranks 1st on the ETH3D stereo benchmark and is ranked competitively on the Middlebury 2014 and KITTI 2015 benchmarks. It consistently outperforms SGM in challenging settings and under difficult training protocols that demonstrate robust generalization, while adding only a small computational overhead to SGM.
Median disparity over all training images of the ROB 2018 stereo challenge.
This submission is a baseline for the Robust Vision Challenge ROB 2018. Each pixel is set to the median disparity of the pixels at the same location in the training images. No test image information is used.
03/23/18
63
MEDIAN_ROB
H
2
97.8
208
96.1
207
95.6
207
99.0
208
98.4
208
98.4
207
99.2
208
98.4
208
98.1
207
99.0
208
99.0
208
99.6
208
99.9
208
94.7
208
95.1
207
98.3
207
Average disparity over all training images of the ROB 2018 stereo challenge.
This submission is a baseline for the Robust Vision Challenge ROB 2018. Each pixel is set to the average disparity of the pixels at the same location in the training images. No test image information is used.
A prior disparity image is calculated by matching a set of reliable support points and triangulating between them. A maximum a-posterior approach refines the disparities. The disparities for the left and right image are checked for consistency and disparity segments below a size of 50 pixels removed.
Updated ELAS submission as a baseline for the Robust Vision Challenge (http://robustvision.net), replacing the original ELAS (H) entry.
Standard parameters as provided with the MiddEval3-SDK and the Robust Vision Challenge stereo devkit.
A modification of the FlowNet 2 architecture [1] for the Robust Vision 2018 Stereo Challenge.
[1] E. Ilg, N. Mayer, T. Saikia, M. Keuper, A. Dosovitskiy, and T. Brox. Flownet 2.0: Evolution of optical flow estimation with deep networks. CVPR 2017.
See paper.
GTX1070
05/22/18
69
DN-CSS_ROB
H
2
22.8
128
31.4
140
9.28
125
13.5
130
12.4
105
44.3
151
12.1
99
28.1
127
17.6
115
9.11
137
50.9
165
40.0
160
21.2
106
25.0
139
31.9
146
43.2
143
Jie Li, Penglei Ji, and Xinguo Liu. Superpixel alpha-expansion and normal adjustment for stereo matching. Proceeding of CAD/Graphics 2019.
c/c++; core i7 7700@3.6GHz
05/26/18
70
NOSS_ROB
H
2
5.01
7
3.57
5
2.84
4
3.99
15
1.93
5
5.15
8
3.34
11
3.32
10
3.15
10
2.32
19
8.55
7
7.45
6
7.06
14
12.5
21
5.20
16
9.06
15
Benedikt Wiberg. Stereo matching with neural networks. Bachelors thesis, TU Munich 2018. ROB 2018 entry.
Neural Network based on a multidimensional similarity metric and Deeplab v3+
Numerous CNN algorithms focus on the pixel-wise matching cost computation, which is the important building block for many state-of-the-art algorithms. However, these architectures are limited to small and single scale receptive fields and use traditional methods for cost aggregation or even ignore cost aggregation. In this paper, we propose a novel architecture called cascaded multi-scale and multi-dimension network (MSMD) to take them both into consideration. Firstly, we propose a new multi-scale matching cost computation sub-network, in which two different sizes of receptive fields are implemented parallelly. In this way, the network can make the best use of both variants to balance the trade-off between the increase of receptive field and the loss of details. Furthermore, we show that our multi-dimension aggregation sub-network which contains 2D convolution and 3D convolution operations can provide rich context and semantic information for estimating an accurate initial disparity.
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 matching cost generation approaches, our method feeds additional global information into the network so that the learned model can better handle challenging cases, such as lighting changes and lack of textures. Through utilizing non-parametric transforms, our method is also more self-reliant than most existing semi-dense stereo approaches, which rely highly on the adjustment of parameters.
Matlab, GTX1080Ti, Lua, Python
06/27/18
76
DCNN
H
2
10.9
69
5.66
38
4.98
66
6.49
63
5.73
53
12.5
59
8.51
74
15.6
88
10.9
80
3.08
49
24.1
91
20.2
84
16.8
86
15.5
62
10.3
66
13.8
59
Julien Valentin, Adarsh Kowdle, Jonathan Barron, et al. Depth from motion for smartphone AR. ACM TOG 37(6):193 (Proc. of SIGGRAPH Asia), 2018.
Single core of a Mobile Phone (QualComm Snapdragon 821 Kryo @ 2.15Ghz)
Congxuan Zhang, Junjie Wu, Zhen Chen, Wen Liu, Ming Li, and Shaofeng Jiang. Dense-CNN: Dense convolutional neural network for stereo matching using multi-scale feature connection. Submitted to Signal Processing and Image Communication, 2019.
we propose a MST-based stereo
matching method using image edge and brightness
information due to the classical MST based methods were
used to produce the inaccurate matching weight in the
areas of image boundaries and similar color background.
We propose four efficient feature extractors based on convolutional neural networks for stereo matching cost computation. Two of them generate multiscale features with diverse receptive field sizes. These multiscale features are used to compute the corresponding multiscale matching costs. We then determine an optimal cost by combining the multiscale costs using edge information. On the other hand, the other two feature extractors produce uni-scale features by combining multiscale features directly through fully connected layers. Finally, after obtaining matching costs using one of the four extractors, we determine optimal disparities based on the cross-based cost aggregation and the semiglobal matching.
We design a full-convolutional network to generate disparity map as a regression problem. Applying pyramid pooling and skip connection to integrate hierarchical context information.
Julia Navarro and Antoni Buades. Dense and robust image registration by shift adapted weighted aggregation and variational completion. Submitted to Image and Vision Computing, 2019.
The method comprises two main steps. First, we use adaptive support weights for local matching. Apart from the color similarity and geometric distance, the adaptive weight distribution favors pixels in the block matching with smaller cost. Besides, we use a multiscale strategy with invalidation criteria to reduce match ambiguity and computational time.
Second, a global interpolation using a variational formulation is carried out. The energy functional penalizes deviations from the local disparity estimation at different scales.
Local approach (DAWA): 23x23 squared window, beta=11, lambda=6, gamma=4, pixel precision 1/4, three scales for multiscale procedure.
Variational model: alpha=1, gamma=5, phi1=30, phi2=15.
Stereo matching process is attracted numbers of study in recent years. The process is unique and difficult due to visual discomfort occurred which contributed to effect of accuracy of disparity maps. By using multistage technique implemented most of Stereo Matching Algorithm; taxonomy by D. Scharstein and R. Szeliski, in this paper proposed new improvement algorithm of stereo matching by using the effect of Adaptive Weighted Bilateral Filter as main filter in cost aggregation stage which able contribute edge-preserving factor and robust against plain colour region. With some improvement parameters in matching cost computation stage where windows size of sum of absolute different (SAD) and thresholds adjustment was applied and Median Filter as main filter in refinement disparity map’s stage may overcome the limitation of disparity map accuracy. Evaluation on indoor datasets, latest (2014) Middlebury dataset were used to prove that Adaptive Weighted Bilateral Filter effect applied on proposed algorithm resulted smooth disparity maps and achieved good processing time.
Yuhao Xiao, Dingding Xu, Guijin Wang, Xiaowei Hu, Yongbing Zhang, Xiangyang Ji, and Li Zhang. Confidence map based 3D cost aggregation with multiple minimum spanning trees for stereo matching. ACPR 2019.
C++;i7-6700 3.4GHz CPU;32G memory
03/09/19
91
3DMST-CM
H
2
5.47
10
4.10
18
3.37
16
2.99
6
2.95
27
7.63
25
4.55
23
3.26
8
3.95
22
2.16
14
10.2
15
8.28
7
6.37
9
13.2
29
5.86
26
9.35
19
Chunbo Cheng, Hong Li, and Liming Zhang. A new stereo matching cost based on two-branch convolutional sparse coding and sparse representation. Submitted to IEEE TIP, 2019.
This paper presents a novel unsupervised stereo matching cost for stereo matching. Specifically, a novel two-branch convolutional sparse coding (CSC) is used to learn the convolution filter bank without ground truth disparity maps. Then, the sparse representations over the learned convolutional filter bank are utilized to measure the similarity between image patches, namely, the stereo matching cost can be computed by measuring the l1 distance between sparse representations of image patches.
Matlab/C/C++; 1 i5 core @2.9 GHz
04/12/19
92
TCSCSM
H
2
19.1
117
45.2
181
5.76
85
11.0
117
22.1
144
41.1
139
13.4
117
24.8
114
11.4
84
7.17
121
29.5
107
26.6
105
26.6
142
20.5
103
16.5
100
17.4
75
Sonali Patil, Tanmay Prakash, Bharath Comandur, and Avinash Kak. A comparative evaluation of SGM variants for dense stereo matching. Submitted to PAMI, 2019.
Hierarchical MGM-16 where coarser level results limit per pixel disparity search range. Post-Processing at each level include Joint Bilateral Filter, Peak removal and, consistency check. The final disparity maps are interpolated using Discontinuity preserving interpolation
See Paper
C/C++; Intel(R) Xeon(R) Gold 6154 CPU @ 3.00GHz, 16 Cores
In this work, we propose a learning-based method to denoise and refine disparity maps of a given stereo method. The proposed variational network arises naturally from unrolling the iterates of a proximal gradient method applied to a variational energy defined in a joint disparity, color, and confidence image space. Our method allows to learn a robust collaborative regularizer leveraging the joint statistics of the color image, the confidence map and the disparity map. Due to the variational structure of our method, the individual steps can be easily visualized, thus enabling interpretability of the method. We can therefore provide interesting insights into how our method refines and denoises disparity maps. The efficiency of our method is demonstrated by the publicly available stereo benchmarks Middlebury 2014 and Kitti 2015.
GTX 2080Ti
05/13/19
94
VN
H
2
14.2
94
9.69
71
9.58
131
10.9
116
7.33
72
9.54
34
13.8
121
11.3
69
11.3
83
7.17
121
27.4
100
23.3
96
24.8
130
22.8
121
14.6
92
18.4
82
Wei Wang, Wei Bao, Yulan Guo, Siyu Hong, Zhengfa Liang, Xiaohu Zhang, and Yuhua Xu. An indoor real scene dataset to train convolution networks for stereo matching. Submitted to SCIENCE CHINA Information Sciences, 2019.
We have collected 2000 pairs of stereo images with high accuracy disparity maps to fine-tune the network. Our goal is to improve the generalization performance of networks.
fine-tune num: 90000; the initial learning rate: 1e-3.
i7@3.4GHz, GTX 1080Ti GPU
05/15/19
95
PSMNet_2000
H
2
28.9
153
20.4
110
8.23
114
15.1
144
27.7
164
35.2
122
15.2
133
50.8
181
51.8
193
9.29
138
61.9
188
31.1
123
25.2
133
27.8
149
29.3
138
52.9
163
Hao Li, Yanwei Sun, and Li Sun. Edge-preserved disparity estimation with piecewise cost aggregation. Submitted to the International Journal of Geo-Information, 2019.
The cost aggregated paths are divided by edge pixels in the edge disparity map, and cost aggregation is calculated independently in each sub-path.
We propose "DeepPruner", a real-time stereo matching algorithm, which combines the strength of deep network and search space pruning techniques. Towards this goal, we developed a differentiable PatchMatch module that allows us to discard most disparities and generates a sparse representation of the cost-volume. We then exploit this representation to learn which range to prune for each pixel. Our method achieves competitive results on KITTI / SceneFlow datasets while running in real-time at 62ms. Moreover, we obtain the first place (on overall rankings) on the Robust Vision Challenge. For more details, check out our paper and source code.
It has been proposed by many researchers that combining deep neural networks with graphical models can create more efficient and better regularized composite models. The main difficulties in implementing this in practice are associated with a discrepancy in suitable learning objectives as well as with the necessity of approximations for the inference. In this work we take one of the simplest inference methods, a truncated max-product Belief Propagation, and add what is necessary to make it a proper component of a deep learning model: We connect it to learning formulations with losses on marginals and compute the backprop operation. This BP-Layer can be used as the final or an intermediate block in convolutional neural networks (CNNs), allowing us to design a hierarchical model composing BP inference and CNNs at different scale levels. The model is applicable to a range of dense prediction problems, is well-trainable and provides parameter-efficient and robust solutions in stereo, optical flow and semantic segmentation.
We novelly formulate the scale transformation of cost volume as a Bayes inference and propose the inter-scale subnetwork to reliably and adaptively generate details under the guidance of geometric information.
we fine-tune the model pre-trained on Scene Flow for 300 epochs with the learning rate of 0.001 in the first 100 epochs and 0.0001 in the rest 1000 epochs.
GTX 1080Ti
11/11/19
101
SACA-Net
Q
1
31.7
163
21.8
114
16.0
163
21.5
167
24.5
152
38.0
131
34.6
190
38.6
151
36.3
165
19.0
170
49.4
154
40.2
161
32.1
170
33.6
179
36.0
151
58.2
173
Anonymous. Enhancing deep stereo networks with geometric priors. CVPR 2020 submission 387.
Huaiyuan Xu, Xiaodong Chen, Haitao Liang, Siyu Ren, and Haotian Li. Cross-based rolling label expansion for dense stereo matching. Submitted to IEEE Access, 2019.
c++, i5-7400 CPU@3.0GHz
12/19/19
104
CRLE
H
2
5.75
15
3.66
8
3.11
12
5.92
51
2.14
10
6.01
14
3.39
13
3.49
15
3.68
18
2.34
20
10.2
15
9.63
13
8.04
20
14.9
55
5.45
22
9.26
18
Weimin Yuan. Efficient local stereo matching algorithm based on fast gradient domain guided image filtering. Submitted to Pattern Recognition Letters, 2019.
Matlab R2014a;@3.4GHZ
12/30/19
105
F-GDGIF
H
2
31.6
162
37.3
156
7.72
110
16.1
150
34.9
187
35.2
123
20.1
148
55.3
188
46.6
180
9.01
136
47.6
149
52.9
190
29.4
159
29.7
161
29.4
140
61.0
178
Yuli Fu, Kaimin Lai, Weixiang Chen, and Youjun Xiang. A pixel pair based encoding pattern for stereo matching via an adaptively weighted cost. Submitted to IET Image Processing, 2020.
A novel encoding pattern, which is designed for the situation of radiometric distortion, is proposed. The pattern is applied for stereo matching cost function.
m=25
1 i5 core@3.0Hz
01/02/20
106
PPEP-GF
Q
1
34.6
175
42.4
171
21.7
187
24.8
178
30.8
173
44.0
150
25.1
165
45.7
171
42.1
175
20.1
174
44.1
142
43.6
169
35.2
182
32.8
173
39.3
169
55.0
170
Rafael Brandt, Nicola Strisciuglio, and Nicolai Petkov. MTStereo 2.0: Improved accuracy of stereo depth estimation. ICPR 2020 submission.
The method is based on a Max-tree hierarchical representation of image pairs, which we use to identify matching regions along image scan-lines.
The number of color quantization levels was set to 16. α was set to 0.8. The minimum (or maximum) width of nodes to be matched was set to 0 (or 1/2 of the input image width). Matched node levels S was set to {1, 0}. The maximum neighborhood size ω_γ was set to 10. The size of the Gaussian kernel used to aggregate the cost volume was 21. The minimum confidence percentage parameter ω_Π was set to 12. In guided pixel refinement, ω_ω was set to 12% when sparse disparity maps were generated.
i7 8565U (4 cores)
01/05/20
107
MTS2
F
3
53.8
202
51.7
192
21.5
185
38.8
202
52.7
203
97.5
205
43.0
202
66.4
201
60.8
201
32.0
197
85.7
202
69.0
201
46.3
199
45.1
197
71.2
202
85.2
202
Lingyin Kong, Jiangping Zhu, and Sancong Ying. Stereo matching based on guidance image and adaptive support region. Submitted to Acta Optica Sinica, 2020.
Matlab R2018b;Intel Core i7-3770 CPU
01/07/20
108
ADSR_GIF
Q
1
37.1
181
43.6
177
18.6
173
36.7
201
24.6
153
58.6
181
22.8
158
56.3
192
49.7
187
18.7
169
56.0
175
48.5
180
32.2
171
24.5
134
36.3
152
79.1
198
Anonymous. Cascade cost volume for high-resolution multi-view stereo and stereo matching. CVPR 2020 submission 6312.
GTX 1080Ti
02/07/20
109
CasStereo
H
2
18.8
112
23.9
121
9.01
120
10.5
108
11.7
100
74.0
194
13.1
115
10.1
61
7.86
54
4.09
76
45.4
145
25.2
101
24.4
127
17.3
81
20.5
121
44.3
147
Linghua Zeng and Xinmei Tian. CRAR: Accelerating stereo matching with cascaded regression and adaptive refinement. Submitted to Pattern Recognition, 2020.
A deep-learning model PSMNU, modified based on PSMNet, produces initial disparity and uncertainty on the down-sampled image. SGBMP performs full resolution prediction based on the initial disparity and uncertainty.
PSMNU: max disparity 256, trained on Scene Flow dataset (Flyingthings3D & Monkaa) only, without data augmentation. SGBMP: \lambda_b = 3, \lambda_s = 0.1, \lambda_d = 0.1. For the initial prediction of PSMNU, images are down-sampled to 768x1024.
The algorithm is based on a hierarchical representation of image pairs which is used to restrict disparity search range. We propose a cost function that takes into account region contextual information and a cost aggregation method that preserves disparity borders.
Please see paper.
C++;4 i7 core @3.40 GHz
03/13/20
112
MTS
F
3
59.7
204
58.8
200
25.2
196
51.1
203
60.4
204
91.3
202
48.3
204
70.3
202
63.4
202
44.4
204
79.3
199
71.7
203
60.9
205
47.4
201
79.6
205
88.4
203
James Okae, Juan Du, and Yueming Hu. Robust statistical approach to stereo disparity map denoising and refinement. Submitted to Journal of Control Theory and Technology, 2020.
Using robust statistics and probability to detect and refine outliers in disparity maps by leveraging the joint statistics of the given disparity map and its reference image.
lamda=1,r1=5,r2=25, sigma=10,tho_d=1, tho_s=4
Matlab Intel® Core™ i7-4600U CPU
05/14/20
113
SRM
H
2
13.1
85
8.50
67
7.04
104
7.86
83
7.73
80
16.1
73
7.90
66
18.4
99
18.5
119
5.03
95
22.3
84
20.0
81
18.1
96
18.5
91
11.3
74
19.3
84
Haoyu Ren, Mostafa El-Khamy, and Jungwon Lee. Stereo disparity estimation via joint supervised, unsupervised, and weakly supervised learning. ICIP 2020.
Mei Haocheng, Yu Lei, and Wang Tiankui. Class classification network for stereo matching. Submitted to The Visual Computer, 2020.
8 cores + GTX 1080Ti GPU
05/23/20
116
CCNet
Q
1
31.9
166
27.0
131
16.0
164
20.3
163
18.6
130
38.8
132
52.0
206
35.9
144
34.0
157
18.6
168
49.6
156
30.5
121
26.7
144
36.2
185
37.1
154
62.0
181
Yun Xie, Shaowu Zheng, and Weihua Li. Feature-guided spatial attention upsampling for real-time stereo matching. Submitted to IEEE MultiMedia, 2020.
Python, 2080TI
05/28/20
118
RTSMNet
H
2
45.6
198
47.0
183
21.9
188
31.9
194
36.4
190
75.1
196
43.9
203
58.9
197
55.3
197
32.7
198
62.2
189
56.4
196
42.2
195
39.1
193
58.0
192
59.9
176
Anonymous. End-to-end neural architecture search for deep stereo matching. NeurIPS 2020 submission 4988.
GPU @ 2.5 Ghz (Python)
05/28/20
117
LEAStereo
H
2
7.15
26
7.56
62
4.52
46
4.62
24
4.64
44
8.83
30
5.66
35
5.86
38
6.03
45
3.30
59
13.1
40
11.3
25
10.3
34
12.1
19
7.06
41
9.90
26
Hector Vazquez, Madain Perez, Abiel Aguilar, Miguel Arias, Marco Palacios, Antonio Perez, Jose Camas, and Sabino Trujillo. Real-time multi-window stereo matching algorithm with fuzzy logic. Submitted to IET Computer Vision, 2020.
The propose a novel stereo matching algorithm with fuzzy logic and also implement it on a FPGA embedded system. We try to select the best window size of SAD for each pixel by leveraging fuzzy logic.
We used block the diferents size. (ex. 5, 15, 21)
Cyclone V 5CSEBA6U23I7 FPGA
06/08/20
119
MANE
H
2
30.9
160
54.7
196
11.5
143
14.6
139
29.4
169
52.6
172
26.4
170
45.1
169
31.5
154
11.5
148
42.5
136
41.8
166
33.1
175
31.6
167
34.2
149
43.5
144
Xianjing Cheng and Yong Zhao. HLocalExp-CM: Confidence map by hierarchical local expansion moves for stereo matching. To appear in Journal of Electronic Imaging, 2022.
GA-Net reference submission as baseline for the stereo benchmark of the robust vision challenge 2020.
All method credits go to the original author (Zhang et al.)
Submission by Nicolas Jourdan, TU Darmstadt, RVC 2020 team.
Trained on Middleburry, KITTI, ETH3D from the KITTI checkpoint made available in the GANet repository on Github by the original authors.
Frequency of sampling was adapted to the dataset size. Test images scaled to next multiple of 48.
We proposed a robust disparity estimation network. Our major novelty compared to existing work is a novel usage of attention, which can handle scenes with different scenarios.
The RVC submission trained by quarter-resolution Middlebury + KITTI + ETH. After validation, we will go with quarter resolution instead of half-resolution
Accurate disparity prediction is a hot spot in computer vision, and how to efficiently exploit contextual information is the key to improve the performance. In this paper, we propose a simple yet effective non-local context attention network (NLCANet) to exploit the global context information by using attention mechanisms and semantic information for stereo matching. First, we develop a 2D geometry feature learning (GFL) module to get a more discriminative representation by taking advantage of multi-scale features and form them into the variance-based cost volume. Then, we construct a non-local attention matching (NLAM) module by using the non-local block and hierarchical 3D convolutions, which can effectively regularize the cost volume and capture the global contextual information. Finally, we adopt a geometry refinement (GR) module to refine the disparity map to further improve the performance. Moreover, we add the warping loss function to help the model learn the matching rule of the non-occluded region. Our experiments show that (1), our approach achieves competitive results on KITTI and SceneFlow datasets in the end-point error (EPE) and the fraction of erroneous pixels (D 1 ); (2), our proposed method particularly has superior performance in the reflective regions and occluded areas.
600 * 10^-3;
200 * 10^-4;
100 * 10^-5
Nvidia v100
08/11/20
125
NLCA_NET_v2_RVC
H
2
10.4
60
11.8
85
4.12
32
6.39
62
6.44
62
19.7
89
10.9
89
14.5
83
13.2
90
3.26
58
21.2
80
14.7
47
10.1
32
14.5
50
7.17
43
11.5
47
Anonymous. Cascade and fuse cost volume for efficient and robust stereo matching. CVPR 2021 submission 1728.
we construct multi-scale cost volumes and fuse lower scale cost volumes and cascade higher scale ones to realize efficient and robust stereo matching
we first pre-train our model on sceneflow dataset and then finetune it jointly on Middlebury + KITTI + ETH3D
tesla V100
08/12/20
126
CFNet_RVC
H
2
10.1
56
14.4
98
7.81
111
7.12
74
6.61
65
15.5
68
7.53
60
12.3
73
11.5
85
3.02
46
10.7
23
16.6
62
10.7
35
15.4
61
10.9
72
9.01
14
Anonymous. STTR. RVC 2020 submission.
GPU
08/14/20
127
STTRV1_RVC
Q
1
41.8
195
26.8
128
29.1
201
36.0
199
30.7
172
46.1
159
35.8
192
39.2
154
39.7
171
42.1
203
74.7
198
49.4
182
34.4
178
47.5
202
62.8
196
54.4
168
Haiwei Sang and Yong Zhao. A pixels based stereo matching algorithm using cooperative optimization. Submitted to IEEE Access, 2020
This paper presents a stereo matching algorithm based on inter-Pixels cooperative optimization.
C/C++
08/30/20
128
LE_PC
H
2
5.58
13
3.52
4
2.99
9
4.24
19
1.92
4
5.39
10
3.42
15
3.16
7
3.72
19
2.30
18
7.83
5
9.90
16
7.79
18
17.4
82
4.74
9
9.51
21
Chenglong Xu, Chengdong Wu, Daokui Qu, Haibo Sun and Jilai Song. Accurate and efficient stereo matching by log-angle and pyramid-tree. Submitted to IEEE TCSVT, 2020.
Combined bearings-only cost metric and Cross-regional connection based aggregation.
The approach relies on a fast multi-resolution initialization step, differentiable 2D geometric propagation and warping mechanisms to infer slanted plane hypotheses at multiple resolutions.
We propose a novel lightweight network for stereo estimation. The method uses densely connected layer structures to learn expressive features without the need of fully-connected layers or 3D convolutions. This leads to a network structure with only 0.37M parameters while still having competitive results. The post-processing consists of filtering, a consistency check and hole filling.
\eta = 6 \times 10^{-6}
python 3.6; pytorch 1.2.0; GPU RTX 2080 TI
11/10/20
133
FC-DCNN
H
2
17.9
106
21.2
112
6.52
98
9.56
100
14.1
111
31.9
116
23.4
160
23.4
107
19.7
121
5.93
113
26.9
96
22.8
93
20.0
100
19.3
96
18.2
106
23.9
95
Anonymous. RLStereo: Real-time stereo matching based on reinforcement learning. CVPR 2021 submission 4443.
Tensorflow 2.0; Nvidia GeForce Titan RTX GPU
11/12/20
134
RLStereo
H
2
27.9
147
20.5
111
15.0
160
23.5
174
26.3
160
51.5
169
35.8
193
27.1
121
23.4
130
15.6
159
63.6
191
32.3
126
21.5
109
23.2
124
44.7
178
17.4
76
Anonymous. UnDAF: A general unsupervised domain adaptation framework for disparity, optical flow or scene flow estimation. CVPR 2021 submission 236.
Pytorch
11/12/20
135
UnDAF-GANet
H
2
16.2
101
3.74
12
2.94
7
16.7
153
18.3
126
24.1
101
26.3
169
19.2
101
15.7
103
1.86
7
36.8
125
26.8
106
11.1
40
24.8
137
6.54
35
28.0
105
Anonymous. Semi-synthesis: a fast way to produce effective datasets for stereo matching. CVPR 2021 submission 3688.
We propose a novel method namely semi-synthesis for producing large-scale on demand stereo datasets which doesn't require further fine-tuning on real datasets, i,e, we haven't fine-tuned the submission model on Middlebury training data.
Python 1 Nvidia 1080Ti GPU
11/16/20
136
SSCasStereo
H
2
15.2
98
33.6
145
5.73
84
8.13
87
12.6
106
51.1
167
8.19
69
16.7
94
5.02
29
5.70
109
48.5
150
17.3
65
16.0
79
20.1
99
12.3
81
9.25
17
Anonymous. Stereo matching by high-resolution correlation volume learning and epipolar lookup. CVPR 2021 submission 1654.
Tesla V100 GPU
11/17/20
137
RASNet
H
2
13.1
86
11.9
87
5.65
83
5.71
45
8.36
82
25.8
102
8.31
71
7.18
45
5.29
36
2.93
43
25.0
94
16.0
58
13.9
65
18.4
89
38.2
160
21.4
91
Anonymous. A decomposition model for stereo matching. CVPR submission 2543.
GTX 1080Ti GPU
11/21/20
138
DecStereo
F
3
20.2
121
19.4
106
11.9
146
15.6
146
13.5
109
23.0
99
26.7
172
13.3
77
15.1
101
7.60
126
28.3
103
30.2
119
23.4
120
17.6
83
38.9
166
38.4
132
Xianjing Cheng and Yong Zhao. Local PatchMatch based on superpixel cut for efficient high-resolution stereo matching. Submitted to BABT (Brazilian Archives of Biology and Technology), 2021.
we propose an efficient method,i.e, local PatchMatch based on superpixel cut for high-resolution stereo matching.
the number of superpixels N is 500, two iterative parameters: k_fea is set to 9 and k_SP is set to 7. The parameter γ to measure the similarity weight is set to 50 and k=8000.
i5-9400 CPU@2.90GHz, C++;
11/25/20
139
LPSC
H
2
10.7
66
5.15
28
4.23
35
5.48
41
6.38
60
16.5
76
7.84
64
9.56
57
10.3
77
4.02
73
20.2
75
19.0
75
17.7
92
18.5
92
9.73
58
18.0
80
Menglong Yang, Fangrui Wu, Wei Li, Peng Cheng, and Xuebin Lv. CooperativeStereo: Cooperative convolutional neural networks for stereo matching. Submitted to Pattern Recognition 2020.
Tensorflow1.0, GTX 1080Ti
11/26/20
140
CooperativeStereo
Q
1
28.8
152
28.5
137
12.3
150
17.3
156
18.5
129
62.3
183
22.4
157
36.3
146
24.7
131
15.8
160
74.5
197
37.8
153
28.4
153
26.6
146
41.6
173
28.4
108
Peng Yao and Jieqing Feng. Stacking learning with coalesced cost filtering for accurate stereo matching. Submitted to Journal of Visual Communication and Image Representation 2020.
By leveraging Stacking Learning with Coalesced Cost Filtering to make the conventional algorithms achieve more accurate disparity estimations.
For the Random Forest, we set 10 Decision Trees, maximum depth is 25 and minimum number of samples in each node to split equal to 12.
C++, Intel Core-i7 Octa-Core CPUs;
12/22/20
141
SLCCF
H
2
8.83
50
6.97
56
4.90
63
6.05
57
4.35
41
8.89
31
5.33
28
6.29
40
5.15
31
4.80
91
13.0
38
18.1
71
17.8
94
17.7
84
6.93
39
15.4
67
Lingyin Kong, Jiangping Zhu, and Sancong Ying. Local stereo matching using adaptive cross-region based guided image filtering with orthogonal weights. Submitted to Mathematical Problems in Engineering, 2020.
we propose an improved cost aggregation method, in which the matching cost volume is filtered by ACR-GIF-OW
This model is trained on low-resolution data but aims at high-resolution images. It uses a recurrent module to iteratively update a coarse disparity prediction. Then a special refinement module makes a final adjustment. The recurrent update and final refine are applied in a patch-wise manner across the initial disparity.
Trained on Scene Flow, Middlebury 1/4 size, and TartanAir (sampled) datasets. Training disparity range 256 pixels, testing range over 1000 pixels.
Trained on 4 Tesla V100 GPUs. Inference on 1 Tesla V100 GPU.
03/05/21
143
ORStereo
F
3
19.1
116
38.9
163
9.97
135
9.21
96
23.3
147
42.6
145
13.0
112
18.2
98
6.63
48
4.93
92
35.4
122
33.1
129
24.1
123
23.6
129
18.2
105
26.0
102
Anonymous. Local expansion moves for stereo matching based on RANSAC confidence. ICCV 2021 submission 3073.
A stereo matching algorithm based on collaborative optimization among pixels is proposed. Based on local expansion, the matching energy function of pixels is defined by using the color and gradient features of adjacent pixels, and the cooperative competition mechanism between pixels is introduced.
iterations = 5; pmIterations = 2;
C/C++,i7-4790 CPU@3.60GHz.
03/05/21
144
LocalExp-RC
H
2
5.54
12
3.78
14
3.02
10
3.85
11
2.08
9
5.95
13
3.48
16
3.61
17
3.65
17
2.52
27
10.3
19
6.85
3
7.25
15
16.1
69
5.12
14
10.2
29
Xianjing Cheng, Yong Zhao, Zhijun Hu, Xiaomin Yu, Ren Qian, and Haiwei Sang. Superpixel cut-based local expansion for accurate stereo matching. IET Image Processing, 2021.
i7 CPU @2.2GH,C++, 8 cores
04/22/21
145
LESC
H
2
6.78
23
4.07
16
3.46
18
3.26
8
3.36
32
9.15
33
4.08
20
4.76
23
5.21
35
2.80
39
11.7
31
13.0
33
10.2
33
17.0
75
5.52
23
12.5
53
Hao Liu, Hanlong Zhang, Xiaoxi Nie, Wei He, Dong Luo, Guohua Jiao and Wei Chen. Stereo matching algorithm based on two-phase adaptive optimization of AD-census and gradient fusion. IEEE RCAR 2021.
In this paper, an improved AD-Census algorithm is proposed to improve the matching ratio in some special regions. The proposed algorithm contains an optimization method and three similarity metrics.
We propose an approach for real-time embedded stereo processing on ARM and CUDA-enabled devices, which is based on the popular and widely used Semi-Global Matching algorithm. In this, we propose an optimization of the algorithm for embedded CUDA GPUs, by using massively parallel computing, as well as using the NEON intrinsics to optimize the algorithm for vectorized SIMD processing on embedded ARM CPUs.
Anonymous. Deep learning based stereo cost aggregation on a small dataset. DICTA 2021 submission.
4*RTX 3090
06/11/21
151
R3DCNN
H
2
33.0
170
34.2
148
15.8
162
13.4
129
41.7
196
47.9
162
22.0
154
60.1
199
57.4
200
12.6
155
40.3
132
46.4
178
26.8
147
37.0
186
19.3
114
45.2
150
Anonymous. Estimate regularization weight for local expansion moves stereo matching. ACPR 2021 submission.
The method that estimate optimal parameters for MRF stereo can not be directly used to estimate parameters for local expansion moves stereo. To estimate regularization weight for local expansion moves stereo, we propose the probabilistic mixture models for slanted patch matching terms and curvature regularization terms.
see our paper
c/c++; AMD Ryzen7 2700 8 core @3.2GHz
06/23/21
152
ERW-LocalExp
H
2
5.53
11
3.64
6
2.84
4
2.66
4
1.97
7
5.68
12
4.87
24
3.27
9
3.25
12
2.36
22
10.5
22
11.5
27
7.46
17
14.7
52
5.55
24
9.18
16
Tingman Yan and Qunfei Zhao. Hierarchical belief propagation on image segmentation pyramid. Submitted to IEEE TIP, 2021.
We introduce RAFT-Stereo, a new deep architecture for rectified stereo based on the optical flow network RAFT. We introduce multi-level convolutional GRUs, which more efficiently propagate information across the image. A modified version of RAFT-Stereo can perform accurate real-time inference.
Kai Zeng. DMCA stereo network. Submitted to TPAMI, 2021.
The RVC submission is trained by half-resolution Middlebury, KITTI 2015, and ETH3D datasets.
Pytorch Telsa V100
08/05/21
156
DMCA-RVC
H
2
10.5
63
11.6
83
4.44
42
7.50
81
6.57
64
20.6
91
8.84
76
10.4
63
9.58
68
3.58
63
20.1
73
14.1
42
10.7
36
15.1
57
15.2
95
12.9
56
Kai Zeng. Deep stereo matching with superpixel based feature and cost aggregation. Submitted to IEEE TCVST, 2021.
Pytorch; Tesla V100 GPU
08/18/21
157
DSFCA
H
2
13.4
88
22.4
115
5.36
81
7.28
77
9.95
92
28.3
108
9.30
80
13.8
80
11.7
86
4.44
85
27.2
98
17.5
68
14.5
70
17.3
80
17.9
104
16.4
70
Xianjing Cheng and Yong Zhao. Segment-based disparity computation with occlusion handling for accurate stereo matching. Submitted to IEEE TCSVT, 2021.
i7-10870H CPU @2.20GHz,C++
08/22/21
158
SDCO
H
2
19.0
115
30.4
138
5.92
88
9.11
95
21.5
142
37.5
129
12.3
101
26.8
119
16.7
112
5.68
108
29.4
106
30.6
122
25.6
136
23.1
123
17.5
103
18.9
83
Krishna Shankar, Mark Tjersland, Jeremy Ma, Kevin Stone, and Max Bajracharya. A learned stereo depth system for robotic manipulation in homes. ICRA 2022 submission.
A lightweight network with dilated ResNet feature extractor, a correlation cost volume run at a low resolution, and a refinement network to get a full resolution disparity output. Sparse disparity is processed from the dense disparity using a threshold on the network confidence output and a region grower to remove suspected bad disparities.
Max disparity 512
Cost volume downsample 8x
PyTorch on Nvidia Titan RTX
08/24/21
159
MMStereo
F
3
12.7
83
27.9
133
8.71
118
8.81
92
11.7
100
26.9
106
5.82
42
20.9
103
14.6
96
4.10
78
15.4
54
16.0
58
14.2
67
13.6
39
9.71
57
7.35
8
Anonymous. Region separable stereo matching. 3DV 2021 submission 110.
In stereo matching, there are two cases of poor performance: (1) the interior of large objects, and (2) object boundaries and small objects. In this work, we present feature enhancement stereo matching network to solve the problems.
None
2080ti
11/21/21
164
FENet
H
2
11.3
73
7.70
63
3.91
23
3.97
14
6.24
58
16.7
77
5.78
38
32.1
135
32.4
155
2.57
28
11.8
32
10.8
20
6.90
13
13.4
32
5.41
21
11.2
41
Junda Cheng and Gangwei Xu. CoAtRS stereo: Fully exploiting convolution and attention for stereo matching. Submitted to IEEE Transactions on Multimedia, 2021.
Madiha Zahari. A new cost volume estimation using modified CT. Submitted to the Bulletin of Electrical Engineering and Informatics (BEEI), paper ID 4122, 2022.
Visual Studio c++, Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz 1.99 GHz
we propose a novel and effective network architecture
RDNet that utilizes edge detection and multi-scale cost volume for robust stereo matching.
β1 = 0.9, β2 = 0.999
PowerEdge T640 GPUs
08/05/22
174
RDNet
H
2
11.3
72
11.2
79
5.24
74
5.45
39
6.51
63
16.7
78
8.89
77
16.7
94
14.9
100
4.75
90
16.5
59
19.3
79
15.4
75
12.5
22
12.1
78
14.2
62
Zhelun Shen. Digging into uncertainty-based pseudo-label for robust stereo matching. Submitted to TPAMI, 2022.
Tesla V100
08/08/22
175
UCFNet_RVC
H
2
10.7
67
12.2
90
6.48
95
5.83
46
5.90
56
16.9
80
6.61
50
15.8
90
14.6
97
2.73
38
11.4
29
18.8
74
11.0
39
18.9
94
10.7
69
11.4
44
Pengxiang Li, Chengtang Yao, Yunde Jia, and Yuwei Wu. Inter-scale similarity guided cost aggregation for stereo matching. Submitted to IEEE Transactions on Circuits and Systems for Video Technology, 2022.
python; 2 cores + RTX 3090 GPU
08/09/22
176
issga
H
2
18.9
113
12.0
89
11.6
144
11.1
119
18.3
127
14.3
64
14.6
132
28.6
129
26.2
137
5.90
112
13.5
43
41.4
164
21.9
112
22.2
118
19.4
115
30.7
112
Xiao Guo. Feature extractor augmentation network. Submitted to Neurocomputing, 2022.
Stereo matching algorithm based on multi-cost computation with hybrid aggregation using random walk and image segmentation with filtering in refinement stage.
A unified global matching formulation and framework for optical flow and stereo depth estimation
Please refer to the paper
V100 GPU
09/01/22
179
GMStereo
F
3
7.14
25
6.30
51
6.20
92
6.22
59
6.62
66
9.79
35
2.76
8
5.69
37
5.17
33
4.04
74
14.0
46
11.2
23
6.81
12
11.8
17
6.90
37
12.8
55
Xiaowei Yang. A light-weight stereo matching network based on multi-scale features fusion and robust disparity refinement. Submitted to IET Image Processing, 2022.
In recent years, convolutional-neural-network based stereo matching methods have achieved significant
gains compared to conventional methods in terms of both speed and accuracy. Current state-of-the-art disparity
estimation algorithms require many parameters and large amounts of computational resources and are not suited to
applications on edge devices. In this paper, we propose an end-to-end light-weight network (LWNet) for fast stereo
matching, which consists of an efficient backbone with multi-scale feature fusion for feature extraction, a 3D U-Net
aggregation architecture for disparity computation and a color guidance in 2D CNN for disparity refinement.
(β1= 0.9, β2 = 0.999)
GeForce RTX 3090
09/20/22
180
LWNet
H
2
40.9
190
38.1
161
18.4
172
30.5
191
33.3
184
43.2
147
30.9
184
49.2
178
50.6
189
22.8
183
58.1
179
54.2
193
41.8
194
37.5
188
58.8
194
81.5
201
Xue Liu. Stereo matching with monocular augmentation. Submitted to Signal Processing Letters, 2022.
We propose an accurate and lightweight convolutional neural network for stereo estimation with depth completion. The whole method consists of three parts. The first part consists of fully-convolutional densely connected layers that computes expressive features of rectified image pairs.
learning rate: 0.00006 for feature extraction and similarity and learning rate: 0.000006 for depth completion
Philippe Weinzaepfel, Vincent Leroy, Thomas Lucas, Romain Bregier, Yohann Cabon, Vaibhav Arora, Leonid Antsfeld, Boris Chidlovskii, Gabriela Csurka, and Jerome Revaud. Self-supervised pretraining for 3D vision tasks by cross-view completion. NeurIPS 2022; RVC 2022 submission.
pretraining self-supervised model
masking rate 0.9
python Nvidia
10/03/22
186
CroCo_RVC
F
3
15.1
97
7.43
60
5.85
87
6.71
68
11.7
99
15.4
66
3.94
19
36.2
145
35.8
163
3.41
61
18.1
68
29.3
117
10.9
38
18.0
88
10.6
68
21.0
89
Anonymous. An improved RaftStereo trained with multiple mixed datasets for Robust Vision Challenge. RVC 2022 submission.
GTX 2080ti
10/03/22
188
iRaftStereo_RVC
H
2
8.07
39
9.13
69
8.25
115
5.55
43
4.68
45
6.92
18
6.41
48
6.29
40
6.19
47
3.96
72
17.9
65
13.0
32
9.58
30
11.4
15
9.24
56
11.8
49
Yang Xiaowei and Feng Zhiguo. Attention guide cost volume for stereo matching. Submitted to IET Image Processing, 2022.
GTX 3090
10/06/22
189
AGCVNet
H
2
12.0
76
10.6
77
5.14
71
5.47
40
7.00
71
17.0
82
8.91
79
18.9
100
15.7
104
4.64
87
15.8
56
19.1
77
16.6
84
13.7
40
15.0
94
14.6
66
Han Li. Adaptive slice stereo matching network. Submitted to Image and Vision Computing, 2022.
pytorch
10/06/22
190
GwcSlice
H
2
12.7
82
13.4
94
4.76
59
5.33
38
7.69
79
17.0
81
11.1
91
13.7
79
9.88
73
4.22
82
20.1
74
20.1
83
17.4
89
16.9
74
14.0
87
36.5
125
Han Li. Multi-cascade stereo matching network. Submitted to Neurocomputing, 2022.
Pan Lei. A multi view solid based on removal using the matching method of the deformation window. Submitted to Information Processing Letters, 2022.
2080ti
10/13/22
193
DW
F
3
19.9
120
15.1
101
13.1
152
14.3
137
14.2
112
14.2
63
8.90
78
16.4
91
16.0
107
12.3
154
50.2
160
36.4
144
21.7
111
21.8
114
31.8
144
40.4
137
Yang Xiuze. A lightweight multilevel cascaded recurrent network for high resolution stereo matching. Submitted to Neurocomputing, 2022.
Python;32cores+NVIDIA GeForce RTX3090 GPU
10/16/22
194
LMCR-Stereo
F
3
6.27
17
6.20
47
4.59
52
3.92
12
2.66
19
4.52
5
4.88
25
3.65
18
3.41
14
2.08
13
16.8
62
11.2
24
8.58
24
13.2
29
6.89
36
10.5
30
Anonymous. Revisiting cost aggregation in stereo matching from disparity classification. CVPR 2023 submission 1116.
Cost aggregation plays a critical role in existing stereo
matching methods. Generally, aggregating matching costs
in homogeneous regions with similar disparities is benefi-
cial to matching accuracy. However, previous approaches
commonly use 3D convolutions for cost aggregation with-
out considering the homogeneity of different regions. In
this paper, we revisit cost aggregation in stereo match-
ing from a perspective of disparity classification and pro-
pose a generic yet efficient Disparity Context Aggregation
(DCA) module to improve the performance of CNN-based
methods.
Parameters:4.96 M;
Only using half-resolution Middlebury training images for validation.