Skip to content

bemc22/AHFD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autoregressive High-Order Finite Difference Modulo Imaging: High-Dynamic Range for Computer Vision Applications

DOI:10.1007/978-3-031-91838-4_13 arXiv Open In Colab demo Ask DeepWiki

Abstract

High dynamic range (HDR) imaging is vital for capturing the full range of light tones in scenes, essential for computer vision tasks such as autonomous driving. Standard commercial imaging systems face limitations in capacity for well depth, and quantization precision, hindering their HDR capabilities. Modulo imaging, based on unlimited sampling (US) theory, addresses these limitations by using a modulo analog-to-digital approach that resets signals upon saturation, enabling estimation of pixel resets through neighboring pixel intensities. Despite the effectiveness of (US) algorithms in one-dimensional signals, their optimization problem for two-dimensional signals remains unclear. This work formulates the US framework as an autoregressive $\ell_2$ phase unwrapping problem, providing computationally efficient solutions in the discrete cosine domain jointly with a stride removal algorithm also based on spatial differences. By leveraging higher-order finite differences for two-dimensional images, our approach enhances HDR image reconstruction from modulo images, demonstrating its efficacy in improving object detection in autonomous driving scenes without retraining.

AHFD Algorithm

Proposed AHFD method for HDR image restoration from modulo measurements composed of three components: 1) Autoregressive Phase Unwrapping, 2) Stripe Artifact Removal, and 3) The operator $\textbf{P}\texttt{vec}$ to adapt AHFD for matrices. img

How to cite

If this code is useful for your research and you use it in an academic work, please consider citing this paper as

@inproceedings{monroy2024autoregressive,
  title={Autoregressive High-Order Finite Difference Modulo Imaging: High-Dynamic Range for Computer Vision Applications},
  author={Monroy, Brayan and Contreras, Kebin and Bacca, Jorge},
  booktitle={Computer Vision -- ECCV 2024 Workshops},
  pages={211--228},
  year={2025},
  publisher={Springer Nature Switzerland},
}

About

Autoregressive High-Order Finite Difference Modulo Imaging

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages