KITE: Keyframe-Indexed Tokenized Evidence for VLM-Based Robot Failure Analysis
About
We present KITE, a training-free, keyframe-anchored, layout-grounded front-end that converts long robot-execution videos into compact, interpretable tokenized evidence for vision-language models (VLMs). KITE distills each trajectory into a small set of motion-salient keyframes with open-vocabulary detections and pairs each keyframe with a schematic bird's-eye-view (BEV) representation that encodes relative object layout, axes, timestamps, and detection confidence. These visual cues are serialized with robot-profile and scene-context tokens into a unified prompt, allowing the same front-end to support failure detection, identification, localization, explanation, and correction with an off-the-shelf VLM. On the RoboFAC benchmark, KITE with Qwen2.5-VL substantially improves over vanilla Qwen2.5-VL in the training-free setting, with especially large gains on simulation failure detection, identification, and localization, while remaining competitive with a RoboFAC-tuned baseline. A small QLoRA fine-tune further improves explanation and correction quality. We also report qualitative results on real dual-arm robots, demonstrating the practical applicability of KITE as a structured and interpretable front-end for robot failure analysis. Code and models are released on our project page: https://m80hz.github.io/kite/
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Robot Failure Analysis (MCQ) | RoboFAC Simulation | FD Score93 | 7 | |
| Robot Failure Analysis (MCQ) | RoboFAC (Real-world) | FD89 | 7 | |
| Free-language reasoning | RoboFAC Simulation | ROUGE-L (TI)32.6 | 4 | |
| Free-language reasoning | RoboFAC (Real-world) | ROUGE-L (TI)33.8 | 4 |