paper-with-me

Papers

MagicEraser: Erasing Any Objects via Semantics-Aware Control

2024-10-14 · Fan Li, Zixiao Zhang, Yi Huang, Jianzhuang Liu, Renjing Pei, Bin Shao, Songcen Xu

The traditional image inpainting task aims to restore corrupted regions by referencing surrounding background and foreground. However, the object erasure task, which is in increasing demand, aims to erase objects and generate harmonious background. Previous GAN-based inpainting methods struggle with intricate texture generation. Emerging diffusion model-based algorithms, such as Stable Diffusion Inpainting, exhibit the capability to generate novel content, but they often produce incongruent results at the locations of the erased objects and require high-quality text prompt inputs. To address these challenges, we introduce MagicEraser, a diffusion model-based framework tailored for the object erasure task. It consists of two phases: content initialization and controllable generation. In the latter phase, we develop two plug-and-play modules called prompt tuning and semantics-aware attention refocus. Additionally, we propose a data construction strategy that generates training data specially suitable for this task. MagicEraser achieves fine and effective control of content generation while mitigating undesired artifacts. Experimental results highlight a valuable advancement of our approach in the object erasure task.

📄 PDF Abstract BibTeX arXiv:2410.10207

Code (1)

lifan724/magic_eraser 공식 구현

Tasks

Image InpaintingObjectTexture Synthesis

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.

Similar Papers 제목 키워드 기반

NETNet: Neighbor Erasing and Transferring Network for Better Single Shot Object Detection

2020-01-18 · CVPR 2020 6 · Yazhao Li, Yanwei Pang, Jianbing Shen, Jiale Cao 외

Due to the advantages of real-time detection and improved performance, single-shot detectors have gained great attention recently. To solve the complex scale variations, single-shot detectors make scale-aware predictions…

Objectobject-detectionObject Detection

SESAME: Semantic Editing of Scenes by Adding, Manipulating or Erasing Objects

2020-04-10 · ECCV 2020 8 · Evangelos Ntavelis, Andrés Romero, Iason Kastanis, Luc van Gool 외

Recent advances in image generation gave rise to powerful tools for semantic image editing. However, existing approaches can either operate on a single image or require an abundance of additional information. They are no…

Image GenerationImage ManipulationImage-to-Image Translation

All but One: Surgical Concept Erasing with Model Preservation in Text-to-Image Diffusion Models

2023-12-20 · Seunghoo Hong, Juhun Lee, Simon S. Woo

Text-to-Image models such as Stable Diffusion have shown impressive image generation synthesis, thanks to the utilization of large-scale datasets. However, these datasets may contain sexually explicit, copyrighted, or un…

AllImage Generation

Self-Supervised Text Erasing with Controllable Image Synthesis

2022-04-27 · Gangwei Jiang, Shiyao Wang, Tiezheng Ge, Yuning Jiang 외

Recent efforts on scene text erasing have shown promising results. However, existing methods require rich yet costly label annotations to obtain robust models, which limits the use for practical applications. To this end…

Image GenerationTriplet

EffectErase: Joint Video Object Removal and Insertion for High-Quality Effect Erasing

2026-03-19 · Yang Fu, Yike Zheng, Ziyun Dai, Henghui Ding arxiv

Video object removal aims to eliminate dynamic target objects and their visual effects, such as deformation, shadows, and reflections, while restoring seamless backgrounds. Recent diffusion-based video inpainting and obj…

Video Inpainting