paper-with-me

Papers

MIC: Masked Image Consistency for Context-Enhanced Domain Adaptation

2022-12-02 · CVPR 2023 1 · Lukas Hoyer, Dengxin Dai, Haoran Wang, Luc van Gool

In unsupervised domain adaptation (UDA), a model trained on source data (e.g. synthetic) is adapted to target data (e.g. real-world) without access to target annotation. Most previous UDA methods struggle with classes that have a similar visual appearance on the target domain as no ground truth is available to learn the slight appearance differences. To address this problem, we propose a Masked Image Consistency (MIC) module to enhance UDA by learning spatial context relations of the target domain as additional clues for robust visual recognition. MIC enforces the consistency between predictions of masked target images, where random patches are withheld, and pseudo-labels that are generated based on the complete image by an exponential moving average teacher. To minimize the consistency loss, the network has to learn to infer the predictions of the masked regions from their context. Due to its simple and universal concept, MIC can be integrated into various UDA methods across different visual recognition tasks such as image classification, semantic segmentation, and object detection. MIC significantly improves the state-of-the-art performance across the different recognition tasks for synthetic-to-real, day-to-nighttime, and clear-to-adverse-weather UDA. For instance, MIC achieves an unprecedented UDA performance of 75.9 mIoU and 92.8% on GTA-to-Cityscapes and VisDA-2017, respectively, which corresponds to an improvement of +2.1 and +3.0 percent points over the previous state of the art. The implementation is available at https://github.com/lhoyer/MIC.

📄 PDF Abstract BibTeX arXiv:2212.01322

Code (1)

lhoyer/mic 공식 구현 pytorch

Tasks

Domain Adaptationimage-classificationImage ClassificationImage-to-Image Translationobject-detectionObject DetectionSemantic SegmentationSynthetic-to-Real TranslationUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

CtxMIM: Context-Enhanced Masked Image Modeling for Remote Sensing Image Understanding

2023-09-28 · Mingming Zhang, Qingjie Liu, Yunhong Wang

Learning representations through self-supervision on unlabeled data has proven highly effective for understanding diverse images. However, remote sensing images often have complex and densely populated scenes with multip…

Contrastive LearningInstance SegmentationLand Cover ClassificationObject+5

Towards Enhanced Image Inpainting: Mitigating Unwanted Object Insertion and Preserving Color Consistency

2023-12-08 · CVPR 2025 1 · Yikai Wang, Chenjie Cao, Junqiu Yu, Ke Fan 외

Recent advances in image inpainting increasingly use generative models to handle large irregular masks. However, these models can create unrealistic inpainted images due to two main issues: (1) Unwanted object insertion:…

DecoderHallucinationImage InpaintingObject+1

Learning with Unmasked Tokens Drives Stronger Vision Learners

2023-10-20 · Taekyung Kim, Sanghyuk Chun, Byeongho Heo, Dongyoon Han

Masked image modeling (MIM) has become a leading self-supervised learning strategy. MIMs such as Masked Autoencoder (MAE) learn strong representations by randomly masking input tokens for the encoder to process, with the…

AttributeDecoderFine-Grained Image ClassificationSelf-Supervised Learning+1

Dual form Complementary Masking for Domain-Adaptive Image Segmentation

2025-07-16 · Jiawen Wang, Yinda Chen, Xiaoyu Liu, Che Liu 외 arxiv

Recent works have correlated Masked Image Modeling (MIM) with consistency regularization in Unsupervised Domain Adaptation (UDA). However, they merely treat masking as a special form of deformation on the input images an…

Unsupervised Domain AdaptationRepresentation LearningDomain GeneralizationImage Segmentation

Boosting Semi-Supervised Medical Image Segmentation via Masked Image Consistency and Discrepancy Learning

2025-03-18 · Pengcheng Zhou, Lantian Zhang, Wei Li

Semi-supervised learning is of great significance in medical image segmentation by exploiting unlabeled data. Among its strategies, the co-training framework is prominent. However, previous co-training studies predominan…

DecoderDiversityImage SegmentationMedical Image Segmentation+3