Training Transformers in Cosine Coefficient Space
Abstract
Linear layers hold most of a transformer's parameters. We replace each linear layer with one that stores out of two-dimensional DCT coefficients per weight matrix and reconstructs the full matrix through an inverse DCT at every forward pass; the coefficients are the trainable parameters. A 4-layer, 128-dim transformer trained from scratch on character-level Shakespeare reaches validation loss at , against for a standard dense baseline -- a gap of at half the trainable parameter count, within the terminal-epoch variation of the dense run. A rank-48 LoRA factorization at the same trainable parameter count reaches only (). The structural advantage of sparse-coefficient over low-rank parameterizations at matched is qualitative. We identify rank flexibility as the mechanism. A random orthonormal basis matches the DCT within noise at , and a compression sweep through and shows that subspaces that can host high-rank matrices keep the loss low, while subspaces that flatten into a low-rank block (zigzag-selection variants) converge onto the observed stable rank \emph{and} the loss line of the rank-48 LoRA reference in lock-step. Among these orthonormal bases, the DCT is preferred because its separable fast transform admits a fused reconstruction kernel: the materialized weight matrix never leaves on-chip memory, so the parameter saving translates into a bandwidth saving as well.
Keywords
Cite
@article{arxiv.2604.04440,
title = {Training Transformers in Cosine Coefficient Space},
author = {Mohamed Amine Bergach},
journal= {arXiv preprint arXiv:2604.04440},
year = {2026}
}