Search papers, labs, and topics across Lattice.
This paper introduces Extrapolative Domain Adaptive Panoramic Segmentation (EDA-PSeg), a framework designed to address geometric Field of View (FoV) distortions and inconsistent open-set semantics in cross-domain panoramic semantic segmentation. EDA-PSeg incorporates Euler-Margin Attention (EMA) for viewpoint-invariant semantic representation and Graph Matching Adapter (GMA) to align shared semantics across FoV shifts while separating novel categories. Experiments on benchmark datasets demonstrate state-of-the-art performance and robust generalization across diverse viewing geometries and environmental conditions.
Achieve state-of-the-art panoramic segmentation by cleverly disentangling geometric distortions and novel semantics using attention and graph-based adaptation.
Cross-domain panoramic semantic segmentation has attracted growing interest as it enables comprehensive 360° scene understanding for real-world applications. However, it remains particularly challenging due to severe geometric Field of View (FoV) distortions and inconsistent open-set semantics across domains. In this work, we formulate an open-set domain adaptation setting, and propose Extrapolative Domain Adaptive Panoramic Segmentation (EDA-PSeg) framework that trains on local perspective views and tests on full 360° panoramic images, explicitly tackling both geometric FoV shifts across domains and semantic uncertainty arising from previously unseen classes. To this end, we propose the Euler-Margin Attention (EMA), which introduces an angular margin to enhance viewpoint-invariant semantic representation, while performing amplitude and phase modulation to improve generalization toward unseen classes. Additionally, we design the Graph Matching Adapter (GMA), which builds high-order graph relations to align shared semantics across FoV shifts while effectively separating novel categories through structural adaptation. Extensive experiments on four benchmark datasets under camera-shift, weather-condition, and open-set scenarios demonstrate that EDA-PSeg achieves state-of-the-art performance, robust generalization to diverse viewing geometries, and resilience under varying environmental conditions. The code is available at https://github.com/zyfone/EDA-PSeg.