Skip to content

Commit

Permalink
Merge pull request #17 from zenseact/heal-swin
Browse files Browse the repository at this point in the history
Add heal-swin paper
  • Loading branch information
wljungbergh authored Mar 20, 2024
2 parents 74436be + bdb2fae commit 793620e
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 1 deletion.
20 changes: 19 additions & 1 deletion _data/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Gronberg:
Grover:
firstname: ["Divya", "D.", "D.G.", "Divya Grover"]
org: Chalmers University
scholar: gxlPOTcAAAAJ
scholar: gxlPOTcAAAAJ
Hagerman:
firstname: ["David", "D.", "D. H.", "David Hagerman"]
org: Chalmers University of Technology
Expand Down Expand Up @@ -200,3 +200,21 @@ Tram:
Widahl:
firstname: ["Jenny", "J.", "J.W.", "Jenny Widahl"]
org: Zenseact
Carlsson:
firstname: ["Oscar", "O.", "O.C.", "Oscar Carlsson"]
org: Chalmers University of Technology
Gerken:
firstname: ["Jan E.", "J.E.", "J.E.G.", "Jan E. Gerken"]
org: Chalmers University of Technology
Linander:
firstname: ["Hampus", "H.", "H. L.", "Hampus Linander"]
org: Chalmers University of Technology
Spiess:
firstname: ["Heiner", "H.", "H. S.", "Heiner Spieß"]
org: Technical University Berlin
Ohlsson:
firstname: ["Fredrik", "F.", "F. O.", "Fredrik Ohlsson"]
org: Umeå University
Persson:
firstname: ["Daniel", "D.", "D. P.", "Daniel Persson"]
org: Chalmers University of Technology
23 changes: 23 additions & 0 deletions _publications/heal-swin/heal-swin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
layout: publication
permalink: /publications/heal-swin/
title: "HEAL-SWIN: A Vision Transformer On The Sphere"
venue: CVPR24
authors:
- Carlsson
- Gerken
- Linander
- Spiess
- Ohlsson
- Petersson
- Persson

date: 2023-06-14 00:00:00 +00:00
code: https://github.com/JanEGerken/HEAL-SWIN
arxiv: https://arxiv.org/abs/2307.07313
n_equal_contrib: 2
thumbnail-img: heal-swin.png
---

# Abstract
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, resulting in a one-dimensional representation of the spherical data with minimal computational overhead. We demonstrate the superior performance of our model for semantic segmentation and depth regression tasks on both synthetic and real automotive datasets. Our code is available at [https://github.com/JanEGerken/HEAL-SWIN](https://github.com/JanEGerken/HEAL-SWIN).
Binary file added _publications/heal-swin/heal.swin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 793620e

Please sign in to comment.