Discover and explore top open-source AI tools and projects—updated daily.
AutoArkIndustrial audio distillation for compact ASR and TTS models
Top 53.7% on SourcePulse
This project provides an industrial audio online policy distillation (OPD) training stack for Automatic Speech Recognition (ASR) and Text-to-Speech (TTS). It enables the distillation of compact, efficient audio models from larger, stronger teacher models, offering a data-efficient approach for developing high-performance ASR systems. The stack is designed for researchers and engineers seeking to reduce model size and training data requirements without sacrificing accuracy.
How It Works
The core ASR approach involves an autoregressive student model generating transcripts on-policy. A teacher model then scores these generated transcripts against the same audio input. The student model is updated via token-level KL divergence, calculated on the union of top-k token supports from both the teacher and student. This method leverages the teacher's knowledge on the student's current behavior, facilitating efficient distillation.
Quick Start & Requirements
pip install -e .numpy, torch, datasets, transformers, omegaconf, and verl dependencies. Specific teacher backends may require additional installations (e.g., vLLM).https://github.com/AutoArk/open-audio-opdhttps://arxiv.org/abs/2605.28139https://huggingface.co/spaces/AutoArk-AI/Ark-ASR-0.6Bhttps://huggingface.co/AutoArk-AI/ARK-ASR-0.6BHighlighted Details
Maintenance & Community
The project was released in May 2026, with recent announcements regarding its paper and online demo. A roadmap indicates planned TTS capabilities. Specific community links (e.g., Discord, Slack) or details on core contributors are not provided in the README.
Licensing & Compatibility
The license is specified as "See LICENSE" and links to a LICENSE file within the repository. The exact license type and its implications for commercial use or closed-source linking are not detailed in the README.
Limitations & Caveats
The current release focuses exclusively on ASR; TTS OPD functionality is planned but not yet implemented. Certain teacher model backends require external code (e.g., Qwen3-ASR backend) that is not included. The repository does not bundle audio files or datasets, requiring users to provide their own data and configuration paths.
1 month ago
Inactive
BatsResearch
PaddlePaddle