[NeurIPS 2021 Spotlight] & [IJCV 2024] SOFT: Softmax-free Transformer with Linear Complexity
-
Updated
Mar 16, 2024 - Python
[NeurIPS 2021 Spotlight] & [IJCV 2024] SOFT: Softmax-free Transformer with Linear Complexity
PyTorch implementation of Mamba: Selective State Space Models for efficient linear-time sequence modeling. An alternative to Transformers with O(N) complexity.
FluidLM is a Transformer-free language model replacing O(N²) self-attention with reaction-diffusion PDEs - achieving O(N) scaling, adaptive computation, and no KV-cache.
GQLSA: Grouped-Query Latent Sparse Attention — A hardware-native attention mechanism combining latent compression, grouped-query sharing, and block-sparse attention for linear O(T) complexity.
PyWave
To associate your repository with the linear-complexity topic, visit your repo's landing page and select "manage topics."