HGFormer: Hierarchical Grouping Transformer for Domain Generalized Semantic Segmentation
Jian Ding, Nan Xue, Gui-Song Xia, Bernt Schiele, Dengxin Dai

TL;DR
This paper introduces HGFormer, a hierarchical grouping transformer that explicitly segments parts and wholes at multiple scales to improve domain generalization in semantic segmentation tasks, outperforming existing methods.
Contribution
The paper proposes a novel hierarchical grouping transformer (HGFormer) that explicitly groups pixels at multiple scales for improved domain generalization in semantic segmentation.
Findings
HGFormer outperforms previous methods significantly in cross-domain segmentation tasks.
Explicit multi-scale grouping improves robustness over per-pixel classification.
HGFormer demonstrates superior performance across seven public datasets.
Abstract
Current semantic segmentation models have achieved great success under the independent and identically distributed (i.i.d.) condition. However, in real-world applications, test data might come from a different domain than training data. Therefore, it is important to improve model robustness against domain differences. This work studies semantic segmentation under the domain generalization setting, where a model is trained only on the source domain and tested on the unseen target domain. Existing works show that Vision Transformers are more robust than CNNs and show that this is related to the visual grouping property of self-attention. In this work, we propose a novel hierarchical grouping transformer (HGFormer) to explicitly group pixels to form part-level masks and then whole-level masks. The masks at different scales aim to segment out both parts and a whole of classes. HGFormer…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · COVID-19 diagnosis using AI
MethodsTest
