Research Papers 论文研究 5h ago Updated 55m ago 更新于 55分钟前 45

SegBench-GC: Testing Segmentation Invariance in Multi-Step Offline Goal-Conditioned Reinforcement Learning SegBench-GC:测试多步离线目标条件强化学习中的分割不变性

SegBench-GC is a controlled benchmark that isolates the effect of artificial trajectory segmentation on multi-step offline goal-conditioned reinforcement learning (GCRL) Continuation-Valid Targets (CVT) preserve performance by stopping reward accumulation at artificial cuts while bootstrapping targets from stored successors Naive handling of segmentation cuts as absorbing states causes severe performance degradation (e.g., 50.5% → 19.1% success in PointMaze; 47.2% → 0.27% in Puzzle-4x5) CVT achi 提出SegBench-GC基准测试,用于受控评估离线目标条件强化学习(GCRL)中的分割不变性问题 引入Continuation-valid targets (CVT)方法,在人工切割点停止奖励累积但保留从后继状态引导的延续价值 实验表明naive分割处理导致性能显著下降:PointMaze成功率从50.5%降至19.1%,Puzzle-4x5从47.2%骤降至0.27% CVT方法在两种环境中均显著优于naive处理,且与未切割基线保持对齐 研究通过目标级诊断和评论家诊断验证了naive处理导致的乐观偏移问题

58
Hot 热度
72
Quality 质量
63
Impact 影响力

Analysis 深度分析

TL;DR

  • SegBench-GC is a controlled benchmark that isolates the effect of artificial trajectory segmentation on multi-step offline goal-conditioned reinforcement learning (GCRL)
  • Continuation-Valid Targets (CVT) preserve performance by stopping reward accumulation at artificial cuts while bootstrapping targets from stored successors
  • Naive handling of segmentation cuts as absorbing states causes severe performance degradation (e.g., 50.5% → 19.1% success in PointMaze; 47.2% → 0.27% in Puzzle-4x5)
  • CVT achieves near-uncut performance (39.1% in PointMaze, 58.5% in Puzzle-4x5) using standard continuation bootstrapping rather than a novel Bellman rule
  • The paper provides cross-learner validation and target-level diagnostics confirming that administrative segmentation artifacts, not algorithmic design, drive the performance gap

Why It Matters

This work exposes a critical but overlooked practical concern in offline RL: the way trajectories are partitioned for data management can materially affect learning outcomes, potentially invalidating comparisons across datasets or experimental runs. For practitioners building offline GCRL systems, it highlights the importance of properly handling continuation values at segment boundaries rather than naively treating artificial cuts as terminal states.

Technical Details

  • SegBench-GC holds transitions, source trajectories, goal sampling, optimization settings, and evaluation fixed while varying only artificial backup boundaries and whether those boundaries retain continuation value
  • CVT (Continuation-Valid Targets) implements standard continuation bootstrapping: reward accumulation stops at an artificial cut, but the TD target still bootstraps from the stored successor value
  • Evaluated on PointMaze (35,000 artificial cuts, 3 segmentation realizations, 3 optimization seeds) and independently validated on Puzzle-4x5 using the Decoupled Q-Chunking codebase with n=25
  • Target-level diagnostics verify analytic target differences to numerical precision; learned-critic diagnostics reveal large optimistic shifts under naive handling versus CVT alignment with uncut critics

Industry Insight

  • Researchers should report and control for trajectory segmentation schemes when comparing offline RL methods, as naive handling can introduce confounding performance differences
  • Dataset curation pipelines that split long trajectories for storage or privacy should implement CVT-style continuation handling to preserve multi-step learning integrity
  • Benchmark designers should consider segmentation invariance as a standard evaluation criterion for offline RL algorithms, similar to how distributional shift is tested in supervised learning

TL;DR

  • 提出SegBench-GC基准测试,用于受控评估离线目标条件强化学习(GCRL)中的分割不变性问题
  • 引入Continuation-valid targets (CVT)方法,在人工切割点停止奖励累积但保留从后继状态引导的延续价值
  • 实验表明naive分割处理导致性能显著下降:PointMaze成功率从50.5%降至19.1%,Puzzle-4x5从47.2%骤降至0.27%
  • CVT方法在两种环境中均显著优于naive处理,且与未切割基线保持对齐
  • 研究通过目标级诊断和评论家诊断验证了naive处理导致的乐观偏移问题

为什么值得看

这篇论文揭示了离线强化学习中一个常被忽视但影响深远的问题:行政性轨迹分割会系统性破坏多步目标学习的性能。对于使用离线数据进行目标条件学习的从业者和研究者,这提供了重要的实践警示和方法论参考。

技术解析

  • SegBench-GC是一个受控压力测试框架,固定转换、源轨迹、目标采样、优化设置和评估,仅改变人工备份边界和是否保留延续价值,实现单一变量的隔离分析
  • CVT方法采用标准延续引导而非新Bellman规则,在人工切割点停止奖励累积,但目标从存储的后继状态引导,保持分割一致性
  • PointMaze实验使用35,000个人工切割点、三种分割实现和三个优化种子,结果显示未切割50.5%、CVT 39.1%、naive 19.1%,跨分割实现的naive均值在4.8%-31.9%间波动
  • Puzzle-4x5独立验证使用Decoupled Q-Chunking代码库的n=25基线,未切割47.2%、CVT 58.5%、naive仅0.27%,进一步证实分割敏感性的普遍性
  • 目标级诊断验证分析目标差异达到数值精度,评论家诊断显示naive处理产生大幅乐观偏移,而CVT保持与未切割评论家近似对齐

行业启示

  • 离线强化学习的数据预处理管道需审慎处理轨迹分割策略,行政性分割可能引入系统性性能退化,建议采用CVT等分割一致性方法
  • 多步目标学习对数据分割方式高度敏感,模型评估应报告分割策略及其影响,避免在人为分割数据上得出乐观结论
  • 未来离线GCRL研究和基准测试应纳入分割不变性评估,推动开发对数据组织方式鲁棒的学习算法

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Research 科学研究 Benchmark 基准测试 Dataset 数据集 Evaluation 评测 Training 训练