Search papers, labs, and topics across Lattice.
The paper introduces VOID, a video object removal framework that addresses the challenge of maintaining physical plausibility when removing objects with significant interactions in videos. They generate a paired dataset using Kubric and HUMOTO to train the model on counterfactual object removals that necessitate altering downstream physical interactions. VOID leverages a vision-language model to identify affected regions and guides a video diffusion model to generate physically consistent counterfactual outcomes, outperforming existing methods in preserving scene dynamics.
Removing an object from a video isn't just about inpainting what's behind it; VOID ensures the *downstream physics* still make sense.
Existing video object removal methods excel at inpainting content"behind"the object and correcting appearance-level artifacts such as shadows and reflections. However, when the removed object has more significant interactions, such as collisions with other objects, current models fail to correct them and produce implausible results. We present VOID, a video object removal framework designed to perform physically-plausible inpainting in these complex scenarios. To train the model, we generate a new paired dataset of counterfactual object removals using Kubric and HUMOTO, where removing an object requires altering downstream physical interactions. During inference, a vision-language model identifies regions of the scene affected by the removed object. These regions are then used to guide a video diffusion model that generates physically consistent counterfactual outcomes. Experiments on both synthetic and real data show that our approach better preserves consistent scene dynamics after object removal compared to prior video object removal methods. We hope this framework sheds light on how to make video editing models better simulators of the world through high-level causal reasoning.