We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.CV

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Computer Vision and Pattern Recognition

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

Abstract: 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 pyramid), a neck (refining the feature pyramid) and a head (generating the final output). Many existing networks operating on feature pyramids, named necks, are shallow and mostly focus on communication-based processing in the form of top-down and bottom-up operations. We present a new neck 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 neck on the COCO object detection benchmark, outperforming the popular BiFPN baseline by 0.5 AP, both when using the ResNet-50 and the ResNeXt-101-DCN backbone. Additionally, we empirically show that it is more beneficial to put additional computation into the TPN neck, 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 is available at this https URL .
Comments: Accepted at BMVC 2022
Subjects: Computer Vision and Pattern Recognition (cs.CV)
Cite as: arXiv:2110.04004 [cs.CV]
  (or arXiv:2110.04004v3 [cs.CV] for this version)

Submission history

From: Cédric Picron [view email]
[v1] Fri, 8 Oct 2021 09:59:59 GMT (134kb,D)
[v2] Wed, 9 Feb 2022 18:04:34 GMT (220kb,D)
[v3] Fri, 28 Oct 2022 07:55:48 GMT (215kb,D)

Link back to: arXiv, form interface, contact.