Code Monkey home page Code Monkey logo

lwt-cnn's Introduction

Classic lightweight convolutional neural networks and their integral parts

Introduction

Lightweight Convolutional Neural Networks (Lwt-CNN) generally refer to CNN with fewer parameters. They have raised researchers' much attention and developed rapidly over the last decade due to the advantages such as feasible embeded deployment, real-time applications and less communication overhead.

The first lightweight CNN dates back to SqueezeNet which was proposed in ICLR 2017.

Development path

The picture below shows the development of lightweight CNN over the years.

development_path

Quick tour of the core modules

The following table summarizes the structure of the core modules in the lightweight neural networks. The usage of batch normalization (BN) and activation function (act) in these modules are particularly indicated.

LWT-CNN Module Structure BN act
SqueezeNet Fire squeeze (k=1 nc๐Ÿ”ฝ)
+ expand (k=1 nc๐Ÿ”ผ + k=3 nc๐Ÿ”ผ concat)
โŒ ReLU
Xception SeparableConv2d
Block
pw (k=1 nc๐Ÿ˜) + dw (k>1 nc๐Ÿ”ผ)
act + SeparableConv2d + BN
โŒ
โœ”๏ธ
โŒ
โœ”๏ธ
MobileNet Block dw (k=3 nc๐Ÿ˜) + pw (k=1 nc๐Ÿ”ผ) โœ”๏ธ โœ”๏ธ
ShuffleNet ShuffleUnit gconv (k=1 nc๐Ÿ”ฝ)
+ channel shuffle
+ dwconv (k=1 nc๐Ÿ˜)
+ gconv (k=1 nc๐Ÿ”ผ)
add/concat
โœ”๏ธ
-
โœ”๏ธ
โœ”๏ธ
โŒ
ReLU
-
โŒ
โŒ
ReLU

lwt-cnn's People

Contributors

ardentyang avatar

Watchers

Kostas Georgiou avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.