← Latest papers
💻 computer science

GenEraser: Generalizable Video Object Removal via Balanced Text-Mask Guidance and Decoupled Locator-Preserver

GenEraser is a novel framework that achieves generalized and high-fidelity video object and effect removal in open-world scenarios by leveraging multi-conditional mixture-of-experts with bipartite text guidance, a learnable deep CFG fusion mechanism for adaptive condition balancing, and a decoupled locator-preserver architecture to resolve the trade-off between semantic generalization and pixel-level preservation.

Original authors: Yuqing Chen, Lin Liu, Haisu Wu, Xiaopeng Zhang, Yaowei Wang, Yujiu Yang, Qi Tian

Published 2026-05-29
📖 4 min read☕ Coffee break read

Original authors: Yuqing Chen, Lin Liu, Haisu Wu, Xiaopeng Zhang, Yaowei Wang, Yujiu Yang, Qi Tian

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are editing a home video. You want to remove a person who walked into the frame, but when you simply "cut them out," you're left with weird artifacts: their shadow is still on the ground, the reflection in the mirror is still there, or the smoke from a cigarette they were holding is floating in mid-air. It looks fake and messy.

GenEraser is a new AI tool designed to solve this problem. Think of it as a "digital magic eraser" that doesn't just cut out the object but also cleans up all the messy side effects it left behind, making the scene look like the object was never there at all.

Here is how the paper explains its three main "superpowers" using simple analogies:

1. The "Bilingual Translator" (Bipartite Text Guidance)

Most old video editors only look at a mask (a yellow outline drawn around the object to be removed). They assume that if you remove the object, everything else disappears too. But the AI often gets confused. If you erase a car, the AI might forget to erase the tire smoke or the shadow the car cast.

GenEraser uses a translator approach. Instead of just showing the AI a picture of what to cut, it gives it a two-part description:

  • Part A (Red Text): "Remove the car."
  • Part B (Yellow Text): "Also remove the smoke, the shadow, and the reflection."

By reading this description, the AI understands the story of the scene. It knows that smoke and shadows are "causal effects"—things that happen because the car is there. This helps the AI find and erase tricky things like light beams, ripples in water, or reflections in a mirror that a simple outline would miss.

2. The "Smart Mixer" (Learnable Deep CFG Fusion)

Imagine you are cooking a soup. Sometimes you need more salt (text guidance) to get the flavor right, and sometimes you need more water (mask guidance) to fill the pot. If you just add a fixed amount of salt every time, the soup might taste terrible in some recipes.

Old AI tools use a fixed recipe (manual tuning) to decide how much to listen to the text description versus the visual outline. GenEraser uses a Smart Mixer. It looks at the specific video scene and automatically adjusts the balance in real-time.

  • If the scene is full of complex smoke, it turns up the "text volume" to understand what smoke looks like.
  • If the scene is a simple object on a plain wall, it turns up the "mask volume" to be precise about the edges.

This "Smart Mixer" learns on its own how to balance these two instructions for every single video, so you don't have to guess the settings.

3. The "Two-Worker Team" (Decoupled Locator and Preserver)

The paper points out a common problem: trying to do two very different jobs with one person often leads to failure.

  • Job A: Find and erase the object (requires being bold and general).
  • Job B: Keep the background looking perfect (requires being careful and precise).

If you train one AI model to do both, it often gets confused. It might erase the object well but ruin the background, or keep the background perfect but leave a ghost of the object behind.

GenEraser solves this by hiring two specialized workers:

  • The Locator: This worker is trained on many different types of videos (synthetic and real). Its only job is to be a "hunter." It learns to spot objects and their weird effects (like shadows) in any environment and erase them. It is good at generalizing (handling new, weird situations).
  • The Preserver: This worker is trained on "perfect" data where the background is pixel-perfect. Its only job is to be a "restorer." It ensures that the parts of the video not being erased look exactly like the original. It is good at precision.

By separating these jobs, the team works better together. The Locator finds the mess, and the Preserver fixes the background, resulting in a clean, realistic video.

The Result

The paper tested GenEraser against other top methods and found it to be the best. It successfully removed difficult things like:

  • Smoke from a car tire.
  • Bubbles from a dolphin.
  • Light emitted by a lamp.
  • Reflections in a mirror.
  • Shadows cast by people or objects.

In short, GenEraser is a video editing tool that understands the physics of a scene (light, shadows, smoke) by reading a description, automatically balances its own settings, and uses a specialized two-person team to ensure the final video looks natural and clean.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →