paper-with-me

홈 › Papers

DecoupleNet: Decoupled Network for Domain Adaptive Semantic Segmentation

2022-07-20 · Xin Lai, Zhuotao Tian, Xiaogang Xu, Yingcong Chen, Shu Liu, Hengshuang Zhao, LiWei Wang, Jiaya Jia

Unsupervised domain adaptation in semantic segmentation has been raised to alleviate the reliance on expensive pixel-wise annotations. It leverages a labeled source domain dataset as well as unlabeled target domain images to learn a segmentation network. In this paper, we observe two main issues of the existing domain-invariant learning framework. (1) Being distracted by the feature distribution alignment, the network cannot focus on the segmentation task. (2) Fitting source domain data well would compromise the target domain performance. To address these issues, we propose DecoupleNet that alleviates source domain overfitting and enables the final model to focus more on the segmentation task. Furthermore, we put forward Self-Discrimination (SD) and introduce an auxiliary classifier to learn more discriminative target domain features with pseudo labels. Finally, we propose Online Enhanced Self-Training (OEST) to contextually enhance the quality of pseudo labels in an online manner. Experiments show our method outperforms existing state-of-the-art methods, and extensive ablation studies verify the effectiveness of each component. Code is available at https://github.com/dvlab-research/DecoupleNet.

📄 PDF Abstract BibTeX arXiv:2207.09988

Code (1)

dvlab-research/decouplenet 공식 구현 pytorch

Tasks

Domain AdaptationSegmentationSemantic SegmentationTask 2Unsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Auxiliary Classifier Auxiliary Classifiers are type of architectural component that seek to improve the convergence of very deep networks. They are classifier heads we attach to layers before the…

Similar Papers 제목 키워드 기반

DecoupleNet: A Lightweight Backbone Network With Efficient Feature Decoupling for Remote Sensing Visual Tasks

2024-09-23 · IEEE Transactions on Geoscience and Remote Sensing 2024 9 · Wei Lu, Si-Bao Chen, Qing-Ling Shu, Jin Tang 외

In the realm of computer vision (CV), balancing speed and accuracy remains a significant challenge. Recent efforts have focused on developing lightweight networks that optimize computational efficiency and feature extrac…

ARCComputational EfficiencyImage ClassificationObject+4

Dependence model assessment and selection with DecoupleNets

2022-02-07 · Marius Hofert, Avinash Prasad, Mu Zhu

Neural networks are suggested for learning a map from $d$-dimensional samples with any underlying dependence structure to multivariate uniformity in $d'$ dimensions. This map, termed DecoupleNet, is used for dependence m…

modelModel Selection

Decoupled Semantic Prototypes Enable Learning From Diverse Annotation Types for Semi-Weakly Segmentation in Expert-Driven Domains

2023-01-01 · CVPR 2023 1 · Simon Reiß, Constantin Seibold, Alexander Freytag, Erik Rodner 외

A vast amount of images and pixel-wise annotations allowed our community to build scalable segmentation solutions for natural domains. However, the transfer to expert-driven domains like microscopy applications or me…

SegmentationSemantic Segmentation

D-PLS: Decoupled Semantic Segmentation for 4D-Panoptic-LiDAR-Segmentation

2025-01-27 · Maik Steinhauser, Laurenz Reichardt, Nikolas Ebert, Oliver Wasenmüller

This paper introduces a novel approach to 4D Panoptic LiDAR Segmentation that decouples semantic and instance segmentation, leveraging single-scan semantic predictions as prior information for instance segmentation. Our …

Instance SegmentationSegmentationSemantic Segmentation

Decoupled Spatial Neural Attention for Weakly Supervised Semantic Segmentation

2018-03-07 · Tianyi Zhang, Guosheng Lin, Jianfei Cai, Tong Shen 외

Weakly supervised semantic segmentation receives much research attention since it alleviates the need to obtain a large amount of dense pixel-wise ground-truth annotations for the training images. Compared with other for…

Image CaptioningSegmentationSemantic SegmentationWeakly supervised Semantic Segmentation+1