LGAINEFeb 19, 2024

Beyond Uniform Scaling: Exploring Depth Heterogeneity in Neural Architectures

arXiv:2402.12418v1h-index: 8Tiny Papers @ ICLR
Originality Incremental advance
AI Analysis

This provides a more efficient scaling mechanism for vision transformers, addressing a domain-specific problem in computer vision.

The paper tackles the problem of uniform scaling in neural networks by introducing an automated scaling approach that leverages second-order loss landscape information to create depth heterogeneity, achieving a 2.5% accuracy gain and 10% parameter efficiency improvement on ImageNet100 with DeiT-S.

Conventional scaling of neural networks typically involves designing a base network and growing different dimensions like width, depth, etc. of the same by some predefined scaling factors. We introduce an automated scaling approach leveraging second-order loss landscape information. Our method is flexible towards skip connections a mainstay in modern vision transformers. Our training-aware method jointly scales and trains transformers without additional training iterations. Motivated by the hypothesis that not all neurons need uniform depth complexity, our approach embraces depth heterogeneity. Extensive evaluations on DeiT-S with ImageNet100 show a 2.5% accuracy gain and 10% parameter efficiency improvement over conventional scaling. Scaled networks demonstrate superior performance upon training small scale datasets from scratch. We introduce the first intact scaling mechanism for vision transformers, a step towards efficient model scaling.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes