Skip to main content
QUICK REVIEW

[論文レビュー] Manifold-Constrained Energy-Based Transition Models for Offline Reinforcement Learning

Zeyu Fang, Zuyuan Zhang|arXiv (Cornell University)|Feb 2, 2026
Model Reduction and Neural Networks被引用数 0
ひとこと要約

MC-ETM は多様体認識型エネルギーベース転移モデルを学習し、悲観的ペナルティを伴うエネルギーガイド付き切り捨てを用いてオフライン RL のポリシー学習を改善します。特に分布シフトと不連続なダイナミクスの下で効果を発揮します。

ABSTRACT

Model-based offline reinforcement learning is brittle under distribution shift: policy improvement drives rollouts into state--action regions weakly supported by the dataset, where compounding model error yields severe value overestimation. We propose Manifold-Constrained Energy-based Transition Models (MC-ETM), which train conditional energy-based transition models using a manifold projection--diffusion negative sampler. MC-ETM learns a latent manifold of next states and generates near-manifold hard negatives by perturbing latent codes and running Langevin dynamics in latent space with the learned conditional energy, sharpening the energy landscape around the dataset support and improving sensitivity to subtle out-of-distribution deviations. For policy optimization, the learned energy provides a single reliability signal: rollouts are truncated when the minimum energy over sampled next states exceeds a threshold, and Bellman backups are stabilized via pessimistic penalties based on Q-value-level dispersion across energy-guided samples. We formalize MC-ETM through a hybrid pessimistic MDP formulation and derive a conservative performance bound separating in-support evaluation error from truncation risk. Empirically, MC-ETM improves multi-step dynamics fidelity and yields higher normalized returns on standard offline control benchmarks, particularly under irregular dynamics and sparse data coverage.

研究の動機と目的

  • 分布シフト下でロールアウトが十分にサポートされていない領域を訪れることで生じるモデルベースのオフライン RL の頑健性の問題に対処する。
  • データセット境界近傍を鋭くする幾何学的に配慮したエネルギーを用いた転移学習を導入する。
  • 学習したエネルギーを信頼性シグナルとして利用し、ロールアウトを切り捨てるとともに悲観的Q値ペナルティを適用する。
  • サポート内評価誤差と切り捨てリスクを区別する保守的な性能境界を持つ理論保証を提供する。
  • 特に不規則なダイナミクスとスパースデータでの標準オフラインベンチマークにおいて、ダイナミクス忠実度とリターンの改善を実証する。

提案手法

  • 次状態の潜在多様体を学習するためのManifold Projection-Diffusion (MPD) を導入する。
  • 潜在摂動とLangevinダイナミクスを用いて近似多様体近傍のハードネガティブを生成する条件付きエネルギー転移を訓練する。
  • エネルギー E_theta(s,a,s') を信頼性シグナルとして用い、min_s' E_theta(s,a,s') が閾値 delta を超える場合にロールアウトを切り捨てる。
  • エネルギーガイド付きサンプル間のQ値分散に基づく悲観的ペナルティでBellmanバックアップを安定化させる。
  • サポート内誤差と切り捨てリスクを分離する保守的な性能境界を持つハイブリッドな悲観的MDPとして approaches を形式化する。
  • エネルギー制約付き演算子とその性能境界の理論分析を提供する。
Figure 1 : An illustrative example on fitting a discontinuous transition function.
Figure 1 : An illustrative example on fitting a discontinuous transition function.

実験結果

リサーチクエスチョン

  • RQ1 manifold-aware Negative sampling はオフライン RL のエネルギー転移モデリングを改善するか?
  • RQ2MC-ETM は特に不規則なダイナミクスとスパースカバレッジ下でダイナミクス忠実度とリターンを改善するか?
  • RQ3エネルギー基づく切り捨てとアンサンブルベースの悲観主義はオフラインポリシー最適化を安定化するか?
  • RQ4ハイブリッドな悲観的定式化はオフライン最適解に対する性能ギャップをどのように境界づけるか?

主な発見

タスク名CQLTD3+BCEDACMOPOCOMBORAMBOMOBILEEMPO*ETM
halfcheetah-r31.311.028.438.538.839.539.314.340.7 ± 1.1
hopper-r5.38.525.331.717.925.431.930.931.8 ± 0.3
walker-r5.41.616.67.47.00.017.913.719.6 ± 1.3
halfcheetah-m46.948.365.973.054.277.974.621.276.9 ± 0.6
hopper-m61.959.3101.662.897.287.0106.632.9107.0 ± 1.1
walker-m79.583.792.584.181.984.987.755.492.7 ± 0.7
halfcheetah-m-r45.344.661.372.155.168.771.78.472.4 ± 1.5
hopper-m-r86.360.9101.0103.589.599.5103.934.9104.8 ± 0.8
walker-m-r76.881.887.185.656.089.289.966.190.2 ± 1.3
halfcheetah-m-e95.090.7106.390.890.095.4108.228.1105.2 ± 2.9
hopper-m-e96.998.0110.781.6111.188.2112.641.8113.8 ± 0.9
walker-m-e109.1110.1114.7112.9103.356.7115.276.2114.9 ± 1.8
Average61.658.276.070.366.867.780.035.380.8
  • MC-ETM は複数の環境でMLP、拡散モデル、標準ETMよりも予測誤差が小さく、OOD領域を含む場合にも優れている。
  • D4RL MuJoCo ベンチマークにおいて、MC-ETM はランダム・中程度・中程度リプレイ・中程度エキスパートデータセット全てで最先端の正規化リターンを達成。
  • エネルギーベースの切り捨ては高エネルギー領域(OOD)への探索を効果的に抑制し、学習の安定性を向上させる。
  • エネルギー guided ペナルティによるQ値のアンサンブルは過大評価を抑制し、ポリシー更新を安定化させる。
  • 多様体制約付きネガティブはデータセットサポート付近のエネルギーランドスケープを鋭くし、不連続なダイナミクスのモデリングを改善する。
Figure 2 : Conceptual visualization of energy landscapes on a 2D slice of the high-dimensional state space
Figure 2 : Conceptual visualization of energy landscapes on a 2D slice of the high-dimensional state space

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。