paper-with-me

Papers

Crisp Attention: Regularizing Transformers via Structured Sparsity

2025-08-08 · Sagar Gandhi, Vishal Gandhi arxiv

The quadratic computational cost of the self-attention mechanism is a primary challenge in scaling Transformer models. While attention sparsity is widely studied as a technique to improve computational efficiency, it is almost universally assumed to come at the cost of model accuracy. In this paper, we report a surprising counter-example to this common wisdom. By introducing structured, post-hoc sparsity to the attention mechanism of a DistilBERT model during fine-tuning on the SST-2 sentiment analysis task, we find that model accuracy improves significantly. Our model with 80\% attention sparsity achieves a validation accuracy of 91.59\%, a 0.97\% absolute improvement over the dense baseline. We hypothesize that this phenomenon is due to sparsity acting as a powerful implicit regularizer, preventing the model from overfitting by forcing it to make predictions with a more constrained and robust set of features. Our work recasts attention sparsity not just as a tool for computational efficiency, but as a potential method for improving the generalization and performance of Transformer models.

📄 PDF Abstract BibTeX arXiv:2508.06016

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencySentiment Analysis

Similar Papers 제목 키워드 기반

CRISP: Hybrid Structured Sparsity for Class-aware Model Pruning

2023-11-24 · Shivam Aggarwal, Kuluhan Binici, Tulika Mitra

Machine learning pipelines for classification tasks often train a universal model to achieve accuracy across a broad range of classes. However, a typical user encounters only a limited selection of classes regularly. Thi…

Computational Efficiency

ViTCoD: Vision Transformer Acceleration via Dedicated Algorithm and Accelerator Co-Design

2022-10-18 · Haoran You, Zhanyi Sun, Huihong Shi, Zhongzhi Yu 외

Vision Transformers (ViTs) have achieved state-of-the-art performance on various vision tasks. However, ViTs' self-attention module is still arguably a major bottleneck, limiting their achievable hardware efficiency. Mea…

VMonarch: Efficient Video Diffusion Transformers with Structured Attention

2026-01-29 · Cheng Liang, Haoxian Chen, Liang Hou, Qi Fan 외 arxiv

The quadratic complexity of the attention mechanism severely limits the context scalability of Video Diffusion Transformers (DiTs). We find that the highly sparse spatio-temporal attention patterns exhibited in Video DiT…

Compact Attention: Exploiting Structured Spatio-Temporal Sparsity for Fast Video Generation

2025-08-18 · Qirui Li, Guangcong Zheng, Qi Zhao, Jie Li 외 arxiv

The computational demands of self-attention mechanisms pose a critical challenge for transformer-based video generation, particularly in synthesizing ultra-long sequences. Current approaches, such as factorized attention…

Video Generation

CORP: Closed-Form One-shot Representation-Preserving Structured Pruning for Transformers

2026-02-05 · Boxiang Zhang, Baijian Yang arxiv

Transformers achieve strong accuracy but incur high compute and memory cost. Structured pruning reduces inference cost, but most methods rely on retraining or multi-stage optimization, which limits post-training deployme…