Skip to content

Collection of recent methods on DNN compression and acceleration

License

Notifications You must be signed in to change notification settings

XGZhang11/EfficientDNNs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

EfficientDNNs

A collection of recent methods on DNN compression and acceleration. There are mainly 5 kinds of methods for efficient DNNs:

  • neural architecture re-designing or searching
    • maintain accuracy, less cost (e.g., #Params, #FLOPs, etc.): MobileNet, ShuffleNet etc.
    • maintain cost, more accuracy: Inception, ResNeXt, Xception etc.
  • pruning (including structured and unstructured)
  • quantization
  • matrix decomposition
  • knowledge distillation

About abbreviation: In the list below, o for oral, w for workshop, s for spotlight, b for best paper.

Survey

Papers

1980s,1990s

2000s

2011

2013

2014

2015

2016

2017

2018

2019

2020

2021

Papers-Lottery Ticket Hypothesis (LTH)

Papers-Bayesian Compression

Papers-Knowledge Distillation (KD)

Papers-AutoML (NAS etc.)

Papers-Interpretability

Workshops

Lightweight DNN Engines/APIs

Related Repos and Websites

About

Collection of recent methods on DNN compression and acceleration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published