Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Graph Attention-Driven Bayesian Deep Unrolling for Dual-Peak Single-Photon Lidar Imaging

Created by
  • Haebom

Author

Kyungmin Choi, JaKeoung Koo, Stephen McLaughlin, Abderrahim Halimi

Outline

This paper proposes a deep unrolling algorithm using deep neural networks to address the problem of single-photon LiDAR imaging in noisy environments with multiple targets. Existing statistical methods, while highly interpretable, struggle to handle complex scenes. Deep learning-based methods, while offering excellent accuracy and robustness, lack interpretability or are limited to processing only a single peak per pixel. In this study, we propose a deep unrolling algorithm that extracts features from point clouds by introducing a hierarchical Bayesian model and a dual depth map representation, utilizing geometric deep learning. This algorithm combines the advantages of statistical and learning-based methods to achieve both accuracy and uncertainty quantification. Experimental results on synthetic and real-world data demonstrate competitive performance compared to existing methods, even providing uncertainty information.

Takeaways, Limitations

Takeaways:
Improving single-photon LiDAR imaging performance in multi-target environments: Accuracy enhancement through dual depth map representation and geometric deep learning.
Uncertainty Quantification: Leveraging the power of statistical methods to provide quantitative information about the uncertainty of results.
Combining the strengths of statistical methods and deep learning: achieving both interpretability and accuracy.
Limitations:
Further verification of the generalization performance of the proposed method is needed.
Additional experiments are needed to account for the various noises and complexities of real-world environments.
Computational costs may be high.
👍