Paper Review
[2020.Q1] Deep Learning Paper List
Louis.T.Kim
2020. 1. 21. 13:50
[Up Comming]
[Reviewed]
[Less Concerning]
____________________________________________________________________________________________________________________________________________________________
[Compression, FPGA, Weight Sharing]
- DEEP COMPRESSION: COMPRESSING DEEP NEURAL NETWORKS WITH PRUNING, TRAINED QUANTIZATION AND HUFFMAN CODING
- Going Deeper with Embedded FPGA Platform for Convolutional Neural Network
- Compressing Neural Networks with the Hashing Trick
[Pruning]
- Learning both Weights and Connections for Efficient Neural Networks (NIPS 2015)
- NISP- Pruning Networks using Neuron Importance Score Propagation
- Pruning Filters for Efficient ConvNets
- Pruning Convolutional Neural Networks for Resource Efficient Inference
- DSD: Dense-Sparse-Dense Training for Deep Neural Networks
- Exploiting Sparsity in RNN
[Quantizaiton]
- BinaryConnect - Training Deep Neural Networks with Binary Weights during Propagations
- Binarized Neural Networks (arXiv 16)
- A Fully connected layer elimination for a binarizes convolutional neural network on an FPGA. (IEEE FPL 17)
- Accelerating Binarized Neural Networks : Comparision of FPGA, CPU, GPU, and ASIC
[VISION]
- ImageNet Challenge NETWORKs
- VGGNet : Very DEEP Convolutional Neural Networks for OLarge-Scale Image Recognition (ICLR 15)
- GoogleNET : Going Deeper with Convolutions (CVPR 15)
- ResNet : Deep Residual Learning for Image Recognition (CVPR 16)
- DenseNet : Densely Connected Convolutional Networks (CVPR 17)
- Semantic Segmentation
- Fully Convolutional network for Semantic Segmentation (CVPR 15)
- DeepLab : Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution, and Fully Connected CRFs (TPAMI 18)
- DeconvNet : Learning Deconvolution Network for Semantic Segmentation(ICCV 15)
- U-NET : Convolutional networks for biomedical Image Segmentation (MICCAI 15)
- Instance Segmentation
- Mask R-CNN (ICCV 17)
- Faster R-CNN (2016)
[GAN]
- SAGAN : Self-Attention Generative Adversarial Networks (2019)
- WGAN : Wasserstein GAN (2017)
[Neuromorphic]
- Reservoir Computing using dynamic memristors for temporal information processing (Nature 17)
[Attention]
- Attention is all you need (NIPS 17)
- Accelerating Neural Network Attention Mechanism with Approximation (HPCA 20) (ASIC with Attention)