RADS: Reinforcement Learning-Based Sample Selection Improves Transfer Learning in Low-resource and Imbalanced Clinical Settings

arXiv cs.CL / 4/23/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper argues that few-shot fine-tuning in transfer learning depends critically on which training samples are selected, and that naive active-learning heuristics may fail badly in extreme low-resource and imbalanced clinical settings.
  • It shows that common approaches like uncertainty sampling and diversity sampling can end up prioritizing outliers rather than genuinely informative examples, which can degrade downstream performance.
  • The authors propose RADS (Reinforcement Adaptive Domain Sampling), a reinforcement-learning-based strategy designed to choose the most informative samples for training.
  • Experiments on multiple real-world clinical datasets indicate RADS improves transferability and preserves robust performance even under severe class imbalance compared with traditional sample-selection methods.

Abstract

A common strategy in transfer learning is few shot fine-tuning, but its success is highly dependent on the quality of samples selected as training examples. Active learning methods such as uncertainty sampling and diversity sampling can select useful samples. However, under extremely low-resource and class-imbalanced conditions, they often favor outliers rather than truly informative samples, resulting in degraded performance. In this paper, we introduce RADS (Reinforcement Adaptive Domain Sampling), a robust sample selection strategy using reinforcement learning (RL) to identify the most informative samples. Experimental evaluations on several real world clinical datasets show our sample selection strategy enhances model transferability while maintaining robust performance under extreme class imbalance compared to traditional methods.