SpectralShift: Effective Context Window Extension of Gated DeltaNet via Spectral Reparameterization
Summary
SpectralShift introduces a spectral reparameterization approach to effectively extend the context window of Gated DeltaNet models by reshaping the decay spectrum, improving long-context capabilities through continual pretraining.
View Cached Full Text
Cached at: 09/17/26, 06:52 AM
Paper page - SpectralShift: Effective Context Window Extension of Gated DeltaNet via Spectral Reparameterization
Source: https://huggingface.co/papers/2609.14320
Abstract
Recently,linearattentionlayershavebeenincreasinglyadoptedtoreplacesoftmaxattentionatscaleforlong-contextmodeling.However,existingcontextextensionapproachestypicallyapplycontinuedpretrainingdirectlywithoutmodifyingtheselayers,overlookingthespectralpropertiesoflinearattentionstatedynamics.Inthiswork,westudylong-contextextensionofGatedDeltaNet(GDN)fromaspectralperspectiveoftransitionmatrixandidentifytwoessentialfactorsgoverninglong-rangeinformationretrieval:(1)asufficientlybroadslowspectralbandalignedwiththetargetdependencylength,and(2)thepreservationoffast-decayingmodesforstateclearingandcontextswitching.Basedonthisobservation,weproposeSpectralShift,aspectralreparameterizationapproachforlong-contextcontinualpretrainingofGDNs.Specifically,SpectralShiftreparameterizesthealphaprojectionsinitializationtoreshapethedecayspectrumbyenhancingslowpropagationcapacity,andfurtherintroducesalearning-ratescalingforalphaprojectionstofacilitatelong-contexttraining.ExperimentsshowthatSpectralShiftconsistentlyimproveslong-contextcapabilitiesovertraining,providinganeffectiveandefficientsolutionforextendingcontextwindowsoflinearattentionmodels.Thecodehasbeenopen-sourcedathttps://github.com/RUCAIBox/GDN-SpectralShift.
View arXiv pageView PDFGitHub1Add to collection
Get this paper in your agent:
hf papers read 2609\.14320
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2609.14320 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2609.14320 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.14320 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Spectral Tempering for Embedding Compression in Dense Passage Retrieval
Spectral Tempering (SpecTemp) proposes a learning-free method for embedding compression in dense passage retrieval that adaptively determines optimal spectral scaling based on signal-to-noise ratio analysis, outperforming fixed hyperparameter approaches like PCA and whitening.
Preference Tuning as Spectral Update Reorganization
The paper reveals that preference-based post-training induces parameter updates with a spectral head-tail organization, where a compact head carries the dominant behavioral shift and a weak tail is necessary for full solution recovery, recasting alignment as structured update reorganization rather than monolithic correction.
Spectral Unforgetting: Post-Hoc Recovery of Damaged Capabilities Without Retraining
This paper proposes DG-Hard, a post-hoc spectral repair method that recovers capabilities damaged by fine-tuning without retraining, using only the pretrained and fine-tuned checkpoints. It applies Donoho-Gavish hard singular-value thresholding to weight updates to remove noise and restore degraded performance.
Denoising the Future: Context-Aware Spectral Diffusion for Temporal Knowledge Graph Extrapolation
The paper proposes FreqDiff, a frequency-aware diffusion framework for temporal knowledge graph extrapolation that improves uncertainty modeling and achieves state-of-the-art performance on benchmarks.
Sparse Delta Memory: Scaling the State of Linear RNNs through Sparsity
Sparse Delta Memory extends gated linear RNNs with sparse addressing to dramatically increase hidden state capacity for improved long-context learning and retrieval while maintaining computational efficiency.