All Projects → HongyangGao → Channelnets

HongyangGao / Channelnets

Tensorflow Implementation of ChannelNets (NeurIPS 18)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Channelnets

Octconv.pytorch
PyTorch implementation of Octave Convolution with pre-trained Oct-ResNet and Oct-MobileNet models
Stars: ✭ 229 (+213.7%)
Mutual labels:  deep-neural-networks, mobilenet
Paddlex
PaddlePaddle End-to-End Development Toolkit(『飞桨』深度学习全流程开发工具)
Stars: ✭ 3,399 (+4556.16%)
Mutual labels:  deep-neural-networks, mobilenet
Train Ai With Django Swagger Jwt
Train AI (Keras + Tensorflow) to defend apps with Django REST Framework + Celery + Swagger + JWT - deploys to Kubernetes and OpenShift Container Platform
Stars: ✭ 66 (-9.59%)
Mutual labels:  deep-neural-networks
Minioc
Single-file minimal C# IoC container
Stars: ✭ 71 (-2.74%)
Mutual labels:  lightweight
Onnx Scala
An ONNX (Open Neural Network eXchange) API and Backend for Typeful, Functional Deep Learning in Scala
Stars: ✭ 68 (-6.85%)
Mutual labels:  deep-neural-networks
Pytorch Attention Guided Cyclegan
Pytorch implementation of Unsupervised Attention-guided Image-to-Image Translation.
Stars: ✭ 67 (-8.22%)
Mutual labels:  deep-neural-networks
Dbnet Lite.pytorch
A pytorch re-implementation of Real-time Scene Text Detection with Differentiable Binarization
Stars: ✭ 69 (-5.48%)
Mutual labels:  lightweight
Irm Based Speech Enhancement Using Lstm
Ideal Ratio Mask (IRM) Estimation based Speech Enhancement using LSTM
Stars: ✭ 66 (-9.59%)
Mutual labels:  deep-neural-networks
Noreward Rl
[ICML 2017] TensorFlow code for Curiosity-driven Exploration for Deep Reinforcement Learning
Stars: ✭ 1,176 (+1510.96%)
Mutual labels:  deep-neural-networks
Satellite Image Deep Learning
Resources for deep learning with satellite & aerial imagery
Stars: ✭ 1,141 (+1463.01%)
Mutual labels:  deep-neural-networks
Ssds pytorch
Multiple basenet MobileNet v1,v2, ResNet combined with SSD detection method and it's variants such as RFB, FSSD etc.
Stars: ✭ 71 (-2.74%)
Mutual labels:  mobilenet
Pinns Tf2.0
TensorFlow 2.0 implementation of Maziar Raissi's Physics Informed Neural Networks (PINNs).
Stars: ✭ 67 (-8.22%)
Mutual labels:  deep-neural-networks
Bitcoin Price Prediction Using Lstm
Bitcoin price Prediction ( Time Series ) using LSTM Recurrent neural network
Stars: ✭ 67 (-8.22%)
Mutual labels:  deep-neural-networks
Blinkdl
A minimalist deep learning library in Javascript using WebGL + asm.js. Run convolutional neural network in your browser.
Stars: ✭ 69 (-5.48%)
Mutual labels:  deep-neural-networks
Esa Restlight
ESA Restlight is a lightweight and rest-oriented web framework.
Stars: ✭ 67 (-8.22%)
Mutual labels:  lightweight
Cs231n
My Solution to Assignments of CS231n in Winter2016
Stars: ✭ 71 (-2.74%)
Mutual labels:  deep-neural-networks
Deep demosaick
Iterative Residual Network for Deep Joint Image Demosaicking and Denoising
Stars: ✭ 66 (-9.59%)
Mutual labels:  deep-neural-networks
Face Recognition Cpp
Real Time Face Recognition Detector. Over 30FPS on CPU!
Stars: ✭ 68 (-6.85%)
Mutual labels:  lightweight
Deeplearning4j
All DeepLearning4j projects go here.
Stars: ✭ 68 (-6.85%)
Mutual labels:  deep-neural-networks
Rnn Trajmodel
The source of the IJCAI2017 paper "Modeling Trajectory with Recurrent Neural Networks"
Stars: ✭ 72 (-1.37%)
Mutual labels:  deep-neural-networks

ChannelNets

Created by Hongyang Gao, Zhengyang Wang, and Shuiwang Ji at Texas A&M University.

Introduction

ChannelNets are compact and efficent CNN via Channel-wise convolutions. It has been accepted in NIPS2018.

Detailed information about ChannelNets is provided in https://papers.nips.cc/paper/7766-channelnets-compact-and-efficient-convolutional-neural-networks-via-channel-wise-convolutions.pdf.

Citation

@inproceedings{gao2018channelnets,
  title={ChannelNets: Compact and Efficient Convolutional Neural Networks via Channel-Wise Convolutions},
  author={Gao, Hongyang and Wang, Zhengyang and Ji, Shuiwang},
  booktitle={Advances in Neural Information Processing Systems},
  pages={5203--5211},
  year={2018}
}

Results

Models Top-1 Params FLOPs
GoogleNet 0.698 6.8m 1550m
VGG16 0.715 128m 15300m
AlexNet 0.572 60m 720m
SqueezeNet 0.575 1.3m 833m
1.0 MobileNet 0.706 4.2m 569m
ShuffleNet 2x 0.709 5.3m 524m
ChannelNet-v1 0.705 3.7m 407m

Configure the network

All network hyperparameters are configured in main.py.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].