Improving the Performance of Unimodal Dynamic Hand-Gesture Recognition with Multimodal Training
Mahdi Abavisani, Hamid Reza Vaezi Joze, Vishal M. Patel
TL;DR
The paper tackles dynamic hand-gesture recognition by enabling unimodal networks to learn from multimodal data during training. It introduces MTUT, where separate 3D-CNNs for each modality are guided by a spatiotemporal semantic alignment (SSA) loss, aligned via correlation matrices and regulated by a focal parameter to prevent negative transfer. The full objective combines standard classification losses with SSA terms, enabling end-to-end training that improves unimodal testing performance and can boost multimodal fusion. Across VIVA, EgoGesture, and NVGesture, MTUT consistently enhances unimodal accuracies and fusion results, offering a practical approach for systems restricted to a single modality at inference while benefiting from multimodal training.
Abstract
We present an efficient approach for leveraging the knowledge from multiple modalities in training unimodal 3D convolutional neural networks (3D-CNNs) for the task of dynamic hand gesture recognition. Instead of explicitly combining multimodal information, which is commonplace in many state-of-the-art methods, we propose a different framework in which we embed the knowledge of multiple modalities in individual networks so that each unimodal network can achieve an improved performance. In particular, we dedicate separate networks per available modality and enforce them to collaborate and learn to develop networks with common semantics and better representations. We introduce a "spatiotemporal semantic alignment" loss (SSA) to align the content of the features from different networks. In addition, we regularize this loss with our proposed "focal regularization parameter" to avoid negative knowledge transfer. Experimental results show that our framework improves the test time recognition accuracy of unimodal networks, and provides the state-of-the-art performance on various dynamic hand gesture recognition datasets.
