🤖 AI Summary
Addressing challenges in robotic arm manipulation—including multimodal perception, real-time decision-making, and human-robot collaborative adaptability—this paper proposes a modular, interpretable deep multimodal learning framework. Methodologically, it fuses image sequences (extracted via vision pre-trained models such as VGG16) with robot state data using a late-fusion strategy to jointly regress continuous control actions. Departing from end-to-end black-box and pure reinforcement learning paradigms, the framework integrates lightweight random forest regression to enhance model interpretability while ensuring real-time inference capability. Evaluated on BridgeData V2 and Kuka datasets, it achieves mean squared errors of 0.0021 and 0.0028, respectively, demonstrating high accuracy, robustness, and feasibility for edge deployment. The core contribution is the first integration of an efficient, interpretable regressor into a multimodal late-fusion architecture—uniquely balancing performance, transparency, and low-latency responsiveness to enable adaptive physical human-robot collaboration.
📝 Abstract
This paper presents a novel deep learning framework for robotic arm manipulation that integrates multimodal inputs using a late-fusion strategy. Unlike traditional end-to-end or reinforcement learning approaches, our method processes image sequences with pre-trained models and robot state data with machine learning algorithms, fusing their outputs to predict continuous action values for control. Evaluated on BridgeData V2 and Kuka datasets, the best configuration (VGG16 + Random Forest) achieved MSEs of 0.0021 and 0.0028, respectively, demonstrating strong predictive performance and robustness. The framework supports modularity, interpretability, and real-time decision-making, aligning with the goals of adaptive, human-in-the-loop cyber-physical systems.