Ayush Thakur
  • About Me
  • Authoring
    • DeepFaceDrawing: An Overview
    • Rewriting a Deep Generative Model: An Overview
    • Unsupervised Visual Representation Learning with SwAV
    • In-Domain GAN Inversion for Real Image Editing
    • Metric Learning for Image Search
    • Object Localization with Keras and W&B
    • Image Segmentation Using Keras and W&B
    • Understanding the Effectivity of Ensembles in DL
    • Modern Data Augmentation Techniques for CV
    • Adversarial Latent Autoencoders
    • Towards Deep Generative Modeling with W&B
    • Interpretability in Deep Learning - CAM and GradCAM
    • Introduction to image inpainting with deep learning
    • Simple Ways to Tackle Class Imbalance
    • Debugging Neural Networks with PyTorch
    • Generating Digital Painting Lighting Effects
    • Multi Task Learning with W&B
    • Translate American Sign Language Using CNN
    • Converting FC Layers to Conv Layers
  • Projects
    • Smart Traffic Management Using Reinforcement Learning
    • Sign Language Translator
Powered by GitBook
On this page
  • ​🤠 Read the full article here.
  • ​😼 Check out the GitHub repo here.

Was this helpful?

  1. Authoring

Introduction to image inpainting with deep learning

PreviousInterpretability in Deep Learning - CAM and GradCAMNextSimple Ways to Tackle Class Imbalance

Last updated 4 years ago

Was this helpful?

In this article, we are going to learn how to do “image inpainting”, i.e. fill in missing parts of images precisely using deep learning. We’ll first discuss what image inpainting really means and the possible use cases that it can cater to . Next we’ll discuss some traditional image inpainting techniques and their shortcomings. Finally, we’ll see how to train a neural network that is capable of performing image inpainting with the CIFAR10 dataset. Here is the brief outline of the article:

  • Introduction to image inpainting

  • Traditional computer vision-based approaches

  • Deep learning-based approaches – Vanilla Autoencoders and Partial convolutions

  • Future directions and ending note

​🤠 Read the full article .

​😼 Check out the GitHub repo .

In colaboration with .

here
here
Sayak Paul