paper-with-me

홈 › Papers

BrushNet: A Plug-and-Play Image Inpainting Model with Decomposed Dual-Branch Diffusion

2024-03-11 · Xuan Ju, Xian Liu, Xintao Wang, Yuxuan Bian, Ying Shan, Qiang Xu

Image inpainting, the process of restoring corrupted images, has seen significant advancements with the advent of diffusion models (DMs). Despite these advancements, current DM adaptations for inpainting, which involve modifications to the sampling strategy or the development of inpainting-specific DMs, frequently suffer from semantic inconsistencies and reduced image quality. Addressing these challenges, our work introduces a novel paradigm: the division of masked image features and noisy latent into separate branches. This division dramatically diminishes the model's learning load, facilitating a nuanced incorporation of essential masked image information in a hierarchical fashion. Herein, we present BrushNet, a novel plug-and-play dual-branch model engineered to embed pixel-level masked image features into any pre-trained DM, guaranteeing coherent and enhanced image inpainting outcomes. Additionally, we introduce BrushData and BrushBench to facilitate segmentation-based inpainting training and performance assessment. Our extensive experimental analysis demonstrates BrushNet's superior performance over existing models across seven key metrics, including image quality, mask region preservation, and textual coherence.

📄 PDF Abstract BibTeX arXiv:2403.06976

Code (1)

tencentarc/brushnet 공식 구현 jax

Tasks

Image Inpainting

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

TurboFill: Adapting Few-step Text-to-image Model for Fast Image Inpainting

2025-01-01 · CVPR 2025 1 · Liangbin Xie, Daniil Pakhomov, Zhonghao Wang, Zongze Wu 외

This paper introduces TurboFill, a fast image inpainting model that enhances a few-step text-to-image diffusion model with an inpainting adapter for high-quality and efficient inpainting. While standard diffusion mod…

Image Inpainting

From Artefact to Insight: Efficient Low-Rank Adaptation of BrushNet for Scanning Probe Microscopy Image Restoration

2026-03-16 · Ziwei Wei, Yao Shen, Wanheng Lu, Ghim Wei Ho 외 arxiv

Scanning Probe Microscopy or SPM offers nanoscale resolution but is frequently marred by structured artefacts such as line scan dropout, gain induced noise, tip convolution, and phase hops. While most available methods t…

Image Restoration

Edicho: Consistent Image Editing in the Wild

2024-12-30 · Qingyan Bai, Hao Ouyang, Yinghao Xu, Qiuyu Wang 외

As a verified need, consistent editing across in-the-wild images remains a technical challenge arising from various unmanageable factors, like object poses, lighting conditions, and photography environments. Edicho steps…

Denoising

Trans-Adapter: A Plug-and-Play Framework for Transparent Image Inpainting

2025-08-01 · Yuekun Dai, Haitian Li, Shangchen Zhou, Chen Change Loy arxiv

RGBA images, with the additional alpha channel, are crucial for any application that needs blending, masking, or transparency effects, making them more versatile than standard RGB images. Nevertheless, existing image inp…

Image InpaintingImage Matting

Denoising Diffusion Models for Plug-and-Play Image Restoration

2023-05-15 · Yuanzhi Zhu, Kai Zhang, Jingyun Liang, JieZhang Cao 외

Plug-and-play Image Restoration (IR) has been widely recognized as a flexible and interpretable method for solving various inverse problems by utilizing any off-the-shelf denoiser as the implicit image prior. However, mo…

DeblurringDenoisingImage DeblurringImage Generation+2