paper-with-me

홈 › Papers

The Deep Bootstrap Framework: Good Online Learners are Good Offline Generalizers

2020-10-16 · Preetum Nakkiran, Behnam Neyshabur, Hanie Sedghi

We propose a new framework for reasoning about generalization in deep learning. The core idea is to couple the Real World, where optimizers take stochastic gradient steps on the empirical loss, to an Ideal World, where optimizers take steps on the population loss. This leads to an alternate decomposition of test error into: (1) the Ideal World test error plus (2) the gap between the two worlds. If the gap (2) is universally small, this reduces the problem of generalization in offline learning to the problem of optimization in online learning. We then give empirical evidence that this gap between worlds can be small in realistic deep learning settings, in particular supervised image classification. For example, CNNs generalize better than MLPs on image distributions in the Real World, but this is "because" they optimize faster on the population loss in the Ideal World. This suggests our framework is a useful tool for understanding generalization in deep learning, and lays a foundation for future research in the area.

📄 PDF Abstract BibTeX arXiv:2010.08127

Code (2)

preetum/deep-bootstrap-code 공식 구현 pytorch
preetum/cifar5m

Tasks

Deep Learningimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Making Pretrained Language Models Good Long-tailed Learners

2022-05-11 · Chen Zhang, Lei Ren, Jingang Wang, Wei Wu 외

Prompt-tuning has shown appealing performance in few-shot classification by virtue of its capability in effectively exploiting pre-trained knowledge. This motivates us to check the hypothesis that prompt-tuning is also a…

Classification

Teacher Improves Learning by Selecting a Training Subset

2018-02-25 · Yuzhe Ma, Robert Nowak, Philippe Rigollet, Xuezhou Zhang 외

We call a learner super-teachable if a teacher can trim down an iid training set while making the learner learn even better. We provide sharp super-teaching guarantees on two learners: the maximum likelihood estimator fo…

General Classificationregression

Online Boosting Algorithms for Multi-label Ranking

2017-10-23 · Young Hun Jung, Ambuj Tewari

We consider the multi-label ranking approach to multi-label learning. Boosting is a natural method for multi-label ranking as it aggregates weak predictions through majority votes, which can be directly used as scores to…

Multi-Label Learning

Multiclass learnability and the ERM principle

2013-08-13 · Amit Daniely, Sivan Sabato, Shai Ben-David, Shai Shalev-Shwartz

We study the sample complexity of multiclass prediction in several learning settings. For the PAC setting our analysis reveals a surprising phenomenon: In sharp contrast to binary classification, we show that there exist…

Binary ClassificationGeneral Classification

Reward Shaping for Human Learning via Inverse Reinforcement Learning

2020-02-25 · Mark A. Rucker, Layne T. Watson, Matthew S. Gerber, Laura E. Barnes

Humans are spectacular reinforcement learners, constantly learning from and adjusting to experience and feedback. Unfortunately, this doesn't necessarily mean humans are fast learners. When tasks are challenging, learnin…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)