Search papers, labs, and topics across Lattice.
This paper introduces the Unified Multi-Task Collaborative Perception Network (UMCP), designed to enhance the efficiency of luggage trolley pose estimation in dynamic environments. By integrating detection, keypoint identification, and orientation estimation into a single framework based on the YOLOv12 architecture, the method significantly reduces inference latency and deployment costs. Experimental results show that UMCP not only maintains competitive accuracy but also simplifies model complexity compared to traditional cascaded multi-model approaches.
Achieving high accuracy in luggage trolley pose estimation while slashing computational costs and latency is now possible with a unified approach.
In robotic autonomous luggage trolley collection, robots must continuously localize scattered luggage trolleys in cluttered and dynamic environments. This requires the vision system to achieve both high accuracy and real-time performance. However, existing visual perception approaches for luggage trolleys often rely on cascaded multi-model inference, leading to increased inference latency and high deployment costs. To address these limitations, this article presents a unified multi-task collaborative perception network (UMCP) that simultaneously performs luggage trolley detection, keypoint detection and orientation estimation. Based on the YOLOv12 architecture, keypoint features are fused with orientation features and then fed into an orientation feature enhancement module (OFEM), thereby improving orientation estimation accuracy. In addition, circular probability distribution modeling with a Kullback-Leibler (KL) divergence loss is adopted to enhance orientation estimation accuracy further. Experimental results demonstrate that the proposed method achieves competitive overall accuracy while substantially reducing model complexity and computational cost compared with existing methods. A website about this work is available at https://sites.google.com/view/robot-umcp.