paper-with-me

홈 › Papers

Deep Feature Pyramid Reconfiguration for Object Detection

2018-08-24 · ECCV 2018 9 · Tao Kong, Fuchun Sun, Wenbing Huang, Huaping Liu

State-of-the-art object detectors usually learn multi-scale representations to get better results by employing feature pyramids. However, the current designs for feature pyramids are still inefficient to integrate the semantic information over different scales. In this paper, we begin by investigating current feature pyramids solutions, and then reformulate the feature pyramid construction as the feature reconfiguration process. Finally, we propose a novel reconfiguration architecture to combine low-level representations with high-level semantic features in a highly-nonlinear yet efficient way. In particular, our architecture which consists of global attention and local reconfigurations, is able to gather task-oriented features across different spatial locations and scales, globally and locally. Both the global attention and local reconfiguration are lightweight, in-place, and end-to-end trainable. Using this method in the basic SSD system, our models achieve consistent and significant boosts compared with the original model and its other variations, without losing real-time processing speed.

📄 PDF Abstract BibTeX arXiv:1808.07993

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Non Maximum Suppression Non Maximum Suppression is a computer vision method that selects a single entity out of many overlapping entities (for example bounding boxes in object detection). The…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
SSD SSD is a single-stage object detection method that discretizes the output space of bounding boxes into a set of default boxes over different aspect ratios and scales per…

Similar Papers 제목 키워드 기반

Extended Feature Pyramid Network for Small Object Detection

2020-03-16 · Chunfang Deng, Mengmeng Wang, Liang Liu, Yong liu

Small object detection remains an unsolved challenge because it is hard to extract information of small objects with only a few pixels. While scale-level corresponding detection in feature pyramid network alleviates this…

Objectobject-detectionObject DetectionSmall Object Detection

Trident Pyramid Networks: The importance of processing at the feature pyramid level for better object detection

2021-10-08 · Cédric Picron, Tinne Tuytelaars

Feature pyramids have become ubiquitous in multi-scale computer vision tasks such as object detection. Given their importance, a computer vision network can be divided into three parts: a backbone (generating a feature p…

Objectobject-detectionObject Detection

Feature Pyramid Networks for Object Detection

2016-12-09 · CVPR 2017 7 · Tsung-Yi Lin, Piotr Dollár, Ross Girshick, Kaiming He 외

Feature pyramids are a basic component in recognition systems for detecting objects at different scales. But recent deep learning object detectors have avoided pyramid representations, in part because they are compute an…

GPUObjectObject DetectionPedestrian Detection+1

Template Matching based Object Detection Using HOG Feature Pyramid

2014-06-27 · Anish Acharya

This article provides a step by step development of designing a Object Detection scheme using the HOG based Feature Pyramid aligned with the concept of Template Matching.

Objectobject-detectionObject DetectionTemplate Matching

Small Object Detection Model with Spatial Laplacian Pyramid Attention and Multi-Scale Features Enhancement in Aerial Images

2026-02-26 · Zhangjian Ji, Huijia Yan, Shaotong Qiao, Kai Feng 외 arxiv

Detecting objects in aerial images confronts some significant challenges, including small size, dense and non-uniform distribution of objects over high-resolution images, which makes detection inefficient. Thus, in this …

Small Object Detection