Netflix Open-Sources VOID: The AI Framework That Erases Video Objects and Rewrites the Physics They Left Behind
Netflix has open-sourced VOID, an AI framework that removes objects from video scenes and automatically reconstructs the physical consequences they left — shadows, reflections, occlusions, and lighting effects included. It is among the most technically sophisticated video AI tools released to the public.

D.O.T.S AI Newsroom
AI News Desk
Netflix has released VOID (Video Object Inpainting and Dynamics) as an open-source framework — a system capable of removing objects from video footage while automatically reconstructing the physical effects those objects had on the surrounding scene.
Traditional video inpainting fills in the pixels where a removed object was. VOID goes several steps further: it identifies and reconstructs the downstream physical effects the removed object produced — the shadow it cast, the reflections it generated, the occlusions it created against other objects, and the lighting changes it contributed to. The result is a removal that is physically consistent rather than merely visually filled.
Why This Is Technically Hard
Object removal in video has historically required frame-by-frame manual work from visual effects artists precisely because of these physical consistency challenges. A shadow belongs to an object, but it also falls on other surfaces. A reflection in a wet road is generated by light hitting an object, not just the object itself. Removing the source without removing the downstream effects produces immediately detectable artifacts — the kind that trained eyes and, increasingly, AI detectors flag instantly.
VOID addresses this by modeling physical causality, not just pixel similarity. The framework includes a dynamics module that traces which visual elements in the scene are causally downstream of the removed object and regenerates them in a physically consistent way. This is significantly more compute-intensive than standard inpainting but produces results that hold up to scrutiny.
Netflix's Motivation
For Netflix, the practical applications are immediate: post-production corrections on completed footage, removing filming equipment that made it into frame, and updating brand placements or licensing-sensitive content for different markets. The company is one of the world's largest buyers of visual effects work, and a tool that reduces manual VFX hours has direct cost implications.
The decision to open-source the framework is notable. Netflix has a history of open-sourcing infrastructure tools — most famously Chaos Monkey and the Conductor workflow engine — but releasing production-grade video AI is a larger step. The company says it is contributing to the research community and expects external improvements to flow back into its own tooling.
Dual-Use Considerations
A tool this capable at physically consistent object removal has obvious dual-use potential. VOID is significantly more powerful than consumer deepfake tools — it handles the physical consistency problem that makes most such tools detectable. Netflix has included detection-resistance mitigations in the open-source release, including watermarking hooks and provenance metadata. Whether these safeguards hold against adversarial use at scale is an open question the security community will now evaluate.