zoukankan      html  css  js  c++  java
  • Applied Deep Learning Resources


    Applied Deep Learning Resources

    A collection of research articles, blog posts, slides and code snippets about deep learning in applied settings. Including trained models and simple methods that can be used out of the box. Mainly focusing on Convolutional Neural Networks (CNN) but Recurrent Neural Networks (RNN), deep Q-Networks (DQN) and other interesting architectures will also be listed.

    CNN

    Latest overview of the CNNs can be found from the paper "Deep learning for visual understanding: A review" [linkPDF]

    Another decent overview in Nature by LeCun, Bengio and Hinton: "Deep learning" [linkPDF]

    ImageNet

    ImageNet is the most important image classification and localization competition. Other data sets with results can be found from here: "Discover the current state of the art in objects classification." [link].

    imagenet-sample

    Prediction error of the ImageNet competition has been decreasing rapidly over the last 5 years: imagenet-error

    Main network architectures on ImageNet

    AlexNet

    Original paper: "ImageNet Classification with Deep Convolutional Neural Networks" [PDF]

    Properties: 8 weight layers (5 convolutional and 2 fully connected), 60 million parameters, Rectified Linear Units (ReLUs), Local Response Normalization, Dropout

    alexnet

    VGG

    Original paper: "Very Deep Convolutional Networks for Large-Scale Image Recognition" [arxiv]

    Properties: 19 weight layers, 144m parameters, 3x3 convolution filters, L2 regularised, Dropout, No Local Response Normalization

    GoogLeNet

    Original paper: "Going deeper with convolutions" [arxiv]

    Lates upgrade to the model achieves even better scores with models and import to Torch: "Rethinking the Inception Architecture for Computer Vision" [arxiv], "Torch port of Inception V3" [github]

    Properties: 22 layers, 7m parameters, Inception modules, 1x1 conv layers, ReLUs, Dropout, Mid-level outputs

    Inception modules:

    googlenet

    ResNet

    Original paper: "Deep Residual Learning for Image Recognition" [arxiv]

    Very nice slides: "Deep Residual Learning" [PDF]

    Github: [github]

    Properties: 152 layers, ReLUs, Batch Normalization (See "Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift" [arxiv]), less hacks (no dropout), more stable (different number of layers work as well) and lower complexity than VGG.

    Main building block of the network:

    resnet

    Features are also very good and transferable with (faster) R-CNNs (see below):

    resnet-features

    Other architectures

    • Deep Learning for 3D shapes: "3D ShapeNets: A Deep Representation for Volumetric Shapes" [PDF]

    • Code and a model for faces: "Free and open source face recognition with deep neural networks." [github]

    • Fast neural networks which can perform arbitrary filters for images: "Deep Edge-Aware Filters" [PDF]

    • Lot's of different models in Caffe's "Model Zoo" [github]

    Feature learning and object detection

    • "CNN Features off-the-shelf: an Astounding Baseline for Recognition" [arxiv]

    • First paper about R-CNN: "Rich feature hierarchies for accurate object detection and semantic segmentation" [PDFslides]

    • "Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks" [arxivgithubSlides]

    fast-rcnn

    • "An Empirical Evaluation of Deep Learning on Highway Driving" [arxiv]

    emp

    • "Object Detectors Emerge in Deep Scene CNNs" [arxiv]

    emergent-localisation

    • Faster and better features: "Efficient Deep Feature Learning and Extraction via StochasticNets" [arxiv]

    Other

    • Code and models for automatic captions of images: "Deep Visual-Semantic Alignments for Generating Image Descriptions"[web posterPDFgithub]

    captions

    • Google Deep Dream or neural networks on LSD: "Inceptionism: Going Deeper into Neural Networks" [link,deepdreamer.io/]

    Deep dreaming from noise:

    deepdream

    nnstyle

    • "Automatic Colorization" and it includes a pre-trained model [Link]

    color

    • "Learning visual similarity for product design with convolutional neural networks" [PDF]

    products

    • Using images and image descriptions to improve search results: "Images Don’t Lie: Transferring Deep Visual Semantic Features to Large-Scale Multimodal Learning to Rank" [arxiv]

    • "How Google Translate squeezes deep learning onto a phone" [post]

    phone-nn

    • "What a Deep Neural Network thinks about your #selfie" [blog]

    Top selfies according to the ConvNet:

    topselfies

    • "Recommending music on Spotify with deep learning" [github]

    • "DeepStereo: Learning to Predict New Views from the World's Imagery" [arxiv]

    deepstereo

    • Classifying street signs: "The power of Spatial Transformer Networks" [blog] with "Spatial Transformer Networks" [arxiv]

    spatial-nn

    • "Pedestrian Detection with RCNN" [PDF]

    DQN

    • Original paper: "Playing Atari with Deep Reinforcement Learning" [arxiv]

    • My popular science article about DQN: "Artificial General Intelligence that plays Atari video games: How did DeepMind do it?" [link]

    • DQN for RoboCup: "Deep Reinforcement Learning in Parameterized Action Space" [arxiv]

    RNN

    • Original paper of the best RNN architecture: "Long short-term memory" [PDF]

    • Very good tutorial-like introduction to RNNs by Andrej Karpathy: "The Unreasonable Effectiveness of Recurrent Neural Networks" [link]

    • "Visualizing and Understanding Recurrent Networks" [arxiv]

    • "Composing Music With Recurrent Neural Networks" [blog]

    Other promising or useful architectures

    • HTMs by Jeff Hawkins: "Continuous online sequence learning with an unsupervised neural network model"​ [arxiv]

    • Word2vec: "Efficient Estimation of Word Representations in Vector Space" [arxivGoogle code]

    • "Feedforward Sequential Memory Networks: A New Structure to Learn Long-term Dependency" [arxiv]

    Framework benchmarks

    • "Comparative Study of Caffe, Neon, Theano and Torch for deep learning" [arxiv]

    Their summary: From our experiments, we observe that Theano and Torch are the most easily extensible frameworks. We observe that Torch is best suited for any deep architecture on CPU, followed by Theano. It also achieves the best performance on the GPU for large convolutional and fully connected networks, followed closely by Neon. Theano achieves the best performance on GPU for training and deployment of LSTM networks. Finally Caffe is the easiest for evaluating the performance of standard deep architectures.

    • Very good qualitative analysis: zer0n/deepframeworks: [github]

    • Just performance comparison: soumith/convnet-benchmarks: [github]

    • "Deep Learning Libraries by Language" [link]

    Other resources

    Credits

    Most of the snippets have come to my attention via internal mailing lists of Computational Neuroscience Lab at University of Tartu and London-based visual search company Dream It Get It. I am also reading a weekly newsletter by Data Elixir and checking research papers of the two main deep learning conferences: ICML and NIPS.

     
  • 相关阅读:
    055——VUE中vue-router之路由参数的随意设置与伪静态链接地址处理:
    将PCM格式存储成WAV格式文件
    pcm、wav、amr说明
    使用ffmpeg.exe进行转码参数说明
    使用Java调用exe可执行文件
    函数和宏实现打印的增强myprintf
    va_start和va_end使用详解
    为何windows自带的文件搜索这么慢,而Everything的这么快
    clearfix清除浮动
    DISCUZ! X2.5设置仅允许QQ登录注册论坛 加固会员注册机制
  • 原文地址:https://www.cnblogs.com/wangxiaocvpr/p/5797599.html
Copyright © 2011-2022 走看看