Skip to content

Signformer is all you need: Towards Edge AI for Sign Language

License

Notifications You must be signed in to change notification settings

EtaEnding/Signformer

Repository files navigation

Official: Signformer is all you need: Towards Edge AI for Sign Language

arXiv  PWC

scheme

Outline

🚀 In this work, we present the World's 1st LLM-comparable "Small Language Model" as a from-scratch model for Sign Language Translation

🚀 Signformer-Full achieves new 2nd place in Gloss-Free sign language translation leaderboard of 2024

🥳 Signformer is the least parametric model across all scoreboards, Signformer-Feather of 0.57 Million achieves TOP5

Dataset and Feature Files Preparation

Phoenix14T:

wget "http://cihancamgoz.com/files/cvpr2020/phoenix14t.pami0.train"
wget "http://cihancamgoz.com/files/cvpr2020/phoenix14t.pami0.dev"
wget "http://cihancamgoz.com/files/cvpr2020/phoenix14t.pami0.test"

Config

train: [PATH]/phoenix14t.pami0.train
dev: [PATH]/phoenix14t.pami0.dev
test: [PATH]/phoenix14t.pami0.test
  • Install required packages using the requirements.txt file. pip install -r requirements.txt

  • Remember after downloading sophiag, modify their init.py by removing the last: from sophia.sophia import SophiaG

Usage

Train

python -m main train [CONFIG PATH]

Test

python -m main test [CONFIG PATH] --ckpt [CHECKPOINT PATH]

BIBTEX

@article{eta2024signformer,
      title={Signformer is all you need: Towards Edge AI for Sign Language}, 
      author={Eta Yang},
      year={2024},
      journal={arXiv preprint arXiv:2411.12901}, 
}

About

Signformer is all you need: Towards Edge AI for Sign Language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages