paper-with-me

홈 › Papers

DinoLizer: Separating VAE and Diffusion Artifacts in Generative Inpainting Localization

2025-11-25 · Minh Thong Doi, Jan Butora, Vincent Itier, Jérémie Boulanger, Patrick Bas arxiv

We introduce DinoLizer, a DINOv2-based localizer of manipulated areas in generative inpainting. The model is trained to focus on semantically altered regions by treating reconstructed areas outside the inpainted mask as a separate class, which yields significant improvements w.r.t. the conven- tional approach. We train the model with LORA on the Query and Value of the transformer blocks and simply add 1 linear layer on top of the backbone to predict manipulations on a 14 x 14 patch resolution. Because DINOv2 only accepts fixed- sized images, we use a sliding window approach to aggregate the predictions on larger images. Empirical results show that DinoLizer outperforms state-of-the-art methods on our proposed dataset and SOTA inpainting datasets. Furthermore, it is very robust to JPEG (double) compression. On average, DinoLizer achieves a 20% higher Intersection over Union score compared to the second best model. The code is publicly available here: https://github.com/anonyme610/dinolizer.

📄 PDF Abstract BibTeX arXiv:2511.20722

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Exploring the Capability of Text-to-Image Diffusion Models with Structural Edge Guidance for Multi-Spectral Satellite Image Inpainting

2023-11-06 · Mikolaj Czerkawski, Christos Tachtatzis

The letter investigates the utility of text-to-image inpainting models for satellite image data. Two technical challenges of injecting structural guiding signals into the generative process as well as translating the inp…

Image InpaintingTranslation

RI3D: Few-Shot Gaussian Splatting With Repair and Inpainting Diffusion Priors

2025-03-13 · Avinash Paliwal, Xilong Zhou, Wei Ye, Jinhui Xiong 외

In this paper, we propose RI3D, a novel 3DGS-based approach that harnesses the power of diffusion models to reconstruct high-quality novel views given a sparse set of input images. Our key contribution is separating the …

3DGS

3D-GIMP: When 3D Gaussian Inpainting Meets PatchMatch

2026-07-22 · Xuening Tian, Dieter Schmalstieg, Shohei Mori arxiv

Recent advances in 3D scene editing have leveraged iterative diffusion models to update input views. However, this process is computationally expensive and struggles to produce sharp details. Meanwhile, ``hallucination d…

3D Reconstruction3D scene EditingPatch Matching

Diffusion Brush: A Latent Diffusion Model-based Editing Tool for AI-generated Images

2023-05-31 · Peyman Gholami, Robert Xiao

Text-to-image generative models have made remarkable advancements in generating high-quality images. However, generated images often contain undesirable artifacts or other errors due to model limitations. Existing techni…

Image InpaintingImage-Variation

DiffuEraser: A Diffusion Model for Video Inpainting

2025-01-17 · Xiaowen Li, Haolan Xue, Peiran Ren, Liefeng Bo

Recent video inpainting algorithms integrate flow-based pixel propagation with transformer-based generation to leverage optical flow for restoring textures and objects using information from neighboring frames, while com…

modelOptical Flow EstimationVideo GenerationVideo Inpainting