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

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

22 Jul 2020NeurIPS 2020 12arXiv:2007.11622archive 2025-07-28

Han Cai, Chuang Gan, Ligeng Zhu, Song Han

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. TinyTL freezes the weights while only learns the bias modules, thus no need to store the intermediate activations. To maintain the adaptation capacity, we introduce a new memory-efficient bias module, the lite residual module, to refine the feature extractor by learning small residual feature maps adding only 3.8% memory overhead. Extensive experiments show that TinyTL significantly saves the memory (up to 6.5x) with little accuracy loss compared to fine-tuning the full network. Compared to fine-tuning the last layer, TinyTL provides significant accuracy improvements (up to 34.1%) with little memory overhead. Furthermore, combined with feature extractor adaptation, TinyTL provides 7.3-12.9x memory saving without sacrificing accuracy compared to fine-tuning the full Inception-V3.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2007.11622")

Code

Syntology Ran 0 of 10 code samples harvested from 1 repository linked to this paper; 10 have no recorded run.

By repository: official repository: 10 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

mit-han-lab/tinyML officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

10 samples harvested; 0 ran; 0 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

10unverified

Licence: 0 of the 10 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from mit-han-lab/tinyML. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

accuracy mit-han-lab/tinyML/netaug/utils/metric.py official repository unverified MIT (permissive) · 7b60f79eb05538dd · report
build_act mit-han-lab/tinyML/netaug/models/base/layers.py official repository unverified MIT (permissive) · 2f3a2114fb7ba02f · report
build_norm mit-han-lab/tinyML/netaug/models/base/layers.py official repository unverified MIT (permissive) · c30d44c8efdb7774 · report
get_module_device mit-han-lab/tinyML/netaug/utils/profile.py official repository unverified MIT (permissive) · 652ec8594912a100 · report
is_parallel mit-han-lab/tinyML/netaug/utils/profile.py official repository unverified MIT (permissive) · b0d3762fc8297376 · report
label_smooth mit-han-lab/tinyML/netaug/utils/criterion.py official repository unverified MIT (permissive) · 73cb2dc75f25569d · report
list_sum mit-han-lab/tinyML/netaug/utils/misc.py official repository unverified MIT (permissive) · 7b1fae01307631bc · report
load_state_dict_from_file mit-han-lab/tinyML/netaug/utils/misc.py official repository unverified MIT (permissive) · 8466bd9906056233 · report
make_divisible mit-han-lab/tinyML/netaug/utils/misc.py official repository unverified MIT (permissive) · e54f2057f08d98b0 · report
trainable_param_num mit-han-lab/tinyML/netaug/utils/profile.py official repository unverified MIT (permissive) · 74db851166d0f374 · report

Tasks

Transfer Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections