Papers › Unsupervised Domain Expansion for Visual Categorization

Unsupervised Domain Expansion for Visual Categorization

1 Apr 2021arXiv:2104.00233archive 2025-07-28

Jie Wang, Kaibin Tian, Dayong Ding, Gang Yang, Xirong Li

Expanding visual categorization into a novel domain without the need of extra annotation has been a long-term interest for multimedia intelligence. Previously, this challenge has been approached by unsupervised domain adaptation (UDA). Given labeled data from a source domain and unlabeled data from a target domain, UDA seeks for a deep representation that is both discriminative and domain-invariant. While UDA focuses on the target domain, we argue that the performance on both source and target domains matters, as in practice which domain a test example comes from is unknown. In this paper we extend UDA by proposing a new task called unsupervised domain expansion (UDE), which aims to adapt a deep model for the target domain with its unlabeled data, meanwhile maintaining the model's performance on the source domain. We propose Knowledge Distillation Domain Expansion (KDDE) as a general method for the UDE task. Its domain-adaptation module can be instantiated with any existing model. We develop a knowledge distillation based learning mechanism, enabling KDDE to optimize a single objective wherein the source and target domains are equally treated. Extensive experiments on two major benchmarks, i.e., Office-Home and DomainNet, show that KDDE compares favorably against four competitive baselines, i.e., DDC, DANN, DAAN, and CDAN, for both UDA and UDE tasks. Our study also reveals that the current UDA models improve their performance on the target domain at the cost of noticeable performance loss on the source domain.

PaperPDFCodeCode 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="2104.00233")

Code

Syntology Ran 3 of 11 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 3 ran · our draft was wrong.

By repository: community (archive-listed): 11 samples from 1 repository, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

theeighthday/co-teaching mentioned 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

11 samples harvested; 3 ran; 0 honoured the contract we drafted; 8 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.

3ran · our draft was wrong
8unverified

Licence: 0 of the 11 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 theeighthday/co-teaching. “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.

conv1x1 theeighthday/co-teaching/model/ResNet.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · d9def42110729a85 · report
conv3x3 theeighthday/co-teaching/model/ResNet.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 160bb14bd76201b4 · report
conv3x3 theeighthday/co-teaching/model/SRDC.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · fac5364e2f53c6db · report
CORAL theeighthday/co-teaching/model/DDC.py community (archive-listed) unverified Apache-2.0 (permissive) · 59bc5237665af821 · report
SRDC theeighthday/co-teaching/model/SRDC.py community (archive-listed) unverified Apache-2.0 (permissive) · 84d9315e5fe9fa0a · report
get_anno_path theeighthday/co-teaching/common.py community (archive-listed) unverified Apache-2.0 (permissive) · 7e095a7e34683c5f · report
get_pred_path theeighthday/co-teaching/common.py community (archive-listed) unverified Apache-2.0 (permissive) · 6eec777f50217f62 · report
load_data theeighthday/co-teaching/dataloader.py community (archive-listed) unverified Apache-2.0 (permissive) · 90ea246d6c96c6f7 · report
parse_args theeighthday/co-teaching/common.py community (archive-listed) unverified Apache-2.0 (permissive) · 4755a7e60ba83ce0 · report
resnet18 theeighthday/co-teaching/model/ResNet.py community (archive-listed) unverified Apache-2.0 (permissive) · a9f2f32fb138574c · report
resnet50 theeighthday/co-teaching/model/SRDC.py community (archive-listed) unverified Apache-2.0 (permissive) · b5a2b5ee46d974cb · report

Tasks

Domain AdaptationKnowledge DistillationUnsupervised Domain AdaptationUnsupervised Domain Expansion

Datasets

Introduced by this paper, per the archive.

UDE-DomainNetUDE-Office-Home

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Unsupervised Domain Expansion UDE-DomainNet KDDE 1:1 Accuracy 60.91 #1 of 1 Archive leaderboard report
Unsupervised Domain Expansion UDE-Office-Home KDDE 1:1 Accuracy 72.67 #1 of 1 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Knowledge Distillation

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