Network Bending of Diffusion Models for Audio-Visual Generation
Luke Dzwonczyk, Carmine Emanuele Cella, David Ban
TL;DR
The paper addresses how to make diffusion-based audio-visual generation artistically expressive with continuous control. It introduces network bending applied to Stable Diffusion, inserting operators into the U-Net and conditioning them on audio features to steer framewise generation, with diffusion timesteps $t$ guiding the evolution from noise to image. A taxonomy of operators (point-wise, tensor, morphological) is developed and demonstrated through two audio-to-video pipelines, yielding effects from color adjustments to scene changes and semantic shifts. The authors provide code and example videos, highlighting a path toward learned, cross-modal control and suggesting avenues for operator learning and extension to other generative models.
Abstract
In this paper we present the first steps towards the creation of a tool which enables artists to create music visualizations using pre-trained, generative, machine learning models. First, we investigate the application of network bending, the process of applying transforms within the layers of a generative network, to image generation diffusion models by utilizing a range of point-wise, tensor-wise, and morphological operators. We identify a number of visual effects that result from various operators, including some that are not easily recreated with standard image editing tools. We find that this process allows for continuous, fine-grain control of image generation which can be helpful for creative applications. Next, we generate music-reactive videos using Stable Diffusion by passing audio features as parameters to network bending operators. Finally, we comment on certain transforms which radically shift the image and the possibilities of learning more about the latent space of Stable Diffusion based on these transforms.
