scispace - formally typeset
Open AccessPosted Content

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

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
Posted Content

YOLO9000: Better, Faster, Stronger

TL;DR: YOLO9000, a state-of-the-art, real-time object detection system that can detect over 9000 object categories, is introduced and a method to jointly train on object detection and classification is proposed, both novel and drawn from prior work.
Journal ArticleDOI

Deep learning for visual understanding

TL;DR: The state-of-the-art in deep learning algorithms in computer vision is reviewed by highlighting the contributions and challenges from over 210 recent research papers, and the future trends and challenges in designing and training deep neural networks are summarized.
Proceedings ArticleDOI

DeblurGAN: Blind Motion Deblurring Using Conditional Adversarial Networks

TL;DR: DeblurGAN achieves state-of-the art performance both in the structural similarity measure and visual appearance and is 5 times faster than the closest competitor - Deep-Deblur.
Posted Content

DenseCap: Fully Convolutional Localization Networks for Dense Captioning

TL;DR: A Fully Convolutional Localization Network (FCLN) architecture is proposed that processes an image with a single, efficient forward pass, requires no external regions proposals, and can be trained end-to-end with asingle round of optimization.
Journal ArticleDOI

An overview of deep learning in medical imaging focusing on MRI

TL;DR: This paper indicates how deep learning has been applied to the entire MRI processing chain, from acquisition to image retrieval, from segmentation to disease prediction, and provides a starting point for people interested in experimenting and contributing to the field of deep learning for medical imaging.
References
More filters
Posted Content

The Cross-Depiction Problem: Computer Vision Algorithms for Recognising Objects in Artwork and in Photographs

TL;DR: This paper benchmarks classification, domain adaptation, and deep learning methods and concludes that the methods that have strong models of spatial relations between parts tend to be more robust and therefore conclude that such information is important in modelling object classes regardless of appearance details.
Posted Content

R-CNN minus R

TL;DR: In this paper, the role of proposal generation in CNN-based detectors is investigated to determine whether it is a necessary modelling component, carrying essential geometric information not contained in the CNN, or a way of accelerating detection.
Journal ArticleDOI

Detecting people in Cubist art

TL;DR: Detectors trained on natural images can detect parts that characterize person figures in Cubist paintings as discussed by the authors, which can be used to detect parts of a person in a painting. But their performance is limited.
Posted Content

Do More Dropouts in Pool5 Feature Maps for Better Object Detection

TL;DR: A novel approach is proposed which generates an edited version for each original CNN feature vector by applying the maximum entropy principle to abandon particular vectors.
Related Papers (5)