CVDec 2, 2024

Diffusion Models with Anisotropic Gaussian Splatting for Image Inpainting

arXiv:2412.01682v31 citationsh-index: 4
Originality Incremental advance
AI Analysis

This addresses the challenge of realistic image restoration for computer vision applications, though it appears incremental as it builds on existing diffusion models.

The paper tackled the problem of image inpainting by combining diffusion models with anisotropic Gaussian splatting to improve structural continuity and texture realism in large missing areas, resulting in outperforming state-of-the-art techniques with enhanced structural integrity and texture realism.

Image inpainting is a fundamental task in computer vision, aiming to restore missing or corrupted regions in images realistically. While recent deep learning approaches have significantly advanced the state-of-the-art, challenges remain in maintaining structural continuity and generating coherent textures, particularly in large missing areas. Diffusion models have shown promise in generating high-fidelity images but often lack the structural guidance necessary for realistic inpainting. We propose a novel inpainting method that combines diffusion models with anisotropic Gaussian splatting to capture both local structures and global context effectively. By modeling missing regions using anisotropic Gaussian functions that adapt to local image gradients, our approach provides structural guidance to the diffusion-based inpainting network. The Gaussian splat maps are integrated into the diffusion process, enhancing the model's ability to generate high-fidelity and structurally coherent inpainting results. Extensive experiments demonstrate that our method outperforms state-of-the-art techniques, producing visually plausible results with enhanced structural integrity and texture realism.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes