BeyondVision: An EMG-Driven Micro Hand Gesture Recognition Based on Dynamic Segmentation

Abstract

Graph Neural Networks (GNNs), with their ability to effectively handle non-Euclidean data structures, have demonstrated state-of-the-art performance in learning node and graph-level representations. However, GNNs face significant computational overhead due to their message-passing mechanisms, making them impractical for real-time large-scale applications. Recently, Graph-to-MLP (G2M) knowledge distillation has emerged as a promising solution, utilizing MLPs to reduce inference latency. However, existing methods often lack structural awareness (SA), limiting their ability to capture essential graph-specific information. Moreover, some methods require access to large-scale graphs, undermining their scalability. To address these issues, we propose SALE-MLP (Structure-Aware Latent Embeddings for GNN-to-Graph-Free MLP Distillation), a novel graph-free and structure-aware approach that leverages unsupervised structural losses to align the MLP feature space with the underlying graph structure. SALE-MLP does not rely on precomputed GNN embeddings nor require graph during inference, making it efficient for real-world applications. Extensive experiments demonstrate that SALE-MLP outperforms existing G2M methods across tasks and datasets, achieving 3–4% improvement in node classification for inductive settings while maintaining strong transductive performance.

Cite

Text

Wang et al. "BeyondVision: An EMG-Driven Micro Hand Gesture Recognition Based on Dynamic Segmentation." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/668

Markdown

[Wang et al. "BeyondVision: An EMG-Driven Micro Hand Gesture Recognition Based on Dynamic Segmentation." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/wang2024ijcai-beyondvision/) doi:10.24963/ijcai.2024/668

BibTeX

@inproceedings{wang2024ijcai-beyondvision,
  title     = {{BeyondVision: An EMG-Driven Micro Hand Gesture Recognition Based on Dynamic Segmentation}},
  author    = {Wang, Nana and Niu, Jianwei and Liu, Xuefeng and Yu, Dongqin and Zhu, Guogang and Wu, Xinghao and Xu, Mingliang and Su, Hao},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {6044-6052},
  doi       = {10.24963/ijcai.2024/668},
  url       = {https://mlanthology.org/ijcai/2024/wang2024ijcai-beyondvision/}
}