ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2026
Year
Safe offline RL typically assumes access to dense per-step cost annotations, but in practice supervisors provide only trajectory-level stop-feedback: a binary signal at the first unsafe transition, with no per-step attribution. We frame this as a temporal credit assignment problem and propose the Redistribution-based Cost Inference (RCI) framework, which converts sparse stop-feedback into dense per-step costs via return decomposition, then trains a constrained offline policy on the augmented dataset. We show that return-equivalent redistribution preserves the feasible policy set and the optimal Lagrangian in a CMDP, establishing that the transformation is lossless in theory while yielding better-conditioned cost critic learning in practice. Experiments on highway driving and robotic manipulation demonstrate substantially lower violation rates than sparse and classifier-based baselines, with robustness to heterogeneous dataset compositions and label noise.
Safe offline RL typically assumes dense per-step cost annotations, but real-world supervisors often provide only trajectory-level stop-feedback—a binary signal at the first unsafe transition. This paper addresses a critical gap by framing this as a temporal credit assignment problem and proposing RCI, which converts sparse feedback into dense costs. This is significant because it makes safe offline RL applicable to scenarios where detailed cost labeling is impractical or impossible, such as autonomous driving or robotics.
The theoretical contribution is particularly important: the authors prove that return-equivalent redistribution preserves the feasible policy set and optimal Lagrangian in a CMDP. This means that the transformation is lossless in theory, providing a principled foundation for using redistributed costs. This distinguishes RCI from ad-hoc heuristics and ensures that the learned policy is not inadvertently constrained or biased.
The paper reports experiments on highway driving and robotic manipulation tasks. RCI achieves substantially lower violation rates compared to sparse baselines (which use only the sparse stop-feedback) and classifier-based baselines (which learn a cost model from the sparse labels). The improvements are consistent across tasks and dataset compositions. Additionally, RCI maintains performance under label noise, indicating its practical reliability. While specific numerical metrics are not provided in the abstract, the qualitative claims of "substantially lower" and "robustness" suggest strong empirical performance.
This work has broad implications for safe RL deployment. By eliminating the need for dense cost annotations, it lowers the barrier to applying safe offline RL in real-world settings where feedback is naturally trajectory-level. The theoretical guarantees provide a solid foundation for future research on cost inference and credit assignment in constrained RL. Moreover, the robustness to label noise and heterogeneous data suggests that RCI can handle imperfect real-world data, making it a practical tool for AI practitioners. This could accelerate the adoption of safe RL in autonomous systems, healthcare, and other safety-critical domains.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba