English

Aberration-Aware Depth-from-Focus

Computer Vision and Pattern Recognition 2023-07-18 v2 Image and Video Processing Optics

Abstract

Computer vision methods for depth estimation usually use simple camera models with idealized optics. For modern machine learning approaches, this creates an issue when attempting to train deep networks with simulated data, especially for focus-sensitive tasks like Depth-from-Focus. In this work, we investigate the domain gap caused by off-axis aberrations that will affect the decision of the best-focused frame in a focal stack. We then explore bridging this domain gap through aberration-aware training (AAT). Our approach involves a lightweight network that models lens aberrations at different positions and focus distances, which is then integrated into the conventional network training pipeline. We evaluate the generality of pretrained models on both synthetic and real-world data. Our experimental results demonstrate that the proposed AAT scheme can improve depth estimation accuracy without fine-tuning the model or modifying the network architecture.

Keywords

Cite

@article{arxiv.2303.04654,
  title  = {Aberration-Aware Depth-from-Focus},
  author = {Xinge Yang and Qiang Fu and Mohammed Elhoseiny and Wolfgang Heidrich},
  journal= {arXiv preprint arXiv:2303.04654},
  year   = {2023}
}

Comments

[ICCP & TPAMI 2023] Considering optical aberrations during network training can improve the generalizability

R2 v1 2026-06-28T09:07:37.692Z