Papers › Learn to Preserve and Diversify: Parameter-Efficient Group with Orthogonal...

Learn to Preserve and Diversify: Parameter-Efficient Group with Orthogonal Regularization for Domain Generalization

21 Jul 2024arXiv:2407.15085archive 2025-07-28

Jiajun Hu, Jian Zhang, Lei Qi, Yinghuan Shi, Yang Gao

Domain generalization (DG) aims to avoid the performance degradation of the model when the distribution shift between the limited training data and unseen test data occurs. Recently, foundation models with enormous parameters have been pre-trained with huge datasets, demonstrating strong generalization ability and showing promising direction for solving the DG problem. However, fully Fine-Tuning (FT) the foundation models results in unsatisfactory out-of-distribution accuracy due to the destroyed pre-trained generalized features. Recently, Parameter-Efficient Fine-Tuning (PEFT) alleviates the above problem by fine-tuning a small portion of the model parameters while keeping the rest frozen, which achieves better generalization performance compared to FT. Nevertheless, PEFT still suffers from the issue of overfitting to the training domains. To address the above issue, we propose Parameter-Efficient Group with Orthogonal regularization (PEGO) for vision transformers, which effectively preserves the generalization ability of the pre-trained network and learns more diverse knowledge compared with conventional PEFT. Specifically, we inject a group of trainable Low-Rank Adaptation (LoRA) modules into the pre-trained model and propose an orthogonal regularization loss to enhance the generalization ability of the model. Our framework achieves SOTA performance on five DG benchmarks, while only requiring training a small number of parameters without adding additional testing cost.

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

Code

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

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

JudgingH/PEGO officialmentioned on GitHubpytorchMIT 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

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

1ran · honoured contract
2ran · our draft was wrong
8ran
2unverified

Licence: 0 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 JudgingH/PEGO. “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.

conv3x3 JudgingH/PEGO/domainbed/lib/wide_resnet.py official repository ran · our draft was wrong MIT (permissive) · 00e569acd6b45ef0 · report
default_hparams JudgingH/PEGO/domainbed/hparams_registry.py official repository ran fingerprinted MIT (permissive) · 02a21c87d500ef9d · report
get_shapes JudgingH/PEGO/domainbed/algorithms/miro.py official repository ran MIT (permissive) · c5919b96db289dbd · report
hashable JudgingH/PEGO/domainbed/lib/query.py official repository ran fingerprinted MIT (permissive) · 71a3a61ceed99bf3 · report
levelize JudgingH/PEGO/domainbed/lib/logger.py official repository ran fingerprinted MIT (permissive) · 2f597a2077a1c95d · report
make_selector_fn JudgingH/PEGO/domainbed/lib/query.py official repository ran MIT (permissive) · 2f8af5779e1edcb6 · report
make_weights_for_balanced_classes JudgingH/PEGO/domainbed/lib/misc.py official repository ran MIT (permissive) · 955c4020424d8ac1 · report
random_hparams JudgingH/PEGO/domainbed/hparams_registry.py official repository ran MIT (permissive) · 58e06fd6cfa6a889 · report
random_pairs_of_minibatches JudgingH/PEGO/domainbed/lib/misc.py official repository ran · our draft was wrong MIT (permissive) · 4fa2b54178fcc1df · report
to_minibatch JudgingH/PEGO/domainbed/algorithms/algorithms.py official repository ran · honoured contract fingerprinted MIT (permissive) · 12c23ce22097acd0 · report
to_row JudgingH/PEGO/domainbed/lib/misc.py official repository ran MIT (permissive) · 5dd6a674fbe45a89 · report
accuracy_from_loader JudgingH/PEGO/domainbed/evaluator.py official repository unverified MIT (permissive) · 687efdf3db9c44df · report
get_writer JudgingH/PEGO/domainbed/lib/writers.py official repository unverified MIT (permissive) · aa6558d41d5c4673 · report

Tasks

Domain Generalizationparameter-efficient fine-tuning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Orthogonal Regularization

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