paper-with-me

Papers

SGAT4PASS: Spherical Geometry-Aware Transformer for PAnoramic Semantic Segmentation

2023-06-06 · XueWei Li, Tao Wu, Zhongang Qi, Gaoang Wang, Ying Shan, Xi Li

As an important and challenging problem in computer vision, PAnoramic Semantic Segmentation (PASS) gives complete scene perception based on an ultra-wide angle of view. Usually, prevalent PASS methods with 2D panoramic image input focus on solving image distortions but lack consideration of the 3D properties of original $360^{\circ}$ data. Therefore, their performance will drop a lot when inputting panoramic images with the 3D disturbance. To be more robust to 3D disturbance, we propose our Spherical Geometry-Aware Transformer for PAnoramic Semantic Segmentation (SGAT4PASS), considering 3D spherical geometry knowledge. Specifically, a spherical geometry-aware framework is proposed for PASS. It includes three modules, i.e., spherical geometry-aware image projection, spherical deformable patch embedding, and a panorama-aware loss, which takes input images with 3D disturbance into account, adds a spherical geometry-aware constraint on the existing deformable patch embedding, and indicates the pixel density of original $360^{\circ}$ data, respectively. Experimental results on Stanford2D3D Panoramic datasets show that SGAT4PASS significantly improves performance and robustness, with approximately a 2% increase in mIoU, and when small 3D disturbances occur in the data, the stability of our performance is improved by an order of magnitude. Our code and supplementary material are available at https://github.com/TencentARC/SGAT4PASS.

📄 PDF Abstract BibTeX arXiv:2306.03403

Code (1)

tencentarc/sgat4pass 공식 구현 pytorch

Tasks

Semantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Residual Connection 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

TransGAT: Transformer-Based Graph Neural Networks for Multi-Dimensional Automated Essay Scoring

2025-09-01 · Hind Aljuaid, Areej Alhothali, Ohoud Al-Zamzami, Hussein Assalahi arxiv

Essay writing is a critical component of student assessment, yet manual scoring is labor-intensive and inconsistent. Automated Essay Scoring (AES) offers a promising alternative, but current approaches face limitations. …

Automated Essay Scoring

SGFormer: Spherical Geometry Transformer for 360 Depth Estimation

2024-04-23 · Junsong Zhang, Zisong Chen, Chunyu Lin, Lang Nie 외

Panoramic distortion poses a significant challenge in 360 depth estimation, particularly pronounced at the north and south poles. Existing methods either adopt a bi-projection fusion strategy to remove distortions or mod…

DecoderDepth EstimationPosition

SLAY: Geometry-Aware Spherical Linearized Attention with Yat-Kernel

2026-02-04 · Jose Miguel Luna, Taha Bouhsine, Krzysztof Choromanski arxiv

We propose a new class of linear-time attention mechanisms based on a relaxed and computationally efficient formulation of the recently introduced E-Product, often referred to as the Yat-kernel (Bouhsine, 2025). The resu…

Spherical Vision Transformer for 360-degree Video Saliency Prediction

2023-08-24 · Mert Cokelek, Nevrez Imamoglu, Cagri Ozcinar, Erkut Erdem 외

The growing interest in omnidirectional videos (ODVs) that capture the full field-of-view (FOV) has gained 360-degree saliency prediction importance in computer vision. However, predicting where humans look in 360-degree…

PredictionSaliency PredictionVideo Saliency PredictionVideo Understanding

Harmonizing Geometry and Uncertainty: Diffusion with Hyperspheres

2025-06-12 · Muskan Dosi, Chiranjeev Chiranjeev, Kartik Thakral, Mayank Vatsa 외

Do contemporary diffusion models preserve the class geometry of hyperspherical data? Standard diffusion models rely on isotropic Gaussian noise in the forward process, inherently favoring Euclidean spaces. However, many …