MMCVSDASSep 21, 2025

VAInpaint: Zero-Shot Video-Audio inpainting framework with LLMs-driven Module

arXiv:2509.17022v1h-index: 7
Originality Incremental advance
AI Analysis

This addresses a crucial task in multimedia editing for content creators, though it appears incremental as it builds on existing segmentation, inpainting, and audio separation methods.

The paper tackles the problem of precisely removing objects and their corresponding audio from videos without affecting the rest of the scene, proposing VAInpaint, a zero-shot framework that achieves performance comparable to current benchmarks in both audio and video inpainting.

Video and audio inpainting for mixed audio-visual content has become a crucial task in multimedia editing recently. However, precisely removing an object and its corresponding audio from a video without affecting the rest of the scene remains a significant challenge. To address this, we propose VAInpaint, a novel pipeline that first utilizes a segmentation model to generate masks and guide a video inpainting model in removing objects. At the same time, an LLM then analyzes the scene globally, while a region-specific model provides localized descriptions. Both the overall and regional descriptions will be inputted into an LLM, which will refine the content and turn it into text queries for our text-driven audio separation model. Our audio separation model is fine-tuned on a customized dataset comprising segmented MUSIC instrument images and VGGSound backgrounds to enhance its generalization performance. Experiments show that our method achieves performance comparable to current benchmarks in both audio and video inpainting.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes