Scaling Learning-based AEB with Massive Unlabeled Data
Summary
A new approach for scaling learning-based Automatic Emergency Braking (AEB) utilizes massive unlabeled fleet data under production constraints. This method, based on meta-feedback semi-supervised learning (MF-SSL), involves a teacher model generating pseudo labels for unlabeled driving data, updated by a small labeled anchor set. To address production challenges like anchor ambiguity and labeled-unlabeled mismatch, which can cause spurious triggers, a stabilized MF-SSL framework is introduced. This framework incorporates Noise-Aware Decoupling to remove ambiguity-prone anchors from the teacher's update path and kinematics-gated pseudo-labeling with a teacher conflict penalty to suppress risk hallucinations. Experiments demonstrate consistent safety gains as unlabeled data scales from 1M to 1B windows, maintaining stable comfort. The 1B-trained student model, deployed in hundreds of thousands of vehicles and validated over $10^9$ km, achieved a positive-to-false activation ratio exceeding 100:1 and a 35% improvement in accident-free driving mileage compared to a rule-only baseline.
Key takeaway
For Machine Learning Engineers developing autonomous driving safety features like AEB, this research demonstrates a robust path to production scaling. You should consider implementing stabilized meta-feedback semi-supervised learning, specifically incorporating Noise-Aware Decoupling and kinematics-gated pseudo-labeling, to effectively utilize massive unlabeled fleet data. This approach can significantly improve safety metrics, achieving high positive-to-false activation ratios and substantial gains in accident-free driving mileage, even against established rule-based systems.
Key insights
Stabilized meta-feedback semi-supervised learning scales AEB effectively using massive unlabeled data, improving safety and comfort.
Principles
- Mitigate anchor ambiguity and labeled-unlabeled data mismatch in SSL.
- Integrate safety-critical feedback for teacher model updates.
- Suppress risk hallucinations on unlabeled data with kinematic gates.
Method
A stabilized MF-SSL framework uses Noise-Aware Decoupling to remove ambiguous anchors and kinematics-gated pseudo-labeling with a teacher conflict penalty to suppress mismatch-induced risk hallucinations.
In practice
- Deploy AEB models trained on 1B data windows for real-world impact.
- Achieve >100:1 positive-to-false AEB activation ratio.
- Improve accident-free driving mileage by 35% over rule-only systems.
Topics
- Automatic Emergency Braking
- Semi-Supervised Learning
- Autonomous Driving Safety
- Unlabeled Fleet Data
- Pseudo-Labeling
- Noise-Aware Decoupling
Best for: Computer Vision Engineer, Research Scientist, Machine Learning Engineer, AI Scientist, Robotics Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.