Git Product home page Git Product logo

crssc's Introduction

Introduction

Datasets and source code for our paper CRSSC: Salvage Reusable Samples from Noisy Data for Robust Learning

Network Architecture

network_architecture

Installation

After creating a virtual environment of python 3.5, run pip install -r requirements.txt to install all dependencies

How to use

The code is currently tested only on GPU.

  • Data Preparation

    Download data into working directory and decompress them using

    wget https://web-fgvc-496-5089-sh.oss-cn-shanghai.aliyuncs.com/web-aircraft.tar.gz
    wget https://web-fgvc-496-5089-sh.oss-cn-shanghai.aliyuncs.com/web-bird.tar.gz
    wget https://web-fgvc-496-5089-sh.oss-cn-shanghai.aliyuncs.com/web-car.tar.gz
    tar -xvf web-aircraft.tar.gz
    tar -xvf web-bird.tar.gz
    tar -xvf web-car.tar.gz
    
  • Source Code

    • If you want to train the whole model from beginning using the source code, please follow the subsequent steps.

      • Download dataset of web-aircraft/web-bird/web-car into the working directory as needed.
      • In train.sh
        • modify CUDA_VISIBLE_DEVICES to proper cuda device id.
        • modify DATA_BASE to the desired dataset and modify N_CLASSES accordingly.
        • modify NET to the desired backbone network.
      • Activate virtual environment (e.g. conda) and then run the script
        bash train.sh
        
  • Demo

    • If you just want to do a quick test on the model and check the final recognition performance, please follow the subsequent steps.

      • Download one of the following trained models into model/ using
        wget https://fg-crssc-sh.oss-cn-shanghai.aliyuncs.com/web-aircraft_bcnn_best_epoch_76.4776.pth
        wget https://fg-crssc-sh.oss-cn-shanghai.aliyuncs.com/web-bird_bcnn_best_epoch_77.4249.pth
        wget https://fg-crssc-sh.oss-cn-shanghai.aliyuncs.com/web-car_bcnn_best_epoch_76.6447.pth
        
      • Activate virtual environment (e.g. conda)
      • In demo.sh
        • modify CUDA_VISIBLE_DEVICES to proper cuda device id.
        • modify DATA_BASE, N_CLASSES and NET according to the model downloaded.
      • Run demo using bash demo.sh

Citation

If you find this useful in your research, please consider citing:

@inproceedings{sun2020crssc,
title={CRSSC: Salvage Reusable Samples from Noisy Data for Robust Learning},
author={Zeren Sun, Xian-Sheng Hua, Yazhou Yao, Xiu-Shen Wei, Guosheng Hu, Jian Zhang},
booktitle={ACM International Conference on Multimedia (ACM MM)},
year={2020}
}

crssc's People

Contributors

nust-machine-intelligence-laboratory avatar

Watchers

 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.