Method · Label distillation and soft labels
ReLA
Efficiency for Free: Ideal Data Are Transportable Representations
Peng Sun, Yi Jiang, Tao Lin
NeurIPS 2024 · first public 2024-05-23 · arXiv 2405.14669
In one paragraph
ReLA (Representation Learning Accelerator) argues that a publicly available, task- and architecture-agnostic "prior model" can be used to produce efficient training signal that is transportable across tasks and architectures, substituting learned representation targets for the labels/pipeline a representation-learning method would otherwise need. The paper reports that using a CIFAR-10-pretrained ResNet-18 as the prior model to inform ResNet-50 training on ImageNet-1K cuts computational cost by 50% while matching the accuracy of the original BYOL recipe trained at full cost.
Where it sits
- Label distillation and soft labels (Orthogonal design choices)
- Setting: Pre-training, transfer and foundation models
Design choices
| Labels | learned |
Abstract (verbatim from arXiv)
Data, the seminal opportunity and challenge in modern machine learning, currently constrains the scalability of representation learning and impedes the pace of model evolution. In this work, we investigate the efficiency properties of data from both optimization and generalization perspectives. Our theoretical and empirical analysis reveals an unexpected finding: for a given task, utilizing a publicly available, task- and architecture-agnostic model (referred to as the `prior model' in this paper) can effectively produce efficient data. Building on this insight, we propose the Representation Learning Accelerator (\algopt), which promotes the formation and utilization of efficient data, thereby accelerating representation learning. Utilizing a ResNet-18 pre-trained on CIFAR-10 as a prior model to inform ResNet-50 training on ImageNet-1K reduces computational costs by 50% while maintaining the same accuracy as the model trained with the original BYOL, which requires 100% cost. Our code is available at: \url{https://github.com/LINs-lab/ReLA}.
BibTeX (generated; prefer the venue's official entry)
@article{sun2024efficiency,
title = {Efficiency for Free: Ideal Data Are Transportable Representations},
author = {Peng Sun and Yi Jiang and Tao Lin},
journal = {NeurIPS 2024},
year = {2024}
}Nearby in Label distillation and soft labels
Xiao Cui, Yulei Qin, Wengang Zhou et al. · NeurIPS 2025notablepaper ↗