🤖 AI Summary
In robot vision-language learning, key bottlenecks include weak unsupervised semantic extraction, severe modality loss, and high computational overhead. To address these, we propose a lightweight multimodal fusion model. Methodologically, we innovatively integrate Mamba’s efficient sequence modeling capability with a semantic-adaptive attention mechanism, constructing a Mamba-enhanced Transformer architecture that jointly optimizes feature fusion, cross-modal alignment, and modality reconstruction. Compared to state-of-the-art methods, our model reduces parameter count by 67%, accelerates pretraining inference by 2.3×, and achieves 0.74 accuracy on the VQA task. These improvements significantly enhance deployment feasibility on resource-constrained mobile robotic platforms while boosting robustness in semantic understanding.
📝 Abstract
In recent years, multimodal learning has become essential in robotic vision and information fusion, especially for understanding human behavior in complex environments. However, current methods struggle to fully leverage the textual modality, relying on supervised pretrained models, which limits semantic extraction in unsupervised robotic environments, particularly with significant modality loss. These methods also tend to be computationally intensive, leading to high resource consumption in real-world applications. To address these challenges, we propose the Multi Modal Mamba Enhanced Transformer (M3ET), a lightweight model designed for efficient multimodal learning, particularly on mobile platforms. By incorporating the Mamba module and a semantic-based adaptive attention mechanism, M3ET optimizes feature fusion, alignment, and modality reconstruction. Our experiments show that M3ET improves cross-task performance, with a 2.3 times increase in pretraining inference speed. In particular, the core VQA task accuracy of M3ET remains at 0.74, while the model's parameter count is reduced by 0.67. Although performance on the EQA task is limited, M3ET's lightweight design makes it well suited for deployment on resource-constrained robotic platforms.