CVOct 29, 2023

Reward Finetuning for Faster and More Accurate Unsupervised Object Discovery

arXiv:2310.19080v216 citationsh-index: 80
Originality Incremental advance
AI Analysis

This addresses the problem of aligning autonomous vehicle perception with human expectations in a label-free setting, though it is incremental by applying known RLHF techniques to a new domain.

The paper tackles unsupervised object discovery from LiDAR points without labels by adapting RL-based methods with heuristics as reward functions, resulting in improved accuracy and significantly faster training compared to prior works.

Recent advances in machine learning have shown that Reinforcement Learning from Human Feedback (RLHF) can improve machine learning models and align them with human preferences. Although very successful for Large Language Models (LLMs), these advancements have not had a comparable impact in research for autonomous vehicles -- where alignment with human expectations can be imperative. In this paper, we propose to adapt similar RL-based methods to unsupervised object discovery, i.e. learning to detect objects from LiDAR points without any training labels. Instead of labels, we use simple heuristics to mimic human feedback. More explicitly, we combine multiple heuristics into a simple reward function that positively correlates its score with bounding box accuracy, i.e., boxes containing objects are scored higher than those without. We start from the detector's own predictions to explore the space and reinforce boxes with high rewards through gradient updates. Empirically, we demonstrate that our approach is not only more accurate, but also orders of magnitudes faster to train compared to prior works on object discovery.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes