paper-with-me

Papers

Adaptive Random Feature Regularization on Fine-tuning Deep Neural Networks

2024-03-15 · CVPR 2024 1 · Shin'ya Yamaguchi, Sekitoshi Kanai, Kazuki Adachi, Daiki Chijiwa

While fine-tuning is a de facto standard method for training deep neural networks, it still suffers from overfitting when using small target datasets. Previous methods improve fine-tuning performance by maintaining knowledge of the source datasets or introducing regularization terms such as contrastive loss. However, these methods require auxiliary source information (e.g., source labels or datasets) or heavy additional computations. In this paper, we propose a simple method called adaptive random feature regularization (AdaRand). AdaRand helps the feature extractors of training models to adaptively change the distribution of feature vectors for downstream classification tasks without auxiliary source information and with reasonable computation costs. To this end, AdaRand minimizes the gap between feature vectors and random reference vectors that are sampled from class conditional Gaussian distributions. Furthermore, AdaRand dynamically updates the conditional distribution to follow the currently updated feature extractors and balance the distance between classes in feature spaces. Our experiments show that AdaRand outperforms the other fine-tuning regularization, which requires auxiliary source information and heavy computation costs.

📄 PDF Abstract BibTeX arXiv:2403.10097

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Adaptive Regularization for Random Features: A Neighboring Early-Stopping Rule with Oracle-Rate Guarantees

2026-08-26 · Caixing Wang, Zhibo Chen, Yue Wang arxiv

Random feature methods provide a scalable approximation to kernel ridge regression (KRR), but the regularization parameter that yields the oracle learning rate depends on unknown smoothness and capacity parameters. In th…

Adaptive Behavior Cloning Regularization for Stable Offline-to-Online Reinforcement Learning

2022-10-25 · Yi Zhao, Rinu Boney, Alexander Ilin, Juho Kannala 외

Offline reinforcement learning, by learning from a fixed dataset, makes it possible to learn agent behaviors without interacting with the environment. However, depending on the quality of the offline dataset, such pre-tr…

D4RLOffline RLreinforcement-learningReinforcement Learning+1

Adaptive Consistency Regularization for Semi-Supervised Transfer Learning

2021-03-03 · CVPR 2021 1 · Abulikemu Abuduweili, Xingjian Li, Humphrey Shi, Cheng-Zhong Xu 외

While recent studies on semi-supervised learning have shown remarkable progress in leveraging both labeled and unlabeled data, most of them presume a basic setting of the model is randomly initialized. In this work, we c…

ARCPseudo LabelTransfer Learning

BayRnTune: Adaptive Bayesian Domain Randomization via Strategic Fine-tuning

2023-10-16 · Tianle Huang, Nitish Sontakke, K. Niranjan Kumar, Irfan Essa 외

Domain randomization (DR), which entails training a policy with randomized dynamics, has proven to be a simple yet effective algorithm for reducing the gap between simulation and the real world. However, DR often require…

REZE: Representation Regularization for Domain-adaptive Text Embedding Pre-finetuning

2026-04-19 · Seungmin Lee, Jeonghwan Lee, Hyunkuk Lim, Sejoon Kim 외 arxiv

Recent text embedding models are often adapted to specialized domains via contrastive pre-finetuning (PFT) on a naive collection of scattered, heterogeneous tasks. However, this approach often introduces task-induced bia…