paper-with-me

Papers

Micro Text Classification Based on Balanced Positive-Unlabeled Learning

2025-03-17 · Lin-Han Jia, Lan-Zhe Guo, Zhi Zhou, Si-Ye Han, Zi-Wen Li, Yu-Feng Li

In real-world text classification tasks, negative texts often contain a minimal proportion of negative content, which is especially problematic in areas like text quality control, legal risk screening, and sensitive information interception. This challenge manifests at two levels: at the macro level, distinguishing negative texts is difficult due to the high similarity between coarse-grained positive and negative samples; at the micro level, the issue stems from extreme class imbalance and a lack of fine-grained labels. To address these challenges, we propose transforming the coarse-grained positive-negative (PN) classification task into an imbalanced fine-grained positive-unlabeled (PU) classification problem, supported by theoretical analysis. We introduce a novel framework, Balanced Fine-Grained Positive-Unlabeled (BFGPU) learning, which features a unique PU learning loss function that optimizes macro-level performance amidst severe imbalance at the micro level. The framework's performance is further boosted by rebalanced pseudo-labeling and threshold adjustment. Extensive experiments on both public and real-world datasets demonstrate the effectiveness of BFGPU, which outperforms other methods, even in extreme scenarios where both macro and micro levels are highly imbalanced.

📄 PDF Abstract BibTeX arXiv:2503.13562

Code (1)

BFGPU/BFGPU 공식 구현 pytorch

Tasks

text-classificationText Classification

Similar Papers 제목 키워드 기반

CLAF: Contrastive Learning with Augmented Features for Imbalanced Semi-Supervised Learning

2023-12-15 · Bowen Tao, Lan Li, Xin-Chun Li, De-Chuan Zhan

Due to the advantages of leveraging unlabeled data and learning meaningful representations, semi-supervised learning and contrastive learning have been progressively combined to achieve better performances in popular app…

Contrastive Learningimage-classificationImage Classification

PSPU: Enhanced Positive and Unlabeled Learning by Leveraging Pseudo Supervision

2024-07-09 · Chengjie Wang, Chengming Xu, Zhenye Gan, Jianlong Hu 외

Positive and Unlabeled (PU) learning, a binary classification model trained with only positive and unlabeled data, generally suffers from overfitted risk estimation due to inconsistent data distributions. To address this…

Anomaly DetectionBinary Classification

Beyond Myopia: Learning from Positive and Unlabeled Data through Holistic Predictive Trends

2023-10-06 · NeurIPS 2023 11 · Xinrui Wang, Wenhai Wan, Chuanxin Geng, ShaoYuan Li 외

Learning binary classifiers from positive and unlabeled data (PUL) is vital in many real-world applications, especially when verifying negative examples is difficult. Despite the impressive empirical performance of recen…

Focused PU learning from imbalanced data

2026-05-14 · Elias Zavitsanos, Georgios Paliouras arxiv

We propose a new method of learning from positive and unlabeled (PU) examples in highly imbalanced datasets. Many real-world problems, such as disease gene identification, targeted marketing, fraud detection, and recomme…

Fraud Detection

Positive-Unlabeled Node Classification with Structure-aware Graph Learning

2023-10-20 · Hansi Yang, Yongqi Zhang, Quanming Yao, James Kwok

Node classification on graphs is an important research problem with many applications. Real-world graph data sets may not be balanced and accurate as assumed by most existing works. A challenging setting is positive-unla…

Anomaly DetectionClassificationGraph LearningNode Classification