Paper 2601.03252
InfiniDepth: Arbitrary-Resolution and Fine-Grained Depth Estimation with Neural Implicit Fields
- Published
- Jan 2026
- Research lab
- Independent
- Citations
- 12
- GitHub
- 1.1K stars
01 In brief
Summary
InfiniDepth introduces a novel depth representation that models depth as neural implicit fields, enabling arbitrary-resolution and fine-grained monocular depth estimation.
The method uses a Vision Transformer encoder to extract multi-scale features, which are queried at continuous 2D coordinates via bilinear interpolation and fused hierarchically through a lightweight MLP decoder.
This allows direct prediction at any resolution, overcoming the limitations of discrete grid-based methods.
The paper also proposes an Infinite Depth Query strategy that allocates sub-pixel query budgets based on surface area, producing uniformly distributed 3D points that improve novel view synthesis under large viewpoint shifts.
To evaluate high-resolution and fine-detail performance, the authors curate Synth4K, a 4K synthetic benchmark from five games, with high-frequency masks for targeted detail assessment.
Experiments show state-of-the-art results on Synth4K and real-world benchmarks for both relative and metric depth estimation, with significant gains in fine-detail regions.
The method also enhances single-view novel view synthesis, reducing holes and artifacts compared to prior approaches.
02 From the paper
Abstract
Existing depth estimation methods are fundamentally limited to predicting depth on discrete image grids. Such representations restrict their scalability to arbitrary output resolutions and hinder the geometric detail recovery. This paper introduces InfiniDepth, which represents depth as neural implicit fields. Through a simple yet effective local implicit decoder, we can query depth at continuous 2D coordinates, enabling arbitrary-resolution and fine-grained depth estimation. To better assess our method's capabilities, we curate a high-quality 4K synthetic benchmark from five different games, spanning diverse scenes with rich geometric and appearance details. Extensive experiments demonstrate that InfiniDepth achieves state-of-the-art performance on both synthetic and real-world benchmarks across relative and metric depth estimation tasks, particularly excelling in fine-detail regions. It also benefits the task of novel view synthesis under large viewpoint shifts, producing high-quality results with fewer holes and artifacts.