LGDec 7, 2025

State Diversity Matters in Offline Behavior Distillation

arXiv:2512.06692v11 citationsh-index: 6
Originality Incremental advance
AI Analysis

This work addresses a key bottleneck in offline reinforcement learning for efficient policy training, offering an incremental improvement by highlighting and mitigating dataset misalignment issues.

The paper tackles the problem of misalignment between original and distilled datasets in Offline Behavior Distillation (OBD), showing that state diversity is more critical than state quality under high training loss, and proposes a state density weighted algorithm that significantly improves OBD performance on D4RL datasets when original datasets have limited diversity.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes