Open AccessPosted Content
R-FCN: Object Detection via Region-based Fully Convolutional Networks
TL;DR: This work presents region-based, fully convolutional networks for accurate and efficient object detection, and proposes position-sensitive score maps to address a dilemma between translation-invariance in image classification and translation-variance in object detection.
read more
Abstract: We present region-based, fully convolutional networks for accurate and efficient object detection. In contrast to previous region-based detectors such as Fast/Faster R-CNN that apply a costly per-region subnetwork hundreds of times, our region-based detector is fully convolutional with almost all computation shared on the entire image. To achieve this goal, we propose position-sensitive score maps to address a dilemma between translation-invariance in image classification and translation-variance in object detection. Our method can thus naturally adopt fully convolutional image classifier backbones, such as the latest Residual Networks (ResNets), for object detection. We show competitive results on the PASCAL VOC datasets (e.g., 83.6% mAP on the 2007 set) with the 101-layer ResNet. Meanwhile, our result is achieved at a test-time speed of 170ms per image, 2.5-20x faster than the Faster R-CNN counterpart. Code is made publicly available at: this https URL
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Deep learning in macroscopic diffuse optical imaging
TL;DR: Deep learning has become a major paradigm in computational modeling and has demonstrated utility in numerous scientific domains and various forms of data analysis, including optical properties retrieval, fluorescence lifetime imaging, and diffuse optical tomography as mentioned in this paper .
28
Multi-Scale Vehicle Detection in High-Resolution Aerial Images With Context Information
Xianghui Li,Xinde Li,Hong Pan +2 more
TL;DR: This work proposes a novel detection algorithm which consists of three stages, and proposes Scale-specific Prediction to strengthen the multi-scale features of vehicles with context information and an Outlier-Aware Non-Maximum Suppression.
The Impact of Domain Randomization on Object Detection: A Case Study on Parametric Shapes and Synthetic Textures *
Atabak Dehban,Joao Borrego,Rui Figueiredo,Plinio Moreno,Alexandre Bernardino,Josa Santos-Victor +5 more
- 01 Nov 2019
TL;DR: This work shows that using synthetic datasets that are not necessarily photo-realistic can be a better alternative to simply fine-tune pre-trained networks and shows an impressive 25% improvement in the mAP metric over a fine-tuning baseline.
28
Robust Vehicle Detection in High-Resolution Aerial Images With Imbalanced Data
Xianghui Li,Xinde Li,Zhijun Li,Xinran Xiong,Mohammad Omar Khyam,Changyin Sun +5 more
- 18 May 2021
TL;DR: Zhang et al. as mentioned in this paper proposed a bag-based single-stage detector, which treats each position on the feature map as a bag and utilizes online hard example mining method to control the proportion of positive and negative samples during the training process.
28
Smooth GIoU Loss for Oriented Object Detection in Remote Sensing Images
TL;DR: In this article , a novel BBR loss, named smooth generalized intersection over union (GIoU) loss, is proposed to handle the problem of linear relationship between the gradient value and the IoU.
References
•Proceedings Article
Semantic Image Segmentation with Deep Convolutional Nets and Fully Connected CRFs
Liang-Chieh Chen,George Papandreou,Iasonas Kokkinos,Kevin Murphy,Alan L. Yuille +4 more
- 07 May 2015
TL;DR: DeepLab as mentioned in this paper combines the responses at the final layer with a fully connected CRF to localize segment boundaries at a level of accuracy beyond previous methods, achieving 71.6% IOU accuracy in the test set.
2.4K
Inside-Outside Net: Detecting Objects in Context with Skip Pooling and Recurrent Neural Networks
Sean Bell,C. Lawrence Zitnick,Kavita Bala,Ross Girshick +3 more
- 01 Jun 2016
TL;DR: The Inside-Outside Net (ION), an object detector that exploits information both inside and outside the region of interest, provides strong evidence that context and multi-scale representations improve small object detection.
•Posted Content
Instance-sensitive Fully Convolutional Networks
TL;DR: This paper develops FCNs that are capable of proposing instance-level segment candidates that do not have any high-dimensional layer related to the mask resolution, but instead exploits image local coherence for estimating instances.
288
Related Papers (5)
Kaiming He,Xiangyu Zhang,Shaoqing Ren,Jian Sun +3 more
- 27 Jun 2016
Karen Simonyan,Andrew Zisserman +1 more
- 04 Sep 2014