paper-with-me

홈 › Papers

Decoupling Pseudo Label Disambiguation and Representation Learning for Generalized Intent Discovery

2023-05-28 · Yutao Mou, Xiaoshuai Song, Keqing He, Chen Zeng, Pei Wang, Jingang Wang, Yunsen Xian, Weiran Xu

Generalized intent discovery aims to extend a closed-set in-domain intent classifier to an open-world intent set including in-domain and out-of-domain intents. The key challenges lie in pseudo label disambiguation and representation learning. Previous methods suffer from a coupling of pseudo label disambiguation and representation learning, that is, the reliability of pseudo labels relies on representation learning, and representation learning is restricted by pseudo labels in turn. In this paper, we propose a decoupled prototype learning framework (DPL) to decouple pseudo label disambiguation and representation learning. Specifically, we firstly introduce prototypical contrastive representation learning (PCL) to get discriminative representations. And then we adopt a prototype-based label disambiguation method (PLD) to obtain pseudo labels. We theoretically prove that PCL and PLD work in a collaborative fashion and facilitate pseudo label disambiguation. Experiments and analysis on three benchmark datasets show the effectiveness of our method.

📄 PDF Abstract BibTeX arXiv:2305.17699

Code (1)

songxiaoshuai/dpl 공식 구현 pytorch

Tasks

Intent DiscoveryPseudo LabelRepresentation Learning

Similar Papers 제목 키워드 기반

Decoupled Pseudo-labeling for Semi-Supervised Monocular 3D Object Detection

2024-03-26 · CVPR 2024 1 · Jiacheng Zhang, Jiaming Li, Xiangru Lin, Wei zhang 외

We delve into pseudo-labeling for semi-supervised monocular 3D object detection (SSM3OD) and discover two primary issues: a misalignment between the prediction quality of 3D and 2D attributes and the tendency of depth su…

3D Object DetectionMonocular 3D Object Detectionobject-detectionObject Detection+1

LEAF: Unveiling Two Sides of the Same Coin in Semi-supervised Facial Expression Recognition

2024-04-23 · Fan Zhang, Zhi-Qi Cheng, Jian Zhao, Xiaojiang Peng 외

Semi-supervised learning has emerged as a promising approach to tackle the challenge of label scarcity in facial expression recognition (FER) task. However, current state-of-the-art methods primarily focus on one side of…

Facial Expression RecognitionFacial Expression Recognition (FER)

Dual-Decoupling Learning and Metric-Adaptive Thresholding for Semi-Supervised Multi-Label Learning

2024-07-26 · Jia-Hao Xiao, Ming-Kun Xie, Heng-Bo Fan, Gang Niu 외

Semi-supervised multi-label learning (SSMLL) is a powerful framework for leveraging unlabeled data to reduce the expensive cost of collecting precise multi-label annotations. Unlike semi-supervised learning, one cannot s…

Multi-Label LearningPseudo Label

From Ambiguity to Action: A POMDP Perspective on Partial Multi-Label Ambiguity and Its Horizon-One Resolution

2026-02-04 · Hanlin Pan, Yuhao Tang, Wanfu Gao arxiv

In partial multi-label learning (PML), the true labels are unobserved, which makes label disambiguation important but difficult. A key challenge is that ambiguous candidate labels can propagate errors into downstream tas…

Reinforcement LearningMulti-Label LearningFeature Engineering

Weak Disambiguation for Partial Structured Output Learning

2022-09-20 · Xiaolei Lu, Tommy W. S. Chow

Existing disambiguation strategies for partial structured output learning just cannot generalize well to solve the problem that there are some candidates which can be false positive or similar to the ground-truth label. …