SnowSelected Paper List (WIP)

Here is an academic paper list which contains the papers that SnowCloud.ai AI Research Lab considered to be very important, must read.

The reason of any paper to be selected in this list may be any of the following:

  1. The paper had brought a paradigm shift in its own domain.

  2. The paper contained vital parts which lead the appearance of papers in 1.

  3. The paper may cause a paradigm shift within 5 years.

After each subdomain, we proposed several ideas that may inspire your work that might be qualified to appear in this list.

SnowSelected is all you need.

Natual Language Processing

So what is NEXT?

  • Better sampling to keep locally complete information of data.
  • Better relative positional encoding beyond "learned from position".
  • Simplified structure of XLNet AR part.

Computer Vision

Invertible 1x1

Architecture

  • AlexNet : The Beginning of Deep Learning for CV. Achieve new high rcoord in imagenet classification
  • VGG : Deeper (19 layers at most) Conv3x3 models.

Detection

  • R-CNN Original

  • Kaiming He Series

  • Jia Deng Series

  • YOLO Series

    • YOLO : Deal Classification problem using coarse segmentation.
    • YOLO9000 : Yolov2. Better, Stronger, Faster. Introduced Darknet architecture using less Conv1x1. Introduced label tricks.
    • YOLOv3 : Introduced unsupervised clustering in RPN/NMS stage.
  • Segmentation is All You Need : Introduced Segmentation methodology for detection task.

Segmentation

Optical Flow

  • FlowNet and FlowNet2.0 Introduced temporal features extraction. Backbone of many works based on video understanding. Ideas might be inspired by MPEG4 rev.11 i.e. H264.
  • SelFlow

Unsupervised Methods

Loss Function

  • ArcFace : A final human face recognition paper combines sphereface idea and different order loss margins (Order 0,1,2 are hyper parameters)

Pose Estimation

  • Convolution Pose Machines :
  • OpenPose + PAF : The core idea is to predict directed vectors in between keypoints to form a feature map (PAF) thus one can join KP to different instances in a bottom-up way.

So what is NEXT?

  • A much more robust way to deal with larger/smaller object.
  • Beyond the invariance to shift/mirroring, a much more decent way to implement invariance to rotation.
  • A "1-for-all" attention mechanism.

Optimization

GAN

Transfer Learning

Deep Representations

Audio Processing

Quantization

Tricks

Systems

  1. Hyperband: A Novel Bandit-Based Approach to Hyperparameter Optimization
  2. Learning to Optimize
  3. Neural Architecture Search with Reinforcement Learning
  4. AMC: AutoML for Model Compression and Acceleration on Mobile Devices
  5. TVM: An Automated End-to-End Optimizing Compiler for Deep Learning
  6. Horvord
  7. A Meta Learning-Based Framework for Automated Selection and Hyperparameter Tuning for Machine Learning Algorithms
  8. DARTS: Differentiable Architecture Search
  9. PNAS