paper-with-me

Papers

Large-scale unsupervised audio pre-training for video-to-speech synthesis

2023-06-27 · Triantafyllos Kefalas, Yannis Panagakis, Maja Pantic

Video-to-speech synthesis is the task of reconstructing the speech signal from a silent video of a speaker. Most established approaches to date involve a two-step process, whereby an intermediate representation from the video, such as a spectrogram, is extracted first and then passed to a vocoder to produce the raw audio. Some recent work has focused on end-to-end synthesis, whereby the generation of raw audio and any intermediate representations is performed jointly. All such approaches involve training on data from almost exclusively audio-visual datasets, i.e. every audio sample has a corresponding video sample. This precludes the use of abundant audio-only datasets which may not have a corresponding visual modality (e.g. audiobooks, radio podcasts, speech recognition datasets etc.), as well as audio-only architectures that have been developed by the audio machine learning community over the years. In this paper we propose to train encoder-decoder models on more than 3,500 hours of audio data at 24kHz, and then use the pre-trained decoders to initialize the audio decoders for the video-to-speech synthesis task. The pre-training step uses audio samples only and does not require labels or corresponding samples from other modalities (visual, text). We demonstrate that this pre-training step improves the reconstructed speech and that it is an unexplored way to improve the quality of the generator in a cross-modal task while only requiring samples from one of the modalities. We conduct experiments using both raw audio and mel spectrograms as target outputs and benchmark our models with existing work.

📄 PDF Abstract BibTeX arXiv:2306.15464

Code (0)

등록된 구현이 없습니다.

Tasks

speech-recognitionSpeech RecognitionSpeech Synthesis

Similar Papers 제목 키워드 기반

Cross-modal Embeddings for Video and Audio Retrieval

2018-01-07 · Didac Surís, Amanda Duarte, Amaia Salvador, Jordi Torres 외

The increasing amount of online videos brings several opportunities for training self-supervised neural networks. The creation of large scale datasets of videos such as the YouTube-8M allows us to deal with this large am…

Retrieval

Unsupervised Video Highlight Detection by Learning from Audio and Visual Recurrence

2024-07-18 · Zahidul Islam, Sujoy Paul, Mrigank Rochan

With the exponential growth of video content, the need for automated video highlight detection to extract key moments or highlights from lengthy videos has become increasingly pressing. This technology has the potential …

Highlight Detection

Self-Supervised Learning by Cross-Modal Audio-Video Clustering

2019-11-28 · NeurIPS 2020 12 · Humam Alwassel, Dhruv Mahajan, Bruno Korbar, Lorenzo Torresani 외

Visual and audio modalities are highly correlated, yet they contain different information. Their strong correlation makes it possible to predict the semantics of one from the other with good accuracy. Their intrinsic dif…

Action RecognitionAudio ClassificationClusteringDeep Clustering+4

Diffusion Models as Masked Audio-Video Learners

2023-10-05 · Elvis Nunez, Yanzi Jin, Mohammad Rastegari, Sachin Mehta 외

Over the past several years, the synchronization between audio and visual signals has been leveraged to learn richer audio-visual representations. Aided by the large availability of unlabeled videos, many unsupervised tr…

Audio ClassificationContrastive Learning

Unsupervised Audiovisual Synthesis via Exemplar Autoencoders

2020-01-13 · ICLR 2021 1 · Kangle Deng, Aayush Bansal, Deva Ramanan

We present an unsupervised approach that converts the input speech of any individual into audiovisual streams of potentially-infinitely many output speakers. Our approach builds on simple autoencoders that project out-of…