Skip to content
/ ADAIR Public

Adaptive Denoising and Alignment Agents for Infrared Imaging

License

Notifications You must be signed in to change notification settings

cviaai/ADAIR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python

ADAIR

This is the official repository of the IEEE Control Systems Letters submission entitled 'Adaptive Denoising and Alignment Agents for Infrared Imaging'.

Overview

Namely, the Denoiser learns the proper frequency decomposition of the acquired infrared data until the target segmentation metric is maximized; whereas, the Aligner learns the intensity fluctuations within the segmentation mask tuned by the Denoiser until its maximal overlap with the source infrared image.

Code structure

  • ./rl/: folder where Q-window reinforcement learning codes are stored.
    1. ./rl/Mask_Proj_Env.py: projection-related routine.
    2. ./rl/run.py: run to start the alignment

Citing

If you use this package in your publications or in other work, please cite it as follows:

@ARTICLE{ADAIR,  
author={Leli, Vito M. and Shipitsin, Viktor and Rogov, Oleg Y. and Sarachakov, Aleksandr and Dylov, Dmitry V.},  
journal={IEEE Control Systems Letters},   
title={Adaptive Denoising and Alignment Agents for Infrared Imaging},   
year={2022},  
volume={6},  
number={},  
pages={1586-1591},  
doi={10.1109/LCSYS.2021.3126212}
}

Releases

No releases published

Packages

No packages published

Languages