GithubHelp home page GithubHelp logo

lilujunai / adaptively-connected-neural-networks Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wanggrun/adaptively-connected-neural-networks

0.0 2.0 0.0 1.1 MB

A re-implementation of our CVPR 2019 paper "Adaptively Connected Neural Networks"

Python 99.84% Makefile 0.05% Shell 0.10%

adaptively-connected-neural-networks's Introduction

Update

  • 2019/12/13: The pytorch implementation of ACNet has been released for the currently popular EfficientNet and the efficient DNA network families. Jump to Pytorch ACNet.

Adaptively Connected Neural Networks

A re-implementation of our CVPR 2019 paper "Adaptively Connected Neural Networks" (https://arxiv.org/abs/1904.03579).

Guangrun Wang , Keze Wang, Liang Lin

Sun Yat-sen University (SYSU)

intro

Table of Contents

  1. Introduction
  2. ImageNet
  3. Cora
  4. Citation

Introduction

This repository contains the training & testing code of Adaptively Connected Neural Networks (ACNet) on ImageNet and Cora.

ImageNet

  • Training and testing curve on ImageNet:

    curves

  • ImageNet accuracy and pretrained model (baidu pan code: ow9z):

Model Top 5 Error Top 1 Error Download
ResNet50 6.9% 23.6% ⬇️
ResNet50-ACNet 6.4% 22.5% google drive: ⬇️ and baidu pan: ⬇️
ResNet50-ACNet-pixel-aware 6.4% 22.5% google drive: ⬇️ and baidu pan: ⬇️
  • Training script:
cd cnn/dataset-aware/ or cd cnn/pixel-aware/

python imagenet-resnet.py  --gpu 0,1,2,3,4,5,6,7   --data [ROOT-OF-IMAGENET-DATASET]  --log_dir  [ROOT-OF-TRAINING-LOG-AND-MODEL] 
  • Testing script:
cd cnn/dataset-aware/ or cd cnn/pixel-aware/

python imagenet-resnet.py  --gpu 0,1,2,3,4,5,6,7   --data [ROOT-OF-IMAGENET-DATASET]  --log_dir  [ROOT-OF-TEST-LOG] --load   [ROOT-TO-LOAD-MODEL]  --eval

Cora

Coming soon ...

Citation

If you use these models in your research, please cite:

@inproceedings{wang2019adaptively,

  title={Adaptively Connected Neural Networks},

  author={Wang, Guangrun and Wang, Keze and Lin, Liang},

  booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},

  year={2019}}

Dependencies

  • Python 2.7 or 3
  • TensorFlow >= 1.3.0
  • Tensorpack The code depends on Yuxin Wu's Tensorpack. For convenience, we provide a stable version 'tensorpack-installed' in this repository.
    # install tensorpack locally:
    cd tensorpack-installed
    python setup.py install --user
    

adaptively-connected-neural-networks's People

Contributors

wanggrun avatar

Watchers

 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.