Spherical Feature Pyramid Networks For Semantic Segmentation
Thomas Walker, Varun Anand, Pavlos Andreadis

TL;DR
This paper introduces spherical feature pyramid networks that leverage hierarchical graph-based CNNs to improve semantic segmentation on spherical data, outperforming existing spherical UNet models with fewer parameters.
Contribution
The paper proposes spherical FPNs inspired by planar FPNs, demonstrating superior performance and efficiency over spherical UNet architectures for spherical image segmentation.
Findings
Achieved state-of-the-art mIOU of 48.75 on Stanford 2D-3D-S dataset.
Spherical FPNs outperform spherical UNets in accuracy.
Models use fewer parameters than previous methods.
Abstract
Semantic segmentation for spherical data is a challenging problem in machine learning since conventional planar approaches require projecting the spherical image to the Euclidean plane. Representing the signal on a fundamentally different topology introduces edges and distortions which impact network performance. Recently, graph-based approaches have bypassed these challenges to attain significant improvements by representing the signal on a spherical mesh. Current approaches to spherical segmentation exclusively use variants of the UNet architecture, meaning more successful planar architectures remain unexplored. Inspired by the success of feature pyramid networks (FPNs) in planar image segmentation, we leverage the pyramidal hierarchy of graph-based spherical CNNs to design spherical FPNs. Our spherical FPN models show consistent improvements over spherical UNets, whilst using fewer…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · 3D Modeling in Geospatial Applications · Human Mobility and Location-Based Analysis
MethodsConvolution · 1x1 Convolution · Feature Pyramid Network
