paper-with-me

홈 › Papers

Audio-to-Score Conversion Model Based on Whisper methodology

2024-10-22 · Hongyao Zhang, Bohang Sun

This thesis develops a Transformer model based on Whisper, which extracts melodies and chords from music audio and records them into ABC notation. A comprehensive data processing workflow is customized for ABC notation, including data cleansing, formatting, and conversion, and a mutation mechanism is implemented to increase the diversity and quality of training data. This thesis innovatively introduces the "Orpheus' Score", a custom notation system that converts music information into tokens, designs a custom vocabulary library, and trains a corresponding custom tokenizer. Experiments show that compared to traditional algorithms, the model has significantly improved accuracy and performance. While providing a convenient audio-to-score tool for music enthusiasts, this work also provides new ideas and tools for research in music information processing.

📄 PDF Abstract BibTeX arXiv:2410.17209

Code (0)

등록된 구현이 없습니다.

Tasks

Diversity

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Whisper-MLA: Reducing GPU Memory Consumption of ASR Models based on MHA2MLA Conversion

2026-02-28 · Sen Zhang, Jianguo Wei, Wenhuan Lu, Xianghu Yue 외 arxiv

The Transformer-based Whisper model has achieved state-of-the-art performance in Automatic Speech Recognition (ASR). However, its Multi-Head Attention (MHA) mechanism results in significant GPU memory consumption due to …

Speech Recognition

MaskCycleGAN-based Whisper to Normal Speech Conversion

2024-08-27 · K. Rohith Gupta, K. Ramnath, S. Johanan Joysingh, P. Vijayalakshmi 외

Whisper to normal speech conversion is an active area of research. Various architectures based on generative adversarial networks have been proposed in the recent past. Especially, recent study shows that MaskCycleGAN, w…

Generative Adversarial NetworkVoice Conversion

POWSM: A Phonetic Open Whisper-Style Speech Foundation Model

2025-10-28 · Chin-Jou Li, Kalvin Chang, Shikhar Bharadwaj, Eunjung Yeo 외 arxiv

Recent advances in spoken language processing have led to substantial progress in phonetic tasks such as automatic speech recognition (ASR), phone recognition (PR), grapheme-to-phoneme conversion (G2P), and phoneme-to-gr…

Speech Recognition

A Study on Zero-shot Non-intrusive Speech Assessment using Large Language Models

2024-09-16 · Ryandhimas E. Zezario, Sabato M. Siniscalchi, Hsin-Min Wang, Yu Tsao

This work investigates two strategies for zero-shot non-intrusive speech assessment leveraging large language models. First, we explore the audio analysis capabilities of GPT-4o. Second, we propose GPT-Whisper, which use…

Automatic Speech RecognitionPrompt Engineeringspeech-recognitionSpeech Recognition

End-to-End Whisper to Natural Speech Conversion using Modified Transformer Network

2020-04-20 · Abhishek Niranjan, Mukesh Sharma, Sai Bharath Chandra Gutha, M Ali Basha Shaik

Machine recognition of an atypical speech like whispered speech, is a challenging task. We introduce whisper-to-natural-speech conversion using sequence-to-sequence approach by proposing enhanced transformer architecture…

DecoderSpeech Recognition