LeanStereo: A Leaner Backbone based Stereo Network
Rafia Rahim, Samuel Woerz, Andreas Zell
TL;DR
LeanStereo tackles the need for real-time, accurate stereo depth estimation by employing a lean two-branch backbone, an attention-refined cost volume, and a LogL1 loss to compensate for reduced representational capacity. The method achieves substantial speedups—up to $9$–$14\times$ faster than leading 3D stereo networks—while maintaining competitive accuracy on SceneFlow and KITTI2015. Key contributions include the two-branch backbone design, attention-based cost volume refinement, and the LogL1 loss that enhances convergence and small-disparity accuracy. This work demonstrates that carefully designed lightweight architectures with task-tailored losses can approach the performance of heavier 3D networks, enabling practical deployment in real-time systems.
Abstract
Recently, end-to-end deep networks based stereo matching methods, mainly because of their performance, have gained popularity. However, this improvement in performance comes at the cost of increased computational and memory bandwidth requirements, thus necessitating specialized hardware (GPUs); even then, these methods have large inference times compared to classical methods. This limits their applicability in real-world applications. Although we desire high accuracy stereo methods albeit with reasonable inference time. To this end, we propose a fast end-to-end stereo matching method. Majority of this speedup comes from integrating a leaner backbone. To recover the performance lost because of a leaner backbone, we propose to use learned attention weights based cost volume combined with LogL1 loss for stereo matching. Using LogL1 loss not only improves the overall performance of the proposed network but also leads to faster convergence. We do a detailed empirical evaluation of different design choices and show that our method requires 4x less operations and is also about 9 to 14x faster compared to the state of the art methods like ACVNet [1], LEAStereo [2] and CFNet [3] while giving comparable performance.
