Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

Sigmoid Attention (ICLR 2025)

This repo contains the code associated with Theory, Analysis, and Best Practices for Sigmoid Self-Attention.

Components

The four components of this release are:

  • FlashSigmoid: A hardware aware implementation of Sigmoid Attention.
  • Optorch: PyTorch-based functional implementation of standard optimizers.
  • Attention Simulator: A research friendly codebase for diagnosing and debugging attention.
  • (New) 7B weights: One-to-one trained 7B sigmoid and 7B softmax weights (8 checkpoints along trajectory) trained using AXLearn, with a deterministic dataloader for 1T tokens.

Installation

See the README.md in the corresponding component for installation and usage instructions.

We provide a convenience installation helper for all three packages:

# Create an environment for sigmoid attention, if not done already.
conda create -n sigmoid-attn-py310 python=3.10
conda activate sigmoid-attn-py310

# Setup Flashsigmoid -> Optorch -> Attention Simulator.
bash setup.bash

Performance

Forward pass kernels on H100.Backward pass kernels on H100.
Sigmoid vs. Softmax Forward KernelsSigmoid vs. Softmax Backward Kernels
Train losses comparing SigmoidAttn with SoftmaxAttn.
SigmoidAttn vs. SoftmaxAttn Train Losses

Citation

If you find this work useful in your research, please cite:

@inproceedings{ramapuram2025theoryanalysisbestpractices,
  title={Theory, Analysis, and Best Practices for Sigmoid Self-Attention},
  author={Jason Ramapuram and Federico Danieli and Eeshan Dhekane and Floris Weers and Dan Busbridge and Pierre Ablin and Tatiana Likhomanenko and Jagrit Digani and Zijin Gu and Amitis Shidani and Russ Webb},
  booktitle={International Conference on Learning Representations (ICLR)},
  year={2025},
  url={https://openreview.net/forum?id=Zhdhg6n2OG}
}

关于 About

No description, website, or topics provided.

语言 Languages

Python60.0%
C++26.9%
Cuda11.8%
Jupyter Notebook1.0%
Dockerfile0.2%
C0.1%
Shell0.0%
Makefile0.0%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
0
Total Commits
峰值: 1次/周
Less
More

核心贡献者 Contributors