Sign Language Paper
Sign Language Paper
Sign Language Paper
net/publication/357622360
Article in International Journal for Modern Trends in Science and Technology · January 2022
DOI: 10.46501/IJMTST0801006
CITATIONS READS
14 23,698
4 authors, including:
Editor Ijmtst
International Journal for Modern Trends in Science and Technology
452 PUBLICATIONS 415 CITATIONS
SEE PROFILE
All content following this page was uploaded by Editor Ijmtst on 06 January 2022.
Department of Information Technology, Dr. Akhilesh Das Gupta Institute of Technology and Management, New Delhi, India.
Article Info
Received: 24 November 2021; Accepted: 21 December 2021; Published: 31 December 2021
ABSTRACT
A real time sign language detector is a significant step forward in improving communication between the deaf and the general
population. We are pleased to showcase the creation and implementation of sign language recognition model based on a
Convolutional Neural Network(CNN).We utilized a Pre-Trained SSD Mobile net V2 architecture trained on our own dataset in
order to apply Transfer learning to the task. We developed a robust model that consistently classifies Sign language in majority
of cases. Additionally, this strategy will be extremely beneficial to sign language learners in terms of practising sign language.
Various human-computer interface methodologies for posture recognition were explored and assessed during the project. A series
of image processing techniques with Human movement classification was identified as the best approach. The system is able to
recognize selected Sign Language signs with the accuracy of 70-80% without a controlled background with small light.
Fig. 2 Simple CNN architecture applying it to the problem at hand. Using one or more
layers from the learnt model, a new model is then
TensorFlow:It is an open-sourceartificial
SSD Mobile net V2:
intelligence package that builds models using data
flow graphs. It enables developers to build
The Mobile Net SSD model is a single-shot multibox
large-scale neural networks with several layers. detection (SSD) network that scans the pixels of an
TensorFlow is mostly used for classification, image that are inside the bounding box coordinates and
perception, comprehension, discovery, prediction,
class probabilities to conduct object detection. In
and creation.[11]
contrast to standard residual models, the model's
Object Detection API:It is an open source
architecture is built on the notion of inverted residual
TensorFlow API to locate objects in an image and structure, in which the residual block's input and output
identify it.
are narrow bottleneck layers. In addition, nonlinearities
Open CV:OpenCV is an open-source, highly
in intermediate layers are reduced, and lightweight
optimised Python library targeted at tackling depthwise convolution is applied. The TensorFlow
computer vision issues. It is primarily focused on
object detection API includes this model.[15]
real-time applications that provide computational
efficiency for managing massive volumes of data. Result:
[12] It processes photos and movies to recognise Table-1 analysis
items, people, and even human handwriting
Images True False Accuracy
LabelImg:LabelImg is a graphical image
used to Result Result (%)
annotation tool that labels the bounding boxes of
train
objects in pictures.[13]
50 23 27 46
100 52 48 52
200 145 55 72.5
500 432 68 86.4
REFERENCES
o The dataset can easily be extended and customized
[1] Martin D S 2003 Cognition, Education, and Deafness: Directions
according to the need of the user and can prove to be
for Research and Instruction (Washington: Gallaudet University
an important step towards reducing the gap of Press)
communication for dumb and deaf people. [2] McInnes J M and Treffry J A 1993 Deaf-blind Infants and
Children: A Developmental Guid (Toronto : University of
o Using the sign detection model, meetings held at a
Toronto Press)
global level can become easy for the disabled people
[3] http://www.who.int/mediacentre/factsheets/fs300/en/
to understand and the value of their hard work can [4] Harshith.C, Karthik.R.Shastry, Manoj Ravindran, M.V.V.N.S
be given. Srikanth, Naveen Lakshmikhanth, “Survey on various gesture
recognition Techniques for interfacing machines based on
o The model can be used by any person with a basic
ambient intelligence”, International Journal of Computer Science
knowledge of tech and thus available for everyone.
& Engineering Survey (IJCSES) Vol.1, No.2, (November 2010)
o This model can be implemented at elementary [5] SAKSHI GOYAL, ISHITA SHARMA, S. S. Sign language
school level so that kids at a very young age can get recognition system for deaf and dumb people. International
Journal of Engineering Research Technology 2, 4 (April 2013).
to know about the sign language.
[6] Chen L, Lin H, Li S (2012) Depth image enhancement for Kinect
using region growing and bilateral filter. In: Proceedings of the
Future scope: 21st international conference on pattern recognition (ICPR2012).
o The implementation of our model for other sign IEEE, pp 3070–3073
[7] Vaishali.S.Kulkarni et al., “Appearance Based Recognition of
languages such as Indian sign language or
American Sign Language Using Gesture Segmentation”,
American sign language.
International Journal on Computer Science and Engineering
o Further training the neural network to (IJCSE), 2010
efficiently recognise symbols. [8] Cheok, M. J., Omar, Z., &Jaward, M. H. (2019). A review of hand
gesture and sign language recognition techniques. International
o Enhancement of model to recognise
Journal of Machine Learning and Cybernetics, 10(1), 131-153
expressions.
[9] Al-Saffar, A. A. M., Tao, H., & Talab, M. A. (2017, October).
Review of deep convolution neural network in image
classification. In 2017 International Conference on Radar,
__________________________________