Learn to Preserve and Diversify: Parameter-Efficient Group with Orthogonal Regularization for Domain Generalization
Jiajun Hu, Jian Zhang, Lei Qi, Yinghuan Shi, Yang Gao

TL;DR
This paper introduces PEGO, a parameter-efficient method with orthogonal regularization for vision transformers, enhancing domain generalization by preserving pre-trained features and promoting diverse knowledge learning, achieving state-of-the-art results.
Contribution
The paper proposes PEGO, combining Low-Rank Adaptation modules and orthogonal regularization, to improve domain generalization in vision transformers with minimal additional parameters.
Findings
Achieves SOTA on five DG benchmarks.
Requires only a small number of trainable parameters.
No additional testing cost introduced.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsModel Reduction and Neural Networks
MethodsOrthogonal Regularization
