Listen and Move: Improving GANs Coherency in Agnostic Sound-to-Video Generation
Rafael Redondo
TL;DR
This work tackles the challenge of generating temporally coherent videos from agnostic audio signals using GANs. It introduces a triple sound routing scheme, a residual multi-scale DilatedRNN for extended audio analysis, and a directional ConvGRU-based video prediction layer to jointly improve frame fidelity and motion consistency. Across ablations and robustness tests, each component yields improvements in perceptual and temporal metrics, demonstrating better resilience to audio distribution shifts. The approach advances generic sound-to-video generation with practical implications, while noting computational costs and ethical considerations inherent to realistic audiovisual synthesis.
Abstract
Deep generative models have demonstrated the ability to create realistic audiovisual content, sometimes driven by domains of different nature. However, smooth temporal dynamics in video generation is a challenging problem. This work focuses on generic sound-to-video generation and proposes three main features to enhance both image quality and temporal coherency in generative adversarial models: a triple sound routing scheme, a multi-scale residual and dilated recurrent network for extended sound analysis, and a novel recurrent and directional convolutional layer for video prediction. Each of the proposed features improves, in both quality and coherency, the baseline neural architecture typically used in the SoTA, with the video prediction layer providing an extra temporal refinement.
