Giter Club home page Giter Club logo

ccnn's Introduction

Learning Chained Deep Features and Classifiers for Cascade in Object Detection

by Wanli Ouyang, Kun Wang, Xin Zhu and Xiaogang Wang.

Introduction

This paper presents chained cascade network (CC-Net). In this CC-Net, the cascaded classifier at a stage is aided by the classification scores in previous stages. Feature chaining is further proposed so that the feature learning for the current cascade stage uses the features in previous stages as the prior information. The chained ConvNet features and classifiers of multiple stages are jointly learned in an end-to-end network. In this way, features and classifiers at latter stages handle more difficult samples with the help of features and classifiers in previous stages. It yields consistent boost in detection performance on benchmarks like PASCAL VOC 2007 and ImageNet. Combined with better region proposal, CC-Net leads to state-of-the-art result of 81.1% mAP on PASCAL VOC2007. For more details, please refer to our arXiv paper.

Method

Motivation

Cascade Loss

layer {
  name: "loss_cls_cas_128"
  type: "SoftmaxWithCascadeLoss"
  bottom: "cls_score_cas_128"
  bottom: "labels"
  bottom: "bp_map_cas_128"
  top: "loss_cls_cas_128"
  top: "bp_map_cas_64"
  loss_weight: 1
  loss_weight: 0
  loss_param {
    hard_mining: true
    sampling: true
    cascade: true
    bp_size: 64
    cascade_type: 1
    threshold: 0.9
    batch_size: 60
    gt_batch_size: 2
    ims_per_batch: 1
    gt_per_batch: 2
    fg_fraction: 0.25
  }
}

Citation

If you find the code or the models useful, please cite this paper:

@article{ouyang2017learning,
  title={Learning Chained Deep Features and Classifiers for Cascade in Object Detection},
  author={Ouyang, Wanli and Wang, Kun and Zhu, Xin and Wang, Xiaogang},
  journal={arXiv preprint arXiv:1702.07054},
  year={2017}
}

ccnn's People

Contributors

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