🤖 AI Summary
Deploying sign language recognition (SLR) on resource-constrained edge devices remains challenging due to the high computational cost of existing deep learning models. Method: This paper proposes a lightweight and efficient SLR framework: it first extracts 2D hand keypoint sequences using MediaPipe; then introduces a bidirectional reservoir computing (BRC) architecture based on echo state networks (ESNs), which jointly models temporal dependencies via forward and backward reservoirs and fuses dual-path hidden states for low-complexity feature representation; finally, sequence concatenation and a lightweight classifier perform recognition. Contribution/Results: The design drastically reduces parameter count and computational load. On the WLASL dataset, it achieves 57.71% accuracy with only 9 seconds of training time—over 90% less computation than Bi-GRU—establishing a viable new paradigm for real-time, edge-deployable SLR.
📝 Abstract
Sign language recognition (SLR) facilitates communication between deaf and hearing individuals. Deep learning is widely used to develop SLR-based systems; however, it is computationally intensive and requires substantial computational resources, making it unsuitable for resource-constrained devices. To address this, we propose an efficient sign language recognition system using MediaPipe and an echo state network (ESN)-based bidirectional reservoir computing (BRC) architecture. MediaPipe extracts hand joint coordinates, which serve as inputs to the ESN-based BRC architecture. The BRC processes these features in both forward and backward directions, efficiently capturing temporal dependencies. The resulting states of BRC are concatenated to form a robust representation for classification. We evaluated our method on the Word-Level American Sign Language (WLASL) video dataset, achieving a competitive accuracy of 57.71% and a significantly lower training time of only 9 seconds, in contrast to the 55 minutes and $38$ seconds required by the deep learning-based Bi-GRU approach. Consequently, the BRC-based SLR system is well-suited for edge devices.