--- language: - en license: mit task_categories: - image-classification tags: - computer-vision - sign-language - neuromorphic - event-based - asl - spiking-neural-networks pretty_name: TCASL size_categories: - 10K, "label": 0} # Label index → letter mapping label_names = train.features["label"].names # ["a", "b", ..., "z"] ``` ## Benchmark Results The following table shows top-1 accuracy across architectures on the TCASL test set. | Architecture | Accuracy | |---|---| | LeNet-5 | 82.3% | | Hybrid Transformer | 92.5% | | RG-CNN | 96.8% | | SDNN (ours) | **98.3%** | | STBP-SNN | 98.6% | The custom SDNN achieves 98.3% accuracy and runs at over 200 FPS on a standard laptop CPU (Apple M1), with no GPU required. ## Motivation Millions of people rely on sign language to communicate, yet real-time translation tools typically require expensive hardware or high-end GPUs. TCASL addresses this by bringing neuromorphic vision to standard webcams through software emulation, enabling accessible, privacy-preserving ASL recognition at the edge. ## Related Work This dataset was created alongside the **TCASL Learner**, a real-time "Spelling Bee" game application that runs finger-spelling recognition entirely on a consumer laptop. For full details on the architecture, training paradigm, and experimental results, see the [GitHub Page](https://github.com/keshavshankar08/TCASL). ## Citation ```bibtex @misc{tcasl2026, title={TCASL: Real-Time American Sign Language Classification via Temporal Contrast Emulation}, author={Keshav Shankar and Nathaniel Ginck}, year={2026}, note={Technical Report}, url={https://github.com/keshavshankar08/TCASL} } ``` ## License This dataset is released under the [MIT License](LICENSE).