Towards Efficient Post-Training via Fourier-Driven Adapter Architectures
Donggyun Bae, Jongil Park
TL;DR
FAA introduces a Fourier-driven adapter framework for parameter-efficient fine-tuning of large language models by injecting Random Fourier Features into adapters to enable frequency-aware modulation of semantic information. The approach combines a frequency-aware activation, adaptive frequency weights, and sparsity regularization, while freezing the base model to maintain representation capacity. Empirical results across GLUE, E2E NLG, and instruction-tuning benchmarks show FAA consistently matches or surpasses strong PEFT baselines with competitive efficiency. The work demonstrates that spectral processing in adapters yields robust cross-domain generalization and strong generation and reasoning abilities, highlighting the practical value of spectral analysis for efficient LLM adaptation.
Abstract
We propose a novel framework, termed Fourier-Activated Adapter (FAA), for parameter-efficient fine-tuning of large pre-trained language models. By incorporating random Fourier features into lightweight adapter modules, FAA decomposes intermediate representations into complementary low- and high-frequency components, enabling frequency-aware modulation of semantic information. This design allows the model to selectively emphasize informative frequency bands during adaptation while preserving the representational capacity of the frozen backbone. Extensive experiments on GLUE, E2E NLG, and instruction-tuning benchmarks demonstrate that FAA consistently achieves competitive or superior performance compared to existing parameter-efficient fine-tuning methods, while maintaining low computational and memory overhead. Ablation studies further verify the effectiveness of frequency-aware activation and adaptive weighting mechanisms, highlighting FAA as a robust and efficient approach for post-training large language models.
