Modeling the Use of Space for Pointing in American Sign Language Animation

Size: px
Start display at page:

Download "Modeling the Use of Space for Pointing in American Sign Language Animation"

Transcription

1 Modeling the Use of Space for Pointing in American Sign Language Animation Jigar Gohel, Sedeeq Al-khazraji, Matt Huenerfauth Rochester Institute of Technology, Golisano College of Computing and Information Sciences Abstract Based on motion recordings of humans, we model grammatically appropriate locations in space for a virtual human to point during American Sign Language animations. Keywords Deaf and Hard of Hearing, Emerging Assistive Technologies, Research & Development

2 Modeling the Use of Space for Pointing in ASL Animation 95 Introduction American Sign Language (ASL) is a primary means of communication for over 500,000 people in the United States (Mitchell et al., 2006), and standardized English reading-skills testing has revealed that many deaf adults in the U.S. have lower English literacy than their hearing peers (Traxler 2000), which can lead to accessibility barriers when these users are faced with English text online, which may be at too high a reading difficulty level. Given the challenges in re-recording videos of human signers (to update information content in ASL on websites), providing animations on websites is a more maintainable way to provide information in ASL. In ASL, signers associate items under discussion with locations around their body (McBurney 2002; Meier 1990), which the signer may point to later in the discourse to refer to these items again. For instance, if a signer were discussing a favorite book, she might mention the title of the book once, and then point at a location in space around her body. For the remainder of the conversation, she would not mention the title of the book again, but instead she would point to this location in space to refer to it. In this work, we model and predict the most natural locations for these spatial reference points (SRPs), based on recordings of human signers movements. We evaluated ASL animations generated from the model in a user-based study. Problem Statement We would like to automate the creation of ASL animations as much as possible (to make it easier to provide ASL content online), yet prior sign language animation systems do not automatically predict where signers should place SRPs in space so that the animation appears natural. Linguists debate whether ASL signers constrain their selection of SRP locations to a semicircular arc region around their torso or use a wider variety of locations (McBurney 2002; Meier 1990), but in any case, there is no finite set of points in space where SRPs may be

3 Modeling the Use of Space for Pointing in ASL Animation 96 established. Given this complexity, rather than defining a simplistic rule for where an animated human should establish SRPs, we investigate a data-driven prediction model. Specifically, in this work, we have extracted and modeled the locations of all SRPs established by human signers who were recorded in our pre-existing ASL motion capture corpus (Lu and Huenerfauth 2012b). Literature Review To justify why designers of ASL animations must accurately model the use of SRPs, Lu and Huenerfauth (2012c) conducted studies in which native ASL signers evaluated ASL animations with and without the establishment of SRPs. The authors found that adding these pointing-to-locations-in-space phenomena to ASL animations led to a significant improvement in users comprehension of the animations and to more positive subjective ratings of the animations quality. While early work on sign language animations utilized rule-based approaches, as more sign language corpora have become available, recent work has turned to data-driven modeling (Lu and Huenerfauth 2010; Morrissey and Way 2005; Segouat and Braffort 2009), e.g. using ASL corpus data to predict the movements of signer s hands during inflecting verbs (Lu and Huenerfauth 2012a). However, no previous research has predicted SRP locations using datadriven modeling. Modeling Methodology From , our lab recorded 246 unscripted multi-sentence single-signer ASL performances (Lu Huenerfauth 2010) from 8 human signers during 11 recording sessions, and the first 98 of these recordings were released with linguistic annotation of the timing of individual words and SRPs (Lu Huenerfauth 2012b). In this work, using these 98 annotated recordings, we have extracted the right-hand index-fingertip location and 3D-vector where the

4 Modeling the Use of Space for Pointing in ASL Animation 97 finger is pointing, during the time-periods in the corpus when the human signer was pointing to establish an SRP location in the 3D space around the body. We reduced the dimensionality of the modeling task as follows: We imagined a 2D plane in front of the human signer (at a distance of twice the human s arm-length), and we identified where the 3D finger-pointing vector would intersect with this 2D plane thereby producing a 2D coordinate on the plane that represents where the human was pointing. (See the side-view image in Figure 1.) Fig. 1. Clusters Projected onto 3D Virtual Human Space (see Figure 2 for Detail) To combine data from multiple human signers of different body size, we normalized based on: the human s shoulder width (in the left-right axis), the human s shoulder height (in the up-down axis), and the human s arm-length (to determine the position of the 2D intersection plane in the forward-backward axis). To model this 2D data representing where the human pointed when they set up individual SRPs, we use a Gaussian Mixture Model (GMM),

5 Modeling the Use of Space for Pointing in ASL Animation 98 implemented in R, to identify clusters in the signing space where signers tended to place items. A GMM with three clusters was the best fit to the data. Fig. 2. Visualization of the Shape of GMM Clusters (see Figure 1 for scale) While Figure 1 visualized the clusters overlaid on a virtual human character, to convey scale, Figure 2 provides a more detailed view of the clusters, to better convey their shape. In Figure 2, the color of data points (and redundant dotted-line boundaries) indicate cluster membership. The centroid of each cluster is indicated in a lighter yellow-color dot within each. A slightly smaller proportion of points were in cluster 2 (red). Evaluation Study A user-based study was conducted to evaluate animations produced using this model, with participation from fluent ASL signers who self-identified as Deaf/deaf, recruited at Rochester Institute of Technology. Out of the 30 participants who were recruited for the study, 20 were male and 10 were female. Their ages ranged from (average: 24). Out of the 30 participants, 18 had started using ASL since birth. Eleven participants grew up in a household

6 Modeling the Use of Space for Pointing in ASL Animation 99 with parents who knew ASL, 6 participants have parents or family members who are deaf, 28 participants use ASL at college, and all participants reported Deaf community connections (e.g. friends, significant other, social groups). During the study, each participant viewed animations of ASL with a virtual human character performing 16 short (5-10 sentence) stories, originally created as stimuli in (Lu Huenerfauth 2012a). Each story was produced in the following three versions: ARTIST: The first version was designed by an ASL-expert 3D artist using a commercial animation tool, as described in (Lu Huenerfauth 2012a). These were intended as an upper baseline (topline), i.e. high-quality animations carefully produced by a skilled human. NO-POINTING: In this version, all pointing to SRP locations (to refer to previously mentioned people or things) was replaced with the virtual human simply re-stating the name of the person or thing throughout the story. These were intended as a lower baseline, i.e. as produced by an animation system that could not select SRP locations. GMM: The ARTIST version of the story was edited so that all of the SRP pointing in the story (originally specified by the artist) was instead replaced by pointing to locations sampled from our GMM model. Each participant saw all 16 stories, but they saw a third of the stories in each of the 3 conditions, counterbalanced across the study. After viewing each animation, the participant answered 4 comprehension questions about the information in that story (total 64 questions), and the participant was asked three 1-to-10 scalar-response subjective questions about three aspects of the animation s quality: its grammatical correctness, how easy it was to understand, and how natural the movement of the animation appeared.

7 Modeling the Use of Space for Pointing in ASL Animation 100 We hypothesized that: (H1) the subjective ratings and the comprehension question scores for the GMM condition would be higher than for our NO-POINTING baseline animations, and (H2) the ARTIST and GMM would have statistically equivalent scores. To evaluate H1, we conducted a Mann-Whitney Test for the subjective scores and a t-test for comprehension question scores, but we did not observe any statistical difference (p>0.05) in the scores between our GMM model and the NO-POINTING baseline condition. H1 was not supported. To evaluate H2, a Two One-Sided Test (TOST) revealed equivalence between the ARTIST and GMM conditions for both the comprehension question scores (comparison margin = 10% response accuracy) and for the subjective questions (comparison margin = 1.0 units on the 1-to-10 scale). H2 was supported. This result indicates that animations with pointing based on the GMM model were perceived as similar in quality to the ARTIST animations and led to similar comprehension-question scores. Conclusion and Future Work We have presented a method for modeling where human signers tend to point in 3D space when performing spatial reference in ASL, and we demonstrated how the model can predict pointing locations when generating ASL animations. Fluent ASL signers rated these animations as being similar in quality to animations in which the pointing that had been selected by an ASL-expert animation artist. This result contributes to our lab s overall goal of automating the process of synthesizing animations of ASL, which could lead to greater availability of ASL content on websites, to improve information accessibility for ASL users. In future work, we plan on modeling additional phenomena from our motion-capture recordings to synthesize ASL animations.

8 Modeling the Use of Space for Pointing in ASL Animation 101 Works Cited Huenerfauth, Matt, and Pengfei Lu. Effect of Spatial Reference and Verb Infection on the Usability of American Sign Language Animations. Universal Access in the Information Society: vol. 11, no. 2 (June 2012), 2012c, pp Lu, Pengfei, and Matt Huenerfauth. Collecting a Motion-Capture Corpus of American Sign Language for Data-Driven Generation Research. Proceedings of the 1 st SLPAT Workshop, at HLT-NAACL 2010, Los Angeles, CA, Lu, Pengfei, and Matt Huenerfauth. CUNY American Sign Language Motion-Capture Corpus: First Release. Proceedings of the 5th Workshop on the Representation and Processing of Sign Languages: Interactions between Corpus and Lexicon, The 8th International Conference on Language Resources and Evaluation (LREC 2012), Istanbul, Turkey, 2012b. Lu, Pengfei, and Matt Huenerfauth. Learning a Vector-Based Model of American Sign Language Inflecting Verbs from Motion-Capture Data. Proceedings of the 3 rd SLPAT Workshop, at NAACL-HLT 2012, Montreal, Quebec, Canada, 2012a. McBurney, Susan Lloyd. Pronominal reference in signed and spoken language: Are grammatical categories modality-dependent. Modality and structure in signed and spoken languages, 2002, pp Meier, Richard P. Person deixis in American sign language. Theoretical issues in sign language research, vol. 1, 1990, pp Mitchell, Ross E, et al. How many people use ASL in the United States?: Why estimates need updating. Sign Lang Studies, vol. 6, no. 3, 2006, pp

9 Modeling the Use of Space for Pointing in ASL Animation 102 Morrissey, Sara, and Andy Way. An example-based approach to translating sign language. Proc. Workshop on Example-Based Machine Translation, 2005, pp Segouat, Jérémie, and Annelies Braffort. Toward the study of sign language coarticulation: methodology proposal. Advances in Computer-Human Interactions, ACHI'09. Second International Conferences on. IEEE, Traxler, Carol Bloomquist. The Stanford Achievement Test: National norming and performance standards for deaf and hard-of-hearing students. Journal of deaf studies and deaf education, vol. 5, no.4, 2000, pp

Learning to Generate Understandable Animations of American Sign Language

Learning to Generate Understandable Animations of American Sign Language Learning to Generate Understandable Animations of American Sign Language Matt Huenerfauth matt.huenerfauth@rit.edu Department of Computer Science, Queens College Computer Science and Linguistics, The Graduate

More information

Synthesizing and Evaluating Animations of American Sign Language Verbs Modeled from Motion-Capture Data

Synthesizing and Evaluating Animations of American Sign Language Verbs Modeled from Motion-Capture Data Synthesizing Evaluating Animations of American Sign Language Verbs Modeled from Motion-Capture Data Matt Huenerfauth, Pengfei Lu, Hernisa Kacorri Rochester Institute of Technology, Golisano College of

More information

Collecting an American Sign Language Corpus through the Participation of Native Signers

Collecting an American Sign Language Corpus through the Participation of Native Signers Collecting an American Sign Language Corpus through the Participation of Native Signers Pengfei Lu 1, Matt Huenerfauth 2 1 The City University of New York (CUNY) Computer Science Doctoral Program, Graduate

More information

Centroid-Based Exemplar Selection of ASL Non-Manual Expressions using Multidimensional Dynamic Time Warping and MPEG4 Features

Centroid-Based Exemplar Selection of ASL Non-Manual Expressions using Multidimensional Dynamic Time Warping and MPEG4 Features Centroid-Based Exemplar Selection of ASL Non-Manual Expressions using Multidimensional Dynamic Time Warping and MPEG4 Features Hernisa Kacorri 1, Ali Raza Syed 1, Matt Huenerfauth 2, Carol Neidle 3 1 The

More information

Comparison of Finite-Repertoire and Data-Driven Facial Expressions for Sign Language Avatars

Comparison of Finite-Repertoire and Data-Driven Facial Expressions for Sign Language Avatars Comparison of Finite-Repertoire and Data-Driven Facial Expressions for Sign Language Avatars Hernisa Kacorri 1 and Matt Huenerfauth 2 1 City University of New York (CUNY) Doctoral Program in Computer Science,

More information

Accessible Computing Research for Users who are Deaf and Hard of Hearing (DHH)

Accessible Computing Research for Users who are Deaf and Hard of Hearing (DHH) Accessible Computing Research for Users who are Deaf and Hard of Hearing (DHH) Matt Huenerfauth Raja Kushalnagar Rochester Institute of Technology DHH Auditory Issues Links Accents/Intonation Listening

More information

Measuring the Perception of Facial Expressions in American Sign Language Animations with Eye Tracking

Measuring the Perception of Facial Expressions in American Sign Language Animations with Eye Tracking Measuring the Perception of Facial Expressions in American Sign Language Animations with Eye Tracking Hernisa Kacorri 1, Allen Harper 1, and Matt Huenerfauth 2 1 The City University of New York (CUNY)

More information

Collecting and Evaluating the CUNY ASL Corpus. for Research on American Sign Language Animation

Collecting and Evaluating the CUNY ASL Corpus. for Research on American Sign Language Animation Collecting and Evaluating the CUNY ASL Corpus for Research on American Sign Language Animation Pengfei Lu Doctoral Program in Computer Science The Graduate Center, CUNY City University of New York 365

More information

Effect of Presenting Video as a Baseline During an American Sign Language Animation User Study

Effect of Presenting Video as a Baseline During an American Sign Language Animation User Study Effect of Presenting Video as a Baseline During an American Sign Language Animation User Study Pengfei Lu The Graduate Center, CUNY City University of New York Doctoral Program in Computer Science 365

More information

COMPUTER ASSISTED COMMUNICATION FOR THE HEARING IMPAIRED

COMPUTER ASSISTED COMMUNICATION FOR THE HEARING IMPAIRED COMPUTER ASSISTED COMMUNICATION FOR THE HEARING IMPAIRED FOR AN EMERGENCY ROOM SCENARIO Hayden Wimmer Bloomsburg University hwimmer@bloomu.edu ABSTRACT While there has been research on computerized communication

More information

Comparing Native Signers Perception of American Sign Language Animations and Videos via Eye Tracking

Comparing Native Signers Perception of American Sign Language Animations and Videos via Eye Tracking Comparing Native Signers Perception of American Sign Language Animations and Videos via Eye Tracking Hernisa Kacorri The Graduate Center, CUNY The City University of New York Computer Science Ph.D. Program

More information

Evaluating a Swiss German Sign Language Avatar among the Deaf Community

Evaluating a Swiss German Sign Language Avatar among the Deaf Community Our project (I) Trainslate ( train + translate )...ortrain s late ;-) System that automatically translates German train announcements of the Swiss Federal Railways into Swiss German Sign Language (Deutschschweizerische

More information

Sign Language MT. Sara Morrissey

Sign Language MT. Sara Morrissey Sign Language MT Sara Morrissey Introduction Overview Irish Sign Language Problems for SLMT SLMT Data MaTrEx for SLs Future work Introduction (1) Motivation SLs are poorly resourced and lack political,

More information

1. Introduction and Background

1. Introduction and Background Spatial and Planning Models of ASL Classifier Predicates for Machine Translation Matt Huenerfauth Computer and Information Science University of Pennsylvania Philadelphia, PA 19104 USA matt@huenerfauth.com

More information

Strategies for Building ASL Literacy

Strategies for Building ASL Literacy Strategies for Building ASL Literacy Charlotte Enns CAEDHH-BC Annual Conference October 21, 2016 Outline Challenges to Understanding and Teaching ASL Grammar Overview of ASL Grammar and Narrative Structures

More information

BSL Acquisition and Assessment of Deaf Children - Part 2: Overview of BSL Assessments. Wolfgang Mann

BSL Acquisition and Assessment of Deaf Children - Part 2: Overview of BSL Assessments. Wolfgang Mann BSL Acquisition and Assessment of Deaf Children - Part 2: Overview of BSL Assessments Wolfgang Mann A brief history Ê For a long time, language assessment of deaf children was rarely addressed by researchers.

More information

FLORIDA STATE COLLEGE AT JACKSONVILLE COLLEGE CREDIT COURSE OUTLINE. Interpreting II: Simultaneous Interpreting. INT 1200 with a grade of C or better

FLORIDA STATE COLLEGE AT JACKSONVILLE COLLEGE CREDIT COURSE OUTLINE. Interpreting II: Simultaneous Interpreting. INT 1200 with a grade of C or better Form 2A, Page 1 FLORIDA STATE COLLEGE AT JACKSONVILLE COLLEGE CREDIT COURSE OUTLINE COURSE NUMBER: INT 1201 COURSE TITLE: PREREQUISITE(S): COREQUISITE(S): Interpreting II: Simultaneous Interpreting INT

More information

Scalable ASL sign recognition using model-based machine learning and linguistically annotated corpora

Scalable ASL sign recognition using model-based machine learning and linguistically annotated corpora Boston University OpenBU Linguistics http://open.bu.edu BU Open Access Articles 2018-05-12 Scalable ASL sign recognition using model-based machine learning and linguistically annotated corpora Metaxas,

More information

Building an Application for Learning the Finger Alphabet of Swiss German Sign Language through Use of the Kinect

Building an Application for Learning the Finger Alphabet of Swiss German Sign Language through Use of the Kinect Zurich Open Repository and Archive University of Zurich Main Library Strickhofstrasse 39 CH-8057 Zurich www.zora.uzh.ch Year: 2014 Building an Application for Learning the Finger Alphabet of Swiss German

More information

American Sign Language (ASL) and the Special Language Credit Option. Revised May 2017

American Sign Language (ASL) and the Special Language Credit Option. Revised May 2017 American Sign Language (ASL) and the Special Language Credit Option Revised May 2017 A m e r i c a n S i g n L a n g u a g e ( A S L ) a n d t h e S p e c i a l L a n g u a g e C r e d i t O p t i o n

More information

HANDSHAPE ASSIMILATION IN ASL FINGERSPELLING

HANDSHAPE ASSIMILATION IN ASL FINGERSPELLING HANDSHAPE ASSIMILATION IN ASL FINGERSPELLING ULNAR DIGIT FLEXION AND SELECTED FINGERS Jonathan Keane, Diane Brentari, Jason Riggle University of Chicago Societas Linguistica Europa 2012, 29 August 01 September

More information

PHONETIC CODING OF FINGERSPELLING

PHONETIC CODING OF FINGERSPELLING PHONETIC CODING OF FINGERSPELLING Jonathan Keane 1, Susan Rizzo 1, Diane Brentari 2, and Jason Riggle 1 1 University of Chicago, 2 Purdue University Building sign language corpora in North America 21 May

More information

MA 1 Notes. Deaf vs deaf p. 3 MA1 F 13

MA 1 Notes. Deaf vs deaf p. 3 MA1 F 13 Name Period MA 1 Notes Fingerspelling Consider frngerspelling to be like your handwriting. Being clear is vital to being understood, be confident enough not to worry, whether each letter is exactly right,

More information

MA 1 Notes. moving the hand may be needed.

MA 1 Notes. moving the hand may be needed. Name Period MA 1 Notes Fingerspelling Consider frngerspelling to be like your. Being clear is vital to being understood, be enough not to worry, whether each letter is exactly right, and be able to spell

More information

Matt Huenerfauth. Professor, Golisano College of Computing and Information Sciences, Rochester Institute of Technology.

Matt Huenerfauth. Professor, Golisano College of Computing and Information Sciences, Rochester Institute of Technology. Academic Position Matt Huenerfauth matt.huenerfauth@rit.edu Professor, Golisano College of Computing and Information Sciences, Rochester Institute of Technology. Faculty Appointments: Focus of Research:

More information

Arts and Entertainment. Ecology. Technology. History and Deaf Culture

Arts and Entertainment. Ecology. Technology. History and Deaf Culture American Sign Language Level 3 (novice-high to intermediate-low) Course Description ASL Level 3 furthers the study of grammar, vocabulary, idioms, multiple meaning words, finger spelling, and classifiers

More information

Improving Reading of Deaf and Hard of Hearing Children Through Technology Morocco

Improving Reading of Deaf and Hard of Hearing Children Through Technology Morocco Improving Reading of Deaf and Hard of Hearing Children Through Technology Morocco A presentation by: Corinne K. Vinopol, Ph.D. Institute for Disabilities Research and Training, Inc. (IDRT) www.idrt.com

More information

Evaluating a Dynamic Time Warping Based Scoring Algorithm for Facial Expressions in ASL Animations

Evaluating a Dynamic Time Warping Based Scoring Algorithm for Facial Expressions in ASL Animations Evaluating a Dynamic Time Warping Based Scoring Algorithm for Facial Expressions in ASL Animations Hernisa Kacorri 1, Matt Huenerfauth 2 1 The Graduate Center, CUNY, Doctoral Program in Computer Science,

More information

1. INTRODUCTION. Vision based Multi-feature HGR Algorithms for HCI using ISL Page 1

1. INTRODUCTION. Vision based Multi-feature HGR Algorithms for HCI using ISL Page 1 1. INTRODUCTION Sign language interpretation is one of the HCI applications where hand gesture plays important role for communication. This chapter discusses sign language interpretation system with present

More information

Repurposing Corpus Materials For Interpreter Education. Nancy Frishberg, Ph.D. MSB Associates San Mateo, California USA

Repurposing Corpus Materials For Interpreter Education. Nancy Frishberg, Ph.D. MSB Associates San Mateo, California USA Repurposing Corpus Materials For Interpreter Education Nancy Frishberg, Ph.D. MSB Associates San Mateo, California USA nancyf@fishbird.com I was raised in a household with lots of media 78 rpm Phonograph

More information

Design and Evaluation of an American Sign Language Generator

Design and Evaluation of an American Sign Language Generator Design and Evaluation of an American Sign Language Generator Matt Huenerfauth Computer Science Department CUNY Queens College The City University of New York 65-30 Kissena Boulevard Flushing, NY 11375

More information

Development of Indian Sign Language Dictionary using Synthetic Animations

Development of Indian Sign Language Dictionary using Synthetic Animations Indian Journal of Science and Technology, Vol 9(32), DOI: 10.17485/ijst/2016/v9i32/100729, August 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Development of Indian Sign Language Dictionary

More information

The Sign2 Project Digital Translation of American Sign- Language to Audio and Text

The Sign2 Project Digital Translation of American Sign- Language to Audio and Text The Sign2 Project Digital Translation of American Sign- Language to Audio and Text Fitzroy Lawrence, Jr. Advisor: Dr. Chance Glenn, The Center for Advanced Technology Development Rochester Institute of

More information

Overview of the Sign3D Project High-fidelity 3D recording, indexing and editing of French Sign Language content

Overview of the Sign3D Project High-fidelity 3D recording, indexing and editing of French Sign Language content Overview of the Sign3D Project High-fidelity 3D recording, indexing and editing of French Sign Language content François Lefebvre-Albaret, Sylvie Gibet, Ahmed Turki, Ludovic Hamon, Rémi Brun To cite this

More information

Better Health through Accessible Communication. Michael McKee, MD April 25, 2009

Better Health through Accessible Communication. Michael McKee, MD April 25, 2009 Better Health through Accessible Communication Michael McKee, MD April 25, 2009 Goals of Presentation Introduction Health Literacy Issues Impacts of Poor Communication Access Issues Solutions Discussion

More information

TVHS ASL 1: Unit 1 Study Guide Unit Test on:

TVHS ASL 1: Unit 1 Study Guide Unit Test on: TVHS ASL 1: Unit 1 Study Guide Unit Test on: Name: 1. Know and practice all vocabulary from Unit 1 of your red Master ASL! Textbook (use the old quiz study guides and other tools from the website to help

More information

ATLAS. Automatic Translation Into Sign Languages

ATLAS. Automatic Translation Into Sign Languages ATLAS Automatic Translation Into Sign Languages Gabriele TIOTTO Politecnico di Torino (Italy) gabriele.tiotto@polito.it www.testgroup.polito.it www.atlas.polito.it Inclusion E-INCLUSION is an important

More information

Hand in Hand: Automatic Sign Language to English Translation

Hand in Hand: Automatic Sign Language to English Translation Hand in Hand: Automatic Sign Language to English Translation Daniel Stein, Philippe Dreuw, Hermann Ney Computer Science Department, RWTH Aachen University, Germany {stein, dreuw, ney} @i6.informatik.rwth-aachen.de

More information

Multi-Modality American Sign Language Recognition

Multi-Modality American Sign Language Recognition Rochester Institute of Technology RIT Scholar Works Presentations and other scholarship 9-2016 Multi-Modality American Sign Language Recognition Chenyang Zhang City College of New York Yingli Tian City

More information

Interpreter Preparation (IPP) IPP 101 ASL/Non-IPP Majors. 4 Hours. Prerequisites: None. 4 hours weekly (3-1)

Interpreter Preparation (IPP) IPP 101 ASL/Non-IPP Majors. 4 Hours. Prerequisites: None. 4 hours weekly (3-1) Interpreter Preparation (IPP) IPP 101 ASL/Non-IPP Majors Prerequisites: None 4 hours weekly (3-1) This course is designed for students who have no knowledge of American Sign Language. The focus of this

More information

Sign Synthesis and Sign Phonology Angus B. Grieve-Smith Linguistics Department University of New Mexico

Sign Synthesis and Sign Phonology Angus B. Grieve-Smith Linguistics Department University of New Mexico Angus B. Grieve-Smith Linguistics Department University of New Mexico Over the past half century, computerized speech synthesis has provided not only applications for linguistic theory, but also a source

More information

A Web Tool for Building Parallel Corpora of Spoken and Sign Languages

A Web Tool for Building Parallel Corpora of Spoken and Sign Languages A Web Tool for Building Parallel Corpora of Spoken and Sign Languages ALEX MALMANN BECKER FÁBIO NATANAEL KEPLER SARA CANDEIAS July 19,2016 Authors Software Engineer Master's degree by UFSCar CEO at Porthal

More information

HEALTH SCIENCES AND ATHLETICS Institutional (ILO), Program (PLO), and Course (SLO) Alignment

HEALTH SCIENCES AND ATHLETICS Institutional (ILO), Program (PLO), and Course (SLO) Alignment HEALTH SCIENCES AND ATHLETICS Institutional (ILO), Program (PLO), and Course (SLO) Program: Sign Language / Interpreter Training Number of Courses: 16 Date Updated: 09.15.2014 Submitted by: R. Serr, ext.

More information

Families with Young Children who are Deaf and Hard of Hearing in Minnesota

Families with Young Children who are Deaf and Hard of Hearing in Minnesota Families with Young Children who are Deaf and Hard of Hearing in Minnesota A Mentoring Needs Assessment Conducted for Lifetrack Executive summary Introduction Wilder Research was contracted by Lifetrack

More information

ATLAS Automatic Translation Into Sign Languages

ATLAS Automatic Translation Into Sign Languages ATLAS Automatic Translation Into Sign Languages Leonardo LESMO e Alessandro MAZZEI Università di Torino Presentazione preparata in collaborazione con Paolo Prinetto, Politecnico di Torino Deaf People (e-inclusion)

More information

PDF hosted at the Radboud Repository of the Radboud University Nijmegen

PDF hosted at the Radboud Repository of the Radboud University Nijmegen PDF hosted at the Radboud Repository of the Radboud University Nijmegen The following full text is a publisher's version. For additional information about this publication click this link. http://hdl.handle.net/2066/86496

More information

TURKISH SIGN LANGUAGE RECOGNITION USING HIDDEN MARKOV MODEL

TURKISH SIGN LANGUAGE RECOGNITION USING HIDDEN MARKOV MODEL TURKISH SIGN LANGUAGE RECOGNITION USING HIDDEN MARKOV MODEL Kakajan Kakayev 1 and Ph.D. Songül Albayrak 2 1,2 Department of Computer Engineering, Yildiz Technical University, Istanbul, Turkey kkakajan@gmail.com

More information

Increasing Access to Technical Science Vocabulary Through Use of Universally Designed Signing Dictionaries

Increasing Access to Technical Science Vocabulary Through Use of Universally Designed Signing Dictionaries UNIVERSAL DESIGN in Higher Education P R O M I S I N G P R A C T I C E S Increasing Access to Technical Science Vocabulary Through Use of Universally Designed Signing Dictionaries Judy Vesel and Tara Robillard,

More information

Allen Independent School District Bundled LOTE Curriculum Beginning 2017 School Year ASL III

Allen Independent School District Bundled LOTE Curriculum Beginning 2017 School Year ASL III Allen Independent School District Bundled LOTE Curriculum Beginning 2017 School Year ASL III Page 1 of 19 Revised: 8/1/2017 114.36. American Sign Language, Level III (One Credit), Adopted 2014. (a) General

More information

COLLEGE OF THE DESERT

COLLEGE OF THE DESERT COLLEGE OF THE DESERT Course Code ASL-004 Course Outline of Record 1. Course Code: ASL-004 2. a. Long Course Title: Intermediate American Sign Language II b. Short Course Title: INTERMEDIATE ASL II 3.

More information

Does Character's Visual Style Affect Viewer's Perception of Signing Avatars?

Does Character's Visual Style Affect Viewer's Perception of Signing Avatars? Does Character's Visual Style Affect Viewer's Perception of Signing Avatars? Nicoletta Adamo-Villani, Jason Lestina, and Saikiran Anasingaraju Purdue University nadamovi@purdue.edu,jlestina@purdue.edu,sanasing@purdue.edu

More information

CHAPTER FOUR: Identity and Communication in the Deaf Community

CHAPTER FOUR: Identity and Communication in the Deaf Community CHAPTER FOUR: Identity and Communication in the Deaf Community Chapter Summary Review this chapter in your textbook This chapter introduces a number of terms used to define identity and communication in

More information

Costello, Elaine, Signing: How to Speak with Your Hands, Bantam Books, New York, NY, 1995

Costello, Elaine, Signing: How to Speak with Your Hands, Bantam Books, New York, NY, 1995 AMERICAN SIGN LANGUAGE I Description This will be a new course American Sign Language I, ASL 101, a beginning course designed to develop skill in a form of manual communication used primarily by American-born

More information

World Language Department - Cambridge Public Schools STAGE 1 - DESIRED RESULTS. Unit Goals Unit 1: Introduction to American Sign Language

World Language Department - Cambridge Public Schools STAGE 1 - DESIRED RESULTS. Unit Goals Unit 1: Introduction to American Sign Language Language: American Sign Language (ASL) Unit 1: Introducing Oneself World Language Department - Cambridge Public Schools STAGE 1 - DESIRED RESULTS Unit Goals Unit 1: Introduction to American Sign Language

More information

Communications Sciences & Disorders Course Descriptions

Communications Sciences & Disorders Course Descriptions Communications Sciences & Disorders Course Descriptions Undergraduate Level 3.2018 CSD 1126 Deaf Studies: 2 semester hours. Survey of the field of Deaf studies, emphasizing Deafhood, the role of allies;

More information

Real Time Sign Language Processing System

Real Time Sign Language Processing System Real Time Sign Language Processing System Dibyabiva Seth (&), Anindita Ghosh, Ariruna Dasgupta, and Asoke Nath Department of Computer Science, St. Xavier s College (Autonomous), Kolkata, India meetdseth@gmail.com,

More information

Deaf Jam. Film length: 55 minutes Lesson Length: 30 minutes Grades national center for MEDIA ENGAGEMENT

Deaf Jam. Film length: 55 minutes Lesson Length: 30 minutes Grades national center for MEDIA ENGAGEMENT Deaf Jam Film length: 55 minutes Lesson Length: 30 minutes Grades 9-12 national center for MEDIA ENGAGEMENT WWW.PBS.ORG/INDEPENDENTLENS/DEAF-JAM/ 2 DEAF JAM - 55 MIN ENGLISH U.S.A. 2011 Lesson Title: Deaf

More information

We re all in: How and why one hearing family chose sign language

We re all in: How and why one hearing family chose sign language We re all in: How and why one hearing family chose sign language Presented by: Lisa, Steve, Emma and Abby Crawford EHDI conference, San Diego, CA. March 14, 2016 Objectives Identify barriers and disincentives

More information

Boise State University Foundational Studies Program Course Application Form

Boise State University Foundational Studies Program Course Application Form Boise State University Foundational Studies Program Course Application Form Due to the Foundational Studies Program by August 19, 2011 After the Foundational Studies Program has approved a course, departments

More information

WEB-BASED BILINGUAL INSTRUCTION FOR DEAF CHILDREN

WEB-BASED BILINGUAL INSTRUCTION FOR DEAF CHILDREN WEB-BASED BILINGUAL INSTRUCTION FOR DEAF CHILDREN Sonia Martinez 1, Vicki L. Hanson, Susan Crayne IBM T. J. Watson Research Center 19 Skyline Dr., Hawthorne, NY USA 10532 {somartin, vlh, crayne}@us.ibm.com

More information

H 7978 SUBSTITUTE A ======== LC005519/SUB A ======== S T A T E O F R H O D E I S L A N D

H 7978 SUBSTITUTE A ======== LC005519/SUB A ======== S T A T E O F R H O D E I S L A N D 01 -- H SUBSTITUTE A LC001/SUB A S T A T E O F R H O D E I S L A N D IN GENERAL ASSEMBLY JANUARY SESSION, A.D. 01 A N A C T RELATING TO EDUCATION - INSTRUCTION FOR DEAF OR HARD-OF-HEARING STUDENTS Introduced

More information

Semantic Structure of the Indian Sign Language

Semantic Structure of the Indian Sign Language Semantic Structure of the Indian Sign Language Purushottam Kar and Achla M. Raina Indian Institute of Technology Kanpur 6 January 2008 Overview Indian Sign Language An Introduction Sociolinguistic and

More information

Model answers. Childhood memories (signed by Avril Langard-Tang) Introduction:

Model answers. Childhood memories (signed by Avril Langard-Tang) Introduction: Childhood memories (signed by Avril Langard-Tang) Model answers Introduction: Many people love to watch British Sign Language because they see it as expressive and engaging. What they don t always understand

More information

Analysis of Emotion Recognition using Facial Expressions, Speech and Multimodal Information

Analysis of Emotion Recognition using Facial Expressions, Speech and Multimodal Information Analysis of Emotion Recognition using Facial Expressions, Speech and Multimodal Information C. Busso, Z. Deng, S. Yildirim, M. Bulut, C. M. Lee, A. Kazemzadeh, S. Lee, U. Neumann, S. Narayanan Emotion

More information

Interpreter Preparation (IPP) IPP 101 ASL/Non-IPP Majors. 4 Hours. Prerequisites: None. 4 hours weekly (3-1)

Interpreter Preparation (IPP) IPP 101 ASL/Non-IPP Majors. 4 Hours. Prerequisites: None. 4 hours weekly (3-1) Interpreter Preparation (IPP) IPP 101 ASL/Non-IPP Majors 4 hours weekly (3-1) This course is designed for students who have no knowledge of American Sign Language. The focus of this course will be on developing

More information

Making ASL/English Bilingualism Work in Your Home -A Guide for Parents and their EI Providers-

Making ASL/English Bilingualism Work in Your Home -A Guide for Parents and their EI Providers- Making ASL/English Bilingualism Work in Your Home -A Guide for Parents and their EI Providers- Created by Cassandra Lucas-Szumigala August 2017 Table of Contents Section 1: ASL, English, & Bilingualism:

More information

Running head: GENDER VARIATION IN AMERICAN SIGN LANGUAGE 1. Gender Variation in Sign Production by Users of American Sign Language

Running head: GENDER VARIATION IN AMERICAN SIGN LANGUAGE 1. Gender Variation in Sign Production by Users of American Sign Language Running head: GENDER VARIATION IN AMERICAN SIGN LANGUAGE 1 Gender Variation in Sign Production by Users of American Sign Language Heather M. Hamilton Bloomsburg University of Pennsylvania GENDER VARIATION

More information

Machine Translation Approach to Translate Amharic Text to Ethiopian Sign Language

Machine Translation Approach to Translate Amharic Text to Ethiopian Sign Language Machine Translation Approach to Translate Amharic Text to Ethiopian Sign Language Minilik Tesfaye Lecturer, Faculty of Informatics, St. Mary s University College, P.O.Box 18490, Addis Ababa, Ethiopia Abstract

More information

Poetry in South African Sign Language: What is different?

Poetry in South African Sign Language: What is different? Stellenbosch Papers in Linguistics, Vol. 48, 2017, 87-92 doi: 10.5774/48-0-282 Poetry in South African Sign Language: What is different? Anne Baker General Linguistics Department, Stellenbosch University,

More information

Eye Movements of Deaf and Hard of Hearing Viewers of Automatic Captions

Eye Movements of Deaf and Hard of Hearing Viewers of Automatic Captions Eye Movements of Deaf and Hard of Hearing Viewers of Automatic Captions Kevin Rathbun, Larwan Berke, Christopher Caulfield, Michael Stinson, Matt Huenerfauth Rochester Institute of Technology kevinrat@buffalo.edu,

More information

Analysis of Visual Properties in American Sign Language

Analysis of Visual Properties in American Sign Language Analysis of Visual Properties in American Sign Language Rain G. Bosworth Karen R. Dobkins Dept of Psychology University of California, San Diego La Jolla, CA Charles E. Wright Dept of Cognitive Science

More information

Why does language set up shop where it does?

Why does language set up shop where it does? Why does language set up shop where it does? Does modality affect the functional neuroanatomy of language? For example, the M350 and the N400 localize in the vicinity of auditory cortex. Is that just an

More information

performs the entire story. The grade for the in-class performance is based mostly on fluency and evidence of adequate practice.

performs the entire story. The grade for the in-class performance is based mostly on fluency and evidence of adequate practice. September 3, 2013 1. College: Education 2. Department: Human Services 3. Course status: existing; does not require modification 4. Course prefix and number: SPH 272 5. Course title: Intermediate American

More information

American Sign Language

American Sign Language COURSE DESCRIPTION American Sign Language for Ratchasuda College 2.21.05 3.4.05 This course is intended for students who have no or minimal American Sign Language (ASL) skills. The class focuses on ASL

More information

Expanding the Arts Deaf and Disability Arts, Access and Equality Strategy Executive Summary

Expanding the Arts Deaf and Disability Arts, Access and Equality Strategy Executive Summary Expanding the Arts Deaf and Disability Arts, Access and Equality Strategy Executive Summary THE STRATEGY In keeping with its commitment to equity, diversity and inclusive policies, the Canada Council for

More information

American Sign Language 1b: Learning to Sign

American Sign Language 1b: Learning to Sign Course Syllabus American Sign Language 1b: Learning to Sign Course Description The predominant sign language of Deaf communities in the United States, American Sign Language is a complex and robust language.

More information

NON-NEGOTIBLE EVALUATION CRITERIA

NON-NEGOTIBLE EVALUATION CRITERIA PUBLISHER: SUBJECT: COURSE: COPYRIGHT: SE ISBN: SPECIFIC GRADE: TITLE TE ISBN: NON-NEGOTIBLE EVALUATION CRITERIA 2017-2023 Group V World Language American Sign Language Level II Grades 7-12 Equity, Accessibility

More information

A Randomized- Controlled Trial of Foundations for Literacy

A Randomized- Controlled Trial of Foundations for Literacy A Randomized- Controlled Trial of Foundations for Literacy Dr. Stacey Tucci Georgia Pathway July 2018 Texas Statewide Conference on Education of the Deaf (SWCED) Funded by US Dept of Education Institute

More information

Irit Meir, Carol Padden. Emergence of Language Structures Workshop UCSD, February 6, 2007

Irit Meir, Carol Padden. Emergence of Language Structures Workshop UCSD, February 6, 2007 Irit Meir, Carol Padden Emergence of Language Structures Workshop UCSD, February 6, 2007 Sign languages: Exploit space around the signer s body Exploit movement of hands Exploit body of the signer An examination

More information

THE GALLAUDET DICTIONARY OF AMERICAN SIGN LANGUAGE FROM HARRIS COMMUNICATIONS

THE GALLAUDET DICTIONARY OF AMERICAN SIGN LANGUAGE FROM HARRIS COMMUNICATIONS THE GALLAUDET DICTIONARY OF AMERICAN SIGN LANGUAGE FROM HARRIS COMMUNICATIONS DOWNLOAD EBOOK : THE GALLAUDET DICTIONARY OF AMERICAN SIGN Click link bellow and free register to download ebook: THE GALLAUDET

More information

Effects of Delayed Language Exposure on Spatial Language Acquisition by Signing Children and Adults

Effects of Delayed Language Exposure on Spatial Language Acquisition by Signing Children and Adults Effects of Delayed Language Exposure on Spatial Language Acquisition by Signing Children and Adults Dilay Z. Karadöller (dilay.karadoller@mpi.nl) Center for Language Studies, Radboud University, Nijmegen,

More information

Attitudes, Accommodations and Advocacy, Oh My!

Attitudes, Accommodations and Advocacy, Oh My! Attitudes, Accommodations and Advocacy, Oh My! Must Reads Classroom Acoustics Impact on Listening and Learning https://successforkidswithhearingloss.com/for-professionals/classroom-acoustics-impact-on-listening-and-learning/

More information

The Canadian Hearing Society gratefully acknowledges The Law Foundation of Ontario for its financial support of this project.

The Canadian Hearing Society gratefully acknowledges The Law Foundation of Ontario for its financial support of this project. The Canadian Hearing Society gratefully acknowledges The Law Foundation of Ontario for its financial support of this project. THE CANADIAN HEARING SOCIETY HEAD OFFICE 271 Spadina Road, Toronto, Ontario

More information

Deaf and Hard of Hearing Children s Visual Language and Developmental Checklist

Deaf and Hard of Hearing Children s Visual Language and Developmental Checklist Deaf and Hard of Hearing Children s Visual Language and Developmental Checklist Laurene Simms, PhD, Gallaudet University Sharon Baker, EdD, University of Tulsa M. Diane Clark, PhD, Gallaudet University

More information

Representations of action, motion, and location in sign space: A comparison of German (DGS) and Turkish (TİD) Sign Language narratives

Representations of action, motion, and location in sign space: A comparison of German (DGS) and Turkish (TİD) Sign Language narratives Representations of action, motion, and location in sign space: A comparison of German (DGS) and Turkish (TİD) Sign Language narratives Pamela Perniss Max Planck Institute for Psycholinguistics, Nijmegen

More information

A PARENT S GUIDE TO DEAF AND HARD OF HEARING EARLY INTERVENTION RECOMMENDATIONS

A PARENT S GUIDE TO DEAF AND HARD OF HEARING EARLY INTERVENTION RECOMMENDATIONS A PARENT S GUIDE TO DEAF AND HARD OF HEARING EARLY INTERVENTION RECOMMENDATIONS 2017 Developed by the Early Hearing Detection & Intervention Parent to Parent Committee A PARENT S GUIDE TO DEAF AND HARD

More information

Calibration Guide for CyberGlove Matt Huenerfauth & Pengfei Lu The City University of New York (CUNY) Document Version: 4.4

Calibration Guide for CyberGlove Matt Huenerfauth & Pengfei Lu The City University of New York (CUNY) Document Version: 4.4 Calibration Guide for CyberGlove Matt Huenerfauth & Pengfei Lu The City University of New York (CUNY) Document Version: 4.4 These directions can be used to guide the process of Manual Calibration of the

More information

NEW YORK STATE TEACHER CERTIFICATION EXAMINATIONS

NEW YORK STATE TEACHER CERTIFICATION EXAMINATIONS NEW YORK STATE TEACHER CERTIFICATION EXAMINATIONS TEST DESIGN AND FRAMEWORK April 2016 Authorized for Distribution by the New York State Education Department This test design and framework document is

More information

Deaf children as bimodal bilinguals and educational implications

Deaf children as bimodal bilinguals and educational implications Sign Language (Acquisition) Research THE IMPT OF SIGN LANGUAGE QUISITION RESEARCH FOR SIGN LANGUAGE COMMUNITIES Diane Lillo-Martin University of Connecticut Board Chair, Sign Language Linguistics Society!

More information

Bimodal bilingualism: focus on hearing signers

Bimodal bilingualism: focus on hearing signers Simultaneous production of ASL and English costs the speaker, but benefits the listener Bimodal bilingualism: focus on hearing signers Unimodal bilinguals: Two spoken languages Bimodal bilinguals: A signed

More information

Glossary of Inclusion Terminology

Glossary of Inclusion Terminology Glossary of Inclusion Terminology Accessible A general term used to describe something that can be easily accessed or used by people with disabilities. Alternate Formats Alternate formats enable access

More information

The Evolution of Verb Classes and Verb Agreement in Sign Languages

The Evolution of Verb Classes and Verb Agreement in Sign Languages LSA 83 rd Annual Meeting San Francisco, 2009 The Evolution of Verb Classes and Verb Agreement in Sign Languages Irit Meir, Carol Padden, Mark Aronoff & Wendy Sandler Main claim Sign language and spoken

More information

The Use of Visual Feedback During Signing: Evidence From Signers With Impaired Vision

The Use of Visual Feedback During Signing: Evidence From Signers With Impaired Vision Journal of Deaf Studies and Deaf Education Advance Access published May 20, 2008 Empirical Article The Use of Visual Feedback During Signing: Evidence From Signers With Impaired Vision Karen Emmorey San

More information

Annotation and Retrieval System Using Confabulation Model for ImageCLEF2011 Photo Annotation

Annotation and Retrieval System Using Confabulation Model for ImageCLEF2011 Photo Annotation Annotation and Retrieval System Using Confabulation Model for ImageCLEF2011 Photo Annotation Ryo Izawa, Naoki Motohashi, and Tomohiro Takagi Department of Computer Science Meiji University 1-1-1 Higashimita,

More information

Professor Brenda Schick

Professor Brenda Schick Fingerspelling and Phonological Awareness: An Intervention to Improve Phonological Awareness in Fingerspelling as an Alternative Pathway to Literacy in Deaf and Hard-of-Hearing Children Professor Brenda

More information

Hearing, Deaf, and Hard-of-Hearing Students Satisfaction with On-Line Learning

Hearing, Deaf, and Hard-of-Hearing Students Satisfaction with On-Line Learning Hearing, Deaf, and Hard-of-Hearing Students Satisfaction with On-Line Learning By James R. Mallory, M.S. Professor Applied Computer Technology Department jrmnet@rit.edu Gary L. Long, PhD, Associate Professor

More information

GALLERY: BEAUTIFUL DRAWINGS SHOW THE MUSIC OF SIGN LANGUAGE

GALLERY: BEAUTIFUL DRAWINGS SHOW THE MUSIC OF SIGN LANGUAGE Gallery: Beautiful drawings show the music of sign language, Ideas.Ted.Com December, 2015 12/11/2015 GALLERY: BEAUTIFUL DRAWINGS SHOW THE MUSIC OF SIGN LANGUAGE Deaf artist Christine Sun Kim describes

More information

Testing Calculation of Scalar Implicatures in English and American Sign Language

Testing Calculation of Scalar Implicatures in English and American Sign Language Testing Calculation of Scalar Implicatures in English and American Sign Language Kathryn Davidson University of California, San Diego kdavidson@ling.ucsd.edu Ivano Caponigro University of California, San

More information

American Sign Language I: Unit 1 Review

American Sign Language I: Unit 1 Review HI, HELLO NAME WHAT? WHO? WHERE? It s nice to meet you. (directional) MAN WOMAN PERSON SHIRT PANTS JACKET, COAT DRESS (noun) SKIRT SHOES HAT CLOTHES GLASSES HAIR BEARD MUSTACHE REMEMBER FORGET LETTER NUMBER

More information

Assessment: Course Four Column SPRING/SUMMER 2015

Assessment: Course Four Column SPRING/SUMMER 2015 Assessment: Course Four Column SPRING/SUMMER 2015 El Camino: s (HSA) - Sign Language Interpreter Training ECC: SLAN 101:Individualized American Sign Language Laboratory SLO #2 Vocabulary - Students will

More information