paper-with-me

Papers

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 recommender systems, are hard to address with machine learning methods, due to limited labeled data. Often, training data comprises positive and unlabeled instances, the latter typically being dominated by negative, but including also several positive instances. While PU learning is well-studied, few methods address imbalanced settings or hard-to-detect positive examples that resemble negative ones. Our approach uses a focused empirical risk estimator, incorporating both positive and unlabeled examples to train binary classifiers. Empirical evaluations demonstrate state-of-the-art performance on imbalanced datasets under two labeling mechanisms - selecting positives completely at random (SCAR) and selecting at random (SAR). Beyond these controlled experiments, we demonstrate the value of the proposed method in the real-world application of financial misstatement detection.

📄 PDF Abstract BibTeX arXiv:2605.14467

Code (0)

등록된 구현이 없습니다.

Tasks

Fraud Detection

Similar Papers 제목 키워드 기반

Generalized Oversampling for Learning from Imbalanced datasets and Associated Theory

2023-08-05 · Samuel Stocksieker, Denys Pommeret, Arthur Charpentier

In supervised learning, it is quite frequent to be confronted with real imbalanced datasets. This situation leads to a learning difficulty for standard algorithms. Research and solutions in imbalanced learning have mainl…

Data Augmentationregression

Ultra-imbalanced classification guided by statistical information

2024-09-06 · Yin Jin, Ningtao Wang, Ruofan Wu, Pengfei Shi 외

Imbalanced data are frequently encountered in real-world classification tasks. Previous works on imbalanced learning mostly focused on learning with a minority class of few samples. However, the notion of imbalance also …

ClassificationFraud Detectionimbalanced classificationManagement

Metric Learning from Imbalanced Data

2019-09-04 · Léo Gautheron, Emilie Morvant, Amaury Habrard, Marc Sebban

A key element of any machine learning algorithm is the use of a function that measures the dis/similarity between data points. Given a task, such a function can be optimized with a metric learning algorithm. Although thi…

BIG-bench Machine LearningMetric Learning

ImGAGN:Imbalanced Network Embedding via Generative Adversarial Graph Networks

2021-06-05 · Liang Qu, Huaisheng Zhu, Ruiqi Zheng, Yuhui Shi 외

Imbalanced classification on graphs is ubiquitous yet challenging in many real-world applications, such as fraudulent node detection. Recently, graph neural networks (GNNs) have shown promising performance on many networ…

AttributeClassificationimbalanced classificationNetwork Embedding+1

Learning Classifiers for Imbalanced and Overlapping Data

2022-10-22 · Shivaditya Shivganesh, Nitin Narayanan N, Pranav Murali, Ajaykumar M

This study is about inducing classifiers using data that is imbalanced, with a minority class being under-represented in relation to the majority classes. The first section of this research focuses on the main characteri…