DuGI-MAE: Improving Infrared Mask Autoencoders via Dual-Domain Guidance
Yinghui Xing, Xiaoting Su, Shizhou Zhang, Donghao Chu, Di Xu
TL;DR
DuGI-MAE tackles infrared-specific representation learning by combining an entropy-based masking strategy with a Dual-Domain Guidance module that fuses spatial and adaptive frequency-domain cues. The approach is pretrained on Inf-590K, a large-scale infrared dataset, and demonstrates superior generalization across infrared object detection, semantic segmentation, and small-target detection compared to state-of-the-art self-supervised methods. The DDG module and entropy-based masking address information sparsity and non-uniform noise, yielding robust, transferable representations for infrared vision tasks. The work also provides a practical infrared pretraining dataset and shows the DDG framework can enhance other SSL baselines in infrared data scenarios.
Abstract
Infrared imaging plays a critical role in low-light and adverse weather conditions. However, due to the distinct characteristics of infrared images, existing foundation models such as Masked Autoencoder (MAE) trained on visible data perform suboptimal in infrared image interpretation tasks. To bridge this gap, an infrared foundation model known as InfMAE was developed and pre-trained on large-scale infrared datasets. Despite its effectiveness, InfMAE still faces several limitations, including the omission of informative tokens, insufficient modeling of global associations, and neglect of non-uniform noise. In this paper, we propose a Dual-domain Guided Infrared foundation model based on MAE (DuGI-MAE). First, we design a deterministic masking strategy based on token entropy, preserving only high-entropy tokens for reconstruction to enhance informativeness. Next, we introduce a Dual-Domain Guidance (DDG) module, which simultaneously captures global token relationships and adaptively filters non-uniform background noise commonly present in infrared imagery. To facilitate large-scale pretraining, we construct Inf-590K, a comprehensive infrared image dataset encompassing diverse scenes, various target types, and multiple spatial resolutions. Pretrained on Inf-590K, DuGI-MAE demonstrates strong generalization capabilities across various downstream tasks, including infrared object detection, semantic segmentation, and small target detection. Experimental results validate the superiority of the proposed method over both supervised and self-supervised comparison methods. Our code is available in the supplementary material.
