paper-with-me

홈 › Papers

Towards Automated Imbalanced Learning with Deep Hierarchical Reinforcement Learning

2022-08-26 · Daochen Zha, Kwei-Herng Lai, Qiaoyu Tan, Sirui Ding, Na Zou, Xia Hu

Imbalanced learning is a fundamental challenge in data mining, where there is a disproportionate ratio of training samples in each class. Over-sampling is an effective technique to tackle imbalanced learning through generating synthetic samples for the minority class. While numerous over-sampling algorithms have been proposed, they heavily rely on heuristics, which could be sub-optimal since we may need different sampling strategies for different datasets and base classifiers, and they cannot directly optimize the performance metric. Motivated by this, we investigate developing a learning-based over-sampling algorithm to optimize the classification performance, which is a challenging task because of the huge and hierarchical decision space. At the high level, we need to decide how many synthetic samples to generate. At the low level, we need to determine where the synthetic samples should be located, which depends on the high-level decision since the optimal locations of the samples may differ for different numbers of samples. To address the challenges, we propose AutoSMOTE, an automated over-sampling algorithm that can jointly optimize different levels of decisions. Motivated by the success of SMOTE~\cite{chawla2002smote} and its extensions, we formulate the generation process as a Markov decision process (MDP) consisting of three levels of policies to generate synthetic samples within the SMOTE search space. Then we leverage deep hierarchical reinforcement learning to optimize the performance metric on the validation data. Extensive experiments on six real-world datasets demonstrate that AutoSMOTE significantly outperforms the state-of-the-art resampling algorithms. The code is at https://github.com/daochenzha/autosmote

📄 PDF Abstract BibTeX arXiv:2208.12433

Code (2)

daochenzha/autosmote 공식 구현 pytorch
daochenzha/autoshard pytorch

Tasks

Hierarchical Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

SMOTE Perhaps the most widely used approach to synthesizing new examples is called the Synthetic Minority Oversampling Technique, or SMOTE for short. This technique was described by…
BASE 설명 없음

Similar Papers 제목 키워드 기반

Reinforcement Learning with Imbalanced Dataset for Data-to-Text Medical Report Generation

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Toru Nishino, Ryota Ozaki, Yohei Momoki, Tomoki Taniguchi 외

Automated generation of medical reports that describe the findings in the medical images helps radiologists by alleviating their workload. Medical report generation system should generate correct and concise reports. How…

Data AugmentationMedical Report Generationreinforcement-learningReinforcement Learning+1

Deep Imbalanced Regression via Hierarchical Classification Adjustment

2023-10-26 · CVPR 2024 1 · Haipeng Xiong, Angela Yao

Regression tasks in computer vision, such as age estimation or counting, are often formulated into classification by quantizing the target space into classes. Yet real-world data is often imbalanced -- the majority of tr…

Age EstimationClassificationCrowd CountingDeep imbalanced regression+3

Graph Neural Network-Driven Hierarchical Mining for Complex Imbalanced Data

2025-02-06 · Yijiashun Qi, Quanchao Lu, Shiyu Dou, Xiaoxuan Sun 외

This study presents a hierarchical mining framework for high-dimensional imbalanced data, leveraging a depth graph model to address the inherent performance limitations of conventional approaches in handling complex, hig…

Graph Neural Network

Proposing Hierarchical Goal-Conditioned Policy Planning in Multi-Goal Reinforcement Learning

2025-01-03 · Gavin B. Rens

Humanoid robots must master numerous tasks with sparse rewards, posing a challenge for reinforcement learning (RL). We propose a method combining RL and automated planning to address this. Our approach uses short goal-co…

Multi-Goal Reinforcement LearningReinforcement Learning (RL)

Deep Reinforcement Learning for Multi-class Imbalanced Training

2022-05-24 · Jenny Yang, Rasheed el-Bouri, Odhran O'Donoghue, Alexander S. Lachapelle 외

With the rapid growth of memory and computing power, datasets are becoming increasingly complex and imbalanced. This is especially severe in the context of clinical data, where there may be one rare event for many cases …

Deep Reinforcement Learningimbalanced classificationQ-Learningreinforcement-learning+2