Table of Contents
Fetching ...

Blind Inpainting with Object-aware Discrimination for Artificial Marker Removal

Xuechen Guo, Wenhao Hu, Chiming Ni, Wenhao Chai, Shiyan Li, Gaoang Wang

TL;DR

A novel blind inpainting method that automatically reconstructs visual contents within the corrupted regions without mask input as guidance is proposed, confirming better performance over other state-of-the-art methods.

Abstract

Medical images often incorporate doctor-added markers that can hinder AI-based diagnosis. This issue highlights the need of inpainting techniques to restore the corrupted visual contents. However, existing methods require manual mask annotation as input, limiting the application scenarios. In this paper, we propose a novel blind inpainting method that automatically reconstructs visual contents within the corrupted regions without mask input as guidance. Our model includes a blind reconstruction network and an object-aware discriminator for adversarial training. The reconstruction network contains two branches that predict corrupted regions in images and simultaneously restore the missing visual contents. Leveraging the potent recognition capability of a dense object detector, the object-aware discriminator ensures markers undetectable after inpainting. Thus, the restored images closely resemble the clean ones. We evaluate our method on three datasets of various medical imaging modalities, confirming better performance over other state-of-the-art methods.

Blind Inpainting with Object-aware Discrimination for Artificial Marker Removal

TL;DR

A novel blind inpainting method that automatically reconstructs visual contents within the corrupted regions without mask input as guidance is proposed, confirming better performance over other state-of-the-art methods.

Abstract

Medical images often incorporate doctor-added markers that can hinder AI-based diagnosis. This issue highlights the need of inpainting techniques to restore the corrupted visual contents. However, existing methods require manual mask annotation as input, limiting the application scenarios. In this paper, we propose a novel blind inpainting method that automatically reconstructs visual contents within the corrupted regions without mask input as guidance. Our model includes a blind reconstruction network and an object-aware discriminator for adversarial training. The reconstruction network contains two branches that predict corrupted regions in images and simultaneously restore the missing visual contents. Leveraging the potent recognition capability of a dense object detector, the object-aware discriminator ensures markers undetectable after inpainting. Thus, the restored images closely resemble the clean ones. We evaluate our method on three datasets of various medical imaging modalities, confirming better performance over other state-of-the-art methods.
Paper Structure (12 sections, 7 equations, 6 figures, 3 tables)

This paper contains 12 sections, 7 equations, 6 figures, 3 tables.

Figures (6)

  • Figure 1: Blind vs. Non-blind inpainting model. The blind one restores corrupted images without requiring mask annotation.
  • Figure 2: The proposed blind inpainting model consisted of a two-branch reconstruction network $f_{\theta}$ and an object-aware discriminator $d_{\omega}$. In $f_{\theta}$, one branch $f_{\theta_1}$ implements the inpainting task, while the other branch $f_{\theta_2}$ estimates mask of corrupted regions. $d_{\omega}$ follows the structure of dense object detectors to ensure the localization of corrupted regions.
  • Figure 3: Motivation verify: Qualitative comparison.
  • Figure 4: Qualitative comparison. Our model generates visually appealing results. Other models exhibit varying levels of restoration failure.
  • Figure 5: Results of two-branch generator included mask prediction branch $f_{\theta_2}$ and inpainting branch $f_{\theta_1}$ when training.
  • ...and 1 more figures