Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Diverse Weight Averaging for Out-of-Distribution Generalization

About

Standard neural networks struggle to generalize under distribution shifts in computer vision. Fortunately, combining multiple networks can consistently improve out-of-distribution generalization. In particular, weight averaging (WA) strategies were shown to perform best on the competitive DomainBed benchmark; they directly average the weights of multiple networks despite their nonlinearities. In this paper, we propose Diverse Weight Averaging (DiWA), a new WA strategy whose main motivation is to increase the functional diversity across averaged models. To this end, DiWA averages weights obtained from several independent training runs: indeed, models obtained from different runs are more diverse than those collected along a single run thanks to differences in hyperparameters and training procedures. We motivate the need for diversity by a new bias-variance-covariance-locality decomposition of the expected error, exploiting similarities between WA and standard functional ensembling. Moreover, this decomposition highlights that WA succeeds when the variance term dominates, which we show occurs when the marginal distribution changes at test time. Experimentally, DiWA consistently improves the state of the art on DomainBed without inference overhead.

Alexandre Ram\'e, Matthieu Kirchmeyer, Thibaud Rahier, Alain Rakotomamonjy, Patrick Gallinari, Matthieu Cord• 2022

Related benchmarks

TaskDatasetResultRank
Image ClassificationDomainNet (test)
Average Accuracy38.32
209
Domain GeneralizationDomainBed
Average Accuracy68
127
Domain GeneralizationDomainBed v1.0 (test)
Average Accuracy68
71
Digit ClassificationDigit-Five (test)
Average Accuracy88.83
60
Image ClassificationFMNIST label shift (test)
Top-1 Accuracy63.21
12
Image ClassificationCIFAR-10 label shift (test)
Top-1 Accuracy61.32
12
Image ClassificationDigit-5 feature shift (test)
Accuracy (R=1)61.54
12
Image ClassificationDomainNet feature shift (test)
Accuracy (R=1)24.88
12
Showing 8 of 8 rows

Other info

Code

Follow for update