Research questionHow can Vision Transformers avoid LayerNorm’s global reduction on edge accelerators without expensive retraining?LayerNorm requires a global reduction that creates computation and data-movement overhead on edge accelerators. Replacing it with a single scalar function across layers may not match the different behaviors of individual layers and can require costly retraining.