用AI追踪厨房物品移动,准确率达97.7%
AI-Driven Relocation Tracking in Dynamic Kitchen Environments
- 基于YOLOv5改进,引入帧评分算法判断物体位置变化
- 在动态厨房场景中实现97.72%准确率、96.84%召回率
- 适合需要精准环境感知的机器人导航应用
随着智能家居普及,理解动态环境成为AI系统的关键。本研究针对厨房这一高频变动场景,开发一种智能算法,使机器人能识别物体并跟踪其位置变化。传统方法如基于SLAM的特征追踪、Faster R-CNN目标检测、光流分析和3D重建,在光照变化和部分遮挡时表现不佳。本文提出基于预训练YOLOv5模型,结合自研帧评分算法,通过综合物体在各帧中的位置与特征得分,确定最佳匹配帧并比较场景差异。实验表明,该方法在自建数据集上达到97.72%准确率、95.83%精确率和96.84%召回率,有效克服了现有方法局限。
原文摘要 · Abstract (English)
As smart homes become more prevalent in daily life, the ability to understand dynamic environments is essential which is increasingly dependent on AI systems. This study focuses on developing an intelligent algorithm which can navigate a robot through a kitchen, recognizing objects, and tracking their relocation. The kitchen was chosen as the testing ground due to its dynamic nature as objects are frequently moved, rearranged and replaced. Various techniques, such as SLAM feature-based tracking and deep learning-based object detection (e.g., Faster R-CNN), are commonly used for object tracking. Additionally, methods such as optical flow analysis and 3D reconstruction have also been used to track the relocation of objects. These approaches often face challenges when it comes to problems such as lighting variations and partial occlusions, where parts of the object are hidden in some frames but visible in others. The proposed method in this study leverages the YOLOv5 architecture, initialized with pre-trained weights and subsequently fine-tuned on a custom dataset. A novel method was developed, introducing a frame-scoring algorithm which calculates a score for each object based on its location and features within all frames. This scoring approach helps to identify changes by determining the best-associated frame for each object and comparing the results in each scene, overcoming limitations seen in other methods while maintaining simplicity in design. The experimental results demonstrate an accuracy of 97.72%, a precision of 95.83% and a recall of 96.84% for this algorithm, which highlights the efficacy of the model in detecting spatial changes.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。