SOTAVerified

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

2023-11-30CVPR 2024Code Available0· sign in to hype

Sumanth Udupa, Prajwal Gurunath, Aniruddh Sikdar, Suresh Sundaram

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
BDD100K valMRFP+(Ours) Resnet50mIoU39.55Unverified
BDD100K valResnet50mIoU31.44Unverified
Cityscapes valMRFP+(Ours) Resnet50mIoU42.4Unverified
Cityscapes valResnet50mIoU34.66Unverified
Mapillary valMRFP+(Ours) Resnet50mIoU44.93Unverified
Mapillary valResnet50mIoU32.93Unverified
SYNTHIAMRFP+(Ours) Resnet50mIoU30.22Unverified
SYNTHIAResnet50mIoU25.84Unverified

Reproductions