Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

HEAL-SWIN: A Vision Transformer On The Sphere

About

High-resolution wide-angle fisheye images are becoming more and more important for robotics applications such as autonomous driving. However, using ordinary convolutional neural networks or vision transformers on this data is problematic due to projection and distortion losses introduced when projecting to a rectangular grid on the plane. We introduce the HEAL-SWIN transformer, which combines the highly uniform Hierarchical Equal Area iso-Latitude Pixelation (HEALPix) grid used in astrophysics and cosmology with the Hierarchical Shifted-Window (SWIN) transformer to yield an efficient and flexible model capable of training on high-resolution, distortion-free spherical data. In HEAL-SWIN, the nested structure of the HEALPix grid is used to perform the patching and windowing operations of the SWIN transformer, enabling the network to process spherical representations with minimal computational overhead. We demonstrate the superior performance of our model on both synthetic and real automotive datasets, as well as a selection of other image datasets, for semantic segmentation, depth regression and classification tasks. Our code is publicly available at https://github.com/JanEGerken/HEAL-SWIN.

Oscar Carlsson, Jan E. Gerken, Hampus Linander, Heiner Spie{\ss}, Fredrik Ohlsson, Christoffer Petersson, Daniel Persson• 2023

Related benchmarks

TaskDatasetResultRank
Semantic segmentationStanford2D3DS (3-fold cross-validation)
mIoU44.3
90
ClassificationSpherical MNIST rotated level-4 mesh (train and test (R/R))
Accuracy96.96
16
Image ClassificationSpherical MNIST NR/NR
Accuracy99.2
12
Semantic segmentationStanford2D3D sphere rank 7 256x512 (test)
Accuracy85.5
7
Depth EstimationStanford2D3D sphere rank 7 256x512 (test)
MAE0.189
7
Showing 5 of 5 rows

Other info

Code

Follow for update