Scaling Learning-based AEB with Massive Unlabeled Data

· Source: Takara TLDR - Daily AI Papers · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems, Autonomous Vehicles & Smart Transportation · Depth: Expert, medium

Summary

A new approach scales learning-based Automatic Emergency Braking (AEB) systems using massive unlabeled fleet data, addressing production constraints. The method, based on meta-feedback semi-supervised learning (MF-SSL), employs a teacher model to generate pseudo labels for unlabeled driving data, which is then refined using a small, safety-critical labeled anchor set. To counter issues like anchor ambiguity and labeled-unlabeled mismatch that can cause systematic pseudo-label errors and spurious triggers in production, the researchers propose a stabilized MF-SSL framework. 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 performance gains as unlabeled data scaled from 1 million to 1 billion windows, enhancing safety while maintaining comfort. The 1B-trained 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 production rule-only baseline.

Key takeaway

For Machine Learning Engineers developing autonomous driving systems, if you are struggling to scale AEB performance due to limited labeled data, consider implementing a stabilized meta-feedback semi-supervised learning framework. This approach, validated over 10^9 km, allows you to leverage massive unlabeled fleet data to achieve a 35% improvement in accident-free driving mileage and a positive-to-false activation ratio exceeding 100:1, significantly enhancing real-world safety and reliability.

Key insights

Stabilized meta-feedback semi-supervised learning effectively scales AEB using massive unlabeled data, significantly improving safety metrics in real-world deployment.

Principles

Method

A stabilized MF-SSL framework uses Noise-Aware Decoupling to refine teacher updates and kinematics-gated pseudo-labeling with a teacher conflict penalty to mitigate mismatch-induced risk hallucinations on unlabeled data.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Robotics Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Takara TLDR - Daily AI Papers.