Paper Overview
Field: Computer Vision Authors: Yiming Zuo, Hongyu Wen, Venkat Subramanian Published: 2025-03-30 arXiv: 2503.23737
Abstract
Depth from Defocus (DfD) is the task of estimating a dense metric depth map from a focus stack. Unlike previous works overfitting to a certain dataset, this paper focuses on the challenging and practical setting of zero-shot generalization. The authors first propose a new real-world DfD benchmark, ZEDD, which contains 8.3x more scenes and significantly higher quality images and ground-truth depth maps compared to previous benchmarks. They also design a novel network architecture named FOSSA — a Transformer-based architecture with novel designs tailored to the DfD task. The key contribution is a stack attention layer with a focus distance embedding, allowing efficient information exchange across the focus stack. Finally, they develop a new training data pipeline that allows utilizing existing large-scale RGBD datasets to generate synthetic focus stacks.
Experimental results on ZEDD and other benchmarks show significant improvements over baselines, with error reductions of up to 55.7%.
Resources
- ZEDD benchmark: https://zedd.cs.princeton.edu
- Code and checkpoints: https://github.com/princeton-vl/FOSSA
*Auto-collected on 2026-03-31*