Source-linked AI summary

The Ethical Decision Head: Operationalizing Normative Ethics in Autonomous Vehicles via Reinforcement Learning from Human Feedback

Thomas Mbrice, Ammar Ali, Sami Mian, Khai Hern Low, Eric Chen, Arshia Aghajani, Wolf Schäfer, Amin Shirangi

arXiv:2608.16710v1cs.LG

TL;DR

Autonomous vehicles need empirically grounded ways to operationalize competing ethical frameworks in safety-critical decisions. This paper introduces the Ethical Decision Head and finds that human feedback led the Utilitarian agent toward self-sacrifice rather than casualty minimization.

  • Problem

    The paper asks whether classical ethical frameworks can be operationalized and learned under human supervision for autonomous-vehicle decision-making.

  • Method

    The Ethical Decision Head frames autonomous-vehicle ethics as RLHF, comparing Utilitarian casualty minimization and Kantian action constraints under identical training conditions.

  • Results

    Human preferences diverged from the Utilitarian codebook, rewarding self-sacrifice, while the Kantian condition converged reliably to its single prescribed action.

  • Takeaways & Limitations

    RLHF learned human moral preferences as practiced rather than the specified philosophical theory, raising questions about human supervision as an alignment mechanism for normative ethics.

  • Takeaways & Limitations

    The preference feedback came from only two collegiate raters without prior normative-ethics exposure, so the finding may reflect a narrow, idiosyncratic preference distribution.

Abstract

from arXiv · show

As autonomous vehicles (AVs) approach Level 4 and Level 5 operational capability [SAE International, 2018], their on- board decision systems must handle not only safety-critical locomotion but also their subsequent moral weight. This paper details the Ethical Decision Head (EDH), a deep re- inforcement learning (RL) framework that encodes ethical reasoning as a differentiable reward signal, enabling a pol- icy gradient agent to learn morally-aligned driving behavior in scenarios whose state representation is aligned with the CARLA simulation environment [Dosovitskiy et al., 2017]. Two normative frameworks are instantiated and evaluated: a Utilitarian framework minimizing total casualties and a Kan- tian framework enforcing course maintenance as a categori- cal imperative. The EDH is trained via Proximal Policy Op- timization (PPO) [Schulman et al., 2017] against a Bradley- Terry reward model [Bradley and Terry, 1952] learned from pairwise human preference annotations over 200 collision- imminent scenarios. Results reveal an asymmetry in the learnability of normative ethical frameworks under human su- pervision. The Kantian condition, which reduces to a con- stant prediction task under the codebook, serves as a pipeline control: it confirms training stability and rules out infrastruc- ture failure as an explanation for the utilitarian result. The Utilitarian agent learned something more unsettling: human raters rewarded self-sacrifice over casualty minimization, and the model learned that preference faithfully. This divergence between what humans prescribe in theory and what they re- ward in practice suggests that RLHF does not learn ethics as philosophers define it, but as humans live it.

1. Introduction

As autonomous vehicles approach SAE Levels 4 and 5, trolley-problem tradeoffs have become an engineering concern amid inconsistent human ethical preferences. This paper introduces the Ethical Decision Head to study whether RLHF can learn ethical driving behavior under utilitarian and Kantian frameworks.

  • Motivation: As AVs approach SAE Levels 4 and 5, collision-imminent junctions turn trolley-problem tradeoffs into engineering decisions.The trolley problem was not intended as an engineering specification, but forced choices now arise in autonomous driving.
  • Background: Humans show inconsistent preferences in these scenarios, favoring utilitarian outcomes abstractly while resisting them for themselves or their families.This inconsistency complicates the design of systems that must rank competing outcomes.
  • Problem: RLHF offers an alternative to static, philosophically contentious reward functions by learning moral behavior directly from human preference signals.The introduction frames this as both a technical and philosophical question about whether machines can learn human ethics as humans do.
  • Contribution: The paper introduces the Ethical Decision Head as an RLHF framework for AV ethical decision-making under Utilitarianism and Kantianism.Utilitarianism prescribes casualty minimization, whereas Kantianism prohibits instrumentalizing rational agents regardless of outcome.

2. Methodology · 2.1. Overview and Motivation

The methodology operationalizes ethical decision-making in autonomous vehicles through an Ethical Decision Head trained with Reinforcement Learning from Human Feedback. The system combines learned human preferences with safety constraints and optional Utilitarian or Kantian reward terms to select actions in collision-imminent scenarios.

  • 2.1. Overview and Motivation: RLHF underpins the Ethical Decision Head because ethical preferences resist complete formal specification through static reward engineering.The methodology contrasts RLHF with a hand-crafted “minimize casualties” reward, which cannot capture the granularity of human moral intuition.
  • 2.1. Overview and Motivation: At collision-imminent junctions, the EDH overrides the underlying autonomous-vehicle behavior when braking cannot prevent collision, choosing maintain course, swerve left, or swerve right.The intervention is limited to safety-critical scenarios where standard braking maneuvers are insufficient.
  • 2.1. Overview and Motivation: The EDH supports two ethical frameworks: Utilitarian minimization of total casualties and Kantian enforcement of its corresponding categorical constraint.These frameworks define alternative ethical conditions for the decision head.
  • 2.1.1. Composite Reward Function: The total policy-optimization reward is Rtotal(s, a) = α Rbase(s, a)+β Rlearned(s, a)+λ Rexplicit(s, a).The reward is a weighted composition of base safety, learned preference, and explicit philosophical terms.
  • 2.1.1. Composite Reward Function: α = 0.3 and β = 0.7 make learned human preferences dominant, while Rbase supplies dense hard-safety feedback during early training.Rlearned captures annotator moral intuition, and Rexplicit is gated by λ ∈ {0, 1}.
  • 2.1.2. Explicit Ethical Reward Terms: When λ = 1, the explicit Utilitarian and Kantian normative encodings become active.The explicit philosophical term is therefore optional within the composite reward configuration.
  • 2.1.2. Explicit Ethical Reward Terms: The Utilitarian component penalizes actions proportionally to Ninjured(s, a), the pedestrian collision count encoded in the state vector.This implements minimizing aggregate harm.
  • 2.1.2. Explicit Ethical Reward Terms: The Kantian component penalizes deliberately swerving through a pedestrian to reduce casualties elsewhere, assigning −100 when Ninjured(s, a) > 0 and 0 otherwise.The −100 magnitude is intended to make instrumentalizing pedestrians unavailable to the policy under any weighting configuration.

2.2. Dataset

The dataset comprises 200 codebook-generated collision scenarios, split into training and test sets and represented in a CARLA-aligned state space. It distinguishes deterministic ethical labels from human preference feedback, which was collected from two lay raters and is not broadly generalizable.

  • Dataset construction: 200 codebook-generated scenarios provide constrained but diverse coverage of key state-space dimensions, with dataset scale acknowledged as a limitation.The codebook serves as a strict rule guide for scenario creation.
  • Dataset construction: The data is split 80/20 into 160 training and 40 test scenarios, each represented as a 40-dimensional state vector aligned with CARLA features.The vector encodes vehicle, passenger, lane, obstacle, and pedestrian information across possible action directions.
  • Label sources: Codebook-derived labels deterministically prescribe casualty-minimizing actions for Utilitarian ethics and maintain-course actions for Kantian ethics.These labels serve as ground-truth targets for measuring policy accuracy and are independent of individual judgment.
  • Label sources: Human preference feedback consists of pairwise trajectory judgments used to train the Bradley-Terry reward model and is categorically distinct from codebook-derived labels.The paper identifies systematic divergence between preference feedback and codebook prescriptions.
  • Human preference data: 2 human raters, recruited from a general collegiate population without formal normative-ethics training, supplied preference feedback, limiting claims about broader populations.The findings therefore concern what these two raters preferred rather than human preferences generally.

2.3. Model Architecture

The Ethical Decision Head integrates three learned components that transform raw state observations into ethically grounded action selections. Its reward model uses Bradley–Terry preference learning over paired trajectory rollouts to support PPO optimization.

  • Pipeline architecture: The full architecture integrates three learned components, each translating raw state observations into ethically grounded action selections.The pipeline is illustrated in Figure 3.
  • Pipeline architecture: The state vector flows through policy and value networks, while reward composition branches between Full RLHF and Direct Supervision before PPO optimization.
  • Reward modeling: The reward model is trained with the Bradley–Terry preference framework under the RLHF paradigm.
  • Reward modeling: Human annotators compare pairs of trajectory rollouts and identify which trajectory executed the more ethically appropriate sequence of actions.The cumulative reward is assigned to each trajectory τ.
  • Reward modeling: The reward model parameters ψ are updated by minimizing binary cross-entropy over the preference dataset.

2.4. Training Configuration

Training uses variance-reduced PPO with normalized advantages, bounded updates, and stabilized reward processing. Two configurations compare joint RLHF training with direct PPO supervision as a diagnostic ablation.

  • Advantage estimation: GAE computes policy advantages from 2048-transition rollout buffers using γ = 0.99 and λ_GAE = 0.95.Advantages are normalized to zero mean and unit variance before entering the policy loss.
  • Policy optimization: PPO treats each single-step scenario as a contextual bandit while retaining clipped updates for continuity with the intended multi-timestep deployment pipeline.The clipped surrogate objective bounds policy-update magnitude.
  • Optimization stabilization: The actor uses ε = 0.2 clipping and cent = 0.03 entropy regularization, while global ℓ2 gradient clipping is set to 0.5.Entropy regularization is intended to prevent premature convergence to deterministic swerving strategies.
  • Reward processing: Learned rewards are zscore normalized and clipped to [−3, 3] before mixing, and the reward model is updated every 50 PPO iterations on human preference pairs.These procedures are used to prevent value-network instability and regulate reward-model updates.
  • Training configurations: Full RLHF jointly trains the policy and reward model, whereas Direct Supervision bypasses the reward model and trains PPO directly on the shaped environment reward.The ablation isolates whether failure modes arise from the RLHF pipeline or the underlying environment formulation.

3. Results

The Kantian condition reliably converged to the uniformly correct “maintain course” action, validating training stability as a methodological control. Under Utilitarianism, RLHF achieved only 42.5% testing accuracy and favored self-sacrifice, whereas direct supervision reached 90.3%.

  • Kantian condition: The Kantian condition reliably learned “maintain course” across all 200 scenarios, serving as a methodological control for training stability.Because the codebook assigns the same action uniformly, an input-ignoring policy would achieve the same outcome.
  • Utilitarian condition: At 2,000,000 time steps, the Utilitarian RLHF agent achieved only 42.5% testing accuracy.Its decision distribution showed approximately 50% of scenarios deviating from casualty minimization toward self-sacrifice, which human raters favored.
  • Utilitarian condition: 90.3% peak accuracy was achieved after removing human feedback and training with Direct Supervision.This improvement shows that Utilitarianism is learnable under direct supervision, unlike the weaker RLHF result.

4. Discussion and Limitations

The Kantian condition converged reliably, while the Utilitarian agent learned self-sacrificial behavior reflecting human raters’ preference for perceived heroism rather than casualty minimization. Limitations include rater bias, incomplete theoretical coverage, finite evaluation data, missing reliability statistics, and a small homogeneous rater pool.

  • Discussion: The Kantian condition converged reliably to its single prescribed action, functioning as a pipeline control, while the substantive finding concerned the Utilitarian agent.The results therefore reveal an asymmetry in the learnability of classical ethical frameworks under human-preference training.
  • Discussion: Human raters rewarded perceived heroism, and that preference propagated through RLHF into self-sacrificial behavior in the safety-critical learned policy.The paper characterizes this as human moral practice rather than model failure or philosophers’ formal ethics.
  • Discussion: Removing human feedback restored high accuracy, supporting the interpretation that human supervision may be unsuitable for faithfully instantiating a specific normative theory.This result challenges RLHF’s intended role as an alignment mechanism for human values.
  • Limitations: Human raters may introduce affective biases such as omission bias, loss aversion, and in-group favoritism; calibration, structured protocols, or hybrid feedback could mitigate them.The passage frames these distortions as a limitation and proposes mitigation without abandoning human input.
  • Limitations: Kantianism and Utilitarianism do not exhaust relevant normative theories, while the 200-case benchmark is only a finite approximation of deployment’s moral distribution.Whether the learnability asymmetry generalizes to virtue ethics, contractualism, or real-world behavior remains open.
  • Limitations: The study recorded no Krippendorff’s alpha or Cohen’s kappa and used feedback from only two collegiate raters without prior normative-ethics exposure.These limitations prevent separating individual preference variation from population-level effects and motivate larger, more diverse samples.
Loading 2608.16710v1…