GithubHelp home page GithubHelp logo

maximli / add-gcn Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yejin0111/add-gcn

0.0 0.0 0.0 16 KB

ADD-GCN: Attention-Driven Dynamic Graph Convolutional Network for Multi-Label Image Recognition (ECCV 2020)

Home Page: https://arxiv.org/abs/2012.02994

Python 100.00%

add-gcn's Introduction

ADD-GCN: Attention-Driven Dynamic Graph Convolutional Network for Multi-Label Image Recognition

This project hosts the code for implementing the ADD-GCN algorithm for multi-label image recognition, as presented in our paper:

Attention-Driven Dynamic Graph Convolutional Network for Multi-Label Image Recognition;
Jin Ye, Junjun He, Xiaojiang Peng, Wenhao Wu, Yu Qiao;
In: European Conference on Computer Vision (ECCV), 2020.
arXiv preprint arXiv:2012.02994 

The full paper is available at: https://arxiv.org/abs/2012.02994.

Installation

This project is implemented with Pytorch and has been tested on version Pytorch 1.0/1.1/1.2.

A quick demo

After you have installed Pytorch, you can follow the below steps to run a quick demo.

Inference for COCO2014

python main.py --data COCO2014 --data_root_dir {YOUR-ROOT-DATA-DIR} --model_name ADD_GCN --resume {THE-TEST-MODEL} -e -i 448

Please note that:

  1. You should put the COCO2014 folder in {YOUR-ROOT-DATA-DIR}.

  2. You should put the test model in {THE-TEST-MODEL} folder.

  3. You can get the same ADD-GCN results with this model. The password is 4ebj.

Model Test size mAP
ResNet-101 448×448 79.7
DecoupleNet 448×448 82.2
ML-GCN 448×448 83.0
ADD-GCN 448×448 84.2
ResNet-101 576×576 80.0
SSGRL 576×576 84.2
ML-GCN 576×576 84.3
ADD-GCN 576×576 85.2

Citations

Please consider citing our paper in your publications if the project helps your research. BibTeX reference is as follows.

@inproceedings{ye2020add,
  title   =  {Attention-Driven Dynamic Graph Convolutional Network for Multi-Label Image Recognition},
  author  =  {Jin Ye, Junjun He, Xiaojiang Peng, Wenhao Wu, Yu Qiao},
  booktitle =  {European Conference on Computer Vision (ECCV)},
  year    =  {2020}
}

License

add-gcn's People

Contributors

yejin0111 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.