paper-with-me

홈 › Papers

State Diversity Matters in Offline Behavior Distillation

2025-12-07 · Shiye Lei, Zhihao Cheng, Dacheng Tao arxiv

Offline Behavior Distillation (OBD), which condenses massive offline RL data into a compact synthetic behavioral dataset, offers a promising approach for efficient policy training and can be applied across various downstream RL tasks. In this paper, we uncover a misalignment between original and distilled datasets, observing that a high-quality original dataset does not necessarily yield a superior synthetic dataset. Through an empirical analysis of policy performance under varying levels of training loss, we show that datasets with greater state diversity outperforms those with higher state quality when training loss is substantial, as is often the case in OBD, whereas the relationship reverses under minimal loss, which contributes to the misalignment. By associating state quality and diversity in reducing pivotal and surrounding error, respectively, our theoretical analysis establishes that surrounding error plays a more crucial role in policy performance when pivotal error is large, thereby highlighting the importance of state diversity in OBD scenario. Furthermore, we propose a novel yet simple algorithm, state density weighted (SDW) OBD, which emphasizes state diversity by weighting the distillation objective using the reciprocal of state density, thereby distilling a more diverse state information into synthetic data. Extensive experiments across multiple D4RL datasets confirm that SDW significantly enhances OBD performance when the original dataset exhibits limited state diversity.

📄 PDF Abstract BibTeX arXiv:2512.06692

Code (0)

등록된 구현이 없습니다.

Tasks

Offline RL

Similar Papers 제목 키워드 기반

Offline Behavior Distillation

2024-10-30 · Shiye Lei, Sen Zhang, DaCheng Tao

Massive reinforcement learning (RL) data are typically collected to train policies offline without the need for interactions, but the large data volume can cause training inefficiencies. To tackle this issue, we formulat…

D4RLReinforcement Learning (RL)

Diversity Matters When Learning From Ensembles

2021-10-27 · NeurIPS 2021 12 · Giung Nam, Jongmin Yoon, Yoonho Lee, Juho Lee

Deep ensembles excel in large-scale image classification tasks both in terms of prediction accuracy and calibration. Despite being simple to train, the computation and memory cost of deep ensembles limits their practicab…

Diversityimage-classificationImage Classification

Learning from All Sides: Diversified Positive Augmentation via Self-distillation in Recommendation

2023-08-15 · Chong Liu, Xiaoyang Liu, Ruobing Xie, Lixin Zhang 외

Personalized recommendation relies on user historical behaviors to provide user-interested items, and thus seriously struggles with the data sparsity issue. A powerful positive item augmentation is beneficial to address …

AllDiversityRecommendation SystemsRetrieval

DIDI: Diffusion-Guided Diversity for Offline Behavioral Generation

2024-05-23 · Jinxin Liu, Xinghong Guo, Zifeng Zhuang, Donglin Wang

In this paper, we propose a novel approach called DIffusion-guided DIversity (DIDI) for offline behavioral generation. The goal of DIDI is to learn a diverse set of skills from a mixture of label-free offline data. We ac…

D4RLDecision MakingDiversity

Not All Correct Answers Are Equal: Why Your Distillation Source Matters

2025-05-20 · Xiaoyu Tian, Yunjie Ji, Haotian Wang, Shuaiting Chen 외

Distillation has emerged as a practical and effective approach to enhance the reasoning capabilities of open-source language models. In this work, we conduct a large-scale empirical study on reasoning data distillation b…

All