Overview. On the computational aspects of sign language recognition. What is ASL recognition? What makes it hard? Christian Vogler

Size: px
Start display at page:

Download "Overview. On the computational aspects of sign language recognition. What is ASL recognition? What makes it hard? Christian Vogler"

Transcription

1 On the omputational aspets of sign language reognition Christian Vogler Overview Problem statement Basi probabilisti framework Reognition of multiple hannels Reognition features Disussion Gallaudet Researh Institute 2 What is ASL reognition? What makes it hard? Signer 3D features of body parts Reognition of signs from features Video image to omputer Extration of 3D features of arms, hands, body, and fae Output of transription in human-readable form Automati translation to English Sign language reognition is hard: Language modeling issues Computational issues How does reognition atually work? How to represent data? 3 4

2 Basi modeling priniples We break down signs into phonemes We model handshape and hand movements in independent hannels This helps deal with the omplexities of sign languages odeling example Example: BROTHER with independent hannels Strong hand loation/veloity handshape H forehead down H neutral A A->L L Weak hand loation/veloity H neutral handshape A A->L L 5 6 Overview Problem statement Basi probabilisti framework Reognition of multiple hannels Reognition features Disussion Basi Reognition Priniples We start with the data signal In our ase: Colletion of 3D positions of hands 3x3 orientation matries of hands Joint angles of fingers Abdution (spread) angles of fingers The first problem: Variability No two instanes of a sign look exatly alike 7 8

3 Variability 3 repeated instanes of sign for FATHER Struturally similar But details are different 9 Temporal variations Signers an sign faster or more slowly Variations in when exatly eah movement ours Speeh reognition uses hidden arkov models (Hs) to deal with them 2

4 Hidden arkov models H example State-based statistial model System is always in some state At disrete time intervals, takes transition to another state Probabilisti transitions Aounts for temporal variations Eah state has output probability distribution Here: Gaussian density mixture Aounts for spatial variations Y X 3 4 How to use Hs Hs an generate a signal For reognition, onsider the onverse: What is the probability that the H generated signal? Whih state sequene generated it? Answer to these questions defines ontinuous reognition problem H probabilities are trained Continuous reognition Chain Hs into network ath network to signal Find most likely state sequene through network Father Woman Try Read Book Teah 5 6

5 Continuous reognition Continuous reognition X Front of Forehead straight bak straight forward straight bak H Forehead X Front of Forehead straight bak straight forward straight bak H Forehead Father Try Book Woman Read Teah 7 8 Token passing algorithm Overview Father Woman Try Read Book Teah Problem statement Basi probabilisti framework Reognition of multiple hannels Reognition features Disussion 9 20

6 Token passing Formally The token passing algorithm finds a Qi b Qi O t Q,..,Q t Q i P t a Qi O, Q Q i b Qi O i Gaussian density funtion in state Qi Data signal at time t Q i Transition probability from state to state Alternative form We prefer to write the formula in logarithmi form instead Easier to manipulate Faster to ompute Q P O, Q Q,..,Q t i t log a Qi Q,..,Q t i t Q i b Qi a Qi O i Q i b Qi O i 2 22 Important point So far, just like speeh reognition... But how do we add multiple hannels? The reognition algorithm imizes a produt of independent random variables Eah data frame is independent from the others Eah state transition is independent from the others So: Joint probability of hannels is just produt of marginal (individual hannel) probabilities Parallel Hs This extension formalizes Parallel Hs Instead of omputing: log P O, Q Q Compute over all hannels : Q,..,Q C log P O, Q Reall that log (ab) = log a log b 23 24

7 ! $!! $!! & % Probability ombination Essentially, searhes an H network in parallel for eah hannel When to multiply probabilities? Split up sequene into weighted ontributions from individual signs Q Q,..,Q,..,Q W C w log P C w O log P, Q! "# O w, Q w! "# 25 Probability ombination What does this mean? We an ombine the partial probabilities after eah sign (or eah phoneme) Helps onstrain the searh through the parallel networks Another onstraint is needed: Paths from the hannels must be onsistent That is, they must touh the same sequene of signs 26 Channel ombination onstraints PaH token passing Enfore through path identifiers Assign unique path id to tokens Tokens have same path id iff they touh the same sequene of signs Combine only probabilities of tokens with same path id But then imum joint probability no longer imizes marginal probabilities Keep multiple hypotheses Woman Woman Try Like Try Read Teah Teah 27 28

8 * ( ) Summary Reognition algorithm is rather ompliated, ompared to basi speeh reognition algorithm Extra bookkeeping for path ids, onsisteny Still, reasonably effiient: O HC N 2 T Linear in number of hypotheses Linear in hannels, number of frames Quadrati in number of H states Overview Problem statement Basi probabilisti framework Reognition of multiple hannels Reognition features Disussion Data representation Representation of the data is just as important as the reognition algorithm Intuition: ove up inh. Turn left 90 degrees. ove inh. Turn left 90 degrees. ove inh. Turn left 90 degrees. ove inh A square with a side of inh Both desriptions refer to the same objet Clearly, seond one easier to grasp Intuition, ontinued The first example is a loalized desription. No sense of the big piture We an infer big piture, beause we know the history of steps (move, turn, move, turn) Hs annot! Reall that suessive data frames are independent So Hs lose large parts of the history The seond desription shows the big piture 3 32

9 Loal features The omputational equivalent of loalized desriptions ( features ): 3D positions 3D veloities Finger joint angles Abdution angles We have these data, but none show what happens at a global level Global features Some global desriptions Trajetory along line, ar, plane,... Finger bent, extended Hand open, losed Problem: How do we translate these qualitative desriptions into numbers? 33 34

10 Global trajetory representation Compute 3x3 ovariane matrix of 3D positions over a window of 5-30 data frames Compute eigenvalues of matrix Largest two eigenvalues speify proportions of ovariane Line: st eigenvalue large, 2 nd small Plane: Both eigenvalues large Et... Handshape representation Take a lue from ASL linguistis here Handshape an be haraterized by degree of openness of a finger Open = finger is extended Closed = finger is bent How to represent with numbers? Handshape features easure of openness of a finger Use height and base of quadrilateral Open: small height, large base Closed: the opposite Features: Summary For the final reognition features: Use mix of loal & global 3D positions, veloities, eigenvalues Degree of openness, abdution angles This is just the beginning There is muh potential for improvement in the data representation Speeh reognition is 20 years ahead of us in this respet 39 40

11 Overview Problem statement Basi probabilisti framework Reognition of multiple hannels Reognition features Disussion Experimental validation 500 signed ASL sentenes 22-sign voabulary Colleted with otionstar motion apture system (both hands), and yberglove (right hand only) Continuous sentenes, no pauses between signs 4 42 Feature omparison Do global features help? Yes! ovement hannel: 93% auray instead of 90% Handshape hannel: 95% auray instead of 83% Effet of multiple hannels PaH experiments with, 2, and 3 hannels Basi question: Is modeling the hannels independently from one another reasonable? Answer is important for large-sale systems 43 44

12 ultiple-hannel experiments Disussion Reognition auray in % Baseline: hannel movement strong hand 2 hannels movement both hands 2 hannels movement strong hand handshape strong hand 3 hannels movement both hands handshape strong hand 2 hannels definite improvement 3 hannels did not yield improvement Possibly the data set is too small? No signs where the handshape is the only distinguishing feature ore work with larger data set is needed For more information Christian.Vogler@gallaudet.edu 47

Sequence Analysis using Logic Regression

Sequence Analysis using Logic Regression Geneti Epidemiology (Suppl ): S66 S6 (00) Sequene Analysis using Logi Regression Charles Kooperberg Ingo Ruzinski, Mihael L. LeBlan, and Li Hsu Division of Publi Health Sienes, Fred Huthinson Caner Researh

More information

Computational Saliency Models Cheston Tan, Sharat Chikkerur

Computational Saliency Models Cheston Tan, Sharat Chikkerur Computational Salieny Models Cheston Tan, Sharat Chikkerur {heston,sharat}@mit.edu Outline Salieny 101 Bottom up Salieny Model Itti, Koh and Neibur, A model of salieny-based visual attention for rapid

More information

Utilizing Bio-Mechanical Characteristics For User-Independent Gesture Recognition

Utilizing Bio-Mechanical Characteristics For User-Independent Gesture Recognition Utilizing Bio-Mehanial Charateristis For User-Independent Gesture Reognition Farid Parvini, Cyrus Shahabi Computer Siene Department University of Southern California Los Angeles, California 90089-0781

More information

What causes the spacing effect? Some effects ofrepetition, duration, and spacing on memory for pictures

What causes the spacing effect? Some effects ofrepetition, duration, and spacing on memory for pictures Memory & Cognition 1975, Vol. 3 (3), 287 294 What auses the spaing effet? Some effets ofrepetition, duration, and spaing on memory for pitures DOUGLAS 1. HNTZMAN, JEFFERY J. SUMMERS, and RCHARD A. BLOCK

More information

A HEART CELL GROUP MODEL FOR THE IDENTIFICATION OF MYOCARDIAL ISCHEMIA

A HEART CELL GROUP MODEL FOR THE IDENTIFICATION OF MYOCARDIAL ISCHEMIA A HEART CELL GROUP MODEL FOR THE IDENTIFICATION OF MYOCARDIAL ISCHEMIA Mohamed A. Mneimneh, Miheal T. Johnson and Rihard J. Povinelli Eletrial and Computer Engineering, Marquette University, 55 Wisonsin

More information

Incremental Diagnosis of DES with a Non-Exhaustive Diagnosis Engine

Incremental Diagnosis of DES with a Non-Exhaustive Diagnosis Engine Inremental Diagnosis of DES with a Non-Exhaustive Diagnosis Engine Alban Grastien Anbulagan NICTA and The Australian National University (ANU), Canberra, Australia {alban.grastien anbulagan}@nita.om.au

More information

Supplementary Information Computational Methods

Supplementary Information Computational Methods Supplementary Information Computational Methods Data preproessing In this setion we desribe the preproessing steps taken to establish the data matrix of hepatoyte single ell gene expression data (Table

More information

describing DNA reassociation* (renaturation/nucleation inhibition/single strand ends)

describing DNA reassociation* (renaturation/nucleation inhibition/single strand ends) Pro. Nat. Aad. Si. USA Vol. 73, No. 2, pp. 415-419, February 1976 Biohemistry Studies on nulei aid reassoiation kinetis: Empirial equations desribing DNA reassoiation* (renaturation/nuleation inhibition/single

More information

The effects of question order and response-choice on self-rated health status in the English Longitudinal Study of Ageing (ELSA)

The effects of question order and response-choice on self-rated health status in the English Longitudinal Study of Ageing (ELSA) The effets of question order and response-hoie on self-rated health status in the English Longitudinal Study of Ageing (ELSA) A Bowling, J Windsor Theory and methods Department of Primary Care and Population

More information

Reading a Textbook Chapter

Reading a Textbook Chapter HENR.546x.APPBpp001-013 7/21/04 9:37 AM Page 1 APPENDIX B Reading a Textbook Chapter Copyright 2005 Pearson Eduation, In. 1 2 Read the following hapter from the ollege textbook Total Fitness: Exerise,

More information

Assessment of neuropsychological trajectories in longitudinal population-based studies of children

Assessment of neuropsychological trajectories in longitudinal population-based studies of children 1 Department of Environmental Health, Boston University Shool of Publi Health, Boston, Massahusetts, USA; 2 Department of Neurology, Boston University Shool of Mediine, Boston, Massahusetts, USA; 3 Community

More information

Costly Price Discrimination

Costly Price Discrimination Costly Prie Disrimination Peter T. Leeson and Russell S. Sobel Department of Eonomis, West Virginia University February 16, 26 Abstrat In standard miroeonomi theory, perfet prie disrimination is soially

More information

PARKINSON S DISEASE: MODELING THE TREMOR AND OPTIMIZING THE TREATMENT. Keywords: Medical, Optimization, Modelling, Oscillation, Noise characteristics.

PARKINSON S DISEASE: MODELING THE TREMOR AND OPTIMIZING THE TREATMENT. Keywords: Medical, Optimization, Modelling, Oscillation, Noise characteristics. PARKINSON S DISEASE: MODELING THE TREMOR AND OPTIMIZING THE TREATMENT Mohammad Haeri, Yashar Sarbaz and Shahriar Gharibzadeh Advaned Control System Lab, Eletrial Engineering Department, Sharif University

More information

Community-Based Bayesian Aggregation Models for Crowdsourcing

Community-Based Bayesian Aggregation Models for Crowdsourcing Community-Based Bayesian Aggregation Models for Crowdsouring Matteo Venanzi University of Southampton mvg@es.soton.a.uk Pushmeet Kohli Mirosoft Researh pkohli@mirosoft.om John Guiver Mirosoft Researh joguiver@mirosoft.om

More information

The comparison of psychological evaluation between military aircraft noise and civil aircraft noise

The comparison of psychological evaluation between military aircraft noise and civil aircraft noise The omparison of psyhologial evaluation between military airraft noise and ivil airraft noise Makoto MORINAGA ; Ippei YAMAMOTO ; Hidebumi TSUKIOKA ; Koihi MAKINO 2, Sonoko KUWANO 3, Mitsuo MATSUMOTO 4

More information

A Framework for Motion Recognition with Applications to American Sign Language and Gait Recognition

A Framework for Motion Recognition with Applications to American Sign Language and Gait Recognition A Framework for otion Recognition with Applications to American Sign Language and Gait Recognition Christian Vogler, Harold Sun and Dimitris etaxas Vision, Analysis, and Simulation Technologies Laboratory

More information

MR Imaging of the Optic Nerve and Sheath: Correcting

MR Imaging of the Optic Nerve and Sheath: Correcting 249 MR Imaging of the Opti Nerve and Sheath: Correting the Chemial Shift Misregistration Effet David L. Daniels 1 J. rue Kneeland 1 nn Shimakawa 2 Kathleen W. Pojunas 1 John F. Shenk 3 Howard Hart, Jr.3

More information

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

Modeling the Use of Space for Pointing in American Sign Language Animation 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

More information

4th. generally by. Since most. to the. Borjkhani 1,* Mehdi. execution [2]. cortex, computerized. tomography. of Technology.

4th. generally by. Since most. to the. Borjkhani 1,* Mehdi. execution [2]. cortex, computerized. tomography. of Technology. 4th Internatiional Conferene of Fuzzy Information & Engineering 14 15 Otober 0100 Shomal University, Amol, Iran Diagnosiss of Parkinson diseases based on handwriting kinematis using fuzzy lassifier Mehdi

More information

Channel Modeling Based on Interference Temperature in Underlay Cognitive Wireless Networks

Channel Modeling Based on Interference Temperature in Underlay Cognitive Wireless Networks Channel Modeling Based on Interferene emperature in Underlay Cognitive Wireless Networks Manuj Sharma # *, Anirudha Sahoo #2, K. D. Nayak * # Dept. of Computer Siene & Engineering Indian Institute of ehnology

More information

Treatment instructions for common conditions

Treatment instructions for common conditions Treatment instrutions for ommon onditions Proven effiay in pain redution min Easy to use, 6 minutes, twie a day Safe for everyday home use Treatment Dosages Treating aute pain When treating pain resulting

More information

Detection and Classification of Brain Tumor in MRI Images

Detection and Classification of Brain Tumor in MRI Images PrahiGadpayle and Prof.P.S.Mahajani 45 Detetion and Classifiation of Brain Tumor in MRI Images PrahiGadpayleand Prof.P.S.Mahajani Abstrat Brain tumor detetion in Magneti Resonane Imaging (MRI) is important

More information

Throwers Ten Exercise Program

Throwers Ten Exercise Program The Thrower s Ten Program is designed to exercise the major muscles necessary for throwing. The Program s goal is to be an organized and concise exercise program. In addition, all exercises included are

More information

ISSN: [Pal* et al., 6(12): December, 2017] Impact Factor: 4.116

ISSN: [Pal* et al., 6(12): December, 2017] Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY FUZZY LOGIC BASED OPTICAL DISC LOCALIZATION AND DETECTION OF STEREOSCOPIC RETINAL IMAGES IN NROI Moumita Pal *1, Ranjana Ray 2,Neha

More information

Urbanization and childhood leukaemia in Taiwan

Urbanization and childhood leukaemia in Taiwan C International Epidemlologial Assoiation 1998 Printed in Great Britain International Journal of Epidemiology 199827:587-591 Urbanization and hildhood leukaemia in Taiwan Chung-Yi Li, a Ruey S Iin b and

More information

Coherent oscillations as a neural code in a model of the olfactory system

Coherent oscillations as a neural code in a model of the olfactory system Coherent osillations as a neural ode in a model of the olfatory system A. Gutierrez-Galvez and R. Gutierrez-Osuna, Member, IEEE Department of Computer Siene Texas A&M University College Station, TX 77843-3

More information

Are piglet prices rational hog price forecasts?

Are piglet prices rational hog price forecasts? AGRICULTURAL ECONOMICS ELSEVIER Agriultural Eonomis 13 (1995) 119-123 Are piglet pries rational hog prie foreasts? Ole GjQ)lberg * Department of Eonomis and Soial Sienes, The Agriultural University of

More information

clinical conditions using a tape recorder system

clinical conditions using a tape recorder system Thorax (1964), 19, 125 Objetive assessment of ough suppressants under linial onditions using a tape reorder system C. R. WOOLF AND A. ROSENBERG From the Respiratory Unit, Sunnybrook Hospital (Department

More information

Ergonomics. Julie W. Burnett, COTA/L, ATP

Ergonomics. Julie W. Burnett, COTA/L, ATP Ergonomics Julie W. Burnett, COTA/L, ATP What is Ergonomics? Definition: the Science of designing a person s environment so that it facilitates the highest level of function Good Ergonomics: Prevent Injury

More information

The effects of bilingualism on stuttering during late childhood

The effects of bilingualism on stuttering during late childhood Additional information is published online only at http:// ad.bmj.om/ontent/vol93/ issue11 1 Division of Psyhology and Language Sienes, University College London, London, UK; 2 Department of Language and

More information

THE OFFICIAL ASL WRITING TEXTBOOK. Written by Robert Arnold Augustus, Elsie Ritchie and Suzanne Stecker Edited by Elisa Abenchuchan Vita

THE OFFICIAL ASL WRITING TEXTBOOK. Written by Robert Arnold Augustus, Elsie Ritchie and Suzanne Stecker Edited by Elisa Abenchuchan Vita THE OFFICIAL ASL WRITING TEXTBOOK Written by Robert Arnold Augustus, Elsie Ritchie and Suzanne Stecker Edited by Elisa Abenchuchan Vita CONTENTS Introduction Chapter One: Digibet Chapter Two: Diacritic

More information

Effects of Temporal and Causal Schemas on Probability Problem Solving

Effects of Temporal and Causal Schemas on Probability Problem Solving Effets of Temporal and Causal Shemas on Probability Problem Solving S. Sonia Gugga (ssg34@olumbia.edu) Columbia University New York, NY 10027 James E. Corter (je34@olumbia.edu) Teahers College, Columbia

More information

1990, NUMBER2 (summer 1990)

1990, NUMBER2 (summer 1990) JOURNAL OF APPLIED BEHAVIOR ANALYSIS 199, 239 163-181 NUMBER2 (summer 199) USING ABERRANT BEHAVIORS AS REINFORCERS FOR AUTISTIC CHILDREN MARJORIE H. CHARLOP CLAREMONT MCKENNA COLLEGE PATEICIA F. KuRrz

More information

Sexual and marital trajectories and HIV infection among ever-married women in rural Malawi

Sexual and marital trajectories and HIV infection among ever-married women in rural Malawi 1 Cartagene, Montreal, Canada; 2 MGill University, Montreal, Canada; 3 Université de Montréal, Montreal, Canada; 4 Brown University, Providene, USA; 5 University of Colorado at Boulder, Boulder, USA; 6

More information

Deafness Cognition and Language Research Centre

Deafness Cognition and Language Research Centre ESRC Deafness Cognition and Language Research Centre Words are Arbitrary When Meaning Permeates Form: Effects in British Sign Language Robin L Thompson, Robert Skinner, David P Vinson, Neil Fox, Gabriella

More information

International Journal of Biological & Medical Research

International Journal of Biological & Medical Research Int J Biol Med Res. 211; 2(4): 1 13 Int J Biol Med Res Volume 2, Issue 4, Ot 211 www.biomedsidiret.om BioMedSiDiret Publiations Contents lists available at BioMedSiDiret Publiations International Journal

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

Systematic Review of Trends in Fish Tissue Mercury Concentrations

Systematic Review of Trends in Fish Tissue Mercury Concentrations Systemati Review of Trends in Fish Tissue Merury Conentrations Tom Grieb 1, Roxanne Karimi 2, Niholas Fisher 2, Leonard Levin 3 (1) Tetra Teh, In., Lafayette, CA, USA; (2) State University of New York,

More information

Starting a Strength Training Program

Starting a Strength Training Program MINTO PREVENTION & REHABILITATION CENTRE CENTRE DE PREVENTION ET DE READAPTATION MINTO Starting a Strength Training Program About This Kit The key to improving strength is applying resistance to the muscle

More information

The burden of smoking-related ill health in the United Kingdom

The burden of smoking-related ill health in the United Kingdom The burden of smoking-related ill health in the United Kingdom S Allender, R Balakrishnan, P Sarborough, P Webster, M Rayner Researh paper Department of Publi Health, University of Oxford, Oxford, UK Correspondene

More information

THROWERS TEN EXERCISE PROGRAM

THROWERS TEN EXERCISE PROGRAM THROWERS TEN EXERCISE PROGRAM The Thrower s Ten Program is designed to exercise the major muscles necessary for throwing. The Program s goal is to be an organized and concise exercise program. In addition,

More information

TWO HANDED SIGN LANGUAGE RECOGNITION SYSTEM USING IMAGE PROCESSING

TWO HANDED SIGN LANGUAGE RECOGNITION SYSTEM USING IMAGE PROCESSING 134 TWO HANDED SIGN LANGUAGE RECOGNITION SYSTEM USING IMAGE PROCESSING H.F.S.M.Fonseka 1, J.T.Jonathan 2, P.Sabeshan 3 and M.B.Dissanayaka 4 1 Department of Electrical And Electronic Engineering, Faculty

More information

A NEW ROBOT-BASED SETUP FOR EXPLORING THE STIFFNESS OF ANATOMICAL JOINT STRUCTURES. [Frey, Burgkart,

A NEW ROBOT-BASED SETUP FOR EXPLORING THE STIFFNESS OF ANATOMICAL JOINT STRUCTURES. [Frey, Burgkart, A NEW ROBO-BASED SEUP FOR EXPLORING HE SIFFNESS OF ANAOMICAL JOIN SRUCURES Martin Frey 1, Rainer Burgkart 2, Feli Regenfelder 2, and Robert Riener 1 1 Institute of Automati Control Engineering, ehnishe

More information

American Orthodontics Exhibit 1001 Page 1 of 6. US 6,276,930 Bl Aug. 21,2001 /IIIII

American Orthodontics Exhibit 1001 Page 1 of 6. US 6,276,930 Bl Aug. 21,2001 /IIIII (12) United States Patent Pozzi /IIIII 1111111111111111111111111111111111111111111111111111111111111 US006276930Bl (10) Patent No.: (45) Date of Patent: US 6,276,930 Bl Aug. 21,2001 (54) ORTHODONTIC AID

More information

Learned spatiotemporal sequence recognition and prediction in primary visual cortex

Learned spatiotemporal sequence recognition and prediction in primary visual cortex Supplementary Materials for Learned spatiotemporal sequene reognition and predition in primary visual ortex Jeffrey P. Gavornik and Mark F. Bear Howard Hughes Medial Institute Piower Institute for Learning

More information

Model of α-linolenic acid metabolism

Model of α-linolenic acid metabolism Model of α-linoleni aid metabolism N.Kokulan, C.-H. Lai Shool of Computing and Mathematial Sienes University of Greenwih London, UK RAE2012 Competitive Grant with Shool of Siene Projet progress meeting

More information

Incentive Downshifts Evoke Search Repertoires in Rats

Incentive Downshifts Evoke Search Repertoires in Rats Journal of Experimental Psyhology: Animal Behavior Proesses 1999, Vol. 25, No. 2,153-167 Copyright 1999 by the Amerian Psyhologial Assoiation, In. 0097-7403/99/$3.00 Inentive Downshifts Evoke Searh Repertoires

More information

An Intelligent Decision Support System for the Treatment of Patients Receiving Ventricular Assist Device Support

An Intelligent Decision Support System for the Treatment of Patients Receiving Ventricular Assist Device Support Original Artiles 1 An Intelligent Deision Support System for the Treatment of Patients Reeiving Ventriular Assist Devie Support E. C. Karvounis 1,2 ; M. G. Tsipouras 1,2 ; A. T. Tzallas 1,2 ; N. S. Katertsidis

More information

Pangai-Noon Warm Up Exercises

Pangai-Noon Warm Up Exercises Pangai-Noon Warm Up Exercises The following outline is used at the beginning of Sensei Brian Nell s classes last for about a half hour. The exercises consist of a mixture of strength training, stretching,

More information

Biceps. The bicep muscles are crucial for. 1 alternate dumbbell curls TIP

Biceps. The bicep muscles are crucial for. 1 alternate dumbbell curls TIP Biceps T H E C L A S S I C S Y M B O L O F A P O W E R F U L P H Y S I Q U E The bicep muscles are crucial for pulling and lifting movements you perform constantly throughout the day. But perhaps the most

More information

D: Doorway Stretch E: Towel Stretch for Pectoralis Minor Blackburn Exercises: 6 Positions A: Prone Horizontal Abduction (Neutral)

D: Doorway Stretch E: Towel Stretch for Pectoralis Minor Blackburn Exercises: 6 Positions A: Prone Horizontal Abduction (Neutral) D: Doorway Stretch Bring your shoulder into a horizontal position out to your side (abduction) and flex your elbow 90û Place your elbow against the edge of a doorway Lead forward and downwards with your

More information

An Empirical Investigation on Fine-Grained Syndrome Segmentation in TCM by Learning a CRF from a Noisy Labeled Data

An Empirical Investigation on Fine-Grained Syndrome Segmentation in TCM by Learning a CRF from a Noisy Labeled Data An Empirial Investigation on Fine-Grained Syndrome Segmentation in TCM by Learning a CRF from a Noisy Labeled Data Yaqiang Wang, Dan Tang, and Hongping Shu College of Software Engineering, Chengdu University

More information

Every Flex is Quite Complex

Every Flex is Quite Complex Name Class Date Every Flex is Quite Complex Struture and Funtion in a Chiken Wing Investigative Lab 27 8 Question How do the tissues of a hiken wing work together during movement? Lab Overview In this

More information

TALLGRASS ORTHOPEDIC & SPORTS MEDICINE THROWING ATHLETE EXERCISE PROGRAM TALLGRASSORTHOPEDICS.COM

TALLGRASS ORTHOPEDIC & SPORTS MEDICINE THROWING ATHLETE EXERCISE PROGRAM TALLGRASSORTHOPEDICS.COM TALLGRASS ORTHOPEDIC & SPORTS MEDICINE THROWING ATHLETE EXERCISE PROGRAM TALLGRASSORTHOPEDICS.COM Patient Name: Date of Surgery: General Principles: The Throwing Athlete Exercise Program is designed to

More information

PUSH. Program. Promoting Use of Shoulder and Hand

PUSH. Program. Promoting Use of Shoulder and Hand PUSH Program Promoting Use of Shoulder and Hand PUSH is an exercise program designed to help you to start activating the muscles in your arm again. After stroke arm weakness is very common. The more exercise

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

Reading and communication skills after universal newborn screening for permanent childhood hearing impairment

Reading and communication skills after universal newborn screening for permanent childhood hearing impairment 1 Shool of Psyhology, University of Southampton, Southampton, UK; 2 Shool of Mediine, Southampton General Hospital, University of Southampton, Southampton, UK; 3 UCL Institute of Child Health, London,

More information

Supplemental Digital Content 1. Stretch instructions and photo

Supplemental Digital Content 1. Stretch instructions and photo Supplemental Digital Content 1. Stretch instructions and photo A. Calves 1. Assume push-up position, keeping knees and elbows straight. 2. Allow one knee to drop by rolling onto ball of foot. 3. Gently

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

USING STATCRUNCH TO CONSTRUCT CONFIDENCE INTERVALS and CALCULATE SAMPLE SIZE

USING STATCRUNCH TO CONSTRUCT CONFIDENCE INTERVALS and CALCULATE SAMPLE SIZE USING STATCRUNCH TO CONSTRUCT CONFIDENCE INTERVALS and CALCULATE SAMPLE SIZE Using StatCrunch for confidence intervals (CI s) is super easy. As you can see in the assignments, I cover 9.2 before 9.1 because

More information

A Framework for Motion Recognition with Applications to American Sign Language and Gait Recognition

A Framework for Motion Recognition with Applications to American Sign Language and Gait Recognition University of Pennsylvania ScholarlyCommons Center for Human Modeling and Simulation Department of Computer & Information Science 12-7-2000 A Framework for Motion Recognition with Applications to American

More information

Forward Step-ups 2 x 15. Backward Lunges 2 x 15. Bosu/Stability Ball Planks 1 x 12. Bosu/Stability Ball Hip Bridges 1 x 12

Forward Step-ups 2 x 15. Backward Lunges 2 x 15. Bosu/Stability Ball Planks 1 x 12. Bosu/Stability Ball Hip Bridges 1 x 12 Running Stronger Personal Training is available at Bellingham Athletic Club Running is a repetitive impact activity where the shock of each foot strike is absorbed throughout the body. Sound joint and

More information

Rate of processing and judgment of response speed: Comparing the effects of alcohol and practice

Rate of processing and judgment of response speed: Comparing the effects of alcohol and practice Pereption & Psyhophysis 1989, 45 (4), 431-438 Rate of proessing and judgment of response speed: Comparing the effets of alohol and pratie E. A. MAYLOR, P. M. A. RABBITT, and S. A. V. CONNOLLY University

More information

Exercises for using assistive devices

Exercises for using assistive devices Exercises for using assistive devices For individuals who use an assistive device (cane, walker, etc.) please select from the exercises on the following pages. Completing these exercises on a regular basis

More information

Onset, timing, and exposure therapy of stress disorders: mechanistic insight from a mathematical model of oscillating neuroendocrine dynamics

Onset, timing, and exposure therapy of stress disorders: mechanistic insight from a mathematical model of oscillating neuroendocrine dynamics Kim et al. RESEARCH arxiv:63.2773v [q-bio.nc] 9 Mar 26 Onset, timing, and exposure therapy of stress disorders: mehanisti insight from a mathematial model of osillating neuroendorine dynamis Lae Kim, Maria

More information

Regulation of spike timing in visual cortical circuits

Regulation of spike timing in visual cortical circuits Regulation of spike timing in visual ortial iruits Paul Tiesinga*, Jean-Mar Fellous and Terrene J. Sejnowski Abstrat A train of ation potentials (a spike train) an arry information in both the average

More information

ASL 1 SEMESTER 1 FINAL EXAM FORMAT (125 ASSESSMENT POINTS/20% OF SEMESTER GRADE)

ASL 1 SEMESTER 1 FINAL EXAM FORMAT (125 ASSESSMENT POINTS/20% OF SEMESTER GRADE) ASL 1 SEMESTER 1 FINAL EXAM FORMAT (125 ASSESSMENT POINTS/20% OF SEMESTER GRADE) EXPRESSIVE PORTION (25 POINTS) 10 FINGERSPELLED WORDS (10 POINTS) 25 VOCAB WORDS/PHRASES (25 POINTS) 3 VIDEO CLIPS: 2 CONVERSATIONS,

More information

Coupled feedback loops maintain synaptic long-term. potentiation: A computational model of PKMzeta

Coupled feedback loops maintain synaptic long-term. potentiation: A computational model of PKMzeta 1 Draft version 28, 2018-04-30. This paper has not been peer reviewed. Please do not opy or ite without author's permission. Coupled feedbak loops maintain synapti long-term potentiation: omputational

More information

Chapter 2. Behavioral Variability and Research

Chapter 2. Behavioral Variability and Research Chapter 2 Behavioral Variability and Research Chapter Outline Variability and the Research Process Variance: An Index of Variability Systematic and Error Variance Effect Size: Assessing the Strength of

More information

THROWERS' TEN EXERCISE PROGRAM

THROWERS' TEN EXERCISE PROGRAM _9~------------------------------------------------ THROWERS' TEN EXERCISE PROGRAM Kevin E. Wilk, P. T. The Throwers' Ten Exercise Program' is designed to exercise the major muscles necessary for throwing.

More information

KILLER #1. Workout Summary REALITY FITNESS THE WORKOUTS KILLER #1 1. Don t forget to warm up and cool down! Take a 1 minute break in between each set.

KILLER #1. Workout Summary REALITY FITNESS THE WORKOUTS KILLER #1 1. Don t forget to warm up and cool down! Take a 1 minute break in between each set. KILLER #1 Workout Summary Don t forget to warm up and cool down! Take a 1 minute break in between each set. SERIES ONE Complete 2 sets of series one and then 2 sets of series two. EXERCISE 1 - Squats 2

More information

Shoulder Exercises. Instructions. Codmans. Do all exercises slowly and gently. Work hard, but stay within your level of comfort.

Shoulder Exercises. Instructions. Codmans. Do all exercises slowly and gently. Work hard, but stay within your level of comfort. Page 1 of 7 Shoulder Exercises Instructions Do all exercises slowly and gently. Work hard, but stay within your level of comfort. Exercises should not cause sharp pain. If you have pain, ease up on the

More information

Computer mouse use predicts acute pain but not prolonged or chronic pain in the neck and shoulder

Computer mouse use predicts acute pain but not prolonged or chronic pain in the neck and shoulder Computer mouse use predits aute pain but not prolonged or hroni pain in the nek and shoulder J H Andersen, 1 M Harhoff, 2 S Grimstrup, 2 I Vilstrup, 1 C F Lassen, 3 L P A Brandt, 4 A I Kryger, 3,5 E Overgaard,

More information

Squat. Stand with legs hip width apart Sit butt down as if sitting in a chair Keep abs tight and eyes up Push off heels to return to standing position

Squat. Stand with legs hip width apart Sit butt down as if sitting in a chair Keep abs tight and eyes up Push off heels to return to standing position Squat Stand with legs hip width apart Sit butt down as if sitting in a chair Keep abs tight and eyes up Push off heels to return to standing position 2 Prisoner Squat Place hands behind head Chin up, squeeze

More information

Core #1 - Atlas. Outline. Goals

Core #1 - Atlas. Outline. Goals Outline Core #1 - Atlas 1. Prone or planks - 60 seconds 2. Side/lateral holds - 60 seconds 3. Supine - 60 seconds 4. Prone knee bent - 60 seconds 5. Donkey kicks - 15-25 repetitions each leg 6. Fire hydrant

More information

Static Flexibility/Stretching

Static Flexibility/Stretching Static Flexibility/Stretching Points of Emphasis Always stretch before and after workouts. Stretching post-exercise will prevent soreness and accelerate recovery. Always perform a general warm-up prior

More information

THROWER S TEN EXERCISE PROGRAM David Andrew Parker, MD

THROWER S TEN EXERCISE PROGRAM David Andrew Parker, MD THROWER S TEN EXERCISE PROGRAM David Andrew Parker, MD The thrower s ten exercise program has been designed to exercise the major muscles necessary to return to throwing. The program s goal is to be an

More information

Lung function studies before and after a work shift

Lung function studies before and after a work shift British J6urnal ofindustrial Mediine 1983;40:153-159 Lung funtion studies before and after a work shift R G LOVE From the Institute of Oupational Mediine, Edinburgh EH8 9SU, UK ABSTRAT The lung funtion

More information

Balance in motion. Join in! Train strength and balance to improve safety in everyday life. Find more information at

Balance in motion. Join in! Train strength and balance to improve safety in everyday life. Find more information at Balance in motion Join in! Train strength and balance to improve safety in everyday life. Find more information at /instabil Training on unstable surfaces Strength and balance are crucial in preventing

More information

Osteoporosis Exercise:

Osteoporosis Exercise: Osteoporosis Exercise: Balance, Posture and Functional Exercises Osteoporosis Exercise: Weight-Bearing and Muscle Strengthening Exercises Introduction You can help improve and maintain your balance, posture

More information

Physical Therapy for Reverse Total Shoulder Replacement

Physical Therapy for Reverse Total Shoulder Replacement PATIENT EDUCATION patienteducation.osumc.edu Physical Therapy for Reverse Total Shoulder Replacement This handout has information about your reverse total shoulder replacement and the exercises you will

More information

Publisher: Pearson Education, Inc. publishing as Prentice Hall

Publisher: Pearson Education, Inc. publishing as Prentice Hall Section I. Correlation with the Mathematics 2009 SOL and Curriculum Framework Rating 6.1 6.2 6.3 6.4 6.5 6.6 6.7 6.8 6.9 6.10 6.11 6.12 6.13 6.14 6.15 6.16 6.17 6.18 6.19 6.20 Section II. Additional Criteria:

More information

The University of Mississippi NSSE 2011 Means Comparison Report

The University of Mississippi NSSE 2011 Means Comparison Report The University of Mississippi NSSE 2011 Means Comparison Report Number of Respondents by Shool Level Aountany Applied Siene Business Eduation Engineering Liberal Arts Journalism First Yr 20 64 73 31 61

More information

RADIATION DOSIMETRY INTRODUCTION NEW MODALITIES

RADIATION DOSIMETRY INTRODUCTION NEW MODALITIES RADIATION DOSIMETRY M. Ragheb 1/17/2006 INTRODUCTION Radiation dosimetry depends on the aumulated knowledge in nulear siene in general and in nulear and radio hemistry in partiular. The latter is onerned

More information

Full Body (medicine ball) Saggital Front Reach

Full Body (medicine ball) Saggital Front Reach Saggital Front Reach Saggital Front Reach 1) Start position: Stand with feet hip width apart. Hold medicine ball or dumbbell at waist. 2) Step forward 2-3 feet with the heel striking first and lean torso

More information

Physical Therapy for Your Oncologic Shoulder Replacement

Physical Therapy for Your Oncologic Shoulder Replacement PATIENT EDUCATION patienteducation.osumc.edu Physical Therapy for Your Oncologic Shoulder Replacement This handout has information about your oncologic shoulder replacement and the exercises you will need

More information

Enhanced discriminability at the phonetic boundaries for the voicing feature in macaques

Enhanced discriminability at the phonetic boundaries for the voicing feature in macaques Pereption &Psyhophysis 1982,32 (6), 542-550 Enhaned disriminability at the phoneti boundaries for the voiing feature in maaques PATRICIA K. KUHL and DENISE M. PADDEN University ojwahln,ton, Salttk, Wahln,ton

More information

Introduction to Computational Neuroscience

Introduction to Computational Neuroscience Introduction to Computational Neuroscience Lecture 11: Attention & Decision making Lesson Title 1 Introduction 2 Structure and Function of the NS 3 Windows to the Brain 4 Data analysis 5 Data analysis

More information

Effect of Curing Conditions on Hydration Reaction and Compressive Strength Development of Fly Ash-Cement Pastes

Effect of Curing Conditions on Hydration Reaction and Compressive Strength Development of Fly Ash-Cement Pastes Effet of Curing Conditions on Hydration Reation and Development of Fly Ash-Cement Pastes Warangkana Saengsoy Candidate for the degree of Dotor of Philosophy Supervisor: Prof. Dr. Toyoharu Nawa Division

More information

10 Minutes per Day Low Back Pain Prevention Guide

10 Minutes per Day Low Back Pain Prevention Guide 10 Minutes per Day Low Back Pain Prevention Guide Did you know that an estimated $50 billion dollars is spent annually on back pain related issues? Low back pain (LBP) is one of the most prevalent medical

More information

Actions in the Eye: Dynamic Gaze Datasets and Learnt Saliency Models for Visual Recognition

Actions in the Eye: Dynamic Gaze Datasets and Learnt Saliency Models for Visual Recognition Actions in the Eye: Dynamic Gaze Datasets and Learnt Saliency Models for Visual Recognition Stefan Mathe, Cristian Sminchisescu Presented by Mit Shah Motivation Current Computer Vision Annotations subjectively

More information

Prentice Hall Connected Mathematics 2, Grade Correlated to: Michigan Grade Level Content Expectations (Grade 6)

Prentice Hall Connected Mathematics 2, Grade Correlated to: Michigan Grade Level Content Expectations (Grade 6) NUMBER AND OPERATIONS Multiply and divide fractions N.MR.06.01 Understand division of fractions as the inverse of multiplication, e.g., if 4/5 2/3 =, then 2/3 = 4/5, so = 4/5 3/2 = 12/10. N.FL.06.02 Given

More information

BSL Level 3. Gary L Taylor

BSL Level 3. Gary L Taylor BSL Level 3 Gary L Taylor 1 BSL Linguistics Level 3 Unit BSL320 Welcome back 2 Feedback & reflection 2:1 Small group discussions: - Reflect on filming experience - Share how you felt when watching the

More information

Prater Chiropractic Wellness Center 903 W. South St. Kalamazoo, MI PH: (269)

Prater Chiropractic Wellness Center 903 W. South St. Kalamazoo, MI PH: (269) Purpose of Program After an injury or surgery, an exercise conditioning program will help you return to daily activities and enjoy a more active, healthy lifestyle. Following a well-structured conditioning

More information

NDIPE Dictionary of Visual Terms

NDIPE Dictionary of Visual Terms NDIPE Dictionary of Visual Terms One of the challenges of the indoor activity is knowing terms used by the staff and fellow members. As a potential member of the NDIPE, you are expected to have a firm

More information

30/30 Challenge Program Overview

30/30 Challenge Program Overview 30/30 Challenge Program Overview The Ontario Minor Hockey Association (OMHA) is proud to present the 30/30 Challenge, part of the OMHA s Players Club presented by Bauer Hockey. This program was created

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

Table of Contents BASIC. Preface... i

Table of Contents BASIC. Preface... i BASIC Table of Contents Preface... i Section 1 Section 2 Section 3 Section 4 FIVE COMPONENTS OF FITNESS Five for Life Five for Life... 1.1 Cardiorespiratory Endurance Heart Health K-3... 1.14 Heart Health...

More information

UPPER BODY STANDING 12. March in place (hand to opposite knee) For more intensity raise arms above head if your balance is GOOD. 13.

UPPER BODY STANDING 12. March in place (hand to opposite knee) For more intensity raise arms above head if your balance is GOOD. 13. LOW IMPACT EXERCISES SITTING 1. Breathe 2. Half circles with head 3. Neck movements (Chin to chest, ear to shoulder) 4. Neck Stretch Sitting in your chair, reach down and grab the side of the chair with

More information