CVNov 12, 2022

Line Drawing Guided Progressive Inpainting of Mural Damage

arXiv:2211.06649v231 citationsh-index: 28Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of restoring damaged murals for cultural heritage preservation, but it is incremental as it adapts existing inpainting techniques to a specific domain.

The paper tackles mural image inpainting, which is challenging due to varying subjects and large damaged areas, by proposing a line drawing guided progressive method that divides the process into structure reconstruction and color correction, resulting in superior qualitative and quantitative performance compared to state-of-the-art methods.

Mural image inpainting is far less explored compared to its natural image counterpart and remains largely unsolved. Most existing image-inpainting methods tend to take the target image as the only input and directly repair the damage to generate a visually plausible result. These methods obtain high performance in restoration or completion of some pre-defined objects, e.g., human face, fabric texture, and printed texts, etc., however, are not suitable for repairing murals with varying subjects and large damaged areas. Moreover, due to discrete colors in paints, mural inpainting may suffer from apparent color bias. To this end, in this paper, we propose a line drawing guided progressive mural inpainting method. It divides the inpainting process into two steps: structure reconstruction and color correction, implemented by a structure reconstruction network (SRN) and a color correction network (CCN), respectively. In structure reconstruction, SRN utilizes the line drawing as an assistant to achieve large-scale content authenticity and structural stability. In color correction, CCN operates a local color adjustment for missing pixels which reduces the negative effects of color bias and edge jumping. The proposed approach is evaluated against the current state-of-the-art image inpainting methods. Qualitative and quantitative results demonstrate the superiority of the proposed method in mural image inpainting. The codes and data are available at https://github.com/qinnzou/mural-image-inpainting.

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