Hyena
Hyena is an implicit-convolution operator that replaces attention · scales O(N log N) · studied by Together AI and used in Evo (biology foundation model).
Hyena is an implicit-convolution operator that replaces attention · scales O(N log N) · studied by Together AI and used in Evo (biology foundation model).
Basic
Hyena (Stanford + Together AI, 2023) replaces attention with implicit long convolutions generated from a small MLP. Like Mamba, it aims for sub-quadratic scaling. Key application: Evo · a long-context DNA foundation model (~131K context, genome modeling) that uses a Hyena-based architecture. Evo demonstrated Hyena's viability on real-world sequence-modeling tasks.
Deep
Hyena operator: learn a function f(t) that generates convolution kernels on-the-fly based on relative position. This implicit convolution is computed in frequency domain via FFT, giving O(N log N) complexity. Together AI's Evo (131K context, biology) showed Hyena works on long-sequence biology tasks. For text, Hyena has seen less adoption than Mamba · the architecture is harder to tune and lacks Mamba's selective-state flexibility.
Expert
Hyena scales have been shown up to ~7B parameters for language; Evo ships at 7B with biology-specific training. FFT-based computation is efficient on GPU but requires careful implementation for long contexts. Comparison to Mamba: Mamba's selective update is more expressive; Hyena's convolution is simpler but less content-aware. Hyena's main legacy may be biology · Evo's demonstration on DNA modeling is a distinct win from frontier text modeling.
Depending on why you're here
- ·Implicit convolution via small MLP
- ·FFT-based · O(N log N) complexity
- ·Used in Evo for biology foundation models
- ·Not a common choice for text
- ·Valuable in biology / genomics (Evo)
- ·Compare with Mamba · different trade-offs
- ·Niche · Mamba ahead on text
- ·Together AI + Stanford group · biology-specific wins
- ·Watch biology / multi-modal applications
- ·Another experimental AI model architecture
- ·Used in an AI for DNA (Evo)
- ·Rare compared to regular AI
Hyena is the biology-AI architecture · Evo on genomes is a clear win, but for text, Mamba took the crown.