SafeMIL: Learning Offline Safe Imitation Policy from Non-Preferred Trajectories
Returaj Burnwal, Nirav Pravinbhai Bhatt, Balaraman Ravindran
TL;DR
SafeMIL tackles offline safe imitation learning when only limited non-preferred trajectories and unlabeled data are available, lacking explicit per-timestep rewards or costs. It learns a parameterized cost via a Multiple Instance Learning formulation, using bag-level risk signals to distinguish high-cost (non-preferred) from potentially safe behavior within unlabeled data. The learned cost guides a behavior- cloning policy to imitate trajectories likely to satisfy CMDP constraints, with optional soft weighting to emphasize safer samples. Empirical results across velocity-constrained and navigation tasks show SafeMIL achieves substantially safer policies without sacrificing reward performance, outperforming or matching state-of-the-art baselines and delivering a median improvement of about 3.7× in safety metrics across environments.
Abstract
In this work, we study the problem of offline safe imitation learning (IL). In many real-world settings, online interactions can be risky, and accurately specifying the reward and the safety cost information at each timestep can be difficult. However, it is often feasible to collect trajectories reflecting undesirable or risky behavior, implicitly conveying the behavior the agent should avoid. We refer to these trajectories as non-preferred trajectories. Unlike standard IL, which aims to mimic demonstrations, our agent must also learn to avoid risky behavior using non-preferred trajectories. In this paper, we propose a novel approach, SafeMIL, to learn a parameterized cost that predicts if the state-action pair is risky via Multiple Instance Learning. The learned cost is then used to avoid non-preferred behaviors, resulting in a policy that prioritizes safety. We empirically demonstrate that our approach can learn a safer policy that satisfies cost constraints without degrading the reward performance, thereby outperforming several baselines.
