Skip to content

Academic R&D project: Sign-Polish Language Video Translator

Notifications You must be signed in to change notification settings

jamnicki/mig-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MigAI - Sign Language Translation

https://migai-pnw-site.streamlit.app/

Introduction

Deaf people face significant challenges in everyday communication, especially with those who do not know sign language. The lack of an interpreter during key interactions exacerbates this gap, highlighting the need for innovative solutions. A Polish sign language translation system can revolutionize deaf people's interactions, offering them better access to information and eliminating communication barriers, significantly simplifying daily life.

app_view

Data

The data used for the project comes from two sources. The first is the Repository of the Polish Sign Language Corpus [2]. This is a collection of over 700 recordings of sign utterances that have translations in Polish. In addition, the collection was expanded with data from the Corpus Dictionary of Polish Sign Language [1], which provided more than 2,000 recordings showing the use of definitions in context.

Method Description

To solve the problem first, key points corresponding to the positions of body parts were extracted from the recordings using the MediaPipe model. Based on these points, two translation models were developed: Seq2Seq and Transformer [3,4]. metoda

Evaluation

Based on the tests conducted, the translation quality of two models was compared: Seq2Seq and Transformer, using three metrics: BLEU, METEOR, and TER. In addition, the result of the project was presented to members of the Lower Silesia Branch of the Polish Association of the Deaf, where feedback and suggestions on the developed system were obtained.

Results

For each of the tested architectures, the parameter configuration that achieved the best results on the validation set was selected. The Transformer model significantly outperformed the Seq2Seq solution due to its ability to analyze and learn complex relationships specific to sign language and its contextual nature. The graph below shows the performance of both models on the test set.

hist

BLEU measures the coverage of translation n-grams with a reference value. METEOR, a modified BLEU metric that takes into account synonyms and sentence structure. TER determines the number of edits needed to achieve a correct translation.

wyniki_tab


The project paves the way for further research into the development of more advanced and accurate translation tools that can make a significant difference in the lives of the deaf community.

Patrons

partners

References

[1] Łacheta, J., Czajkowska-Kisil, M., Linde-Usiekniewicz, J., Rutkowski, P., Korpusowy słownik polskiego języka migowego (Wydział Polonistyki Uniwersytetu Warszawskiego, Warszawa, 2016). Publikacja online

[2] Rutkowski, P., Łozińska, S., Filipczak, J., Łacheta, J., Mostowski, P., Jak powstaje korpus polskiego języka migowego (pjm)

[3] Vaswani, A., Shazeer, N., Parmar, N., Uszkoreit, J., Jones, L., Gomez, A.N., Kaiser, L., Polosukhin, I., Attention is all you need.

[4] Sutskever, I., Vinyals, O., Le, Q.V., Sequence to sequence learning with neural networks, CoRR. 2014, tom abs/1409.3215.

[5] Lugaresi, C., Tang, J., Nash, H., McClanahan, C., Uboweja, E., Hays, M., Zhang, F., Chang, C., Yong, M.G., Lee, J., Chang, W., Hua, W., Georg, M., Grundmann, M., Mediapipe: A framework for building perception pipelines, CoRR. 2019


Research carried out as part of the "Research and Implementation Project" course for the Artificial Intelligence major in the 23/24 academic year. Project carried out in cooperation with the Sign Linguistics Laboratory at the University of Warsaw.

Releases

No releases published

Contributors 4

  •  
  •  
  •  
  •  

Languages