Hugging Face Daily PapersZian Liu, Yiwen Hu, Zican Dong1 min readpaperadvanced
SpectralShift: Effective Context Window Extension of Gated DeltaNet via Spectral Reparameterization
Summary
This paper introduces SpectralShift, a spectral reparameterization method for extending the context window of Gated DeltaNet (GDN) linear attention models. It reconfigures the decay spectrum by enhancing slow propagation and preserving fast-decaying modes, consistently improving long-context capabilities during continual pretraining.
- Linear attention layers are increasingly used for long-context modeling in large language models.
- Effective context extension for Gated DeltaNet requires considering the spectral properties of its transition matrix.
- Long-range information retrieval depends on a broad slow spectral band and preserved fast-decaying modes.
- SpectralShift reparameterizes alpha projections to reshape the decay spectrum for better long-context capacity.
Engineers and researchers working on large language models, particularly those using linear attention architectures, should care about this for improving long-context performance and efficiency.
8/10
