paper-with-me

홈 › Papers

DARO: Difficulty-Aware Reweighting Policy Optimization

2025-10-10 · Jingyu Zhou, Lu Ma, Hao Liang, Chengyu Shen, Bin Cui, Wentao Zhang arxiv

Recent advances in large language models (LLMs) have shown that reasoning ability can be significantly enhanced through Reinforcement Learning with Verifiable Rewards (RLVR). Group Relative Policy Optimization (GRPO) has emerged as the de facto approach for RLVR, inspiring numerous variants. However, our mathematical analysis reveals that these methods are fundamentally weighted variations of GRPO. We provide a unified view, demonstrating that their reliance on static or overly simplistic weighting schemes tied to sample difficulty prevents adaptation to a model's evolving capabilities. This creates a significant loss scale issue, where training disproportionately focuses on certain difficulty levels at the expense of others, hindering overall performance. To address these limitations, we introduce \textbf{Difficulty-Aware Reweighting Policy Optimization (DARO)}, a method that dynamically adjusts the loss contribution of each difficulty group based on the model's learning state. Extensive experiments on Qwen2.5-Math-1.5B, Qwen2.5-Math-7B, and Llama3.1-8B show that DARO outperforms four leading baselines across six math benchmarks, achieving significantly faster convergence and superior final performance.

📄 PDF Abstract BibTeX arXiv:2510.09001

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

DISCO Balances the Scales: Adaptive Domain- and Difficulty-Aware Reinforcement Learning on Imbalanced Data

2025-05-21 · YuHang Zhou, Jing Zhu, Shengyi Qian, Zhuokai Zhao 외

Large Language Models (LLMs) are increasingly aligned with human preferences through Reinforcement Learning from Human Feedback (RLHF). Among RLHF methods, Group Relative Policy Optimization (GRPO) has gained attention f…

Fairness

Dual-level Progressive Hardness-Aware Reweighting for Cross-View Geo-Localization

2025-10-31 · Guozheng Zheng, Jian Guan, Mingjie Xie, Xuanjia Zhao 외 arxiv

Cross-view geo-localization (CVGL) between drone and satellite imagery remains challenging due to severe viewpoint gaps and the presence of hard negatives, which are visually similar but geographically mismatched samples…

Learning Class Difficulty via Dynamic Focal Attention for Histopathology Segmentation

2026-04-15 · Lakmali Nadeesha Kumari, Sen-Ching Samson Cheung arxiv

Frequency-based loss reweighting, the standard remedy for imbalanced histopathology segmentation, implicitly assumes that rare classes are difficult. Yet difficulty also arises from morphological variability, boundary am…

Semantic Segmentation

EMIT: Enhancing MLLMs for Industrial Anomaly Detection via Difficulty-Aware GRPO

2025-07-29 · Wei Guan, Jun Lan, Jian Cao, Hao Tan 외 arxiv

Industrial anomaly detection (IAD) plays a crucial role in maintaining the safety and reliability of manufacturing systems. While multimodal large language models (MLLMs) show strong vision-language reasoning abilities, …

Anomaly Detection

Learning When Not to Act: Mitigating Tool Abuse in Agentic Reinforcement Learning

2026-06-01 · Liuji Chen, Dianxing Tang, Xing Shi, Dingshuo Chen 외 arxiv

Agentic reinforcement learning can induce tool abuse, where models overuse external tools even for queries solvable by internal reasoning. Existing approaches mitigate this issue with uniform tool-use penalties or hard l…

Reinforcement Learning