2020

TinyTL: Reduce Activations, Not Trainable Parameters for Efficient On-Device Learning

Cai, Han, Gan, Chuang, Zhu, Ligeng et al.

Understand

On-device learning enables edge devices to continually adapt the AI models to new data, which requires a small memory footprint to fit the tight memory constraint of edge devices.

  • Existing work solves this problem by reducing the number of trainable parameters.
  • However, this doesn't directly translate to memory saving since the major bottleneck is the activations, not parameters.
  • In this work, we present Tiny-Transfer-Learning (TinyTL) for memory-efficient on-device learning.

Reading the bibliography…