English

KITE: Keyframe-Indexed Tokenized Evidence for VLM-Based Robot Failure Analysis

Robotics 2026-04-09 v1 Artificial Intelligence Computer Vision and Pattern Recognition

Abstract

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/

Cite

@article{arxiv.2604.07034,
  title  = {KITE: Keyframe-Indexed Tokenized Evidence for VLM-Based Robot Failure Analysis},
  author = {Mehdi Hosseinzadeh and King Hang Wong and Feras Dayoub},
  journal= {arXiv preprint arXiv:2604.07034},
  year   = {2026}
}

Comments

ICRA 2026; Project page: https://m80hz.github.io/kite/

R2 v1 2026-07-01T11:59:13.762Z