Learning from Offline Foundation Features with Tensor Augmentations
Emir Konuk, Christos Matsoukas, Moein Sorkhei, Phitchapha, Lertsiravaramet, Kevin Smith

TL;DR
LOFF-TA is a training scheme that efficiently leverages foundation model features with tensor augmentations, enabling resource-constrained environments to utilize powerful models without extensive computation.
Contribution
The paper introduces LOFF-TA, a novel method for training compact classifiers on foundation model features using tensor augmentations, reducing resource requirements significantly.
Findings
Training is up to 37 times faster.
GPU memory usage is reduced by up to 26 times.
In some cases, LOFF-TA outperforms direct fine-tuning.
Abstract
We introduce Learning from Offline Foundation Features with Tensor Augmentations (LOFF-TA), an efficient training scheme designed to harness the capabilities of foundation models in limited resource settings where their direct development is not feasible. LOFF-TA involves training a compact classifier on cached feature embeddings from a frozen foundation model, resulting in up to faster training and up to reduced GPU memory usage. Because the embeddings of augmented images would be too numerous to store, yet the augmentation process is essential for training, we propose to apply tensor augmentations to the cached embeddings of the original non-augmented images. LOFF-TA makes it possible to leverage the power of foundation models, regardless of their size, in settings with limited computational capacity. Moreover, LOFF-TA can be used to apply foundation models to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsComputational Physics and Python Applications · Tensor decomposition and applications
