CVOct 26, 2020

EDNet: Efficient Disparity Estimation with Cost Volume Combination and Attention-based Spatial Residual

arXiv:2010.13338v43 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of high memory and slow inference in disparity estimation for computer vision applications, offering an incremental improvement over prior methods.

The paper tackles the inefficiency of existing disparity estimation methods, which use 4D concatenation volumes and deep 3D CNNs, by proposing EDNet that combines cost volumes and uses attention-based spatial residuals, achieving state-of-the-art performance with faster speed and less memory consumption on Scene Flow and KITTI datasets.

Existing state-of-the-art disparity estimation works mostly leverage the 4D concatenation volume and construct a very deep 3D convolution neural network (CNN) for disparity regression, which is inefficient due to the high memory consumption and slow inference speed. In this paper, we propose a network named EDNet for efficient disparity estimation. Firstly, we construct a combined volume which incorporates contextual information from the squeezed concatenation volume and feature similarity measurement from the correlation volume. The combined volume can be next aggregated by 2D convolutions which are faster and require less memory than 3D convolutions. Secondly, we propose an attention-based spatial residual module to generate attention-aware residual features. The attention mechanism is applied to provide intuitive spatial evidence about inaccurate regions with the help of error maps at multiple scales and thus improve the residual learning efficiency. Extensive experiments on the Scene Flow and KITTI datasets show that EDNet outperforms the previous 3D CNN based works and achieves state-of-the-art performance with significantly faster speed and less memory consumption.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes