paper-with-me

Papers

Learning Content-enhanced Mask Transformer for Domain Generalized Urban-Scene Segmentation

2023-07-01 · Qi Bi, ShaoDi You, Theo Gevers

Domain-generalized urban-scene semantic segmentation (USSS) aims to learn generalized semantic predictions across diverse urban-scene styles. Unlike domain gap challenges, USSS is unique in that the semantic categories are often similar in different urban scenes, while the styles can vary significantly due to changes in urban landscapes, weather conditions, lighting, and other factors. Existing approaches typically rely on convolutional neural networks (CNNs) to learn the content of urban scenes. In this paper, we propose a Content-enhanced Mask TransFormer (CMFormer) for domain-generalized USSS. The main idea is to enhance the focus of the fundamental component, the mask attention mechanism, in Transformer segmentation models on content information. To achieve this, we introduce a novel content-enhanced mask attention mechanism. It learns mask queries from both the image feature and its down-sampled counterpart, as lower-resolution image features usually contain more robust content information and are less sensitive to style variations. These features are fused into a Transformer decoder and integrated into a multi-resolution content-enhanced mask attention learning scheme. Extensive experiments conducted on various domain-generalized urban-scene segmentation datasets demonstrate that the proposed CMFormer significantly outperforms existing CNN-based methods for domain-generalized semantic segmentation, achieving improvements of up to 14.00\% in terms of mIoU (mean intersection over union). The source code is publicly available at \url{https://github.com/BiQiWHU/CMFormer}.

📄 PDF Abstract BibTeX arXiv:2307.00371

Code (1)

BiQiWHU/CMFormer 공식 구현 pytorch

Tasks

DecoderDomain AdaptationDomain GeneralizationScene SegmentationSegmentationSemantic SegmentationSource-Free Domain AdaptationSynthetic-to-Real Translation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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 설명 없음

Similar Papers 제목 키워드 기반

Learning Generalized Segmentation for Foggy-scenes by Bi-directional Wavelet Guidance

2024-02-28 · Association for the Advancement of Artificial Intelligence (AAAI) 2024 2 · Qi Bi, ShaoDi You, Theo Gevers

Learning scene semantics that can be well generalized to foggy conditions is important for safety-crucial applications such as autonomous driving. Existing methods need both annotated clear images and foggy images to tr…

Autonomous DrivingDomain AdaptationDomain GeneralizationFoggy Scene Segmentation+3

TSTNN: Two-stage Transformer based Neural Network for Speech Enhancement in the Time Domain

2021-03-18 · Kai Wang, Bengbeng He, Wei-Ping Zhu

In this paper, we propose a transformer-based architecture, called two-stage transformer neural network (TSTNN) for end-to-end speech denoising in the time domain. The proposed model is composed of an encoder, a two-stag…

DecoderDenoisingSpeech DenoisingSpeech Enhancement

Textual Query-Driven Mask Transformer for Domain Generalized Segmentation

2024-07-12 · Byeonghyun Pak, Byeongju Woo, Sunghwan Kim, Dae-hwan Kim 외

In this paper, we introduce a method to tackle Domain Generalized Semantic Segmentation (DGSS) by utilizing domain-invariant semantic knowledge from text embeddings of vision-language models. We employ the text embedding…

Domain GeneralizationObjectSemantic Segmentation

HGFormer: Hierarchical Grouping Transformer for Domain Generalized Semantic Segmentation

2023-05-22 · CVPR 2023 1 · Jian Ding, Nan Xue, Gui-Song Xia, Bernt Schiele 외

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 tha…

Domain GeneralizationSegmentationSemantic Segmentation

Attention Head Masking for Inference Time Content Selection in Abstractive Summarization

2021-04-06 · NAACL 2021 4 · Shuyang Cao, Lu Wang

How can we effectively inform content selection in Transformer-based abstractive summarization models? In this work, we present a simple-yet-effective attention head masking technique, which is applied on encoder-decoder…

Abstractive Text SummarizationDecoderDocument Summarization