This project explores a transformer-based model for word-level sign language classification, with a strong emphasis on model explainability. The approach utilizes saliency maps to analyze and interpret model decisions, improving transparency in predictions.
-
** Datasets**
This project uses publicly available sign language datasets:-
- Sincan, O. M., & Keles, H. Y. (2020). AUTSL: A Large Multi-Variability Dataset for Turkish Sign Language Recognition. IEEE Transactions on Biometrics, Behavior, and Identity Science.
-
- Ronchetti, F., Quiroga, F., Estrebou, C., Lanzarini, L., & Rosete, A. (2016). LSA64: A Dataset for Argentinian Sign Language Recognition. IEEE Latin America Transactions.
-
If you use this work, please also cite these datasets accordingly.
- ** Feature Extraction**:
- Used pose estimation and data preprocessing to extract skeletal motion features.
- Reduced videos to 30 frames with 258 features per frame for efficiency.
- ** Model Performance**:
- AUTSL dataset: Achieved 86.26% accuracy using a 2-layer transformer with sinusoidal positional encoding.
- LSA-64 dataset: Accuracy ranged between 90-94% with optimized transformer configurations.
- ** Comparisons**:
- Outperformed LSTM models in both accuracy and training speed.
- ** Explainability**:
- Saliency analysis revealed the model’s focus on active hand movements and mid-frame segments.
- Misclassifications were linked to overlapping hand trajectories.
- Deep Learning Frameworks: PyTorch
- Preprocessing: MediaPipe for pose detection
- Evaluation: Loss, Accuracy, confusion matrices, Captum's saliency maps
The following visualizations illustrate average movement trajectories in sign language datasets and the MediaPipe-based preprocessing pipeline used to extract skeletal motion features.
Figure 1: GIFs showing average movement trajectories for different sign language sequences.
Figure 2: Average movement trajectories in the AUTSL subset and LSA-64 dataset.
Figure 3: Performance vs Number of Layers, Number of Attention-Heads, and DFF.
Figure 4: Average saliency maps for the AUTSL subset and LSA-64 dataset.
Figure 5: Transformer-based model architecture for sign language classification.
For any questions or research collaborations, feel free to reach out:
📧 Email: sadegh.allahverdi@stud.uni-duisburg-essen.de










