paper-with-me

Papers

Iterative Loop Method Combining Active and Semi-Supervised Learning for Domain Adaptive Semantic Segmentation

2023-01-31 · Licong Guan, Xue Yuan

Semantic segmentation is an important technique for environment perception in intelligent transportation systems. With the rapid development of convolutional neural networks (CNNs), road scene analysis can usually achieve satisfactory results in the source domain. However, guaranteeing good generalization to different target domain scenarios remains a significant challenge. Recently, semi-supervised learning and active learning have been proposed to alleviate this problem. Semisupervised learning can improve model accuracy with massive unlabeled data, but some pseudo labels containing noise would be generated with limited or imbalanced training data. And there will be suboptimal models if human guidance is absent. Active learning can select more effective data to intervene, while the model accuracy can not be improved because the massive unlabeled data are not used. And the probability of querying sub-optimal samples will increase when the domain difference is too large, increasing annotation cost. This paper proposes an iterative loop method combining active and semisupervised learning for domain adaptive semantic segmentation. The method first uses semi-supervised to learn massive unlabeled data to improve model accuracy and provide more accurate selection models for active learning. Secondly, combined with the predictive uncertainty sample selection strategy of active learning, manual intervention is used to correct the pseudo-labels. Finally, flexible iterative loops achieve the best performance with minimal labeling cost. Extensive experiments show that our method establishes state-of-the-art performance on tasks of GTAV to Cityscapes, SYNTHIA to Cityscapes, improving by 4.9% mIoU and 5.2% mIoU, compared to the previous best method, respectively.

📄 PDF Abstract BibTeX arXiv:2301.13361

Code (1)

licongguan/ilm-assl 공식 구현 pytorch

Tasks

Active LearningDomain AdaptationSemantic SegmentationSemi-Supervised Semantic Segmentation

Similar Papers 제목 키워드 기반

ActiveMatch: End-to-end Semi-supervised Active Representation Learning

2021-10-06 · Xinkai Yuan, Zilinghan Li, Gaoang Wang

Semi-supervised learning (SSL) is an efficient framework that can train models with both labeled and unlabeled data, but may generate ambiguous and non-distinguishable representations when lacking adequate labeled sample…

Active LearningContrastive LearningRepresentation Learning

Hierarchical Semi-Supervised Active Learning for Remote Sensing

2025-11-22 · Wei Huang, Zhitong Xiong, Chenying Liu, Xiao Xiang Zhu arxiv

The performance of deep learning models in remote sensing (RS) strongly depends on the availability of high-quality labeled data. However, collecting large-scale annotations is costly and time-consuming, while vast amoun…

Scene ClassificationActive Learning

How To Overcome Confirmation Bias in Semi-Supervised Image Classification By Active Learning

2023-08-16 · Sandra Gilhuber, Rasmus Hvingelby, Mang Ling Ada Fok, Thomas Seidl

Do we need active learning? The rise of strong deep semi-supervised methods raises doubt about the usability of active learning in limited labeled data settings. This is caused by results showing that combining semi-supe…

Active Learningimage-classificationImage ClassificationSemi-Supervised Image Classification

Consistency-Based Semi-supervised Evidential Active Learning for Diagnostic Radiograph Classification

2022-09-05 · Shafa Balaram, Cuong M. Nguyen, Ashraf Kassim, Pavitra Krishnaswamy

Deep learning approaches achieve state-of-the-art performance for classifying radiology images, but rely on large labelled datasets that require resource-intensive annotation by specialists. Both semi-supervised learning…

Active LearningDiagnosticimage-classificationImage Classification+2

Better Optimization can Reduce Sample Complexity: Active Semi-Supervised Learning via Convergence Rate Control

2021-01-01 · Seo Taek Kong, Soomin Jeon, Jaewon Lee, Hong-Seok Lee 외

Reducing the sample complexity associated with deep learning (DL) remains one of the most important problems in both theory and practice since its advent. Semi-supervised learning (SSL) tackles this task by leveraging un…

Active Learning