scispace - formally typeset
Open AccessPosted Content

You Only Look Once: Unified, Real-Time Object Detection

Reads0
Chats0
TLDR
YOLO as discussed by the authors predicts bounding boxes and class probabilities directly from full images in one evaluation, which can be optimized end-to-end directly on detection performance, and achieves state-of-the-art performance.
Abstract
We present YOLO, a new approach to object detection. Prior work on object detection repurposes classifiers to perform detection. Instead, we frame object detection as a regression problem to spatially separated bounding boxes and associated class probabilities. A single neural network predicts bounding boxes and class probabilities directly from full images in one evaluation. Since the whole detection pipeline is a single network, it can be optimized end-to-end directly on detection performance. Our unified architecture is extremely fast. Our base YOLO model processes images in real-time at 45 frames per second. A smaller version of the network, Fast YOLO, processes an astounding 155 frames per second while still achieving double the mAP of other real-time detectors. Compared to state-of-the-art detection systems, YOLO makes more localization errors but is far less likely to predict false detections where nothing exists. Finally, YOLO learns very general representations of objects. It outperforms all other detection methods, including DPM and R-CNN, by a wide margin when generalizing from natural images to artwork on both the Picasso Dataset and the People-Art Dataset.

read more

Content maybe subject to copyright    Report

Citations
More filters
Proceedings ArticleDOI

Object Detection Based on YOLO Network

TL;DR: The YOLO network is used to train a robust model to improve the average precision (AP) of traffic signs detection in real scenes and the effects of different degradation models on object detection are compared.
Proceedings ArticleDOI

Adaptive Object Detection Using Adjacency and Zoom Prediction

TL;DR: This paper proposes to use a search strategy that adaptively directs computational resources to sub-regions likely to contain objects, similar to the state-of-the-art Faster R-CNN approach while using two orders of magnitude fewer anchors on average.
Posted Content

Inside-Outside Net: Detecting Objects in Context with Skip Pooling and Recurrent Neural Networks

TL;DR: The Inside-Outside Network (ION) as mentioned in this paper uses skip pooling to extract information at multiple scales and levels of abstraction inside and outside the region of interest for small object detection.
Journal ArticleDOI

Deep Learning in Robotics: Survey on Model Structures and Training Strategies

TL;DR: In this paper, the authors present a categorization of the major challenges in robotics that leverage deep learning technologies and introduce representative examples of successful solutions for the described problems, in order to provide a guideline for the selection of the correct model structure and training strategy.
Posted Content

Hierarchical Object Detection with Deep Reinforcement Learning

TL;DR: It is argued that, while this loss seems unavoidable when working with large amounts of object candidates, the much more reduced amount of region proposals generated by the reinforcement learning agent allows considering to extract features for each location without sharing convolutional computation among regions.
References
More filters
Proceedings ArticleDOI

Histograms of oriented gradients for human detection

TL;DR: It is shown experimentally that grids of histograms of oriented gradient (HOG) descriptors significantly outperform existing feature sets for human detection, and the influence of each stage of the computation on performance is studied.
Journal ArticleDOI

ImageNet Large Scale Visual Recognition Challenge

TL;DR: The ImageNet Large Scale Visual Recognition Challenge (ILSVRC) as mentioned in this paper is a benchmark in object category classification and detection on hundreds of object categories and millions of images, which has been run annually from 2010 to present, attracting participation from more than fifty institutions.
Posted Content

Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks

TL;DR: Faster R-CNN as discussed by the authors proposes a Region Proposal Network (RPN) to generate high-quality region proposals, which are used by Fast R-NN for detection.
Proceedings ArticleDOI

Rich Feature Hierarchies for Accurate Object Detection and Semantic Segmentation

TL;DR: RCNN as discussed by the authors combines CNNs with bottom-up region proposals to localize and segment objects, and when labeled training data is scarce, supervised pre-training for an auxiliary task, followed by domain-specific fine-tuning, yields a significant performance boost.
Proceedings ArticleDOI

Object recognition from local scale-invariant features

TL;DR: Experimental results show that robust object recognition can be achieved in cluttered partially occluded images with a computation time of under 2 seconds.
Related Papers (5)