Search papers, labs, and topics across Lattice.
This paper introduces Lite Any Stereo V2 (LAS2), a series of ultra-fast models for efficient zero-shot stereo matching that challenge the notion that speed compromises accuracy. By employing a novel 2D-only cost aggregation framework and a three-stage training strategy that integrates synthetic supervision, self-distillation, and real-world knowledge distillation, LAS2 achieves state-of-the-art accuracy while significantly reducing inference latency. Notably, LAS2-H outperforms the Fast-FoundationStereo method in zero-shot performance, achieving inference speeds that are 1.8x and 2.7x faster on H200 and Orin platforms, respectively.
LAS2 redefines the balance between speed and accuracy in stereo matching, proving that efficient models can achieve state-of-the-art results without heavy computational demands.
Recent advances in stereo matching have achieved remarkable accuracy, but often rely on large models, heavy computation, or additional foundation-model priors, making them difficult to deploy on resource-constrained platforms. In contrast, efficient stereo models offer faster inference but are commonly considered less capable of strong zero-shot generalization. In this paper, we challenge this assumption by introducing Lite Any Stereo V2 (LAS2), an ultra-fast model series designed for efficient zero-shot stereo matching. LAS2 is developed from both architecture and training perspectives. Architecturally, we revisit efficient stereo design under practical deployment settings and propose a 2D-only cost aggregation framework, optimized for real inference latency rather than theoretical MACs alone. For training, we develop a three-stage strategy that combines synthetic supervision, self-distillation, and real-world knowledge distillation. To improve the reliability of real-world pseudo supervision, we further introduce pseudo-label filtering and an error-clamping operation, enabling smoother synthetic-to-real transfer. We instantiate LAS2 as a family of models, including feed-forward variants for different efficiency budgets and an iterative variant for higher accuracy. Extensive experiments show that LAS2 achieves state-of-the-art accuracy among efficient stereo methods while maintaining significantly lower latency. Specifically, LAS2-H achieves stronger overall zero-shot performance than the iterative method Fast-FoundationStereo, with 1.8x and 2.7x faster inference on H200 and Orin, respectively. The project page, demos, and code are available at https://tomtomtommi.github.io/LiteAnyStereoV2/.