SpineNet: Learning Scale-Permuted Backbone for Recognition and Localization
Xianzhi Du, Tsung-Yi Lin, Pengchong Jin, Golnaz Ghiasi, Mingxing Tan,, Yin Cui, Quoc V. Le, Xiaodan Song

TL;DR
SpineNet introduces a novel scale-permuted backbone architecture learned via neural architecture search, significantly improving multi-scale feature extraction for recognition and localization tasks like object detection.
Contribution
The paper proposes SpineNet, a new backbone with scale-permuted features and cross-scale connections, outperforming traditional models like ResNet-FPN in detection accuracy and efficiency.
Findings
SpineNet models outperform ResNet-FPN by ~3% AP at various scales.
SpineNet-190 achieves 52.5% AP on COCO with Mask R-CNN.
SpineNet improves classification accuracy by 5% on iNaturalist.
Abstract
Convolutional neural networks typically encode an input image into a series of intermediate features with decreasing resolutions. While this structure is suited to classification tasks, it does not perform well for tasks requiring simultaneous recognition and localization (e.g., object detection). The encoder-decoder architectures are proposed to resolve this by applying a decoder network onto a backbone model designed for classification tasks. In this paper, we argue encoder-decoder architecture is ineffective in generating strong multi-scale features because of the scale-decreased backbone. We propose SpineNet, a backbone with scale-permuted intermediate features and cross-scale connections that is learned on an object detection task by Neural Architecture Search. Using similar building blocks, SpineNet models outperform ResNet-FPN models by ~3% AP at various scales while using 10-20%…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
SpineNet: Learning Scale-Permuted Backbone for Recognition and Localization (Paper Explained)· youtube
SpineNet: Learning Scale-Permuted Backbone for Recognition and Localization· youtube
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · COVID-19 diagnosis using AI
MethodsRegion Proposal Network · Cosine Annealing · Entropy Regularization · Proximal Policy Optimization · Neural Architecture Search · NAS-FPN · Tanh Activation · Residual Connection · Average Pooling · Sigmoid Activation
