2023

The Expressive Power of Tuning Only the Normalization Layers

Giannou, Angeliki, Rajput, Shashank, Papailiopoulos, Dimitris

Understand

Feature normalization transforms such as Batch and Layer-Normalization have become indispensable ingredients of state-of-the-art deep neural networks.

  • Recent studies on fine-tuning large pretrained models indicate that just tuning the parameters of these affine transforms can achieve high accuracy for downstream tasks.
  • These findings open the questions about the expressive power of tuning the normalization layers of frozen networks.
  • In this work, we take the first step towards this question and show that for random ReLU networks, fine-tuning only its normalization layers can reconstruct any target network that is $O(\sqrt{\text{width}})$ times smaller.

Reading the bibliography…