paper-with-me

홈 › Papers

GIID-Net: Generalizable Image Inpainting Detection via Neural Architecture Search and Attention

2021-01-19 · Haiwei Wu, Jiantao Zhou

Deep learning (DL) has demonstrated its powerful capabilities in the field of image inpainting, which could produce visually plausible results. Meanwhile, the malicious use of advanced image inpainting tools (e.g. removing key objects to report fake news) has led to increasing threats to the reliability of image data. To fight against the inpainting forgeries, in this work, we propose a novel end-to-end Generalizable Image Inpainting Detection Network (GIID-Net), to detect the inpainted regions at pixel accuracy. The proposed GIID-Net consists of three sub-blocks: the enhancement block, the extraction block and the decision block. Specifically, the enhancement block aims to enhance the inpainting traces by using hierarchically combined special layers. The extraction block, automatically designed by Neural Architecture Search (NAS) algorithm, is targeted to extract features for the actual inpainting detection tasks. In order to further optimize the extracted latent features, we integrate global and local attention modules in the decision block, where the global attention reduces the intra-class differences by measuring the similarity of global features, while the local attention strengthens the consistency of local features. Furthermore, we thoroughly study the generalizability of our GIID-Net, and find that different training data could result in vastly different generalization capability. Extensive experimental results are presented to validate the superiority of the proposed GIID-Net, compared with the state-of-the-art competitors. Our results would suggest that common artifacts are shared across diverse image inpainting methods. Finally, we build a public inpainting dataset of 10K image pairs for the future research in this area.

📄 PDF Abstract BibTeX arXiv:2101.07419

Code (1)

HighwayWu/InpaintingForensics 공식 구현 tf

Tasks

Image InpaintingNeural Architecture Search

Methods 이 논문이 사용한 방법론

Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.

Similar Papers 제목 키워드 기반

Dense Feature Interaction Network for Image Inpainting Localization

2024-08-05 · Ye Yao, Tingfeng Han, Shan Jia, Siwei Lyu

Image inpainting, which is the task of filling in missing areas in an image, is a common image editing technique. Inpainting can be used to conceal or alter image contents in malicious manipulation of images, driving the…

Image Inpainting

Enhanced Wavelet Scattering Network for image inpainting detection

2024-09-25 · Barglazan Adrian-Alin, Brad Remus

The rapid advancement of image inpainting tools, especially those aimed at removing artifacts, has made digital image manipulation alarmingly accessible. This paper proposes several innovative ideas for detecting inpaint…

Image InpaintingImage ManipulationTexture Classification

Noise Doesn't Lie: Towards Universal Detection of Deep Inpainting

2021-06-03 · Ang Li, Qiuhong Ke, Xingjun Ma, Haiqin Weng 외

Deep image inpainting aims to restore damaged or missing regions in an image with realistic contents. While having a wide range of applications such as object removal and image recovery, deep inpainting techniques also h…

Image Inpainting

Unsupervised Raindrop Removal from a Single Image using Conditional Diffusion Models

2025-05-13 · Lhuqita Fazry, Valentino Vito

Raindrop removal is a challenging task in image processing. Removing raindrops while relying solely on a single image further increases the difficulty of the task. Common approaches include the detection of raindrop regi…

Generative Adversarial NetworkImage InpaintingRaindrop RemovalRain Removal

MVSS-Net: Multi-View Multi-Scale Supervised Networks for Image Manipulation Detection

2021-12-16 · Chengbo Dong, Xinru Chen, Ruohan Hu, Juan Cao 외

As manipulating images by copy-move, splicing and/or inpainting may lead to misinterpretation of the visual content, detecting these sorts of manipulations is crucial for media forensics. Given the variety of possible at…

Image ManipulationImage Manipulation DetectionImage Manipulation LocalizationSemantic Segmentation+1