Home Knowledge Base Adafactor

Adafactor is a memory-efficient adaptive optimizer designed for training large models — replacing Adam's per-parameter second moment buffer with a factored approximation, reducing optimizer memory from $O(mn)$ to $O(m + n)$ for each matrix parameter.

How Does Adafactor Work?

Why It Matters

Adafactor is Adam on a memory diet — achieving comparable optimization quality with dramatically less memory through smart factorization.

adafactoroptimization

Explore 500+ Semiconductor & AI Topics

From EUV lithography to CUDA optimization — search the full knowledge base or chat with our AI assistant.