paper-with-me

Papers

Domain Generalization Guided by Gradient Signal to Noise Ratio of Parameters

2023-10-11 · ICCV 2023 1 · Mateusz Michalkiewicz, Masoud Faraki, Xiang Yu, Manmohan Chandraker, Mahsa Baktashmotlagh

Overfitting to the source domain is a common issue in gradient-based training of deep neural networks. To compensate for the over-parameterized models, numerous regularization techniques have been introduced such as those based on dropout. While these methods achieve significant improvements on classical benchmarks such as ImageNet, their performance diminishes with the introduction of domain shift in the test set i.e. when the unseen data comes from a significantly different distribution. In this paper, we move away from the classical approach of Bernoulli sampled dropout mask construction and propose to base the selection on gradient-signal-to-noise ratio (GSNR) of network's parameters. Specifically, at each training step, parameters with high GSNR will be discarded. Furthermore, we alleviate the burden of manually searching for the optimal dropout ratio by leveraging a meta-learning approach. We evaluate our method on standard domain generalization benchmarks and achieve competitive results on classification and face anti-spoofing problems.

📄 PDF Abstract BibTeX arXiv:2310.07361

Code (0)

등록된 구현이 없습니다.

Tasks

Domain GeneralizationFace Anti-SpoofingMeta-Learning

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BASE 설명 없음

Similar Papers 제목 키워드 기반

How Does Label Noise Gradient Descent Improve Generalization in the Low SNR Regime?

2025-10-20 · Wei Huang, Andi Han, Yujin Song, Yilan Chen 외 arxiv

The capacity of deep learning models is often large enough to both learn the underlying statistical signal and overfit to noise in the training set. This noise memorization can be harmful especially for data with a low s…

Shape Guided Gradient Voting for Domain Generalization

2023-06-19 · Jiaqi Xu, Yuwang Wang, Xuejin Chen

Domain generalization aims to address the domain shift between training and testing data. To learn the domain invariant representations, the model is usually trained on multiple domains. It has been found that the gradie…

Domain Generalizationimage-classificationImage Classification

Generalizing Across Domains via Cross-Gradient Training

2018-04-28 · ICLR 2018 1 · Shiv Shankar, Vihari Piratla, Soumen Chakrabarti, Siddhartha Chaudhuri 외

We present CROSSGRAD, a method to use multi-domain training data to learn a classifier that generalizes to new domains. CROSSGRAD does not need an adaptation phase via labeled or unlabeled data, or domain features in the…

Data AugmentationDomain AdaptationDomain Generalization

PGrad: Learning Principal Gradients For Domain Generalization

2023-05-02 · Zhe Wang, Jake Grigsby, Yanjun Qi

Machine learning models fail to perform when facing out-of-distribution (OOD) domains, a challenging task known as domain generalization (DG). In this work, we develop a novel DG training strategy, we call PGrad, to lear…

Domain Generalization

NoiseTilt: Noise-Tilted Reverse Kernels for Diffusion Reward Alignment

2026-06-16 · Jisung Hwang, Yunhong Min, Jaihoon Kim, I-Chao Shen 외 arxiv

We introduce the Noise-Tilted Reverse Kernel (NTRK), a reward-guided diffusion sampler that injects reward gradients through the noise term, leaving the pretrained reverse kernel unchanged and requiring only a single sam…