DeepAI AI Chat
Log In Sign Up

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

10/08/2021
by   Cédric Picron, et al.
KU Leuven
0

Feature pyramids have become ubiquitous in multi-scale computer vision tasks such as object detection. Based on their importance, we divide a computer vision network into three parts: a backbone (generating a feature pyramid), a core (refining the feature pyramid) and a head (generating the final output). Most existing networks operating on feature pyramids, named cores, are shallow and mostly focus on communication-based processing in the form of top-down and bottom-up operations. We present a new core architecture called Trident Pyramid Network (TPN), that allows for a deeper design and for a better balance between communication-based processing and self-processing. We show consistent improvements when using our TPN core on the COCO object detection benchmark, outperforming the popular BiFPN baseline by 1.5 AP. Additionally, we empirically show that it is more beneficial to put additional computation into the TPN core, rather than into the backbone, by outperforming a ResNet-101+FPN baseline with our ResNet-50+TPN network by 1.7 AP, while operating under similar computation budgets. This emphasizes the importance of performing computation at the feature pyramid level in modern-day object detection systems. Code will be released.

READ FULL TEXT

page 1

page 2

page 3

page 4

06/16/2022

Selective Multi-Scale Learning for Object Detection

Pyramidal networks are standard methods for multi-scale object detection...
12/11/2019

AugFPN: Improving Multi-scale Feature Learning for Object Detection

Current state-of-the-art detectors typically exploit feature pyramid to ...
11/20/2019

EfficientDet: Scalable and Efficient Object Detection

Model efficiency has become increasingly important in computer vision. I...
04/07/2020

Feature Pyramid Grids

Feature pyramid networks have been widely adopted in the object detectio...
12/02/2019

IPG-Net: Image Pyramid Guidance Network for Object Detection

For Convolutional Neural Network based object detection, there is a typi...
12/25/2020

Implicit Feature Pyramid Network for Object Detection

In this paper, we present an implicit feature pyramid network (i-FPN) fo...
12/01/2020

Dynamic Feature Pyramid Networks for Object Detection

This paper studies feature pyramid network (FPN), which is a widely used...