π€ AI Summary
This work addresses the lack of standardized, reproducible, and extensible open-source tools in speaker verification by proposing a lightweight PyTorch-based framework. The framework integrates mainstream model architectures and offers a standardized training pipeline, unified evaluation protocols, automated benchmarking, and a modular design for easy extension. Accompanied by comprehensive documentation and fully reproducible experiments, it provides ready-to-use baselines on multiple widely adopted corpora. By significantly lowering the barrier to entry for both research and practical deployment, the framework fosters broader community adoption and enables fair, consistent comparisons across studies.
π Abstract
In this paper, we present Kiwano, an open-source toolkit designed to advance research and evaluation for speaker verification. Kiwano provides a lightweight yet extensible framework built on PyTorch, offering standardized recipes, pretrained models, and integration of several widely used speaker verification architectures. The toolkit emphasizes reproducibility, by delivering transparent training pipelines, unified evaluation protocols and ready-to-use baselines across multiple corpora. Beyond conventional training and inference, Kiwano includes tools for benchmarking, experiment tracking and rapid prototyping of new architectures. To foster community adoption, the toolkit is distributed under the Apache 2.0 license, accompanied by comprehensive documentation and reproducible experiments. By lowering entry barriers and standardizing evaluation practices, Kiwano contributes a valuable resource for both academic research and applied development in speaker verification. The toolkit is publicly available at: https://github.com/kiwano-toolkit/kiwano/