paper-with-me

Papers

Robust Representation Learning with Reliable Pseudo-labels Generation via Self-Adaptive Optimal Transport for Short Text Clustering

2023-05-23 · Xiaolin Zheng, Mengling Hu, Weiming Liu, Chaochao Chen, Xinting Liao

Short text clustering is challenging since it takes imbalanced and noisy data as inputs. Existing approaches cannot solve this problem well, since (1) they are prone to obtain degenerate solutions especially on heavy imbalanced datasets, and (2) they are vulnerable to noises. To tackle the above issues, we propose a Robust Short Text Clustering (RSTC) model to improve robustness against imbalanced and noisy data. RSTC includes two modules, i.e., pseudo-label generation module and robust representation learning module. The former generates pseudo-labels to provide supervision for the later, which contributes to more robust representations and correctly separated clusters. To provide robustness against the imbalance in data, we propose self-adaptive optimal transport in the pseudo-label generation module. To improve robustness against the noise in data, we further introduce both class-wise and instance-wise contrastive learning in the robust representation learning module. Our empirical studies on eight short text clustering datasets demonstrate that RSTC significantly outperforms the state-of-the-art models. The code is available at: https://github.com/hmllmh/RSTC.

📄 PDF Abstract BibTeX arXiv:2305.16335

Code (1)

hmllmh/rstc 공식 구현 jax

Tasks

ClusteringContrastive LearningPseudo LabelRepresentation LearningShort Text ClusteringText Clustering

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

RoNID: New Intent Discovery with Generated-Reliable Labels and Cluster-friendly Representations

2024-04-13 · Shun Zhang, Chaoran Yan, Jian Yang, Changyu Ren 외

New Intent Discovery (NID) strives to identify known and reasonably deduce novel intent groups in the open-world scenario. But current methods face issues with inaccurate pseudo-labels and poor representation learning, c…

Contrastive LearningIntent DiscoveryPseudo LabelRepresentation Learning

Prototype-Based Pseudo-Label Denoising for Source-Free Domain Adaptation in Remote Sensing Semantic Segmentation

2025-09-21 · Bin Wang, Fei Deng, Zeyu Chen, Zhicheng Yu 외 arxiv

Source-Free Domain Adaptation (SFDA) enables domain adaptation for semantic segmentation of Remote Sensing Images (RSIs) using only a well-trained source model and unlabeled target domain data. However, the lack of groun…

Source-Free Domain AdaptationSemantic Segmentation

Cycle Self-Training for Domain Adaptation

2021-03-05 · NeurIPS 2021 12 · Hong Liu, Jianmin Wang, Mingsheng Long

Mainstream approaches for unsupervised domain adaptation (UDA) learn domain-invariant representations to narrow the domain shift. Recently, self-training has been gaining momentum in UDA, which exploits unlabeled target …

Domain AdaptationSentiment AnalysisUnsupervised Domain Adaptation

Debiased Self-Training for Semi-Supervised Learning

2022-02-15 · Baixu Chen, Junguang Jiang, Ximei Wang, Pengfei Wan 외

Deep neural networks achieve remarkable performances on a wide range of tasks with the aid of large-scale labeled datasets. Yet these datasets are time-consuming and labor-exhaustive to obtain on realistic tasks. To miti…

Object RecognitionScene ClassificationSemi-Supervised Image ClassificationTexture Classification

Text Prompt with Normality Guidance for Weakly Supervised Video Anomaly Detection

2024-04-12 · CVPR 2024 1 · Zhiwei Yang, Jing Liu, Peng Wu

Weakly supervised video anomaly detection (WSVAD) is a challenging task. Generating fine-grained pseudo-labels based on weak-label and then self-training a classifier is currently a promising solution. However, since the…

Anomaly DetectionDomain AdaptationPseudo LabelVideo Anomaly Detection+1