Efficient and High-Quality Depth Estimation via Pixel-Space Diffusion with Linear Attention
2026-08-31 • Computer Vision and Pattern Recognition
Computer Vision and Pattern Recognition
AI summaryⓘ
The authors developed Lapis, a new method for estimating depth in images that is both fast and accurate. It uses a type of attention called linear attention and predicts depth in one step, avoiding the usual slow process of multiple refinements. To keep details and structures clear, they introduce modules that correct coarse features and sharpen edges. Their tests show Lapis works well across different resolutions and is much faster than earlier top models.
monocular depth estimationlinear attentionone-step diffusiongenerative modelscoarse-to-fine hierarchyPatch-level Consistency ModulePixel-level Refinement Moduleinference latencyhigh-resolution imagingdata manifold assumption
Authors
Bingde Liu, Wu Ran, Jinglei Zhang, Huanhuan Yuan, Chao Ma
Abstract
This work presents $\textbf{Lapis}$, a $\textbf{l}$inear-$\textbf{a}$ttention-based $\textbf{pi}$xel-$\textbf{s}$pace generative framework that achieves efficient and high-fidelity depth estimation with one-step diffusion. While generative frameworks have significantly advanced monocular depth estimation with superior detail fidelity, the $\mathcal{O}(N^2)$ complexity of standard attention and the multi-step denoising process introduce prohibitive computational costs when scaling them to high-resolution image applications. Although linear attention and one-step prediction are intuitively viable, directly applying them leads to poor structural consistency, detail loss, and noise. Lapis rectifies these limitations through a coarse-to-fine hierarchy. Specifically, a Patch-level Consistency Module restores structural coherence by integrating semantic and spatial priors. Subsequently, a Pixel-level Refinement Module recovers sharp geometric boundaries via skip-connection-based pixel correspondence. Furthermore, to mitigate sampling noise inherent in one-step diffusion, we leverage the manifold assumption and adopt a direct $\mathbf{x}$-prediction strategy to target the clean data manifold. Extensive evaluations on multiple benchmarks demonstrate that Lapis consistently achieves state-of-the-art (SOTA) accuracy and boundary sharpness across various resolutions, reducing inference latency by up to 7.6$\times$ at 1080P and 10.9$\times$ at 1440P resolution compared to previous SOTA generative models.