REVIEW 4 major objections 5 minor 1 cited by
SAGA: Semantic-Aware Gray color Augmentation for Visible-to-Thermal Domain Adaptation across Multi-View Drone and Ground-Based Vision Systems
T0 review · 4 major / 5 minor · reviewed 2026-08-16 · deepseek-v4-flash
Pith's one-line read This paper proposes SAGA, a training-time augmentation that grayscales only object instances, and reports +0.4 to +7.6 mAP gains for RGB-to-thermal adaptation.
desk verdict Simple, plausible augmentation and a new aerial dataset, but the main results table is internally contradictory; the empirical claims need verification before they can be trusted. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The machinery is the hybrid RGB-grayscale image produced by SAGA. For each source image, the paper extracts every labeled object region, multiplies its red, green, and blue channels by the luminance weights $[0.2989, 0.5870, 0.1140]$, and pastes the gray object back into the color background. This object-level gray image is fed into a student-teacher adaptation loop in which the teacher's weights are an exponential moving average of the student's weights. The augmentation's role is to strip the dominant color cue from objects while keeping scene context intact, so the teacher generates better pseudo-labels on unlabeled IR frames.
What would settle it
A direct test would compare CMT with and without SAGA on a thermal target containing objects with low or inverted thermal contrast, for example pedestrians on a hot day or vehicles right after engine-off; if the mAP gain disappears or reverses on those classes, the grayscale-proxy assumption is the failing link.
Extended reading notes
Core claim
The central discovery is that replacing color inside object bounding boxes with grayscale, while keeping the color background, improves RGB-to-IR adaptation in mean-teacher detectors. In the paper's experiments, the contrastive mean teacher (CMT) rises from 63.3 to 65.7 mAP on FLIR and from 41.6 to 49.2 mAP on LLVIP, while the dual-domain teacher (D3T) rises from 61.8 to 66.1 mAP on FLIR; on IndraEye, CMT rises from 17.1 to 19.3 and D3T from 30.3 to 32.9 mAP. The paper attributes the improvement to reduced color bias, which yields fewer false positives and better pseudo-labels on the unlabeled IR target. It also reports that converting the entire image to grayscale lowers CMT on FLIR to 61.1 mAP, supporting the claim that preserving background context is doing part of the work.
Load-bearing premise
The method assumes that a grayscale version of an RGB object is a good enough stand-in for its thermal image to improve teacher pseudo-labels, even though grayscale luminance and thermal radiance are not physically tied.
Editorial extensions
If this is right
- Adding SAGA to the contrastive mean teacher raises reported mAP by +2.4 on FLIR, +7.6 on LLVIP, and +2.2 on IndraEye.
- Adding SAGA to the dual-domain teacher raises reported mAP by +4.3 on FLIR, +0.4 on LLVIP, and +2.6 on IndraEye.
- Converting the entire image to grayscale lowers CMT performance on FLIR to 61.1 mAP, below the 63.3 no-augmentation baseline, so object-level selectivity matters.
- SAGA remains beneficial when combined with jigsaw-based pretraining, reaching 68.2 mAP for D3T+SAGA on FLIR versus 66.1 without the pretraining.
- Qualitative results in the paper show fewer false positives and better detection of small objects in IR drone imagery when SAGA is used.
Reading between the lines
- Because SAGA is a source-side preprocessing step rather than a change to the detector, the same recipe could plausibly extend to other self-training or adversarial RGB-to-IR pipelines and to semantic segmentation, although the paper reports only detection experiments.
- The grayscale weights used are luminance weights tuned to human vision, not a physical model of thermal emission; classes with weak or inverted thermal contrast, such as cool objects in hot scenes, may not follow the reported pattern.
- The mechanism likely acts through pseudo-label quality, so ablating the teacher's confidence threshold or the EMA decay rate could reveal whether SAGA's benefit is concentrated in the early adaptation phase or persists throughout training.
- A stronger variant would replace neutral gray with a class-specific synthetic thermal appearance, which would test whether the gray proxy is a ceiling of the idea or just its first approximation.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper proposes SAGA, an instance-level color augmentation that converts foreground object pixels in source RGB images to grayscale while retaining colored backgrounds, intended to reduce the RGB-to-thermal domain gap in unsupervised domain adaptation (UDA) for object detection. The authors also present IndraEye, a new RGB-IR drone dataset with detection and segmentation annotations over 13 classes, and evaluate SAGA by integrating it with CMT and D3T on FLIR, LLVIP, and IndraEye, reporting consistent mAP improvements of +0.4 to +7.6. Additional experiments benchmark object detectors on IndraEye and examine cross-dataset generalization and compatibility with the Jigsaw pretraining method.
Significance. The contribution is potentially useful: a simple, training-only augmentation that improves RGB-to-IR adaptation would be readily adoptable, and a new public multi-sensor drone dataset with both detection and segmentation labels is a valuable resource. The paper is honest in that SAGA does not fit parameters to target data, and the gains are measured against external baselines. However, the central experimental evidence in Table 5 and Table 9 contains serious internal inconsistencies that must be resolved before the claims can be assessed; the method's defining equation is also imprecise. The dataset contribution is substantial and likely of interest to the community, but the paper as a whole is not yet self-consistent.
major comments (4)
- [3.2, Eq. (3)] The grayscale conversion in Eq. (3) is not a valid grayscale transformation. The standard luminance conversion is Y = 0.2989R + 0.587G + 0.114B, producing a single channel, whereas Eq. (3) multiplies the R, G, and B channels by the respective constants and preserves three channels, which would change color relationships without removing chromatic information. Since SAGA is defined by this equation, the exact pixel operation must be specified unambiguously (e.g., setting R=G=B=Y) and the implementation used in the experiments should be described.
- [Table 5, LLVIP and IndraEye CMT rows] The CMT baseline is reported as 41.6 mAP on LLVIP and 17.1 on IndraEye, while the Source row (no adaptation, RGB-trained model tested on IR) is 82.8 and 50.5, respectively. An adaptation method performing 41 and 33 points below its own source model is highly implausible and no failure mode is documented. If these baselines are incorrectly reported, the claimed gains of +7.6 and +2.2 for CMT+SAGA are not supported; if they are correct, the adaptation setup itself is broken. This anomaly must be resolved before the central claim can be evaluated.
- [Table 9] Table 9 is missing a dataset label and its numbers are inconsistent with Table 5 for what appears to be the same setting: CMT is 65.7 in Table 9 but 63.3 in Table 5, CMT+SAGA is 65.7 in both tables (implying zero gain) while Table 5 reports +2.4, and Oracle is 63.3 in Table 9 but 67.5 in Table 5. Since Table 9 is the only evidence for compatibility with Jigen, these unresolved discrepancies leave that claim unsupported.
- [Section 4.2.1, Table 5] The text states that SAGA improves CMT by 3.6 mAP on LLVIP, but Table 5 reports an improvement of +7.6 mAP; this text/table mismatch compounds the baseline problem above. Additionally, D3T on LLVIP (88.1) exceeds the IR Oracle (83.0), which is surprising for an unsupervised adaptation method and warrants an explanation or a check of the Oracle definition.
minor comments (5)
- [Equation (1)] In Eq. (1), "Ltrt" appears to be a typo for "L_tgt"; please correct.
- [Table 9] Table 9 lacks a caption identifying the dataset and experimental setting.
- [Section 4.1, Table 5] Section 4.1 states that AT is evaluated, but no AT results appear in Table 5 or elsewhere.
- [Abstract, Table 1] The abstract claims 145,666 instances, but summing the scene-wise instances in Table 1 gives approximately 142,991; this discrepancy and the class-list count (14 entries versus the stated 13 classes) should be reconciled.
- [Conclusion] The claim that IndraEye is "the first multisensor aerial perception dataset" is contradicted by VEDAI, DroneVehicle, and M3FD, which the paper itself lists in Table 2; the wording should be softened.
Circularity Check
No circular derivation: SAGA is an external augmentation heuristic with standard luminance weights, evaluated against independent baselines.
full rationale
The paper's central claim is that SAGA, an instance-level grayscale augmentation using fixed standard luminance weights [0.2989, 0.587, 0.114], improves RGB-to-IR domain adaptation when integrated with existing methods (CMT, D3T, AT). The method itself is not derived from a target quantity or fitted to target data; Eq. (3) is a fixed pixel transformation. No parameter is tuned to the target domain, and the improvement is measured against external baselines reported in Tables 5, 8, and 9. The paper's self-citations (e.g., [47], [48], [49]) appear in related-work and motivation contexts but are not load-bearing for the SAGA formulation; the method's rationale is an empirical heuristic, not a theorem imported from prior same-author work. The ablation in Table 8 compares SAGA to full grayscale and vanilla CMT, providing internal, non-circular evidence. A possible concern is that the numerical evidence in Table 5 contains implausible baselines (e.g., CMT at 41.6 mAP on LLVIP versus Source at 82.8 mAP) and conflicts with Table 9, but this is an empirical-correctness or reproducibility issue, not circularity: the reported numbers, even if wrong or inconsistent, do not make the derivation equivalent to its inputs. No step in the paper defines SAGA in terms of the outcome it predicts, and no fitted parameter is renamed as a prediction. Therefore, the circularity score is 0.
Assumptions & free parameters
assumptions (5)
- domain assumption Converting object instances in source RGB images to grayscale while preserving background color reduces the RGB-thermal domain gap better than full-image grayscale.
- domain assumption The Mean Teacher EMA framework with pseudo-labels benefits from source-side augmentation that mimics target modality appearance.
- domain assumption The luminance coefficients [0.2989, 0.587, 0.114] are an appropriate approximation of thermal intensity for object instances.
- domain assumption Evaluation on FLIR, LLVIP, and IndraEye with mAP@0.5 is representative of RGB-to-IR domain adaptation performance.
- domain assumption The reported dataset instance counts and splits are accurate.
Cite this review
Pith. "Pith review of SAGA: Semantic-Aware Gray color Augmentation for Visible-to-Thermal Domain Adaptation across Multi-View Drone and Ground-Based Vision Systems." pith.science (2026). https://pith.science/paper/E2LKD6D6
@misc{pith2026250415728,
author = {Pith},
title = {Pith review of: SAGA: Semantic-Aware Gray color Augmentation for Visible-to-Thermal Domain Adaptation across Multi-View Drone and Ground-Based Vision Systems},
year = {2026},
howpublished = {\url{https://pith.science/paper/E2LKD6D6}},
note = {Machine review of arXiv:2504.15728}
}
read the original abstract
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% (mAP) when integrated with state-of-the-art domain adaptation techniques. The dataset and codes are available at https://github.com/airliisc/IndraEye.
Figures
Forward citations
Cited by 1 Pith paper
-
AetherVision-Bench: An Open-Vocabulary RGB-Infrared Benchmark for Multi-Angle Segmentation across Aerial and Ground Perspectives
AetherVision-Bench curates existing RGB and IR segmentation datasets across three viewpoint classes and shows open-vocabulary models degrade sharply under sensor shift and viewpoint change.
Reference graph
Works this paper leans on
-
[1]
Surf: Speeded up robust features
Herbert Bay, Tinne Tuytelaars, and Luc Van Gool. Surf: Speeded up robust features. In Computer Vision–ECCV 2006: 9th European Conference on Computer Vision, Graz, Austria, May 7-13, 2006. Proceedings, Part I 9, pages 404–
2006
-
[2]
Rgb-d and thermal sensor fusion: a system- atic literature review
Martin Brenner, Napoleon H Reyes, Teo Susnjak, and An- dre LC Barczak. Rgb-d and thermal sensor fusion: a system- atic literature review. IEEE Access, 2023. 1, 3, 5
work page 2023
-
[3]
Contrastive mean teacher for domain adaptive ob- ject detectors
Shengcao Cao, Dhiraj Joshi, Liang-Yan Gui, and Yu-Xiong Wang. Contrastive mean teacher for domain adaptive ob- ject detectors. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 23839–23848, 2023. 3, 4, 6
work page 2023
-
[4]
Visdrone-det2021: The vision meets drone object detection challenge results
Yaru Cao, Zhijian He, Lujia Wang, Wenguan Wang, Yix- uan Yuan, Dingwen Zhang, Jinglin Zhang, Pengfei Zhu, Luc Van Gool, Junwei Han, et al. Visdrone-det2021: The vision meets drone object detection challenge results. In Proceed- ings of the IEEE/CVF International conference on computer vision, pages 2847–2854, 2021. 4
work page 2021
-
[5]
Domain generalization by solving jigsaw puzzles
Fabio M Carlucci, Antonio D’Innocente, Silvia Bucci, Bar- bara Caputo, and Tatiana Tommasi. Domain generalization by solving jigsaw puzzles. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages 2229–2238, 2019. 7
work page 2019
-
[6]
Harmonizing transferability and discrim- inability for adapting object detectors
Chaoqi Chen, Zebiao Zheng, Xinghao Ding, Yue Huang, and Qi Dou. Harmonizing transferability and discrim- inability for adapting object detectors. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 8869–8878, 2020. 3
work page 2020
-
[7]
Domain adaptive faster r-cnn for object de- tection in the wild
Yuhua Chen, Wen Li, Christos Sakaridis, Dengxin Dai, and Luc Van Gool. Domain adaptive faster r-cnn for object de- tection in the wild. InProceedings of the IEEE conference on computer vision and pattern recognition, pages 3339–3348,
-
[8]
MSCMNet: Multi-scale Semantic Correlation Mining for Visible-Infrared Person Re-Identification
Ke Cheng, Xuecheng Hua, Hu Lu, Juanjuan Tu, Yuanquan Wang, and Shitong Wang. Multi-scale semantic correlation mining for visible-infrared person re-identification. arXiv preprint arXiv:2311.14395, 2023. 4
work page Pith review arXiv 2023
Show all 69 references
-
[9]
Un- biased mean teacher for cross-domain object detection
Jinhong Deng, Wen Li, Yuhua Chen, and Lixin Duan. Un- biased mean teacher for cross-domain object detection. In Proceedings of the IEEE/CVF conference on computer vi- sion and pattern recognition, pages 4091–4101, 2021. 3
2021
-
[10]
Harmo- nious teacher for cross-domain object detection
Jinhong Deng, Dongli Xu, Wen Li, and Lixin Duan. Harmo- nious teacher for cross-domain object detection. In Proceed- ings of the IEEE/CVF conference on computer vision and pattern recognition, pages 23829–23838, 2023. 3
2023
-
[11]
Borrow from anywhere: Pseudo multi-modal object detection in thermal imagery
Chaitanya Devaguptapu, Ninad Akolekar, Manuj M Sharma, and Vineeth N Balasubramanian. Borrow from anywhere: Pseudo multi-modal object detection in thermal imagery. In Proceedings of the IEEE/CVF Conference on Computer Vi- sion and Pattern Recognition Workshops , pages 0–0, 2019. 3
2019
-
[12]
Object detection in aerial im- ages: A large-scale benchmark and challenges
Jian Ding, Nan Xue, Gui-Song Xia, Xiang Bai, Wen Yang, Michael Ying Yang, Serge Belongie, Jiebo Luo, Mihai Datcu, Marcello Pelillo, et al. Object detection in aerial im- ages: A large-scale benchmark and challenges. IEEE trans- actions on pattern analysis and machine intellige...
2021
-
[13]
D3t: Distinctive dual-domain teacher zigzagging across rgb- thermal gap for domain-adaptive object detection
Dinh Phat Do, Taehoon Kim, Jaemin Na, Jiwon Kim, Keonho Lee, Kyunghwan Cho, and Wonjun Hwang. D3t: Distinctive dual-domain teacher zigzagging across rgb- thermal gap for domain-adaptive object detection. In Pro- ceedings of the IEEE/CVF Conference on Computer Vision and Patter...
2024
-
[14]
The unmanned aerial vehicle benchmark: Object detection and tracking
Dawei Du, Yuankai Qi, Hongyang Yu, Yifan Yang, Kaiwen Duan, Guorong Li, Weigang Zhang, Qingming Huang, and Qi Tian. The unmanned aerial vehicle benchmark: Object detection and tracking. In Proceedings of the European con- ference on computer vision (ECCV) , pages 370–386, 2018. 4
2018
-
[15]
Infraparis: A multi-modal and multi-task autonomous driving dataset
Gianni Franchi, Marwane Hariat, Xuanlong Yu, Nacim Belkhir, Antoine Manzanera, and David Filliat. Infraparis: A multi-modal and multi-task autonomous driving dataset. In Proceedings of the IEEE/CVF Winter Conference on Ap- plications of Computer Vision, pages 2973–2983, 2024. 4
2024
-
[16]
Unsupervised rgb-to-thermal domain adaptation via multi-domain atten- tion network
Lu Gan, Connor Lee, and Soon-Jo Chung. Unsupervised rgb-to-thermal domain adaptation via multi-domain atten- tion network. In 2023 IEEE International Conference on Robotics and Automation (ICRA) , pages 6014–6020. IEEE,
2023
-
[17]
Stereo camera calibration for large field of view digital image correlation using zoom lens
Zeren Gao, Yue Gao, Yong Su, Yang Liu, Zheng Fang, Yaru Wang, and Qingchuan Zhang. Stereo camera calibration for large field of view digital image correlation using zoom lens. Measurement, 185:109999, 2021. 5
2021
-
[18]
Ex- ploring color invariance through image-level ensemble learn- ing
Yunpeng Gong, Jiaquan Li, Lifei Chen, and Min Jiang. Ex- ploring color invariance through image-level ensemble learn- ing. arXiv preprint arXiv:2401.10512, 2024. 4
2024 arXiv
-
[19]
Pedestrian detection at day/night time with visible and fir cameras: A comparison
Alejandro Gonz ´alez, Zhijie Fang, Yainuvis Socarras, Joan Serrat, David V´azquez, Jiaolong Xu, and Antonio M L ´opez. Pedestrian detection at day/night time with visible and fir cameras: A comparison. Sensors, 16(6):820, 2016. 3
2016
-
[20]
Mfnet: Towards real-time se- mantic segmentation for autonomous vehicles with multi- spectral scenes
Qishen Ha, Kohei Watanabe, Takumi Karasawa, Yoshitaka Ushiku, and Tatsuya Harada. Mfnet: Towards real-time se- mantic segmentation for autonomous vehicles with multi- spectral scenes. In 2017 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), pages 510...
2017
-
[21]
Redet: A rotation-equivariant detector for aerial object detection
Jiaming Han, Jian Ding, Nan Xue, and Gui-Song Xia. Redet: A rotation-equivariant detector for aerial object detection. In Proceedings of the IEEE/CVF conference on computer vi- sion and pattern recognition, pages 2786–2795, 2021. 7
2021
-
[22]
Learning to structure an image with few colors
Yunzhong Hou, Liang Zheng, and Stephen Gould. Learning to structure an image with few colors. In Proceedings of the ieee/cvf conference on computer vision and pattern recogni- tion, pages 10116–10125, 2020. 4
2020
-
[23]
Every pixel matters: Center-aware feature alignment for domain adaptive object detector
Cheng-Chun Hsu, Yi-Hsuan Tsai, Yen-Yu Lin, and Ming- Hsuan Yang. Every pixel matters: Center-aware feature alignment for domain adaptive object detector. In Computer Vision–ECCV 2020: 16th European Conference, Glasgow, UK, August 23–28, 2020, Proceedings, Part IX 16 , pages 73...
2020
-
[24]
Multispectral pedestrian detection: Benchmark dataset and baselines
Soonmin Hwang, Jaesik Park, Namil Kim, Yukyung Choi, and In So Kweon. Multispectral pedestrian detection: Benchmark dataset and baselines. In Proceedings of IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2015. 3
2015
-
[25]
Cross-domain weakly-supervised object de- tection through progressive domain adaptation
Naoto Inoue, Ryosuke Furuta, Toshihiko Yamasaki, and Kiy- oharu Aizawa. Cross-domain weakly-supervised object de- tection through progressive domain adaptation. In Proceed- ings of the IEEE conference on computer vision and pattern recognition, pages 5001–5009, 2018. 3
2018
-
[26]
Llvip: A visible-infrared paired dataset for low-light vision
Xinyu Jia, Chuang Zhu, Minzhen Li, Wenqi Tang, and Wenli Zhou. Llvip: A visible-infrared paired dataset for low-light vision. In Proceedings of the IEEE/CVF international con- ference on computer vision, pages 3496–3504, 2021. 3, 6
2021
-
[27]
Ultralytics YOLO, 2023
Glenn Jocher, Ayush Chaurasia, and Jing Qiu. Ultralytics YOLO, 2023. 7
2023
-
[28]
Ultralytics yolov8, 2023
Glenn Jocher, Ayush Chaurasia, and Jing Qiu. Ultralytics yolov8, 2023. 6
2023
-
[29]
An efficient approach with dynamic multiswarm of uavs for forest firefighting
Josy John, K Harikumar, J Senthilnath, and Suresh Sun- daram. An efficient approach with dynamic multiswarm of uavs for forest firefighting. IEEE Transactions on Systems, Man, and Cybernetics: Systems, 54(5):2860–2871, 2024. 1
2024
-
[30]
Diversify and match: A domain adaptive representation learning paradigm for object detec- tion
Taekyung Kim, Minki Jeong, Seunghyeon Kim, Seokeon Choi, and Changick Kim. Diversify and match: A domain adaptive representation learning paradigm for object detec- tion. In Proceedings of the IEEE/CVF Conference on Com- puter Vision and Pattern Recognition , pages 12456–12465,
-
[31]
Segment any- thing
Alexander Kirillov, Eric Mintun, Nikhila Ravi, Hanzi Mao, Chloe Rolland, Laura Gustafson, Tete Xiao, Spencer White- head, Alexander C Berg, Wan-Yen Lo, et al. Segment any- thing. In Proceedings of the IEEE/CVF International Con- ference on Computer Vision, pages 4015–4026, 2023. 6
2023
-
[32]
Semantic segmentation for thermal images: A comparative survey
Z ¨ulfiye K ¨ut¨uk and G ¨orkem Algan. Semantic segmentation for thermal images: A comparative survey. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 286–295, 2022. 1
2022
-
[33]
Dehazing remote sensing and uav imagery: A review of deep learn- ing, prior-based, and hybrid approaches
Gao Yu Lee, Jinkuan Chen, Tanmoy Dam, Md Meftahul Ferdaus, Daniel Puiu Poenar, and Vu N Duong. Dehazing remote sensing and uav imagery: A review of deep learn- ing, prior-based, and hybrid approaches. arXiv preprint arXiv:2405.07520, 2024. 2
2024 arXiv
-
[34]
Cross-domain adaptive teacher for object detection
Yu-Jhe Li, Xiaoliang Dai, Chih-Yao Ma, Yen-Cheng Liu, Kan Chen, Bichen Wu, Zijian He, Kris Kitani, and Peter Va- jda. Cross-domain adaptive teacher for object detection. In IEEE Conference on Computer Vision and Pattern Recogni- tion (CVPR), 2022. 3, 6
2022
-
[35]
Target-aware dual adversarial learning and a multi-scenario multi-modality benchmark to fuse infrared and visible for object detection
Jinyuan Liu, Xin Fan, Zhanbo Huang, Guanyao Wu, Risheng Liu, Wei Zhong, and Zhongxuan Luo. Target-aware dual adversarial learning and a multi-scenario multi-modality benchmark to fuse infrared and visible for object detection. In Proceedings of the IEEE/CVF conference on compu...
2022
-
[36]
Unbiased teacher for semi-supervised object detec- tion
Yen-Cheng Liu, Chih-Yao Ma, Zijian He, Chia-Wen Kuo, Kan Chen, Peizhao Zhang, Bichen Wu, Zsolt Kira, and Peter Vajda. Unbiased teacher for semi-supervised object detec- tion. arXiv preprint arXiv:2102.09480, 2021. 3
2021 arXiv
-
[37]
Distinctive image features from scale- invariant keypoints
David G Lowe. Distinctive image features from scale- invariant keypoints. International journal of computer vi- sion, 60:91–110, 2004. 5
2004
-
[38]
Aeri- alirgan: unpaired aerial visible-to-infrared image translation with dual-encoder structure
Decao Ma, Juan Su, Shaopeng Li, and Yong Xian. Aeri- alirgan: unpaired aerial visible-to-infrared image translation with dual-encoder structure. Scientific Reports, 14(1):22105,
-
[39]
Hierarchical alignment network for domain adaptive object detection in aerial images
You Ma, Lin Chai, Lizuo Jin, and Jun Yan. Hierarchical alignment network for domain adaptive object detection in aerial images. ISPRS Journal of Photogrammetry and Re- mote Sensing, 208:39–52, 2024. 3
2024
-
[40]
Vehicle detec- tion in aerial imagery: A small target detection benchmark
Sebastien Razakarivony and Frederic Jurie. Vehicle detec- tion in aerial imagery: A small target detection benchmark. Journal of Visual Communication and Image Representation, 34:187–203, 2016. 3, 4
2016
-
[41]
Faster r-cnn: Towards real-time object detection with region proposal networks
Shaoqing Ren, Kaiming He, Ross Girshick, and Jian Sun. Faster r-cnn: Towards real-time object detection with region proposal networks. In Advances in Neural Information Pro- cessing Systems. Curran Associates, Inc., 2015. 7
2015
-
[42]
Transformer-based person re-identification: A comprehen- sive review
Prodip Kumar Sarker, Qingjie Zhao, and Md Kamal Uddin. Transformer-based person re-identification: A comprehen- sive review. IEEE Transactions on Intelligent Vehicles, 9(7): 5222–5239, 2024. 1
2024
-
[43]
Metacognitive decision-making framework for multi-uav tar- get search without communication
J Senthilnath, K Harikumar, and Suresh Sundaram. Metacognitive decision-making framework for multi-uav tar- get search without communication. IEEE Transactions on Systems, Man, and Cybernetics: Systems , 54(5):3195–3206,
-
[44]
Fully complex-valued fully con- volutional multi-feature fusion network (fc 2 mfn) for build- ing segmentation of insar images
Aniruddh Sikdar, Sumanth Udupa, Suresh Sundaram, and Narasimhan Sundararajan. Fully complex-valued fully con- volutional multi-feature fusion network (fc 2 mfn) for build- ing segmentation of insar images. In 2022 IEEE Symposium Series on Computational Intelligence (SSCI) , pages 581–
2022
-
[45]
Con- trastive learning-based spectral knowledge distillation for multi-modality and missing modality scenarios in semantic segmentation
Aniruddh Sikdar, Jayant Teotia, and Suresh Sundaram. Con- trastive learning-based spectral knowledge distillation for multi-modality and missing modality scenarios in semantic segmentation. arXiv preprint arXiv:2312.02240, 2023. 1
2023 arXiv
-
[46]
Deepmao: Deep multi-scale aware over- complete network for building segmentation in satellite im- agery
Aniruddh Sikdar, Sumanth Udupa, Prajwal Gurunath, and Suresh Sundaram. Deepmao: Deep multi-scale aware over- complete network for building segmentation in satellite im- agery. In Proceedings of the IEEE/CVF Conference on Com- puter Vision and Pattern Recognition, pages 487–496...
2023
-
[47]
Ssl-rgb2ir: Semi-supervised rgb-to-ir image-to-image translation for enhancing visual task train- ing in semantic segmentation and object detection
Aniruddh Sikdar, Qiranul Saadiyean, Prahlad Anand, and Suresh Sundaram. Ssl-rgb2ir: Semi-supervised rgb-to-ir image-to-image translation for enhancing visual task train- ing in semantic segmentation and object detection. In 2024 IEEE/RSJ International Conference on Intelligent...
2024
-
[48]
Skd- net: Spectral-based knowledge distillation in low-light ther- mal imagery for robotic perception
Aniruddh Sikdar, Jayant Teotia, and Suresh Sundaram. Skd- net: Spectral-based knowledge distillation in low-light ther- mal imagery for robotic perception. In 2024 IEEE Inter- national Conference on Robotics and Automation (ICRA) , pages 9041–9047. IEEE, 2024. 1
2024
-
[49]
Ogp- net: Optical guidance meets pixel-level contrastive distilla- tion for robust multi-modal and missing modality segmenta- tion
Aniruddh Sikdar, Jayant Teotia, and Suresh Sundaram. Ogp- net: Optical guidance meets pixel-level contrastive distilla- tion for robust multi-modal and missing modality segmenta- tion. Proceedings of the AAAI Conference on Artificial Intel- ligence, 39(7):6922–6930, 2025. 1
2025
-
[50]
Misaligned visible- thermal object detection: a drone-based benchmark and baseline
Kechen Song, Xiaotong Xue, Hongwei Wen, Yingying Ji, Yunhui Yan, and Qinggang Meng. Misaligned visible- thermal object detection: a drone-based benchmark and baseline. IEEE Transactions on Intelligent Vehicles , 2024. 1, 3
2024
-
[51]
Free teledyne flir thermal dataset for algorithm training
Open source FLIR dataset available online. Free teledyne flir thermal dataset for algorithm training. https://www.flir.com/oem/adas/adas-dataset-form/. 3, 4
-
[52]
Drone-based rgb-infrared cross-modality vehicle detection via uncertainty-aware learning
Yiming Sun, Bing Cao, Pengfei Zhu, and Qinghua Hu. Drone-based rgb-infrared cross-modality vehicle detection via uncertainty-aware learning. IEEE Transactions on Cir- cuits and Systems for Video Technology , pages 1–1, 2022. 3
2022
-
[53]
Hit-uav: A high-altitude in- frared thermal dataset for unmanned aerial vehicle-based ob- ject detection
Jiashun Suo, Tianyi Wang, Xingzhou Zhang, Haiyang Chen, Wei Zhou, and Weisong Shi. Hit-uav: A high-altitude in- frared thermal dataset for unmanned aerial vehicle-based ob- ject detection. Scientific Data, 10(1):227, 2023. 4
2023
-
[54]
Piafusion: A progressive infrared and visible im- age fusion network based on illumination aware.Information Fusion, 83:79–92, 2022
Linfeng Tang, Jiteng Yuan, Hao Zhang, Xingyu Jiang, and Jiayi Ma. Piafusion: A progressive infrared and visible im- age fusion network based on illumination aware.Information Fusion, 83:79–92, 2022. 4
2022
-
[55]
Mean teachers are better role models: Weight-averaged consistency targets improve semi-supervised deep learning results
Antti Tarvainen and Harri Valpola. Mean teachers are better role models: Weight-averaged consistency targets improve semi-supervised deep learning results. Advances in neural information processing systems, 30, 2017. 2, 3
2017
-
[56]
Limits of infrared imaging
WE Tennant. Limits of infrared imaging. International Jour- nal of High Speed Electronics and Systems, 20(03):529–539,
-
[57]
Mrfp: Learning generalizable semantic segmentation from sim-2-real with multi-resolution feature perturbation
Sumanth Udupa, Prajwal Gurunath, Aniruddh Sikdar, and Suresh Sundaram. Mrfp: Learning generalizable semantic segmentation from sim-2-real with multi-resolution feature perturbation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages 59...
2024
-
[58]
Spectral transfer guided active do- main adaptation for thermal imagery
Berkcan Ustun, Ahmet Kagan Kaya, Ezgi Cakir Ayer- den, and Fazil Altinel. Spectral transfer guided active do- main adaptation for thermal imagery. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 449–458, 2023. 2
2023
-
[59]
Self- supervised model adaptation for multimodal semantic seg- mentation
Abhinav Valada, Rohit Mohan, and Wolfram Burgard. Self- supervised model adaptation for multimodal semantic seg- mentation. International Journal of Computer Vision , 128 (5):1239–1285, 2020. 1
2020
-
[60]
Samrs: Scaling-up re- mote sensing segmentation dataset with segment anything model
Di Wang, Jing Zhang, Bo Du, Minqiang Xu, Lin Liu, Dacheng Tao, and Liangpei Zhang. Samrs: Scaling-up re- mote sensing segmentation dataset with segment anything model. Advances in Neural Information Processing Systems, 36, 2024. 6
2024
-
[61]
Advanced auto labeling solution with added features
Wei Wang. Advanced auto labeling solution with added features. https : / / github . com / CVHub520 / X - AnyLabeling, 2023. 6
2023
-
[62]
Rgb-infrared cross-modality per- son re-identification
Ancong Wu, Wei-Shi Zheng, Hong-Xing Yu, Shaogang Gong, and Jianhuang Lai. Rgb-infrared cross-modality per- son re-identification. In Proceedings of the IEEE inter- national conference on computer vision , pages 5380–5389,
-
[63]
Dota: A large-scale dataset for object detection in aerial images
Gui-Song Xia, Xiang Bai, Jian Ding, Zhen Zhu, Serge Be- longie, Jiebo Luo, Mihai Datcu, Marcello Pelillo, and Liang- pei Zhang. Dota: A large-scale dataset for object detection in aerial images. In Proceedings of the IEEE conference on computer vision and pattern recognition, ...
-
[64]
Oriented r-cnn for object detection
Xingxing Xie, Gong Cheng, Jiabao Wang, Xiwen Yao, and Junwei Han. Oriented r-cnn for object detection. InProceed- ings of the IEEE/CVF international conference on computer vision, pages 3520–3529, 2021. 7
2021
-
[65]
Unsupervised domain adaptation for remote sensing semantic segmentation with the 2d discrete wavelet transform
Junying Zeng, Yajin Gu, Chuanbo Qin, Xudong Jia, Senyao Deng, Jiahua Xu, and Huiming Tian. Unsupervised domain adaptation for remote sensing semantic segmentation with the 2d discrete wavelet transform. Scientific Reports, 14(1): 23552, 2024. 2
2024
-
[66]
Multispectral fusion for object detection with cyclic fuse-and-refine blocks
Heng Zhang, Elisa Fromont, S ´ebastien Lefevre, and Bruno Avignon. Multispectral fusion for object detection with cyclic fuse-and-refine blocks. In 2020 IEEE International conference on image processing (ICIP) , pages 276–280. IEEE, 2020. 6
2020
-
[67]
Fmcnet: Feature-level modality compensation for visible-infrared person re-identification
Qiang Zhang, Changzhou Lai, Jianan Liu, Nianchang Huang, and Jungong Han. Fmcnet: Feature-level modality compensation for visible-infrared person re-identification. In Proceedings of the IEEE/CVF conference on computer vi- sion and pattern recognition, pages 7349–7358, 2022. 2, 4
2022
-
[68]
Joint color-irrelevant consistency learning and identity- aware modality adaptation for visible-infrared cross modal- ity person re-identification
Zhiwei Zhao, Bin Liu, Qi Chu, Yan Lu, and Nenghai Yu. Joint color-irrelevant consistency learning and identity- aware modality adaptation for visible-infrared cross modal- ity person re-identification. In Proceedings of the AAAI con- ference on artificial intelligence, pages 3...
2021
-
[69]
Detection and tracking meet drones challenge
Pengfei Zhu, Longyin Wen, Dawei Du, Xiao Bian, Heng Fan, Qinghua Hu, and Haibin Ling. Detection and tracking meet drones challenge. IEEE Transactions on Pattern Anal- ysis and Machine Intelligence, 44(11):7380–7399, 2021. 8
2021
Reviewed August 16, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.