paper-with-me

Papers

Efficient Featurized Image Pyramid Network for Single Shot Detector

2019-06-01 · CVPR 2019 6 · Yanwei Pang, Tiancai Wang, Rao Muhammad Anwer, Fahad Shahbaz Khan, Ling Shao

Single-stage object detectors have recently gained popularity due to their combined advantage of high detection accuracy and real-time speed. However, while promising results have been achieved by these detectors on standard-sized objects, their performance on small objects is far from satisfactory. To detect very small/large objects, classical pyramid representation can be exploited, where an image pyramid is used to build a feature pyramid (featurized image pyramid), enabling detection across a range of scales. Existing single-stage detectors avoid such a featurized image pyramid representation due to its memory and time complexity. In this paper, we introduce a light-weight architecture to efficiently produce featurized image pyramid in a single-stage detection framework. The resulting multi-scale features are then injected into the prediction layers of the detector using an attention module. The performance of our detector is validated on two benchmarks: PASCAL VOC and MS COCO. For a 300x300 input, our detector operates at 111 frames per second (FPS) on a Titan X GPU, providing state-of-the-art detection accuracy on PASCAL VOC 2007 testset. On the MS COCO testset, our detector achieves state-of-the-art results surpassing all existing single-stage methods in the case of single-scale inference.

📄 PDF Abstract BibTeX

Code (1)

vaesl/LFIP pytorch

Tasks

GPU

Similar Papers 제목 키워드 기반

Parallel Feature Pyramid Network for Object Detection

2018-09-01 · ECCV 2018 9 · Seung-Wook Kim, Hyong-Keun Kook, Jee-Young Sun, Mun-Cheon Kang 외

Recently developed object detectors employ a convolutional neural network (CNN) by gradually increasing the number of feature layers with a pyramidal shape instead of using a featurized image pyramid. However, the differ…

Objectobject-detectionObject Detection

Enhanced Single-shot Detector for Small Object Detection in Remote Sensing Images

2022-05-12 · Pourya Shamsolmoali, Masoumeh Zareapoor, Eric Granger, Jocelyn Chanussot 외

Small-object detection is a challenging problem. In the last few years, the convolution neural networks methods have been achieved considerable progress. However, the current detectors struggle with effective features ex…

Objectobject-detectionObject DetectionSmall Object Detection

NETNet: Neighbor Erasing and Transferring Network for Better Single Shot Object Detection

2020-01-18 · CVPR 2020 6 · Yazhao Li, Yanwei Pang, Jianbing Shen, Jiale Cao 외

Due to the advantages of real-time detection and improved performance, single-shot detectors have gained great attention recently. To solve the complex scale variations, single-shot detectors make scale-aware predictions…

Objectobject-detectionObject Detection

Featurized Query R-CNN

2022-06-13 · Wenqiang Zhang, Tianheng Cheng, Xinggang Wang, Shaoyu Chen 외

The query mechanism introduced in the DETR method is changing the paradigm of object detection and recently there are many query-based methods have obtained strong object detection performance. However, the current query…

Objectobject-detectionObject Detection

FSSD: Feature Fusion Single Shot Multibox Detector

2017-12-04 · Zuoxin Li, Lu Yang, Fuqiang Zhou

SSD (Single Shot Multibox Detector) is one of the best object detection algorithms with both high accuracy and fast speed. However, SSD's feature pyramid detection method makes it hard to fuse the features from different…

GPUobject-detectionObject Detection