Braille-to-Speech Generator: Audio Generation Based on Joint Fine-Tuning of CLIP and Fastspeech2
Chun Xu, En-Wei Sun
TL;DR
The paper tackles Braille-to-speech for Chinese visually impaired users under data-scarce conditions by proposing a two-stage CLIP-KNN-Fastspeech2 system. It pre-trains Chinese CLIP on MUGE and Fastspeech2 on Baker, then fine-tunes on a Braille-pinyin dataset BIT, using a CLIP-based image-text stage with KNN retrieval and a Fastspeech2-based text-to-audio stage with a variance adaptor and HiFi-GAN vocoder; the overall objective combines $Loss_{i-t}$ and $Loss_{t-a}$ as $Loss_{total}=\lambda_1 Loss_{i-t}+\lambda_2 Loss_{t-a}$ with $\lambda_1=\lambda_2=0.5$. Across Flickr8k, VGGSound, ImageHear, and the self-built BIT dataset, the model achieves favorable objective and perceptual metrics (e.g., BLEU/METEOR/CS/FAD and WER/MOS), demonstrating data-efficient and robust cross-modal translation in Chinese. The approach advances Braille-to-audio generation for visually impaired users, offering practical benefits in low-resource language contexts and informing cross-modal design with a two-stage image-text-audio framework.
Abstract
An increasing number of Chinese people are troubled by different degrees of visual impairment, which has made the modal conversion between a single image or video frame in the visual field and the audio expressing the same information a research hotspot. Deep learning technologies such as OCR+Vocoder and Im2Wav enable English audio synthesis or image-to-sound matching in a self-supervised manner. However, the audio data used for training is limited and English is not universal for visually impaired people with different educational levels. Therefore, for the sake of solving the problems of data volume and language applicability to improve the reading efficiency of visually impaired people, a set of image-to-speech framework CLIP-KNN-Fastspeech2 based on the Chinese context was constructed. The framework integrates multiple basic models and adopts the strategy of independent pre-training and joint fine-tuning. First, the Chinese CLIP and Fastspeech2 text-to-speech models were pre-trained on two public datasets, MUGE and Baker, respectively, and their convergence was verified. Subsequently, joint fine-tuning was performed using a self-built Braille image dataset. Experimental results on multiple public datasets such as VGGSound, Flickr8k, ImageHear, and the self-built Braille dataset BIT-DP show that the model has improved objective indicators such as BLEU4,FAD(Fréchet Audio Distance), WER(Word Error Ratio), and even inference speed. This verifies that the constructed model still has the ability to synthesize high-quality speech under limited data, and also proves the effectiveness of the joint training strategy that integrates multiple basic models.
