paper-with-me

Papers

GraphFPN: Graph Feature Pyramid Network for Object Detection

2021-08-02 · ICCV 2021 10 · Gangming Zhao, Weifeng Ge, Yizhou Yu

Feature pyramids have been proven powerful in image understanding tasks that require multi-scale features. State-of-the-art methods for multi-scale feature learning focus on performing feature interactions across space and scales using neural networks with a fixed topology. In this paper, we propose graph feature pyramid networks that are capable of adapting their topological structures to varying intrinsic image structures and supporting simultaneous feature interactions across all scales. We first define an image-specific superpixel hierarchy for each input image to represent its intrinsic image structures. The graph feature pyramid network inherits its structure from this superpixel hierarchy. Contextual and hierarchical layers are designed to achieve feature interactions within the same scale and across different scales. To make these layers more powerful, we introduce two types of local channel attention for graph neural networks by generalizing global channel attention for convolutional neural networks. The proposed graph feature pyramid network can enhance the multiscale features from a convolutional feature pyramid network. We evaluate our graph feature pyramid network in the object detection task by integrating it into the Faster R-CNN algorithm. The modified algorithm outperforms not only previous state-of-the-art feature pyramid-based methods with a clear margin but also other popular detection methods on both MS-COCO 2017 validation and test datasets.

📄 PDF Abstract BibTeX arXiv:2108.00580

Code (2)

GangmingZhao/GraphFPN-Graph-Feature-Pyramid-Network-for-Object-Detection 공식 구현 tf
lhcezx/Graph-FPN tf

Tasks

Objectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
RoIPool 설명 없음
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…
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…

Similar Papers 제목 키워드 기반

Pyramid R-CNN: Towards Better Performance and Adaptability for 3D Object Detection

2021-09-06 · ICCV 2021 10 · Jiageng Mao, Minzhe Niu, Haoyue Bai, Xiaodan Liang 외

We present a flexible and high-performance framework, named Pyramid R-CNN, for two-stage 3D object detection from point clouds. Current approaches generally rely on the points or voxels of interest for RoI feature extrac…

3D Object Detectionobject-detectionObject Detection

FGAA-FPN: Foreground-Guided Angle-Aware Feature Pyramid Network for Oriented Object Detection

2026-02-11 · Jialin Ma arxiv

With the increasing availability of high-resolution remote sensing and aerial imagery, oriented object detection has become a key capability for geographic information updating, maritime surveillance, and disaster respon…

Object Detection

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