Papers › OVANet: One-vs-All Network for Universal Domain Adaptation

OVANet: One-vs-All Network for Universal Domain Adaptation

7 Apr 2021ICCV 2021 10arXiv:2104.03344archive 2025-07-28

Kuniaki Saito, Kate Saenko

Universal Domain Adaptation (UNDA) aims to handle both domain-shift and category-shift between two datasets, where the main challenge is to transfer knowledge while rejecting unknown classes which are absent in the labeled source data but present in the unlabeled target data. Existing methods manually set a threshold to reject unknown samples based on validation or a pre-defined ratio of unknown samples, but this strategy is not practical. In this paper, we propose a method to learn the threshold using source samples and to adapt it to the target domain. Our idea is that a minimum inter-class distance in the source domain should be a good threshold to decide between known or unknown in the target. To learn the inter-and intra-class distance, we propose to train a one-vs-all classifier for each class using labeled source data. Then, we adapt the open-set classifier to the target domain by minimizing class entropy. The resulting framework is the simplest of all baselines of UNDA and is insensitive to the value of a hyper-parameter yet outperforms baselines with a large margin.

PaperPDFConference PDFCodeCode 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.03344")

Code

Syntology Ran 4 of 12 code samples harvested from 2 repositories linked to this paper; 8 have no recorded run. Of those that ran: 1 ran · violated contract; 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 1 ran with no contract checked.

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

VisionLearningGroup/OVANet officialmentioned in papermentioned on GitHubpytorchMIT report
VisionLearningGroup/visda21-dev mentioned on GitHubpytorch 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

12 samples harvested; 4 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.

1ran · violated contract
1ran · our draft was wrong
1ran · fixture could not drive it
1ran
8unverified

Licence: 0 of the 12 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.

entropy VisionLearningGroup/OVANet/utils/loss.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 1b0bf9bd060bf1a1 · report
find_classes VisionLearningGroup/OVANet/data_loader/mydataset.py official repository ran MIT (permissive) · 52d10a10fb72fb9f · report
is_image_file VisionLearningGroup/OVANet/data_loader/mydataset.py official repository ran · violated contract MIT (permissive) · ab4109634b75ef8b · report
get_loader VisionLearningGroup/OVANet/data_loader/get_loader.py official repository unverified MIT (permissive) · 8ff18904c899705c · report
get_loader_label VisionLearningGroup/OVANet/data_loader/get_loader.py official repository unverified MIT (permissive) · 9f5714078503b766 · report
get_model_mme VisionLearningGroup/OVANet/utils/utils.py official repository unverified MIT (permissive) · c34f764aa367c56c · report
inv_lr_scheduler VisionLearningGroup/OVANet/utils/lr_schedule.py official repository unverified MIT (permissive) · aa66984f3b0d98e3 · report
load_model VisionLearningGroup/OVANet/utils/utils.py official repository unverified MIT (permissive) · e5fe84875f47cd9b · report
log_set VisionLearningGroup/OVANet/utils/utils.py official repository unverified MIT (permissive) · 3ef6fcb67669d5c8 · report
make_dataset VisionLearningGroup/OVANet/data_loader/mydataset.py official repository unverified MIT (permissive) · d90e54cc28eb9dba · report
open_entropy VisionLearningGroup/OVANet/utils/loss.py official repository unverified MIT (permissive) · 62e430d298d27ab3 · report
ova_loss VisionLearningGroup/visda21-dev/utils/loss.py community (archive-listed) ran · our draft was wrong MIT (permissive) · e94975ec6929c1c0 · report

Tasks

AllDomain AdaptationUniversal Domain Adaptation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Universal Domain Adaptation DomainNet OVANet H-Score 50.7 #7 of 12 Archive leaderboard report
Universal Domain Adaptation DomainNet OVANet Source-free no #7 of 12 Archive leaderboard report
Universal Domain Adaptation Office-31 OVANet H-score 86.5 #9 of 12 Archive leaderboard report
Universal Domain Adaptation Office-31 OVANet Source-Free no #9 of 12 Archive leaderboard report
Universal Domain Adaptation Office-Home OVANet H-Score 71.8 #9 of 14 Archive leaderboard report
Universal Domain Adaptation Office-Home OVANet Source-free no #9 of 14 Archive leaderboard report
Universal Domain Adaptation Office-Home OVANet VLM no #9 of 14 Archive leaderboard report
Universal Domain Adaptation VisDA2017 OVANet H-score 53.1 #10 of 13 Archive leaderboard report
Universal Domain Adaptation VisDA2017 OVANet Source-free no #10 of 13 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.

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