paper-with-me

Papers

Split-PU: Hardness-aware Training Strategy for Positive-Unlabeled Learning

2022-11-30 · Chengming Xu, Chen Liu, Siqian Yang, Yabiao Wang, Shijie Zhang, Lijie Jia, Yanwei Fu

Positive-Unlabeled (PU) learning aims to learn a model with rare positive samples and abundant unlabeled samples. Compared with classical binary classification, the task of PU learning is much more challenging due to the existence of many incompletely-annotated data instances. Since only part of the most confident positive samples are available and evidence is not enough to categorize the rest samples, many of these unlabeled data may also be the positive samples. Research on this topic is particularly useful and essential to many real-world tasks which demand very expensive labelling cost. For example, the recognition tasks in disease diagnosis, recommendation system and satellite image recognition may only have few positive samples that can be annotated by the experts. These methods mainly omit the intrinsic hardness of some unlabeled data, which can result in sub-optimal performance as a consequence of fitting the easy noisy data and not sufficiently utilizing the hard data. In this paper, we focus on improving the commonly-used nnPU with a novel training pipeline. We highlight the intrinsic difference of hardness of samples in the dataset and the proper learning strategies for easy and hard data. By considering this fact, we propose first splitting the unlabeled dataset with an early-stop strategy. The samples that have inconsistent predictions between the temporary and base model are considered as hard samples. Then the model utilizes a noise-tolerant Jensen-Shannon divergence loss for easy data; and a dual-source consistency regularization for hard data which includes a cross-consistency between student and base model for low-level features and self-consistency for high-level features and predictions, respectively.

📄 PDF Abstract BibTeX arXiv:2211.16756

Code (1)

loadder/splitpu_mm2022 공식 구현 pytorch

Tasks

Binary Classification

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Expert Training: Task Hardness Aware Meta-Learning for Few-Shot Classification

2020-07-13 · Yucan Zhou, Yu Wang, Jianfei Cai, Yu Zhou 외

Deep neural networks are highly effective when a large number of labeled samples are available but fail with few-shot classification tasks. Recently, meta-learning methods have received much attention, which train a meta…

General ClassificationMeta-Learning

HardSATGEN: Understanding the Difficulty of Hard SAT Formula Generation and A Strong Structure-Hardness-Aware Baseline

2023-02-04 · Yang Li, Xinyan Chen, Wenxuan Guo, Xijun Li 외

Industrial SAT formula generation is a critical yet challenging task. Existing SAT generation approaches can hardly simultaneously capture the global structural properties and maintain plausible computational hardness. W…

Hardness-Aware Deep Metric Learning

2019-03-13 · CVPR 2019 6 · Wenzhao Zheng, Zhaodong Chen, Jiwen Lu, Jie zhou

This paper presents a hardness-aware deep metric learning (HDML) framework. Most previous deep metric learning methods employ the hard negative mining strategy to alleviate the lack of informative samples for training. H…

Image RetrievalMetric Learning

DAMO: Data- and Model-aware Alignment of Multi-modal LLMs

2025-02-04 · Jinda Lu, Junkang Wu, Jinghan Li, Xiaojun Jia 외

Direct Preference Optimization (DPO) has shown effectiveness in aligning multi-modal large language models (MLLM) with human preferences. However, existing methods exhibit an imbalanced responsiveness to the data of vary…

Hallucination

Hardness-Aware Dynamic Curriculum Learning for Robust Multimodal Emotion Recognition with Missing Modalities

2025-08-09 · Rui Liu, Haolin Zuo, Zheng Lian, Hongyu Yuan 외 arxiv

Missing modalities have recently emerged as a critical research direction in multimodal emotion recognition (MER). Conventional approaches typically address this issue through missing modality reconstruction. However, th…

Multimodal Emotion Recognition