Target detection Method--SSD

Source: Internet
Author: User

SSD paper Reading (Wei liu--"ECCV2016" SSD single Shot Multibox Detector)

Directory
    • Author
    • Reasons for the selection of articles
    • Method Summary
    • Method details
    • Related Background supplement
    • Experimental results
    • Comparison with related articles
    • Summarize

author

reasons for the selection of articles
    • Good performance, single stage

Method Summary
    1. Introduction to the method of the article
      • SSD is mainly used to solve the problem of target detection (positioning + classification), that is, the input of an image to be measured, output multiple box location information and category information
      • When testing, input an image into the SSD, the network outputs a rightmost tensor (multidimensional matrix), the matrix is non-maximum value suppression (NMS) to obtain the location and label information of each target
      • The 1th-20th channel for the right-hand side of Figure2 shows the category, each map on the channel corresponds to the original, and each map of the last 4 channel corresponds to the x,y,w,h offset. The last 4 channels can determine the location of a box, and the first 20 channels determine the category information.

    2. Pipeline and key points of the method

Method Details

    • Model structure

    • Multi-scale feature map

    • Convolution Filter for prediction

    • Defaul Box

    • Calibration of Groundtruth, loss function

    • Default box and scale selection

    • SSD Training--hard Negative mining

    • SSD Training-Data amplification

Related Background supplement
    • Atrous algorithm (Hole algorithm)

    • FPS/SPF, Jaccard overlap

    • Common evaluation criteria for Class II Classification/detection (recall, precision, f-measure, accuracy, error, PR curve and ROC Curve, AP,AUC)

    • Evaluation criteria for multi-class classification of Imagenet

    • Evaluation criteria of imagenet single target detection

    • Evaluation criteria for IMAGENET (multi-) target detection

RealTest Results
    • PASCAL VOC2007 Test Detection results

    • Using data amplification, multi-scale default box, Atrous algorithm contrast effect

    • SSD512 detection Performance visualization on a class of ianimals)

    • SSD sensitivity experiment for target size

    • Effects of the number of feature maps used by SSDs on the results

    • Example results

    • Time and speed

comparison with related articles

    • Deformation of the original R-cnn method

    • Faster R-CNN and SSD comparison

    • Yolo and SSD comparison

Summary
    • Article contribution
      • SSD, a single-shot detector for multiple Categories (faster than YOLO, accurate as faster r-cnn)
      • the core of SSD is predicting category scores and box offsets< /strong> for a fixed set of default bounding boxes using Span style= "COLOR: #ff0000" >small convolutional filters applied to multiple feature maps From different layers
      • experimental Evidence : high accuracy, high speed, simple end-to-end training ( Single shot)
    • SSD improved key points for other methods
      • Using a small convolutional filter to predict object categories and offsets in bounding box locations
      • Using separate predictors (filters) for different aspect ratio detections
      • Using multiple layers for prediction in different scales (apply these filters to multiple feature maps to perform Detection at multiple stages)

Target detection Method--SSD

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.