paper-with-me

Papers

Adaptive Betweenness Clustering for Semi-Supervised Domain Adaptation

2024-01-21 · Jichang Li, Guanbin Li, Yizhou Yu

Compared to unsupervised domain adaptation, semi-supervised domain adaptation (SSDA) aims to significantly improve the classification performance and generalization capability of the model by leveraging the presence of a small amount of labeled data from the target domain. Several SSDA approaches have been developed to enable semantic-aligned feature confusion between labeled (or pseudo labeled) samples across domains; nevertheless, owing to the scarcity of semantic label information of the target domain, they were arduous to fully realize their potential. In this study, we propose a novel SSDA approach named Graph-based Adaptive Betweenness Clustering (G-ABC) for achieving categorical domain alignment, which enables cross-domain semantic alignment by mandating semantic transfer from labeled data of both the source and target domains to unlabeled target samples. In particular, a heterogeneous graph is initially constructed to reflect the pairwise relationships between labeled samples from both domains and unlabeled ones of the target domain. Then, to degrade the noisy connectivity in the graph, connectivity refinement is conducted by introducing two strategies, namely Confidence Uncertainty based Node Removal and Prediction Dissimilarity based Edge Pruning. Once the graph has been refined, Adaptive Betweenness Clustering is introduced to facilitate semantic transfer by using across-domain betweenness clustering and within-domain betweenness clustering, thereby propagating semantic label information from labeled samples across domains to unlabeled target data. Extensive experiments on three standard benchmark datasets, namely DomainNet, Office-Home, and Office-31, indicated that our method outperforms previous state-of-the-art SSDA approaches, demonstrating the superiority of the proposed G-ABC algorithm.

📄 PDF Abstract BibTeX arXiv:2401.11448

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringDomain AdaptationSemi-supervised Domain AdaptationUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Cascading Failures in Smart Grids under Random, Targeted and Adaptive Attacks

2022-06-25 · Sushmita Ruj, Arindam Pal

We study cascading failures in smart grids, where an attacker selectively compromises the nodes with probabilities proportional to their degrees, betweenness, or clustering coefficient. This implies that nodes with high …

Clustering

Cross-Domain Adaptive Clustering for Semi-Supervised Domain Adaptation

2021-04-19 · CVPR 2021 1 · Jichang Li, Guanbin Li, Yemin Shi, Yizhou Yu

In semi-supervised domain adaptation, a few labeled samples per class in the target domain guide features of the remaining target samples to aggregate around them. However, the trained model cannot produce a highly discr…

ClusteringDomain AdaptationSemi-supervised Domain Adaptation

Semi-supervised Clustering of Medical Text

2016-12-01 · WS 2016 12 · Pracheta Sahoo, Asif Ekbal, Sriparna Saha, Diego Moll{\'a} 외

Semi-supervised clustering is an attractive alternative for traditional (unsupervised) clustering in targeted applications. By using the information of a small annotated dataset, semi-supervised clustering can produce cl…

Clustering

A Semi-Supervised Self-Organizing Map with Adaptive Local Thresholds

2019-07-01 · Pedro H. M. Braga, Hansenclever F. Bassani

In the recent years, there is a growing interest in semi-supervised learning, since, in many learning tasks, there is a plentiful supply of unlabeled data, but insufficient labeled ones. Hence, Semi-Supervised learning m…

ClusteringGeneral Classification

LFGCN: Levitating over Graphs with Levy Flights

2020-09-04 · Yuzhou Chen, Yulia R. Gel, Konstantin Avrachenkov

Due to high utility in many applications, from social networks to blockchain to power grids, deep learning on non-Euclidean objects such as graphs and manifolds, coined Geometric Deep Learning (GDL), continues to gain an…

Node Classification