オムライスの備忘録

数学・統計学・機械学習・プログラミングに関することを記す

【深層学習】物体検出 / Object Detection #まとめ編 #01

Index

CNN を用いた物体検出アルゴリズム

CNN を用いた物体検出の手法をまとめる.

R-CNN / 2013 -



Region with CNN

OverFeat / 2013

  • OverFeat: Integrated Recognition, Localization and Detection using Convolutional Networks

SSD / 2015

YOLO / 2015 -



You Only Look Once / 一度見るだけいい

OHEM / 2016

  • Training Region-based Object Detectors with Online Hard Example Mining

R-FCN / 2016

  • R-FCN: Object Detection via Region-based Fully Convolutional Networks

Feature Pyramid Network / FPN / 2016

RetinaNet / 2017

RefineDet / 2017

  • Single-Shot Refinement Neural Network for Object Detection

Pelee / 2018

  • Pelee: A Real-Time Object Detection System on Mobile Devices

M2Det / 2018

  • M2Det: A Single-Shot Object Detector based on Multi-Level Feature Pyramid Network

EfficientDet / 2019

yhayato1320.hatenablog.com

CenterNet / 2019

参考