paper-with-me

Papers

I2F: A Unified Image-to-Feature Approach for Domain Adaptive Semantic Segmentation

2023-01-03 · Haoyu Ma, Xiangru Lin, Yizhou Yu

Unsupervised domain adaptation (UDA) for semantic segmentation is a promising task freeing people from heavy annotation work. However, domain discrepancies in low-level image statistics and high-level contexts compromise the segmentation performance over the target domain. A key idea to tackle this problem is to perform both image-level and feature-level adaptation jointly. Unfortunately, there is a lack of such unified approaches for UDA tasks in the existing literature. This paper proposes a novel UDA pipeline for semantic segmentation that unifies image-level and feature-level adaptation. Concretely, for image-level domain shifts, we propose a global photometric alignment module and a global texture alignment module that align images in the source and target domains in terms of image-level properties. For feature-level domain shifts, we perform global manifold alignment by projecting pixel features from both domains onto the feature manifold of the source domain; and we further regularize category centers in the source domain through a category-oriented triplet loss and perform target domain consistency regularization over augmented target domain images. Experimental results demonstrate that our pipeline significantly outperforms previous methods. In the commonly tested GTA5$\rightarrow$Cityscapes task, our proposed method using Deeplab V3+ as the backbone surpasses previous SOTA by 8%, achieving 58.2% in mIoU.

📄 PDF Abstract BibTeX arXiv:2301.01149

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationSegmentationSemantic SegmentationTripletUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Feedforward Network A Feedforward Network, or a Multilayer Perceptron (MLP), is a neural network with solely densely connected layers. This is the classic neural network architecture of the…
Dilated Convolution 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Triplet Loss The goal of Triplet loss, in the context of Siamese Networks, is to maximize the joint probability among all score-pairs i.e. the product of all probabilities. By using its…
CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…
DeepLab 설명 없음

Similar Papers 제목 키워드 기반

UniDA3D: Unified Domain Adaptive 3D Semantic Segmentation Pipeline

2022-12-20 · Ben Fei, Siyuan Huang, Jiakang Yuan, Botian Shi 외

State-of-the-art 3D semantic segmentation models are trained on off-the-shelf public benchmarks, but they will inevitably face the challenge of recognition accuracy drop when these well-trained models are deployed to a n…

3D Semantic SegmentationDomain AdaptationDomain GeneralizationSegmentation+2

UniDAformer: Unified Domain Adaptive Panoptic Segmentation Transformer via Hierarchical Mask Calibration

2022-06-30 · CVPR 2023 1 · Jingyi Zhang, Jiaxing Huang, Xiaoqin Zhang, Shijian Lu

Domain adaptive panoptic segmentation aims to mitigate data annotation challenge by leveraging off-the-shelf annotated data in one or multiple related source domains. However, existing studies employ two separate network…

Domain AdaptationInstance SegmentationPanoptic SegmentationSegmentation+2

SemaCDR: LLM-Powered Transferable Semantics for Cross-Domain Sequential Recommendation

2026-01-30 · Chunxu Zhang, Shanqiang Huang, Zijian Zhang, Jiahong Liu 외 arxiv

Cross-domain recommendation (CDR) addresses the data sparsity and cold-start problems in the target domain by leveraging knowledge from data-rich source domains. However, existing CDR methods often rely on domain-specifi…

Sequential Recommendation

Unified Domain Adaptive Semantic Segmentation

2023-11-22 · Zhe Zhang, Gaochang Wu, Jing Zhang, Xiatian Zhu 외

Unsupervised Domain Adaptive Semantic Segmentation (UDA-SS) aims to transfer the supervision from a labeled source domain to an unlabeled target domain. The majority of existing UDA-SS works typically consider images whi…

Data AugmentationOptical Flow EstimationRepresentation LearningSegmentation+3

TransMedSeg: A Transferable Semantic Framework for Semi-Supervised Medical Image Segmentation

2025-05-20 · Mengzhu Wang, Jiao Li, Shanshan Wang, Long Lan 외

Semi-supervised learning (SSL) has achieved significant progress in medical image segmentation (SSMIS) through effective utilization of limited labeled data. While current SSL methods for medical images predominantly rel…

Image SegmentationMedical Image AnalysisMedical Image SegmentationRepresentation Learning+2