Papers › Cross-Domain Object Detection Using Unsupervised Image Translation

Cross-Domain Object Detection Using Unsupervised Image Translation

16 Jan 2026arXiv:2601.11779added by Syntology

Vinicius F. Arruda, Rodrigo F. Berriel, Thiago M. Paixão, Claudine Badue, Alberto F. De Souza, Nicu Sebe, Thiago Oliveira-Santos

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Unsupervised domain adaptation for object detection addresses the adaption of detectors trained in a source domain to work accurately in an unseen target domain. Recently, methods approaching the alignment of the intermediate features proven to be promising, achieving state-of-the-art results. However, these methods are laborious to implement and hard to interpret. Although promising, there is still room for improvements to close the performance gap toward the upper-bound (when training with the target data). In this work, we propose a method to generate an artificial dataset in the target domain to train an object detector. We employed two unsupervised image translators (CycleGAN and an AdaIN-based model) using only annotated data from the source domain and non-annotated data from the target domain. Our key contributions are the proposal of a less complex yet more effective method that also has an improved interpretability. Results on real-world scenarios for autonomous driving show significant improvements, outperforming state-of-the-art methods in most cases, further closing the gap toward the upper-bound.

PaperPDFCode Syntology ran

In Syntology 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="2601.11779")

Code

Syntology Ran 0 of 13 code samples harvested from 2 repositories linked to this paper; 13 have no recorded run.

By repository: found in paper text by Syntology: 13 samples from 2 repositories, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

naoto0804/pytorch-AdaIN found in paper text by Syntology report
endernewton/tf-faster-rcnn found in paper text by SyntologyMIT report
junyanz/pytorch-CycleGAN-and-pix2pix found in paper text by SyntologyNOASSERTION report

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

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

13unverified

Licence: 5 of the 13 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

generate_anchors endernewton/tf-faster-rcnn/lib/layer_utils/generate_anchors.py found in paper text by Syntology unverified MIT (permissive) · d4f2ade15edff997 · report
get_file_paths junyanz/pytorch-CycleGAN-and-pix2pix/datasets/make_dataset_aligned.py found in paper text by Syntology unverified licence not identified · pointer only · cefa735e77f924d4 · report
get_imdb endernewton/tf-faster-rcnn/lib/datasets/factory.py found in paper text by Syntology unverified MIT (permissive) · 3be9228820b46ef3 · report
get_norm_layer junyanz/pytorch-CycleGAN-and-pix2pix/models/networks.py found in paper text by Syntology unverified licence not identified · pointer only · 08723ed19bc15155 · report
get_scheduler junyanz/pytorch-CycleGAN-and-pix2pix/models/networks.py found in paper text by Syntology unverified licence not identified · pointer only · be2275b31b14454e · report
init_net junyanz/pytorch-CycleGAN-and-pix2pix/models/networks.py found in paper text by Syntology unverified licence not identified · pointer only · 534e53db3492745e · report
load_resized_img junyanz/pytorch-CycleGAN-and-pix2pix/datasets/prepare_cityscapes_dataset.py found in paper text by Syntology unverified licence not identified · pointer only · ece8e8f8908a99ea · report
parse_rec endernewton/tf-faster-rcnn/lib/datasets/voc_eval.py found in paper text by Syntology unverified MIT (permissive) · 0eafc51289a49033 · report
unique_boxes endernewton/tf-faster-rcnn/lib/datasets/ds_utils.py found in paper text by Syntology unverified MIT (permissive) · 8a015c012f507631 · report
voc_ap endernewton/tf-faster-rcnn/lib/datasets/voc_eval.py found in paper text by Syntology unverified MIT (permissive) · ec3e5aa793d6ce69 · report
voc_eval endernewton/tf-faster-rcnn/lib/datasets/voc_eval.py found in paper text by Syntology unverified MIT (permissive) · ce847df4aedd7944 · report
xywh_to_xyxy endernewton/tf-faster-rcnn/lib/datasets/ds_utils.py found in paper text by Syntology unverified MIT (permissive) · d3e019b11b709edb · report
xyxy_to_xywh endernewton/tf-faster-rcnn/lib/datasets/ds_utils.py found in paper text by Syntology unverified MIT (permissive) · a832e5017f504280 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2601.11779, was issued in January 2026, after that date, so the archive has no leaderboard rows for it.

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