Novel Single Stage Detectors for Object Detection
نویسندگان
چکیده
Most of the recent successful methods in accurate object detection utilized some variants of R-CNN style two stage Convolutional Neural Networks (CNN) in which plausible regions were proposed in the first stage followed by a second stage for decision refinement. These methods are accurate but hard and slow to train. Single stage detection methods, on the other hand, enjoy the high speed of training and the efficiency in deployment. But they have not been as competitive as two stage methods in terms of accuracy such as mAP for high IoU threshold. Recently, Recurrent Rolling Convolution (RRC) architecture, a novel single stage end-to-end object detection network over multi-scale feature maps to construct object classifiers and bounding box regressors, was proposed. The RRC model has achieved state-of-theart performance in some tasks. In our project, we introduce Backward Recurrent Rolling Convolution (BRRC) based on RRC, and show that BRRC is able to produce better results and meanwhile faster than original RRC. We also investigate SSD with more bounding boxes and introduce an encoder-decoder structure, Detection SegNet, for object detection. We evaluate and compare all these models based on IoU scores.
منابع مشابه
Single-Shot Bidirectional Pyramid Networks for High-Quality Object Detection
Recent years have witnessed many exciting achievements for object detection using deep learning techniques. Despite achieving significant progresses, most existing detectors are designed to detect objects with relatively lowquality prediction of locations, i.e., often trained with the threshold of Intersection over Union (IoU) set to 0.5 by default, which can yield low-quality or even noisy det...
متن کاملContours Extraction Using Line Detection and Zernike Moment
Most of the contour detection methods suffers from some drawbacks such as noise, occlusion of objects, shifting, scaling and rotation of objects in image which they suppress the recognition accuracy. To solve the problem, this paper utilizes Zernike Moment (ZM) and Pseudo Zernike Moment (PZM) to extract object contour features in all situations such as rotation, scaling and shifting of object i...
متن کاملOptimizing the Trade-off between Single-Stage and Two-Stage Object Detectors using Image Difficulty Prediction
There are mainly two types of state-of-the-art object detectors. On one hand, we have two-stage detectors, such as Faster R-CNN (Region-based Convolutional Neural Networks) or Mask R-CNN, that (i) use a Region Proposal Network to generate regions of interests in the first stage and (ii) send the region proposals down the pipeline for object classification and bounding-box regression. Such model...
متن کاملFocal Loss Dense Detector for Vehicle Surveillance
Deep learning has been widely recognized as a promising approach in different computer vision applications. Specifically, one-stage object detector and two-stage object detector are regarded as the most important two groups of Convolutional Neural Network based object detection methods. One-stage object detector could usually outperform two-stage object detector in speed; However, it normally t...
متن کاملCascade R-CNN: Delving into High Quality Object Detection
In object detection, an intersection over union (IoU) threshold is required to define positives and negatives. An object detector, trained with low IoU threshold, e.g. 0.5, usually produces noisy detections. However, detection performance tends to degrade with increasing the IoU thresholds. Two main factors are responsible for this: 1) overfitting during training, due to exponentially vanishing...
متن کامل