Object Removal by Exemplar-Based Inpainting

Abstract

A new algorithm is proposed for removing large objects from digital images. The challenge is to fill in the hole that is left behind in a visually plausible way. In the past, this problem has been addressed by two classes of algorithms: (i) "texture synthesis" algorithms for generating large image regions from sample textures, and (ii) "inpainting" techniques for filling in small image gaps. The former work well for "textures" - repeating two dimensional patterns with some stochasticity; the latter focus on linear "structures" which can be thought of as one dimensional patterns, such as lines and object contours. This paper presents a novel and efficient algorithm that combines the advantages of these two approaches. We first note that exemplar-based texture synthesis contains the essential process required to replicate both texture and structure; the success of structure propagation, however, is highly dependent on the order in which the filling proceeds. We propose a best-first algorithm in which the confidence in the synthesized pixel values is propagated in a manner similar to the propagation of information in inpainting. The actual color values are computed using exemplar-based synthesis. Computational efficiency is achieved by a block-based sampling process. A number of examples on real and synthetic images demonstrate the effectiveness of our algorithm in removing large occluding objects as well as thin scratches. Robustness with respect to the shape of the manually selected target region is also demonstrated. Our results compare favorably to those obtained by existing techniques.

Cite

Text

Criminisi et al. "Object Removal by Exemplar-Based Inpainting." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2003. doi:10.1109/CVPR.2003.1211538

Markdown

[Criminisi et al. "Object Removal by Exemplar-Based Inpainting." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2003.](https://mlanthology.org/cvpr/2003/criminisi2003cvpr-object/) doi:10.1109/CVPR.2003.1211538

BibTeX

@inproceedings{criminisi2003cvpr-object,
  title     = {{Object Removal by Exemplar-Based Inpainting}},
  author    = {Criminisi, Antonio and Pérez, Patrick and Toyama, Kentaro},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2003},
  pages     = {721-728},
  doi       = {10.1109/CVPR.2003.1211538},
  url       = {https://mlanthology.org/cvpr/2003/criminisi2003cvpr-object/}
}