Skip to content

A list of papers and other resources on deep learning with anime style images.

Notifications You must be signed in to change notification settings

shubhampachori12110095/DeepLearningAnimePapers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 

Repository files navigation

DeepLearningAnimePapers

A list of papers and other resources on computer vision and deep learning with anime style images. Contributions welcome!

Contents

Anime Datasets

  • 2000 anime/manga images with 2D pose annotations [github] (Last updated June 10 2015)
  • 109 manga volumes from the 1970s to 2010s [link]
  • 2.9+ million images database from Danbooru with tags [link] (Last updated Jan 23 2018)

Anime Papers

Anime Colorization

  • Into the Colorful World of Webtoons: Through the Lens of Neural Networks [semanticscholar] (2017)
  • Style Transfer for Anime Sketches with Enhanced Residual U-net and Auxiliary Classifier GAN [arXiv] (June 11 2017)
  • cGAN-based Manga Colorization Using a Single Training Image [arXiv] (June 21 2017)

Anime Generation

  • Towards the Automatic Anime Characters Creation with Generative Adversarial Networks [arXiv] (August 18 2017)

Anime Inpainting

  • Joint Gap Detection and Inpainting of Line Drawings [link] (2017)

Anime Datasets

  • Manga109 Dataset and Creation of Metadata [ACM] (December 4 2016)

Anime Pose Estimation

  • Pose Estimation of Anime/Manga Characters: A Case for Synthetic Data [ACM] (December 4 2016)

Anime Sketch Simplification

  • Sketch Simplification by Classifying Strokes [IEEE] (December 4 2016)

Anime Misc

  • Deep Extraction of Manga Structural Lines [ACM] (July 2017)

Anime Non-Deep Learning

  • DrawFromDrawings: 2D Drawing Assistance via Stroke Interpolation with a Sketch Database [PubMed] (2016)
  • Sketch-based Manga Retrieval using Manga109 Dataset [SpringerLink] (November 9 2016)
  • Interactive Region Segmentation for Manga [IEEE] (December 4 2016)

General Papers

Image Colorization

  • Real-Time User-Guided Image Colorization with Learned Deep Priors [arXiv] (May 8 2017)

Image Generation

Image Inpainting

Title Contributions Shortcomings Maximum Input Size Code?
Context Encoders: Feature Learning by Inpainting [arXiv] (April 25 2016)
  • First use of CNNs in image inpainting.
  • Utilizes an adversarial loss
  • Completed regions blurry.
227 x 227 x 3 for random region, 128 x 128 x 3 for center region [original torch implementation]
Semantic Image Inpainting with Deep Generative Models [arXiv] (July 26 2016)
  • Missing content infered by searching for closest encoding of the corrupted image in the latent image manifold.
  • No end to end training.
  • IMHO, generating images is harder than inpainting images because with inpainting, there is always ground truth present. So converting inpainting to the harder problem of generating images might not be the way to go.
64 x 64 x 3
Globally and Locally Consistent Image Completion [link] (2017)
  • Dilated convolutions
  • 2 discriminators: one local discriminator for the completed region and one global discriminator for whole image
  • Long training time.
  • Poisson blending needed.
  • Complex training process. Completion network is trained, then the completion network is fixed and discriminators are trained, then finally both are trained.
256 x 256 x 3 Soon
Image Inpainting using Multi-Scale Feature Image Translation [arXiv] (November 23 2017)
Context-Aware Semantic Inpainting [arXiv] (December 21 2017)
Light-weight pixel context encoders for image inpainting [arXiv] (January 17 2018)
High Resolution Face Completion with Multiple Controllable Attributes via Fully End-to-End Progressive Generative Adversarial Networks [arXiv] (January 23 2018)
  • Conditioned on facial attributes.
  • Progressive growing of GANs.
  • Three new losses: attribute, feature, and boundary.
  • Fails to learn low level skin features.
  • Long training time.
1024 x 1024 x 3 Soon
Deep Structured Energy-Based Image Inpainting [arXiv] (January 24 2018)

Other Repositories

About

A list of papers and other resources on deep learning with anime style images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published