GithubHelp home page GithubHelp logo

nourelmadany / dualnet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ustc-vim/dualnet

0.0 2.0 0.0 7.36 MB

DualNet: Learn Complementary Features for Image Recognition

CMake 1.60% Makefile 0.35% HTML 0.12% CSS 0.16% Shell 0.59% C++ 39.61% Jupyter Notebook 50.60% Python 4.85% Cuda 2.13%

dualnet's Introduction

DualNet

This repository is for the paper "DualNet: Learn Complementary Features for Image Recognition"

Download Links: [Paper] [Supplementary Material]

./caffe-dualnet: modified from Caffe (https://github.com/BVLC/caffe)
./dualnet-dataset: the prototxt defining the models for each dataset

Usage

We illustrate the training process taking DNI on CIFAR100 as an example:

Training standard deep model

./build/tools/caffe.bin train -solver data/pklcifar100/model/v4_ninnet/solver.prototxt 2>&1 | tee -a data/pklcifar100/model/v4_ninnet/pklcifar100_nin_log.txt

Iterative Training (max_iter is set to 1 in this case)

ln -s data/pklcifar100/model/v4_ninnet/snapshot/v4_pklcifar100_nin_iter_120000.caffemodel data/pklcifar100/model/v4_ninnet/pklcifar100_nin_train_iter_120000.caffemodel_coarse
./build/tools/caffe train -solver data/pklcifar100/model/v4_ninnet/res_e1/res_e1_solver.prototxt -weights data/pklcifar100/model/v4_ninnet/pklcifar100_nin_train_iter_120000.caffemodel_coarse 2>&1 | tee -a data/pklcifar100/model/v4_ninnet/res_e1/pklcifar100_nin_res_e1_log.txt

The pretrained models are available at here.

Citation

Please cite the following paper if you find this useful in your research:

@InProceedings{Hou2017DualNet,
Title = {DualNet: Learn Complementary Features for Image Recognition},
Author = {Saihui Hou, Xu Liu and Zilei Wang},
Booktitle = {IEEE International Conference on Computer Vision (ICCV)},
Year = {2017}
}

dualnet's People

Watchers

James Cloos 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.