paper-with-me

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 train a curriculum domain adaptation model. Unfortunately, these methods can only generalize to the target foggy domain that has seen in the training stage, but the foggy domains vary a lot in both urban-scene styles and fog styles. In this paper, we propose to learn scene segmentation well generalized to foggy-scenes under the domain generalization setting, which does not involve any foggy images in the training stage and can generalize to any arbitrary unseen foggy scenes. We argue that an ideal segmentation model that can be well generalized to foggy-scenes need to simultaneously enhance the content, de-correlate the urban-scene style and de-correlate the fog style. As the content (e.g., scene semantic) rests more in low-frequency features while the style of urban-scene and fog rests more in high-frequency features, we propose a novel bi-directional wavelet guidance (BWG) mechanism to realize the above three objectives in a divideand-conquer manner. With the aid of Haar wavelet transformation, the low frequency component is concentrated on the content enhancement self-attention, while the high frequency component is shifted to the style and fog self-attention for de-correlation purpose. It is integrated into existing masklevel Transformer segmentation pipelines in a learnable fashion. Large-scale experiments are conducted on four foggyscene segmentation datasets under a variety of interesting settings. The proposed method significantly outperforms existing directly-supervised, curriculum domain adaptation and domain generalization segmentation methods. Source code is available at https://github.com/BiQiWHU/BWG.

📄 PDF Abstract BibTeX

Code (1)

BiQiWHU/BWG pytorch

Tasks

Autonomous DrivingDomain AdaptationDomain GeneralizationFoggy Scene SegmentationScene SegmentationSegmentationUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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…
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

FogAdapt: Self-Supervised Domain Adaptation for Semantic Segmentation of Foggy Images

2022-01-07 · Javed Iqbal, Rehan Hafiz, Mohsen Ali

This paper presents FogAdapt, a novel approach for domain adaptation of semantic segmentation for dense foggy scenes. Although significant research has been directed to reduce the domain shift in semantic segmentation, a…

Domain AdaptationFoggy Scene SegmentationOpen-Ended Question AnsweringSegmentation+1

Semantic Understanding of Foggy Scenes with Purely Synthetic Data

2019-10-09 · Martin Hahner, Dengxin Dai, Christos Sakaridis, Jan-Nico Zaech 외

This work addresses the problem of semantic scene understanding under foggy road conditions. Although marked progress has been made in semantic scene understanding over the recent years, it is mainly concentrated on clea…

Scene UnderstandingSelf-Driving CarsSemantic Segmentation

Curriculum Model Adaptation with Synthetic and Real Data for Semantic Foggy Scene Understanding

2019-01-05 · Dengxin Dai, Christos Sakaridis, Simon Hecker, Luc van Gool

This work addresses the problem of semantic scene understanding under fog. Although marked progress has been made in semantic scene understanding, it is mainly concentrated on clear-weather scenes. Extending semantic seg…

Domain AdaptationScene UnderstandingSegmentationSemantic Segmentation

Model Adaptation with Synthetic and Real Data for Semantic Dense Foggy Scene Understanding

2018-08-03 · ECCV 2018 9 · Christos Sakaridis, Dengxin Dai, Simon Hecker, Luc van Gool

This work addresses the problem of semantic scene understanding under dense fog. Although considerable progress has been made in semantic scene understanding, it is mainly related to clear-weather scenes. Extending recog…

Scene UnderstandingSemantic Segmentation

WaveletFormerNet: A Transformer-based Wavelet Network for Real-world Non-homogeneous and Dense Fog Removal

2024-01-09 · Shengli Zhang, Zhiyong Tao, Sen Lin

Although deep convolutional neural networks have achieved remarkable success in removing synthetic fog, it is essential to be able to process images taken in complex foggy conditions, such as dense or non-homogeneous fog…