Skipnet
Code for SkipNet: Learning Dynamic Routing in Convolutional Networks (ECCV 2018)
Install / Use
/learn @ucbdrive/SkipnetREADME
SkipNet: Learning Dynamic Routing in Convolutional Networks
This repository contains the code and trained models for the work:<br/>
Xin Wang, Fisher Yu, Zi-Yi Dou, Trevor Darrell, Joseph E. Gonzalez
SkipNet: Learning Dynamic Routing in Convolutional Networks
Published at ECCV 2018
SkipNet learns to route images through a subset of layers on a per-input basis. Challenging images are routed through more layers than easy images. We talk about two model designs with both feedforward gates and reccurent gates which enable different levels of parameter sharing in the paper. The model illustrations are as follows.
<p float="left"> <img src="figs/skipnet_ff_structure.jpg" width="400" alt="SkipNet with feedforward gates" /> <img src="figs/skipnet_rnn_structure.jpg" width="400" alt="SkipNet with recurrent gates" /> </p>For other details, please refer to the paper.
If you find the code useful for your work, please consider citing
@InProceedings{Wang_2018_ECCV,
author = {Wang, Xin and Yu, Fisher and Dou, Zi-Yi and Darrell, Trevor and Gonzalez, Joseph E.},
title = {SkipNet: Learning Dynamic Routing in Convolutional Networks},
booktitle = {The European Conference on Computer Vision (ECCV)},
month = {September},
year = {2018}
}
Updates
- [April 9, 2018] add ray tune for auto hyperparameter search on CIFAR. Thanks @richardliaw
- [March 2, 2018] add trained model checkpoints on the CIFAR-10 dataset
- [March 1, 2018] upgrade ImageNet code to support Pytorch 3.0; add trained model checkpoints for ResNet-101 and ResNet-50
SkipNet on CIFAR datasets
All the model configuration and training/evaluation code are available under ./cifar. If you want to train your own
SkipNet, you can follow the document under the same folder.
SkipNet on ImageNet datasets
Similarly, the model configuration and train/evaluation code are available under ./imagenet. Detailed instructions can
be found in the document under the same folder.
Related Skills
YC-Killer
2.7kA library of enterprise-grade AI agents designed to democratize artificial intelligence and provide free, open-source alternatives to overvalued Y Combinator startups. If you are excited about democratizing AI access & AI agents, please star ⭐️ this repository and use the link in the readme to join our open source AI research team.
groundhog
398Groundhog's primary purpose is to teach people how Cursor and all these other coding agents work under the hood. If you understand how these coding assistants work from first principles, then you can drive these tools harder (or perhaps make your own!).
sec-edgar-agentkit
10AI agent toolkit for accessing and analyzing SEC EDGAR filing data. Build intelligent agents with LangChain, MCP-use, Gradio, Dify, and smolagents to analyze financial statements, insider trading, and company filings.
last30days-skill
4.5kAI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
