Free for humans

MILER: Semantic Mid-Level Representation for Sim-to-Real Reinforcement Learning in Unstructured Autonomous Driving

A semantic bird’s-eye map trained in a custom simulator transfers zero-shot to two real vehicles for 17.3 km of unstructured driving on a Jetson.

arXiv:2609.207475 min readScore 69/100Paper hub2026-W39

The 30-second take

  • What: MILER trains an RL policy on a semantic mid-level representation and a bicycle model, then on the car uses BEVFusion (camera+LiDAR) plus trajectory alignment so actions are not sent raw — enabling zero-shot sim-to-real on a messy track.
  • Abundance angle: today, competent off-road and unstructured driving stacks are scarce, capital-heavy, and human-supervised. A mid-level semantic interface is a step toward cheaper default autonomy outside painted lanes (mid-horizon: safety and reliability decide).
  • Who should care: Off-road autonomy teams, sim-to-real RL researchers, and embedded-systems groups targeting Jetson-class compute.

What the paper actually did

Reinforcement learning is attractive for superhuman, self-learned driving policies, but real-world use is rare in unstructured settings because sim-to-real transfer is hard. MILER is an end-to-end policy framework aimed at zero-shot transfer.

Offline, they train in a custom semantic mid-level representation (MLR) simulator; the policy’s controls go to a bicycle model. On the real vehicle, camera and LiDAR feed BEVFusion to build a semantic bird’s-eye view meant to match the simulator. Policy actions are not applied raw to the car. A trajectory-alignment strategy is used so both perception and control can transfer zero-shot.

They evaluate on a diverse track: obstacles, hairpin curves, speeds up to 33.6 km/h, and off-road sections. Two vehicles covered 17.3 km on a 3.0 km loop without human intervention. The stack runs on a Jetson AGX Orin.

What makes this disruptive

The scarce capability is unstructured driving that does not demand a huge real-world RL dataset or a perfect pixel-domain sim. A semantic BEV contract plus trajectory alignment — rather than hoping RGB transfer works — is a pragmatic attack on the sim-to-real tax.

Seventeen-plus kilometers, two platforms, no intervention, onboard Orin, including off-road and 33.6 km/h, is a stronger existence proof than a parking-lot clip. That pressures the idea that unstructured RL driving is hopelessly untransferable.

It is still one test track and the authors' obstacles, not an open-world license.

Why it matters (outside the lab)

Abundance lens: mobility outside tidy cities is still scarce human labor and expensive autonomy stacks. If mid-level semantics become a reliable sim/real handshake, more off-road and messy-road capacity can move toward cheaper shared defaults.

Near-term, this is a systems paper: representation, bicycle model, BEVFusion, alignment. Medium-term, safety cases, weather, and unseen terrain decide whether it is a default. No robotaxi date.

Reliability and unit economics remain the gates.

Limitations & open questions

Zero-shot here means no additional RL on the real car as described, not “works on any continent.” Distance is 17.3 km on a 3.0 km track — repeated loops, not 17 km of unique roads. The abstract does not report disengagement criteria beyond “without human intervention,” night/weather, or legal autonomy level.

BEVFusion and trajectory alignment can hide policy mistakes; failure modes are not listed. Preprint ≠ certified driver. Abundance is not automatic: a successful track campaign does not democratize unstructured driving.

Explain ladder

Default article depth

Instead of training a neural net on pretty simulated cameras and praying the real cameras match, MILER trains on a cartoon-like semantic map — lanes, obstacles, and such from a bird’s-eye view — and a simple bicycle physics model. The real car’s cameras and lidar are cooked by BEVFusion into a similar semantic map.

The network’s steering and speed suggestions are aligned as trajectories before they hit the actuators, which is how the authors claim both perception and control transfer without extra real-world RL. They drove two different vehicles on a nasty course, including dirt and tight turns, for 17.3 km with no human takeover, all on an embedded NVIDIA Jetson.

The bet is the mid-level language, not photorealism.

Key terms

Sim-to-real
Transferring a policy trained in simulation to a physical robot or vehicle without (here, without further RL) on-vehicle training.
Mid-level representation (MLR)
A semantic abstraction — here a bird’s-eye scene — used as the shared language between simulator and vehicle.
BEVFusion
A camera-plus-LiDAR model that produces a semantic bird’s-eye view; used at deployment to match the MLR simulator.
Bicycle model
A simplified vehicle-dynamics model used during training instead of a full chassis simulation.
Zero-shot transfer
Deploying the trained policy on the real system without additional reinforcement learning on that system.

Sources

Related explainers

Same topic and week first — keep exploring the scarcity → abundance map.

Editorial explainer · not peer review · always read the primary paper.

Byline: Disruptive Concepts editorial.