English

EcoSpa: Efficient Transformer Training with Coupled Sparsity

Machine Learning 2025-11-18 v1 Artificial Intelligence Performance

Abstract

Transformers have become the backbone of modern AI, yet their high computational demands pose critical system challenges. While sparse training offers efficiency gains, existing methods fail to preserve critical structural relationships between weight matrices that interact multiplicatively in attention and feed-forward layers. This oversight leads to performance degradation at high sparsity levels. We introduce EcoSpa, an efficient structured sparse training method that jointly evaluates and sparsifies coupled weight matrix pairs, preserving their interaction patterns through aligned row/column removal. EcoSpa introduces a new granularity for calibrating structural component importance and performs coupled estimation and sparsification across both pre-training and fine-tuning scenarios. Evaluations demonstrate substantial improvements: EcoSpa enables efficient training of LLaMA-1B with 50\% memory reduction and 21\% faster training, achieves 2.2×2.2\times model compression on GPT-2-Medium with 2.42.4 lower perplexity, and delivers 1.6×1.6\times inference speedup. The approach uses standard PyTorch operations, requiring no custom hardware or kernels, making efficient transformer training accessible on commodity hardware.

Keywords

Cite

@article{arxiv.2511.11641,
  title  = {EcoSpa: Efficient Transformer Training with Coupled Sparsity},
  author = {Jinqi Xiao and Cheng Luo and Lingyi Huang and Cheng Yang and Yang Sui and Huy Phan and Xiao Zang and Yibiao Ying and Zhexiang Tang and Anima Anandkumar and Bo Yuan},
  journal= {arXiv preprint arXiv:2511.11641},
  year   = {2025}
}
R2 v1 2026-07-01T07:38:03.190Z