paper-with-me

홈 › Papers

SAC: Accelerating and Structuring Self-Attention via Sparse Adaptive Connection

2020-03-22 · NeurIPS 2020 12 · Xiaoya Li, Yuxian Meng, Mingxin Zhou, Qinghong Han, Fei Wu, Jiwei Li

While the self-attention mechanism has been widely used in a wide variety of tasks, it has the unfortunate property of a quadratic cost with respect to the input length, which makes it difficult to deal with long inputs. In this paper, we present a method for accelerating and structuring self-attentions: Sparse Adaptive Connection (SAC). In SAC, we regard the input sequence as a graph and attention operations are performed between linked nodes. In contrast with previous self-attention models with pre-defined structures (edges), the model learns to construct attention edges to improve task-specific performances. In this way, the model is able to select the most salient nodes and reduce the quadratic complexity regardless of the sequence length. Based on SAC, we show that previous variants of self-attention models are its special cases. Through extensive experiments on neural machine translation, language modeling, graph representation learning and image classification, we demonstrate SAC is competitive with state-of-the-art models while significantly reducing memory cost.

📄 PDF Abstract BibTeX arXiv:2003.09833

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Representation Learningimage-classificationImage ClassificationLanguage ModelingLanguage ModellingMachine TranslationRepresentation LearningTranslation

Similar Papers 제목 키워드 기반

Permutation-invariant Feature Restructuring for Correlation-aware Image Set-based Recognition

2019-08-03 · ICCV 2019 10 · Xiaofeng Liu, Zhenhua Guo, Site Li, Lingsheng Kong 외

We consider the problem of comparing the similarity of image sets with variable-quantity, quality and un-ordered heterogeneous images. We use feature restructuring to exploit the correlations of both inner$\&$inter-set i…

Dictionary LearningFace RecognitionPerson Re-Identification

SPADE: An Input-Adaptive Sparse Attention Engine for Fast Video Diffusion Models Inference

2026-08-04 · Shanghao Liu, Renze Chen, Size Zheng, Yuanqiang Liu 외 arxiv

Video diffusion transformers (vDiTs) generate high quality but pay quadratic self-attention cost, making inference prohibitive at video-token scales. The challenge is input-adaptive sparsity: selecting critical Q/K/V tok…

Video Generation

PulseCol: Periodically Refreshed Column-Sparse Attention for Accelerating Diffusion Language Models

2026-05-20 · Yanyi Lyu, Letian Chen, Futing Sun, Miao Zhang 외 arxiv

Inference in diffusion large language models (dLLMs) is computationally expensive, as full self-attention must be repeatedly executed at each step of the denoising process without KV cache. Recent sparse attention method…

Computational Efficiency

PVT: Point-Voxel Transformer for Point Cloud Learning

2021-08-13 · Cheng Zhang, Haocheng Wan, Xinyi Shen, Zizhao Wu

The recently developed pure Transformer architectures have attained promising accuracy on point cloud learning benchmarks compared to convolutional neural networks. However, existing point cloud Transformers are computat…

3D Object Detection3D Part Segmentation3D Point Cloud ClassificationObject Detection+2

Accelerating Large-Scale Reasoning Model Inference with Sparse Self-Speculative Decoding

2025-12-01 · Yilong Zhao, Jiaming Tang, Kan Zhu, Zihao Ye 외 arxiv

Reasoning language models have demonstrated remarkable capabilities on challenging tasks by generating elaborate chain-of-thought (CoT) solutions. However, such lengthy generation shifts the inference bottleneck from com…