← Search

Erik Vee

4 accepted papers

2023

SLaM: Student-Label Mixing for Distillation with Unlabeled Examples

NeurIPS 2023poster

Knowledge distillation with unlabeled examples is a powerful training paradigm for generating compact and lightweight student models in applications where the amount of labeled data is limited but one has access to a large pool of unlabeled data. In this setting, a large teacher model generates "sof…

Cited by 10SourcePDFScholar
2022

Weighted Distillation with Unlabeled Examples

NeurIPS 2022accept

Distillation with unlabeled examples is a popular and powerful method for training deep neural networks in settings where the amount of labeled data is limited: A large “teacher” neural network is trained on the labeled data available, and then it is used to generate labels on an unlabeled dataset (…

Cited by 14SourcePDFScholar
2019

Efficient Rematerialization for Deep Networks

NeurIPS 2019poster

When training complex neural networks, memory usage can be an important bottleneck. The question of when to rematerialize, i.e., to recompute intermediate values rather than retaining them in memory, becomes critical to achieving the best time and space efficiency. In this work we consider the rem…