SAGA: Semantic-Aware Gray color Augmentation for Visible-to-Thermal Domain Adaptation across Multi-View Drone and Ground-Based Vision Systems
Manjunath D, Aniruddh Sikdar, Prajwal Gurunath, Sumanth Udupa, Suresh Sundaram
Domain-adaptive thermal object detection plays a key role in facilitating visible (RGB)-to-thermal (IR) adaptation by reducing the need for co-registered image pairs and minimizing reliance on large annotated IR datasets. However, inherent limitations of IR images, such as the lack of color and texture cues, pose challenges for RGB-trained models, leading to increased false positives and poor-quality pseudo-labels. To address this, we propose Semantic-Aware Gray color Augmentation (SAGA), a novel strategy for mitigating color bias and bridging the domain gap by extracting object-level features relevant to IR images. Additionally, to validate the proposed SAGA for drone imagery, we introduce the IndraEye, a multi-sensor (RGB-IR) dataset designed for diverse applications. The dataset contains 5,612 images with 145,666 instances, captured from diverse angles, altitudes, backgrounds, and times of day, offering valuable opportunities for multimodal learning, domain adaptation for object detection and segmentation, and exploration of sensor-specific strengths and weaknesses. IndraEye aims to enhance the development of more robust and accurate aerial perception systems, especially in challenging environments. Experimental results show that SAGA significantly improves RGB-to-IR adaptation for autonomous driving and IndraEye dataset, achieving consistent performance gains of +0.4 to +7.6 when integrated with state-of-the-art domain adaptation techniques. The dataset and codes are available at https://bit.ly/indraeye
Download dataset from here.
Project page Link: link.
IndraEye Dataset structure:
[data]
βββ IndraEye_eo-ir_split_version3
βββ eo
βββ train
βββ Annotations (Pascal VOC format)
βββ annotations (COCO json format)
βββ images (.jpg format with individual .json files)
βββ labels (.txt for YOLO format)
βββ labelTxt (.txt for DOTA format)
βββ val
(Same as train)
βββ ir
βββ train
βββ Annotations (Pascal VOC format)
βββ annotations (COCO json format)
βββ images (.jpg format with individual .json files)
βββ labels (.txt for YOLO format)
βββ labelTxt (.txt for DOTA format)
βββ val
(Same as train)
Classes list (in same order as class id): 0: "backhoe_loader", 1: "bicycle", 2: "bus", 3: "car", 4: "cargo_trike", 5: "ignore", 6: "motorcycle", 7: "person", 8: "rickshaw", 9: "small_truck", 10: "tractor", 11: "truck", 12: "van"
SAGA Usage
To convert RGB image to instance gray image use the following command:
python inst_gry.py --coco_json_file /path/to/coco/json --image_directory /path/to/images --inst_gry_directory /path/to/store/images
License
This repo is released under the CC BY 4.0 license. Please see the LICENSE file for more information.
Contact
For inquiries, please contact: [email protected]
Citation
If you use our dataset, code, or results in your research, please consider citing our paper:
@misc{d2025sagasemanticawaregraycolor,
title={SAGA: Semantic-Aware Gray color Augmentation for Visible-to-Thermal Domain Adaptation across Multi-View Drone and Ground-Based Vision Systems},
author={Manjunath D and Aniruddh Sikdar and Prajwal Gurunath and Sumanth Udupa and Suresh Sundaram},
year={2025},
eprint={2504.15728},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2504.15728},
}