Dao-AILab / causal-conv1d
Causal depthwise conv1d in CUDA, with a PyTorch interface
☆393Updated 2 months ago
Alternatives and similar repositories for causal-conv1d:
Users that are interested in causal-conv1d are comparing it to the libraries listed below
- Minimal Mamba-2 implementation in PyTorch☆173Updated 8 months ago
- Implementation of Vision Mamba from the paper: "Vision Mamba: Efficient Visual Representation Learning with Bidirectional State Space Mod…☆426Updated last week
- Official repository of MLLA (NeurIPS 2024)☆275Updated 2 months ago
- [Mamba-Survey-2024] Paper list for State-Space-Model/Mamba and it's Applications☆675Updated last week
- Only implemented through torch: "bi - mamba2" , "vision- mamba2 -torch". support 1d/2d/3d/nd and support export by jit.script/onnx;☆264Updated 2 months ago
- Simba☆201Updated 10 months ago
- Official PyTorch Implementation of "The Hidden Attention of Mamba Models"☆212Updated 8 months ago
- Official repository of Agent Attention (ECCV2024)☆589Updated 3 months ago
- [ICLR 2025 Spotlight] Vision-RWKV: Efficient and Scalable Visual Perception with RWKV-Like Architectures☆404Updated this week
- Code Implementation of EfficientVMamba☆195Updated 10 months ago
- (CVPR2024)RMT: Retentive Networks Meet Vision Transformer☆329Updated 6 months ago
- An efficient pytorch implementation of selective scan in one file, works with both cpu and gpu, with corresponding mathematical derivatio…☆79Updated 11 months ago
- A curated collection of papers, tutorials, videos, and other valuable resources related to Mamba.☆486Updated last week
- Awesome Papers related to Mamba.☆1,306Updated 4 months ago
- [Official Repo] Visual Mamba: A Survey and New Outlooks☆608Updated this week
- Integrating Mamba/SSMs with Transformer for Enhanced Long Context and High-Quality Sequence Modeling☆186Updated 3 weeks ago
- Code for paper LocalMamba: Visual State Space Model with Windowed Selective Scan☆231Updated 9 months ago
- Collection of papers on state-space models☆575Updated 3 weeks ago
- A simple and efficient Mamba implementation in pure PyTorch and MLX.