RT-SEMamba for real-time speech enhancement with Mamba.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill rt-semamba-speech-enhancement-mamba --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Rt Semamba Speech Enhancement Mamba?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-rt-semamba-speech-enhancement-mamba)More formats (shields.io, HTML) on the badges page.
---
name: rt-semamba-speech-enhancement-mamba
description: "RT-SEMamba for real-time speech enhancement with Mamba."
metadata:
arxiv_id: "2608.12099"
published: "2026-08-12"
authors: "Rong Chao, Sung-Feng Huang, Moreno La Quatra, Sabato Marco Siniscalchi, Wen-Huang Cheng et al."
tags: [speech-enhancement, mamba, knowledge-distillation, real-time]
license: Complete terms in LICENSE.txt
---
# RT-SEMamba: Real-Time Speech Enhancement Mamba via Progressive Knowledge Distillation
## Overview
RT-SEMamba is a fully causal speech enhancement (SE) model built upon causal time-frequency Mamba blocks. It addresses the memory and bandwidth limitations of Transformer-based architectures by using fixed-size recurrent states per layer instead of growing key-value caches, enabling efficient long-form inference.
## Key Innovations
1. **Causal Time-Frequency Mamba Blocks**: Fully causal architecture suitable for real-time processing
2. **Fixed-Size Recurrent State**: Propagates constant memory per layer regardless of sequence length
3. **Progressive Knowledge Distillation**: Compresses complex teacher models into shallow students while preserving quality
4. **Joint Distillation Strategy**: Simultaneously distills spectral outputs and intermediate representations
## Architecture Details
### Core Components
- **Mamba Backbone**: Causal time-frequency Mamba blocks for efficient sequence modeling
- **Progressive KD Framework**: 8-layer teacher → 1-layer student compression
- **Joint Distillation Targets**:
- Complex spectral outputs (magnitude and phase)
- Intermediate layer representations
### Performance Characteristics
- **Algorithmic Latency**: 25 ms constraint
- **Memory Efficiency**: Fixed-size state vs. growing KV cache
- **Real-Time Factor (RTF)**: Preserved between teacher and student
## Performance Results
- **8-layer RT-SEMamba**: 3.32 PESQ on Voicebank-DEMAND
- **1-layer Student**: 3.18 PESQ (improved from 3.06 baseline)
- **Speedup**: 2.75x faster than teacher while maintaining same RTF
- **Quality-Latency Trade-off**: Competitive with state-of-the-art real-time SE
## Implementation Guidelines
### When to Use
- Real-time speech enhancement applications
- Low-latency audio processing requirements
- Memory-constrained environments
- Long-form audio processing
### Progressive KD Implementation
1. Train full 8-layer Mamba teacher model
2. Initialize 1-layer student with same architecture
3. Jointly optimize student using:
- Spectral reconstruction loss
- Intermediate representation matching loss
4. Preserve causal constraints throughout training
## Pitfalls and Considerations
- Requires careful balance between distillation losses
- Causal constraints limit bidirectional context utilization
- Quality degradation expected when compressing to very shallow models
- Best suited for scenarios where latency is more critical than absolute peak quality
## References
- Original Paper: [RT-SEMamba: Real-Time Speech Enhancement Mamba](https://arxiv.org/abs/2608.12099v1)
- Mamba Architecture: State Space Models for sequence modeling
- Related Work: Real-time speech enhancement, knowledge distillation for audio
## Activation Keywords
- RT-SEMamba
- speech enhancement
- Mamba architecture
- progressive knowledge distillation
- real-time audio processing
- causal sequence modeling
- fixed-size recurrent stateIs this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!