๐ฎ
๐ฎ
The Ethereal
Go beyond End-to-End Training: Boosting Greedy Local Learning with Context Supply
December 12, 2023 ยท Entered Twilight ยท ๐ IEEE Transactions on Artificial Intelligence
Repo contents: README.md, command.sh, networks_dev, requirements.txt, train.py
Authors
Chengting Yu, Fengzhao Zhang, Hanzhi Ma, Aili Wang, Erping Li
arXiv ID
2312.07636
Category
cs.LG: Machine Learning
Cross-listed
cs.CV,
stat.ML
Citations
1
Venue
IEEE Transactions on Artificial Intelligence
Repository
https://github.com/Tab-ct/ContSup
โญ 6
Last Checked
3 months ago
Abstract
Traditional end-to-end (E2E) training of deep networks necessitates storing intermediate activations for back-propagation, resulting in a large memory footprint on GPUs and restricted model parallelization. As an alternative, greedy local learning partitions the network into gradient-isolated modules and trains supervisely based on local preliminary losses, thereby providing asynchronous and parallel training methods that substantially reduce memory cost. However, empirical experiments reveal that as the number of segmentations of the gradient-isolated module increases, the performance of the local learning scheme degrades substantially, severely limiting its expansibility. To avoid this issue, we theoretically analyze the greedy local learning from the standpoint of information theory and propose a ContSup scheme, which incorporates context supply between isolated modules to compensate for information loss. Experiments on benchmark datasets (i.e. CIFAR, SVHN, STL-10) achieve SOTA results and indicate that our proposed method can significantly improve the performance of greedy local learning with minimal memory and computational overhead, allowing for the boost of the number of isolated modules. Our codes are available at https://github.com/Tab-ct/ContSup.
Community Contributions
Found the code? Know the venue? Think something is wrong? Let us know!
๐ Similar Papers
In the same crypt โ Machine Learning
๐ฎ
๐ฎ
The Ethereal
Continuous control with deep reinforcement learning
๐
๐
Old Age
Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks
๐
๐
Old Age
Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement Learning with a Stochastic Actor
๐
๐
Old Age
SGDR: Stochastic Gradient Descent with Warm Restarts
๐ฎ
๐ฎ
The Ethereal