CVAINov 30, 2023

MRFP: Learning Generalizable Semantic Segmentation from Sim-2-Real with Multi-Resolution Feature Perturbation

arXiv:2311.18331v219 citationsh-index: 6
AI Analysis

This work addresses the challenge of enhancing semantic segmentation models' generalization to unseen real-world domains using only simulated data, which is incremental as it builds on existing domain adaptation methods with a novel perturbation technique.

The paper tackles the problem of domain generalization in semantic segmentation from simulated to real-world data by proposing Multi-Resolution Feature Perturbation (MRFP), which randomizes fine-grained and perturbs coarse features to learn domain-invariant representations, achieving improved performance on various urban-scene datasets.

Deep neural networks have shown exemplary performance on semantic scene understanding tasks on source domains, but due to the absence of style diversity during training, enhancing performance on unseen target domains using only single source domain data remains a challenging task. Generation of simulated data is a feasible alternative to retrieving large style-diverse real-world datasets as it is a cumbersome and budget-intensive process. However, the large domain-specfic inconsistencies between simulated and real-world data pose a significant generalization challenge in semantic segmentation. In this work, to alleviate this problem, we propose a novel MultiResolution Feature Perturbation (MRFP) technique to randomize domain-specific fine-grained features and perturb style of coarse features. Our experimental results on various urban-scene segmentation datasets clearly indicate that, along with the perturbation of style-information, perturbation of fine-feature components is paramount to learn domain invariant robust feature maps for semantic segmentation models. MRFP is a simple and computationally efficient, transferable module with no additional learnable parameters or objective functions, that helps state-of-the-art deep neural networks to learn robust domain invariant features for simulation-to-real semantic segmentation.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes