Papers › D3T: Distinctive Dual-Domain Teacher Zigzagging Across RGB-Thermal Gap for...

D3T: Distinctive Dual-Domain Teacher Zigzagging Across RGB-Thermal Gap for Domain-Adaptive Object Detection

14 Mar 2024CVPR 2024 1arXiv:2403.09359archive 2025-07-28

Dinh Phat Do, TaeHoon Kim, Jaemin Na, Jiwon Kim, Keonho Lee, Kyunghwan Cho, Wonjun Hwang

Domain adaptation for object detection typically entails transferring knowledge from one visible domain to another visible domain. However, there are limited studies on adapting from the visible to the thermal domain, because the domain gap between the visible and thermal domains is much larger than expected, and traditional domain adaptation can not successfully facilitate learning in this situation. To overcome this challenge, we propose a Distinctive Dual-Domain Teacher (D3T) framework that employs distinct training paradigms for each domain. Specifically, we segregate the source and target training sets for building dual-teachers and successively deploy exponential moving average to the student model to individual teachers of each domain. The framework further incorporates a zigzag learning method between dual teachers, facilitating a gradual transition from the visible to thermal domains during training. We validate the superiority of our method through newly designed experimental protocols with well-known thermal datasets, i.e., FLIR and KAIST. Source code is available at https://github.com/EdwardDo69/D3T .

PaperPDFConference PDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2403.09359")

Code

Syntology Ran 13 of 14 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 2 ran · fixture could not drive it; 11 ran with no contract checked.

By repository: official repository: 14 samples from 1 repository, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

edwarddo69/d3t officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 13 ran; 0 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

2ran · fixture could not drive it
11ran
1unverified

Licence: 0 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from EdwardDo69/D3T. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

batched_softnms EdwardDo69/D3T/cvpods/cvpods/layers/nms.py official repository ran Apache-2.0 (permissive) · 8130c4ebe7af27b3 · report
convert_basic_c2_names EdwardDo69/D3T/cvpods/cvpods/checkpoint/c2_model_loading.py official repository ran Apache-2.0 (permissive) · e8526a516b4f9206 · report
convert_c2_detectron_names EdwardDo69/D3T/cvpods/cvpods/checkpoint/c2_model_loading.py official repository ran Apache-2.0 (permissive) · 59967598f315ac5b · report
format_to_module_tree EdwardDo69/D3T/cvpods/cvpods/analyser/module_profiler.py official repository ran Apache-2.0 (permissive) · 6a32811ae3da868f · report
generate_header_and_data EdwardDo69/D3T/cvpods/cvpods/analyser/module_profiler.py official repository ran Apache-2.0 (permissive) · cee9ee61ab085369 · report
get_activation EdwardDo69/D3T/cvpods/cvpods/layers/batch_norm.py official repository ran Apache-2.0 (permissive) · 678509f15bcd2bb8 · report
get_profile_info EdwardDo69/D3T/cvpods/cvpods/analyser/module_profiler.py official repository ran Apache-2.0 (permissive) · 79ba01983cd625b7 · report
pad_masks EdwardDo69/D3T/cvpods/cvpods/layers/mask_ops.py official repository ran fingerprinted Apache-2.0 (permissive) · 406f84cf799ed34d · report
paste_mask_in_image_old EdwardDo69/D3T/cvpods/cvpods/layers/mask_ops.py official repository ran Apache-2.0 (permissive) · ce69a7bcf77210db · report
paste_masks_in_image EdwardDo69/D3T/cvpods/cvpods/layers/mask_ops.py official repository ran Apache-2.0 (permissive) · fc1b0400223ff90e · report
reduce_loss EdwardDo69/D3T/experiment/flir_rgb2thermal/losses.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · b2b9a1966482ef96 · report
varifocal_loss EdwardDo69/D3T/experiment/flir_rgb2thermal/losses.py official repository ran Apache-2.0 (permissive) · ca0ecf19089b2a31 · report
weight_reduce_loss EdwardDo69/D3T/experiment/flir_rgb2thermal/losses.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · d5b31a76e797a5de · report
align_and_update_state_dicts EdwardDo69/D3T/cvpods/cvpods/checkpoint/c2_model_loading.py official repository unverified Apache-2.0 (permissive) · b044ff5e9fca0167 · report

Tasks

Domain AdaptationObject Detectionobject-detection

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections