Skip to content

To summarize essential Deep learning papers from CV, NLP and GAN.

Notifications You must be signed in to change notification settings

Deep-Scratch/Essential-Deep-learning-papers

Repository files navigation

Essential Deep learning papers

Read and review awesome deep learning papers.


Paper list

Season 0 : Basic

2017. 07. 08 ~ 2017. 09. 23

Member(8): Boseop Kim, Daehoon Gwak, Donghwa Kim, Gyubin Son, Heejung Choi, Heekyung Park, Seongwon Moon, Wanjae Choi

  1. Convolutional Neural Networks for Sentence Classification - Yoon Kim
  2. ImageNet Classification with Deep Convolutional Neural Networks - Alex Krizhevsky et al.
  3. Efficient Estimation of Word Representations in Vector Space - Tomas Mikolov et al.
  4. Distributed Representations of Words and Phrases and their Compositionality - Tomas Mikolov et al.
  5. Very Deep Convolutional Networks For Large-Scale Image Recognition - Karen Simonyan et al.
  6. GloVe: Global Vectors for Word Representation - Jeffrey Pennington et al.
  7. Deep Residual Learning for Image Recognition - Kaiming He et al.
  8. GoogLeNet: Going Deeper with Convolutions - Christian Szegedy et al.

Season 1 : Object Detection

2017. 09. 23 ~ 2017. 12. 09

Member(10): Boseop Kim, Daehoon Gwak, Donghwa Kim, Donguk Ju, Gyubin Son, Heejung Choi, Heekyung Park, Hyerin Lim, Seongwon Moon, Wanjae Choi

  1. Rich feature hierarchies for accurate object detection and semantic segmentation - Ross Girshick et al.
  2. Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition - Kaiming He et al.
  3. Fast R-CNN - Ross Girshick
  4. Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks - Shaoqing Ren et al.
  5. (Break time) Build a Blog with Jekyll
  6. You Only Look Once: Unified, Real-Time Object Detection - Joseph Redmon et al.
  7. SSD: Single Shot MultiBox Detector - Wei Liu et al.

Season 2 : Semantic Segmentation

2017. 12. 09 ~ 2018. 01. 06

Member(10): Boseop Kim, Daehoon Gwak, Donghwa Kim, Donguk Ju, Gyubin Son, Heejung Choi, Heekyung Park, Hyerin Lim, Seongwon Moon, Wanjae Choi

  1. Fully Convolutional Networks for Semantic Segmentation - Jonathan Long et al.
  2. Learning Deconvolution Network for Semantic Segmentation - Hyeonwoo Noh et al.
  3. Selective Search for Object Recognition - J.R.R. Uijlings et al.
  4. SegNet: A Deep Convolutional Encoder-Decoder Architecture for Image Segmentation - Vijay Badrinarayanan et al.
  5. DeepLab: Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution, and Fully Connected CRFs - Liang-Chieh Chen et al.
  6. Pyramid Scene Parsing Network - Hengshuang Zhao et al.
  7. Mask R-CNN - Kaiming He et al.
  8. Conditional Random Fields: Probabilistic Models for Segmenting and Labeling Sequence Data - John Lafferty et al.
  9. Deformable Convolutional Networks - Jifeng Dai et al.
  10. U-Net: Convolutional Networks for Biomedical Image Segmentation - Olaf Ronneberger et al.
  11. Edge Boxes: Locating Object Proposals from Edges - C. Lawrence Zitnick et al.

Season 3 : Generative Models

It is not confirmed yet.

source: FlipGAN curriculum of ModuLabs


2018. 01. 20 ~ 2018. 04. 28

  1. Generative Adversarial Networks: An Overview - Antonia Creswell
    • reviewed by ...
  2. Generative Adversarial Networks - Ian Goodfellow
    • reviewed by ...
  3. DCGAN: Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks - Alec Radford
    • reviewed by ...
  4. Conditional Generative Adversarial Nets - Mehdi Mirza
  5. InfoGAN: Interpretable Representation Learning by Information Maximizing Generative Adversarial Nets - Xi Chen
  6. Adversarially Learned Inference - Vincent Dumoulin
  7. Improved Techniques for Training GANs - Tim Salimans
  8. WGAN: Wasserstein GAN - Martin Arjovsky
  9. BEGAN: Boundary Equilibrium Generative Adversarial Networks - David Berthelot
  10. CycleGAN: Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks - Jun-Yan Zhu
  11. Bayesian GAN - Yunus Saatchi