Abstract
The recent wave of AI-generated content (AIGC) has witnessed substantialsuccess in computer vision, with the diffusion model playing a crucial role inthis achievement. Due to their impressive generative capabilities, diffusionmodels are gradually superseding methods based on GANs and auto-regressiveTransformers, demonstrating exceptional performance not only in imagegeneration and editing, but also in the realm of video-related research.However, existing surveys mainly focus on diffusion models in the context ofimage generation, with few up-to-date reviews on their application in the videodomain. To address this gap, this paper presents a comprehensive review ofvideo diffusion models in the AIGC era. Specifically, we begin with a conciseintroduction to the fundamentals and evolution of diffusion models.Subsequently, we present an overview of research on diffusion models in thevideo domain, categorizing the work into three key areas: video generation,video editing, and other video understanding tasks. We conduct a thoroughreview of the literature in these three key areas, including furthercategorization and practical contributions in the field. Finally, we discussthe challenges faced by research in this domain and outline potential futuredevelopmental trends. A comprehensive list of video diffusion models studied inthis survey is available athttps://github.com/ChenHsing/Awesome-Video-Diffusion-Models.