SSOG-Attention: Sum Of Separable Gaussians as a sub-quadratic and scalable alternative to SDPA. [R]
Summary
SSOG-Attention introduces a novel attention mechanism using Sum of Separable Gaussians to achieve sub-quadratic complexity, outperforming or matching SDPA with faster convergence and improved efficiency.
Similar Articles
ConSA: Controllable Sparsity in Hybrid Attention via Learnable Allocation
ConSA is a framework that learns optimal assignment between full attention and sliding-window attention under a user-specified sparsity target, using L0 regularization and augmented Lagrangian constraint. It demonstrates consistent gains over rule-based baselines on LLMs at 0.6B and 1.7B scales.
Partition-Guided Distance Saliency: Bridging Decision and Objective Spaces in Many-Objective Optimization
Introduces Partition-Guided Distance Saliency (PGDS), a novel XAI framework for many-objective optimization that uses geometric intuition to explain how decision variables influence objective space proximity, validated on 10-objective benchmarks and a physics-informed engineering problem.
Simplified Sparse Attention via Gist Tokens
This paper introduces Simplified Sparse Attention (SSA), a method that uses gist tokens during continued pretraining to enable efficient chunk selection at inference without architectural changes, achieving high compression ratios and outperforming baselines on long-context tasks like LongBench and retrieval-augmented generation.
Parameter-free Adaptive Sparse Attention via Compression-Based Content Selection
This paper proposes a parameter-free adaptive sparse attention method that uses gzip compression ratios to dynamically select non-redundant blocks for long-range attention, achieving significant perplexity improvements over fixed and learned sparse attention baselines on PG-19 language modeling.
AsySplat: Efficient Asymmetric 3D Gaussian Splatting for Long-Sequence Scene Modeling
AsySplat proposes an asymmetric architecture that decouples geometry and appearance modeling in 3D Gaussian Splatting, achieving high efficiency for long-sequence scene modeling with nearly 800x speedup over optimization-based methods.