Computing Eye Tracking Metric for a Radar Display Using a Remote Eye Tracker

Size: px
Start display at page:

Download "Computing Eye Tracking Metric for a Radar Display Using a Remote Eye Tracker"

Transcription

1 2016 Joint International Conference on Artificial Intelligence and Computer Engineering (AICE 2016) and International Conference on Network and Communication Security (NCS 2016) ISBN: Computing Eye Tracking Metric for a Radar Display Using a Remote Eye Tracker Hong-Jie WEE 1,a, Sun-Woh LYE 1,b,*, Jean-Philippe PINHEIRO 2,c 1 School of Mechanical and Aerospace Engineering, Nanyang Technological University, 50 Nanyang Ave, Singapore 2 Thales Air Systems, 3, Av Charles Lindbergh - BP 20351, Rungis Cedex - France a hwee004@e.ntu.edu.sg, b mslye@ntu.edu.sg, c jean-philippe.pinheiro@thalesgroup.com *Corresponding author Keywords: Eye Tracking, Eye Tracking Device, Air Traffic Control, Air Traffic Controllers, Radar Display, Human Computer Interaction, Human Factors. Abstract. Eye movement tracking is a commonly used method for researchers to study the cognitive process of individuals in the Human Computer Interface (HCI) domain. By tracking the eye movement of the test subjects, researchers are then able to investigate into the cognitive processing of the participants. This method is also used widely in the field of Air Traffic Control (ATC), many involving the use of wearable device and multiple displays. However, work on the eye movement activity on a single screen, the radar screen, with the use of a remote eye tracker is sparse. This paper presents an algorithm for computing some eye tracking metric for such a study and together with some results from an experiment. These metrics are shown to be effective and useful, allowing it to serve as a good basis for further work in this domain. Introduction Eye-movement tracking is an increasingly popular method being adopted by many researchers in their field of study to better understand the usability issues in the Human-Computer Interaction (HCI) environments. Eye-tracking is a technique whereby an individual s eye movements are measured so that the researcher can identify both where the test subject is looking at any given time, as well as the sequence in which their eyes are shifting from one point to another [1]. By tracking the eye movements of the test subject, a better understanding of the visual and display-based information processing can be achieved. In this case, one can investigate into the level of information processing that the participant is subjected to. It is interesting to note that such technology actually developed from over 100 years ago from reading research [2]. Over the years, eye tracking technology have improved from using electrodes mounted around the skin of the eye (Electro-Oculograhic Technique), wearing of large contacts lenses that covers the cornea and sclera [3] to modern remote eye tracker technology and wearable glasses technology which is deemed to be more comfortable and less invasive. Eye tracking research has been used for many applications. They are used to provide more insights to problem solving, visual search strategies and many more [4, 5]. As eye movements is able to provide further insights on the cognitive processes of individuals, it is seen as a rich research tool in HCI related topics, with human factors (HF), being one of them [6]. In the context of Air Traffic Control (ATC), eye tracking devices have been deployed for many uses. Many of such uses involve the use of a wearable eye tracking device and also multiple displays, to test the usability of some displays and also the situational awareness of ATC training [7, 8]. Few studies have attempted to use the eye tracking device to monitor eye movement behaviour based on the activity of a single screen, let alone the radar display of the Air Traffic Controller (ATCo). The difficulty of such a study lies in the constant zooming and panning action done by the

2 ATCo most of the time and also the lack of an accurate, non-intrusive eye tracker to trace the eye movement behaviour of the ATCo. Objective The objective of this paper is to create an algorithm for a remote eye tracker to trace the different eye movement behaviour of the ATCo while looking at the events happening at the radar display. A study was done to determine the effectiveness and sensitivity of the eye metrics computed from the algorithm in detecting the changes of eye movement activity. The participants who took part in this study are novice ATCo with no experience in ATC. Approach Eye Tracking Metric The following eye tracking metrics are identified, showed with its definitions and meanings, as shown in Table 1. Table 1. Eye tracking metric used. Eye Tracking Metric Description Eye movements which stabilise the retina over a stationary object of Fixation interest for more than 250[ms] [9] AOI Area on the display where all fixations are functionally equivalent [10] Count of the number of fixations Fixation Count A measure of underlying processing efforts [11] Fixation within the defined AOI Fixation Count per AOI Frequency indicates the need to monitor that AOI, indicating importance [6] A longer fixation duration indicates the longer processing time is Fixation Duration needed to extract information [12] Sum of all successive fixations Processing time used for perceiving the information, measure of Gaze Duration per AOI difficulty in processing information by ATCo [13] Used as a measure of anticipation for SA, if longer gaze falls on AOI before event occurs [7] Experimental Setup The equipment used to perform this study are the remote eye tracker, Tobii X2-30, a real time air traffic control simulator, NARSIM. A post processing tool, TopSky-HF, is used to record and post process the eye tracking data. The setup is seen in Figure 1 with the radar display, displayed on a 2K screen. The eye tracking metrics used for this experiment are fixation count per AOI and gaze duration per AOI. Figure 1. Experimental Setup.

3 Experiment Design The dependent variables (observations) of the experiment are total fixation count per AOI and total gaze duration per AOI. The experiments are divided into the ER and TMA scenarios, to study if such metrics are useful to detect any changes in the eye movement behaviours of the participants. Every run of the simulation lasted for one hour. For the ER scenario, the independent variables are number of conflicts, number of FL and number of aircraft. This study used a 3 (number of conflicts: no crossing, no conflict, crossing, no conflicts, crossing, conflicts) x 3 (number of FL: 4, 6, 8) x 3 (number of aircraft: 40, 60, 80), single replicate design. For TMA scenario, the independent variables are the number of flight merging paths, number of holdings and number of aircraft. This study used a 3 (number of merging paths: 0, 1, 2) x 3 (number of holdings available: 0, 1, 2) x 3 (number of aircraft: 40, 50, 60), single replicate design. Procedure Before the experiment began, the participants were briefed on what they are supposed to do as the ATCo and the pseudo pilot, followed by instructions on how to use the equipment. The participant playing the role of the ATCo will be required to adjust his sitting posture correctly and also to calibrate his eyes to the center of the screen, to ensure that the eye tracking data collected is consistent. They will not be informed of the type of scenario so as to prevent any biasness in the results. Method (Processing Eye Tracking Data) The eye tracking data are collected from the Tobii X2-30 server and the radar screen loggings from the NARSIM logging simulator. The computation of the final eye tracking metric, total fixation count per AOI and total gaze duration per AOI for data analysis is shown in the different phases of calculation below. Phase 1: Post Processing of Eye Tracking Logging Values that are being recorded as loggings are the X and Y pixel value of the eye movement s retina stabilization [Px, Py], the timestamp of the fixation in terms of unix time [ms] (13 digit time starting from 1/1/1970), line by line, in ascending order of the time from the start to end of the simulation. Table 2 shows the steps to determine the fixations and their respective fixation duration, for the one hour simulation duration. It is also necessary to convert the timestamp values from unix time to absolute simulation time in seconds in order to compare with the radar loggings. Table 2. Steps to determine fixations and respective fixation durations. 1 Calculate the time interval between each retina stabilisation by taking the difference of timings between the current row and the row right after. 2 Filter out Px and Py values that are out of the range of the 2K display 3 Filter out those timings with no fixation present, t 250[ms], to determine the fixation location and its respective fixation duration Phase 2: Post Processing of Radar Screen Logging The radar logging file from NARSIM is in the format as shown in Table 3, which indicates all the activity of the radar display that is constantly being traced. All these activities have a timestamp in absolute simulation time and such logging information is printed line by line in ascending order.

4 Commands rng OFC Table 3. Commands traced in NARSIM radar screen loggings. Meaning of the values shown with units included Range of the radar display, from center of the screen to the 4 corners. [NM] Position of center of the screen. [Latitude (Lat) [Deg], Longtitude (Lon) [Deg]] Table 4. Commands traced in NARSIM radar screen loggings (Cont.). Commands Meaning of the values shown with units included Track Update Indicates the position of the aircraft s track on radar display, together with the callsign of the aircraft. [Lat [Deg], Lon [Deg]] CreateLabel / MoveLabel Indicates the point where the track label starts, in relative position to the aircraft s track position, together with the respective callsign [Pixel X (Px), Pixel Y (Py)] SAA Indicates the aircraft UCO Indicates the aircraft taken under control by the ATCo The main aim of this phase is to determine the location of the aircraft s track position in terms of pixel data so that it can be compared to the eye tracking metric values from the eye tracker. In addition, information like rng and OFC are crucial in determining the effective AOI of the radar screen. Table 5 shows the steps needed to determine the aircraft track and its respective track label in terms of Px and Py. Table 5. Steps to determine the aircraft's track and label in Px and Py. 1 State constant values. Center of screen in terms of pixel, Cx = Cy = 1024 (2K display), Radius of Earth = 3440 NM 2 Convert all Lat and Lon from degrees to radians 3 Update and record the rng and OFC values whenever detected, serving as reference values. 4 Calculate pixel per range [NM] by first calculating pixel per length [cm], with the following steps Pixel_cm = 2048 / 50 (2K display) (1) Pixel_range = (pixel_cm)*(25 / rng) (2) 5 Calculate the distance of aircraft s track, d, and also the angle of the track,, from the center of radar screen with the following formula. dlat = lat1 lat(center); dlon = lon1 lon(center) (3) 2 dlat 2 a = sin ( ) [cos(lat(center))]*[cos(lon(center))]*sin ( dlon ) (4) 2 2 c = 2*arctan [ a ] (5) 1 a d = R*c, where R = radius of earth (6) arctan ( dlat ) (7) dlon 6 Determine the Px and Py of the aircraft s track with the following formula, taking into account of the quadrant the aircraft s track is in for calculation Px Cx d*(pixel_range)*(cos ) (8) Py Cy d*(pixel_range)*(sin ) (9) 7 Determine the pixel locations of the track label, by sorting out the timestamp correctly, then matching the correct callsign before calculating the values accordingly, using the pixel_cm value (each track label has a standard size of 2cm by 2cm).

5 Phase 3: Determining Fixation Count per AOI and Gaze Duration per AOI Table 6 shows the steps to determine the effective AOI, while Table 8 shows the steps to determine the metrics measured in this experiment, total fixation count per AOI and total gaze duration per AOI. Table 6. Steps to determine the effective AOI of the radar display. 1 Identify AOIs and the type from the Aeronautical Information Publication (AIP) 2 Determine the size of the AOI, by range of Px and Py values from the initialized range of the radar screen Table 7. Steps to determine the effective AOI of the radar display (Cont.). 3 The size of AOI could vary, if there is any change in the range of radar display. This is calculated by the following steps. Assuming, many pixel points in AOI, this calculation is only shown for one point, Px and Py values Px new Cx rngold Py new Cy rngold (10) ; Px old Cx rngnew Py old Cy rngnew These steps can be repeated for all other points of the AOI Table 8. Steps to compute total fixation count per AOI and total gaze duration per AOI. 1 Convert the posix time of eye tracking loggings to absolute simulation time [s] 2 Align the timings of the radar display loggings and eye tracking loggings 3 Determine if the fixation values are within the AOIs defined and also if the aircraft track and aircraft track label is within. 4 Determine the total fixation count per AOI by counting the total number of fixations within the AOI in the whole simulation duration 5 Determine the gaze duration per AOI by summing up the fixation duration of consecutive fixations within the AOI 6 Determine the total gaze duration per AOI by summing up all the gaze duration per AOI for each AOI After computing all the total fixation count per AOI and total gaze duration per AOI, these values can then be tabulated across different simulations for further data analysis. Results and Analysis For the TMA scenarios, it is shown that with an increase in the number of aircraft, there is an increase in the total fixation count per Instrument Landing System (ILS) merging AOI. This can be attributed to the fact that there is a larger pressure to land the aircraft safely, hence, more focus on the ILS region to issue the aircraft for landing. In addition, with the increase in ILS merging, there is an increase in hotspot fixation, as seen in Table 9. Critical regions such as the ILS region are deemed important to the novice ATCo. It is difficult as ATCos are required to monitor and command changes of the flight level, airspeed, heading of the aircraft by communicating with the pseudo pilot, while aligning the aircraft position in space.

6 Table 9. Results of increase in number of merging on total fixation count per hotspot AOI. 40 aircraft & 0 holding scenario No merging 1 merging at ILS % Total fixation count on ILS merging AOI 61% 67% % Total fixation count on non ILS merging AOI 39% 33% Subsequently, an increase in number of holdings results in an increase in total hotspot gaze duration, as seen in Table 10. This shows that with more holdings utilized, there is more information processing done by the novice ATCo. Table 10. Results of increase in number of holding on total gaze duration per hotpsot AOI. 1 merging & 50 aircraft scenario 0 holding 1 holding 2 holding Total gaze duration on holding AOI [ms] For ER scenarios, an increase in the number of crossing results in an increase of total fixation counts at non-crossing AOIs, as seen in Table 11. This shows that novice ATCos plan for conflict detection. As a result, there is an increase in the non-crossing point AOIs. Table 11. Results of increasing the number of crossing on total fixation count per hotspot AOI. 4 cruising FLs, 40 aircraft, non-conflicting scenario % Total fixation count on ILS crossing point AOI % Total fixation count on ILS non crossing point AOI Conclusion 1 crossing 2 crossing 3 crossing 79% 78% 63% 21% 22% 37% This study shows that such eye tracking metrics can be derived in such a manner is effective and sensitive enough to detect any changes in the eye movement behaviour of the ATCo, as seen in the results presented. Therefore, this can then serve as a good starting point for researchers who wish to study the eye movement behaviours, relating to the cognitive process of ATCos. Further work can be done to implement more eye tracking metrics to test their effectiveness similarly. Subsequently, more work can be done to determine the limit of the zooming action and the effectiveness of the AOIs pre-defined. Acknowledgement This research was conducted in the Air Traffic Management Research Institute (ATMRI) of Nanyang Technological University (NTU), using the radar lab of ATMRI. The author would like to thank the staff at ATMRI for helping out with the setting up of the radar lab to ensure that the simulations of the experiment can run smoothly. The author would also like to thank Jean Philippe Pinheiro for the help in the setting up of TopSky-HF and also his guidance on the use of the software to aid in the data analysis of the experiment.

7 References [1] R. Jacob and K.S. Karn, Eye tracking in human-computer interaction and usability research: Ready to deliver the promises, Mind, vol. 2, p. 4, [2] H.E. Blanchard, A. Pollatsek, and K. Rayner, The acquisition of parafoveal word information in reading, Perception & Psychophysics, vol. 46, pp , [3] A. Duchowski, Eye tracking methodology: Theory and practice vol. 373: Springer Science & Business Media, [4] L.J. Ball, E.J. Lucas, J.N. Miles, and A.G. Gale, Inspection times and the selection task: What do eye-movements reveal about relevance effects?, The Quarterly Journal of Experimental Psychology, vol. 56, pp , [5] G. Zelinsky and D. Sheinberg, Why some search tasks take longer than others: Using eye movements to redefine reaction times, Studies in visual information processing, vol. 6, pp , [6] A. Poole and L.J. Ball, Eye tracking in HCI and usability research, Encyclopedia of human computer interaction, vol. 1, pp , [7] G. Hauland, Measuring team situation awareness by means of eye movement data, in Proceedings of HCI International, 2003, pp [8] U. Ahlstrom and F.J. Friedman-Berg, Using eye movement activity as a correlate of cognitive workload, International Journal of Industrial Ergonomics, vol. 36, pp , [9] S.C. Sereno and K. Rayner, Measuring word recognition in reading: eye movements and event-related potentials, Trends in Cognitive Sciences, vol. 7, pp , [10] C. Moehlenbrink and A. Papenfuss, Eye-data metrics to characterize tower controllers' visual attention in a Multipe Remote Tower Exercise, [11] X.P. Kotval and J.H. Goldberg, Eye movements and interface component grouping: an evaluation method, in Proceedings of the Human Factors and Ergonomics Society Annual Meeting, 1998, pp [12] M.A. Just and P.A. Carpenter, Eye fixations and cognitive processes, Cognitive Psychology, vol. 8, pp , [13] C. Mello-Thoms, C.F. Nodine, and H.L. Kundel, What attracts the eye to the location of missed and reported breast cancers?, in Proceedings of the 2002 Symposium on Eye Tracking Research & Applications, 2002, pp

A Multimodal Air Traffic Controller Working Position

A Multimodal Air Traffic Controller Working Position DLR.de Chart 1 A Multimodal Air Traffic Controller Working Position The Sixth SESAR Innovation Days, Delft, The Netherlands Oliver Ohneiser, Malte Jauer German Aerospace Center (DLR) Institute of Flight

More information

DESIGNING AND CONDUCTING USER STUDIES

DESIGNING AND CONDUCTING USER STUDIES DESIGNING AND CONDUCTING USER STUDIES MODULE 4: When and how to apply Eye Tracking Kristien Ooms Kristien.ooms@UGent.be EYE TRACKING APPLICATION DOMAINS Usability research Software, websites, etc. Virtual

More information

CSE Thu 10/22. Nadir Weibel

CSE Thu 10/22. Nadir Weibel CSE 118 - Thu 10/22 Nadir Weibel Today Admin Teams : status? Web Site on Github (due: Sunday 11:59pm) Evening meetings: presence Mini Quiz Eye-Tracking Mini Quiz on Week 3-4 http://goo.gl/forms/ab7jijsryh

More information

Eye-data metrics to characterize tower controllers visual attention in a Multiple Remote Tower Exercise

Eye-data metrics to characterize tower controllers visual attention in a Multiple Remote Tower Exercise Eye-data metrics to characterize tower controllers visual attention in a Multiple Remote Tower Exercise Christoph Moehlenbrink & Anne Papenfuss German Aerospace Center (DLR), Institute of Flight Guidance

More information

Propagation of airborne spacing errors in merging traffic streams

Propagation of airborne spacing errors in merging traffic streams Propagation of airborne spacing errors in merging traffic streams Dan Ivanescu *, Chris Shaw, Eric Hoffman, Karim Zeghal EUROCONTROL Experimental Centre with the support of CASCADE programme & ATC domain

More information

EUROPEAN ORGANISATION FOR THE SAFETY OF AIR NAVIGATION EUROCONTROL EUROCONTROL EXPERIMENTAL CENTRE CDG REAL-TIME SIMULATION RESULTS

EUROPEAN ORGANISATION FOR THE SAFETY OF AIR NAVIGATION EUROCONTROL EUROCONTROL EXPERIMENTAL CENTRE CDG REAL-TIME SIMULATION RESULTS EUROPEAN ORGANISATION FOR THE SAFETY OF AIR NAVIGATION EUROCONTROL EUROCONTROL EXPERIMENTAL CENTRE CDG REAL-TIME SIMULATION RESULTS EEC Note No. 17/06 Project: Time Based Separation Issued: November 2006

More information

IMAGE PROCESSING TECHNIQUES FOR CROWD DENSITY ESTIMATION USING A REFERENCE IMAGE

IMAGE PROCESSING TECHNIQUES FOR CROWD DENSITY ESTIMATION USING A REFERENCE IMAGE Second Asian Conference on Computer Vision (ACCV9), Singapore, -8 December, Vol. III, pp. 6-1 (invited) IMAGE PROCESSING TECHNIQUES FOR CROWD DENSITY ESTIMATION USING A REFERENCE IMAGE Jia Hong Yin, Sergio

More information

Usability Evaluation of Multi- Touch-Displays for TMA Controller Working Positions

Usability Evaluation of Multi- Touch-Displays for TMA Controller Working Positions Sesar Innovation Days 2014 Usability Evaluation of Multi- Touch-Displays for TMA Controller Working Positions DLR German Aerospace Center, DFS German Air Navigation Services Maria Uebbing-Rumke, DLR Hejar

More information

Evaluation of Guidance Systems in Public Infrastructures Using Eye Tracking in an Immersive Virtual Environment

Evaluation of Guidance Systems in Public Infrastructures Using Eye Tracking in an Immersive Virtual Environment Evaluation of Guidance Systems in Public Infrastructures Using Eye Tracking in an Immersive Virtual Environment Helmut Schrom-Feiertag 1, Christoph Schinko 2, Volker Settgast 3, and Stefan Seer 1 1 Austrian

More information

Work Domain Analysis (WDA) for Ecological Interface Design (EID) of Vehicle Control Display

Work Domain Analysis (WDA) for Ecological Interface Design (EID) of Vehicle Control Display Work Domain Analysis (WDA) for Ecological Interface Design (EID) of Vehicle Control Display SUK WON LEE, TAEK SU NAM, ROHAE MYUNG Division of Information Management Engineering Korea University 5-Ga, Anam-Dong,

More information

CHAPTER-4 FRUIT QUALITY GRADATION USING SHAPE, SIZE AND DEFECT ATTRIBUTES

CHAPTER-4 FRUIT QUALITY GRADATION USING SHAPE, SIZE AND DEFECT ATTRIBUTES CHAPTER-4 FRUIT QUALITY GRADATION USING SHAPE, SIZE AND DEFECT ATTRIBUTES In addition to colour based estimation of apple quality, various models have been suggested to estimate external attribute based

More information

Baby Boomers and Gaze Enabled Gaming

Baby Boomers and Gaze Enabled Gaming Baby Boomers and Gaze Enabled Gaming Soussan Djamasbi (&), Siavash Mortazavi, and Mina Shojaeizadeh User Experience and Decision Making Research Laboratory, Worcester Polytechnic Institute, 100 Institute

More information

Comparison of Three Eye Tracking Devices in Psychology of Programming Research

Comparison of Three Eye Tracking Devices in Psychology of Programming Research In E. Dunican & T.R.G. Green (Eds). Proc. PPIG 16 Pages 151-158 Comparison of Three Eye Tracking Devices in Psychology of Programming Research Seppo Nevalainen and Jorma Sajaniemi University of Joensuu,

More information

Toward an Integrated Ecological Plan View Display for Air Traffic Controllers

Toward an Integrated Ecological Plan View Display for Air Traffic Controllers Wright State University CORE Scholar International Symposium on Aviation Psychology - 2015 International Symposium on Aviation Psychology 2015 Toward an Integrated Ecological Plan View Display for Air

More information

Investigation of noise and vibration impact on aircraft crew, studied in an aircraft simulator

Investigation of noise and vibration impact on aircraft crew, studied in an aircraft simulator The 33 rd International Congress and Exposition on Noise Control Engineering Investigation of noise and vibration impact on aircraft crew, studied in an aircraft simulator Volker Mellert, Ingo Baumann,

More information

Lecture 26: Eye Tracking

Lecture 26: Eye Tracking Lecture 26: Eye Tracking Inf1-Introduction to Cognitive Science Diego Frassinelli March 21, 2013 Experiments at the University of Edinburgh Student and Graduate Employment (SAGE): www.employerdatabase.careers.ed.ac.uk

More information

Integrating Spaceborne Sensing with Airborne Maritime Surveillance Patrols

Integrating Spaceborne Sensing with Airborne Maritime Surveillance Patrols 22nd International Congress on Modelling and Simulation, Hobart, Tasmania, Australia, 3 to 8 December 2017 mssanz.org.au/modsim2017 Integrating Spaceborne Sensing with Airborne Maritime Surveillance Patrols

More information

Assessing the Impact of a New Instruction on Air Traffic Controller Monitoring Tasks

Assessing the Impact of a New Instruction on Air Traffic Controller Monitoring Tasks Assessing the Impact of a New Instruction on Air Traffic Controller Monitoring Tasks Laurence Rognin STERIA Vélizy, France Isabelle Grimaud CRNA Sud Est Aix-en-Provence, France {firstname.lastname@eurocontrol.int}

More information

The Evaluation of Pilots Performance and Mental Workload by Eye Movement

The Evaluation of Pilots Performance and Mental Workload by Eye Movement The Evaluation of Pilots Performance and Mental Workload by Eye Movement * Wen-Chin Li 1, Fa-Chung Chiu 2, Ka-Jay Wu 3 1, 2 &3 Psychology Department, National Defense University, Beitou District, Taipei

More information

Visual Search using Principal Component Analysis

Visual Search using Principal Component Analysis Visual Search using Principal Component Analysis Project Report Umesh Rajashekar EE381K - Multidimensional Digital Signal Processing FALL 2000 The University of Texas at Austin Abstract The development

More information

Implementing Eye Tracking Technology in the Construction Process

Implementing Eye Tracking Technology in the Construction Process Implementing Eye Tracking Technology in the Construction Process Ebrahim P. Karan, Ph.D. Millersville University Millersville, Pennsylvania Mehrzad V. Yousefi Rampart Architects Group Tehran, Iran Atefeh

More information

Guidance Material for ILS requirements in RSA

Guidance Material for ILS requirements in RSA Guidance Material for ILS requirements in RSA General:- Controlled airspace required with appropriate procedures. Control Tower to have clear and unobstructed view of the complete runway complex. ATC to

More information

Designing for Situation Awareness -the world behind the glass-

Designing for Situation Awareness -the world behind the glass- aerospace human-machine systems Designing for Situation Awareness -the world behind the glass- Max Mulder Human Factors in Control Oslo, October 12, 2016 TU Delft Aerospace Engineering Control & Simulation

More information

Human Factors Implications of Continuous Descent Approach Procedures for Noise Abatement in Air Traffic Control

Human Factors Implications of Continuous Descent Approach Procedures for Noise Abatement in Air Traffic Control Human Factors Implications of Continuous Descent Approach Procedures for Noise Abatement in Air Traffic Control Hayley J. Davison Reynolds, hayley@mit.edu Tom G. Reynolds, tgr25@cam.ac.uk R. John Hansman,

More information

ENHANCED HUMAN-AGENT INTERACTION: AUGMENTING INTERACTION MODELS WITH EMBODIED AGENTS BY SERAFIN BENTO. MASTER OF SCIENCE in INFORMATION SYSTEMS

ENHANCED HUMAN-AGENT INTERACTION: AUGMENTING INTERACTION MODELS WITH EMBODIED AGENTS BY SERAFIN BENTO. MASTER OF SCIENCE in INFORMATION SYSTEMS BY SERAFIN BENTO MASTER OF SCIENCE in INFORMATION SYSTEMS Edmonton, Alberta September, 2015 ABSTRACT The popularity of software agents demands for more comprehensive HAI design processes. The outcome of

More information

Improvement of Accuracy in Remote Gaze Detection for User Wearing Eyeglasses Using Relative Position Between Centers of Pupil and Corneal Sphere

Improvement of Accuracy in Remote Gaze Detection for User Wearing Eyeglasses Using Relative Position Between Centers of Pupil and Corneal Sphere Improvement of Accuracy in Remote Gaze Detection for User Wearing Eyeglasses Using Relative Position Between Centers of Pupil and Corneal Sphere Kiyotaka Fukumoto (&), Takumi Tsuzuki, and Yoshinobu Ebisawa

More information

Eye-centric ICT control

Eye-centric ICT control Loughborough University Institutional Repository Eye-centric ICT control This item was submitted to Loughborough University's Institutional Repository by the/an author. Citation: SHI, GALE and PURDY, 2006.

More information

Eye-Gaze Tracking Using Inexpensive Video Cameras. Wajid Ahmed Greg Book Hardik Dave. University of Connecticut, May 2002

Eye-Gaze Tracking Using Inexpensive Video Cameras. Wajid Ahmed Greg Book Hardik Dave. University of Connecticut, May 2002 Eye-Gaze Tracking Using Inexpensive Video Cameras Wajid Ahmed Greg Book Hardik Dave University of Connecticut, May 2002 Statement of Problem To track eye movements based on pupil location. The location

More information

CONSIDERATIONS WHEN CALCULATING PERCENT ROAD CENTRE FROM EYE MOVEMENT DATA IN DRIVER DISTRACTION MONITORING

CONSIDERATIONS WHEN CALCULATING PERCENT ROAD CENTRE FROM EYE MOVEMENT DATA IN DRIVER DISTRACTION MONITORING CONSIDERATIONS WHEN CALCULATING PERCENT ROAD CENTRE FROM EYE MOVEMENT DATA IN DRIVER DISTRACTION MONITORING Christer Ahlstrom, Katja Kircher, Albert Kircher Swedish National Road and Transport Research

More information

2. Radar receives and processes this request, and forwards it to Ground Datalink Processor (in our case named GRATIS)

2. Radar receives and processes this request, and forwards it to Ground Datalink Processor (in our case named GRATIS) 1 Short Description The Traffic Information Service (TIS) provides information to the cockpit via data link that is similar to VFR radar traffic advisories normally received over voice radio. TIS is intended

More information

HUMAN COMPUTER INTERFACE

HUMAN COMPUTER INTERFACE HUMAN COMPUTER INTERFACE TARUNIM SHARMA Department of Computer Science Maharaja Surajmal Institute C-4, Janakpuri, New Delhi, India ABSTRACT-- The intention of this paper is to provide an overview on the

More information

Flight Data Handling with Augmented Reality. Doctoral Symposium ICRAT 18, Castelldefels, Barcelona (Catalonia) June 25 th 29th 2018

Flight Data Handling with Augmented Reality. Doctoral Symposium ICRAT 18, Castelldefels, Barcelona (Catalonia) June 25 th 29th 2018 DLR.de/fl Chart 1 > Flight Data Handling with Augmented Reality > Hejar Gürlük > ICRAT 2018 > 2018/06/29 Flight Data Handling with Augmented Reality Doctoral Symposium ICRAT 18, Castelldefels, Barcelona

More information

Tips for making accurate rise / fall time measurements for radar signals

Tips for making accurate rise / fall time measurements for radar signals Tips for making accurate rise / fall time measurements for radar signals Abstract: Output power measurement is one of the basic measurements for a radar system as it determines the performance, range and

More information

TRAFFIC SIGN DETECTION AND IDENTIFICATION.

TRAFFIC SIGN DETECTION AND IDENTIFICATION. TRAFFIC SIGN DETECTION AND IDENTIFICATION Vaughan W. Inman 1 & Brian H. Philips 2 1 SAIC, McLean, Virginia, USA 2 Federal Highway Administration, McLean, Virginia, USA Email: vaughan.inman.ctr@dot.gov

More information

Time Delay Estimation: Applications and Algorithms

Time Delay Estimation: Applications and Algorithms Time Delay Estimation: Applications and Algorithms Hing Cheung So http://www.ee.cityu.edu.hk/~hcso Department of Electronic Engineering City University of Hong Kong H. C. So Page 1 Outline Introduction

More information

ASSESSING THE IMPACT OF A NEW AIR TRAFFIC CONTROL INSTRUCTION ON FLIGHT CREW ACTIVITY. Carine Hébraud Sofréavia. Nayen Pène and Laurence Rognin STERIA

ASSESSING THE IMPACT OF A NEW AIR TRAFFIC CONTROL INSTRUCTION ON FLIGHT CREW ACTIVITY. Carine Hébraud Sofréavia. Nayen Pène and Laurence Rognin STERIA ASSESSING THE IMPACT OF A NEW AIR TRAFFIC CONTROL INSTRUCTION ON FLIGHT CREW ACTIVITY Carine Hébraud Sofréavia Nayen Pène and Laurence Rognin STERIA Eric Hoffman and Karim Zeghal Eurocontrol Experimental

More information

Detection and Verification of Missing Components in SMD using AOI Techniques

Detection and Verification of Missing Components in SMD using AOI Techniques , pp.13-22 http://dx.doi.org/10.14257/ijcg.2016.7.2.02 Detection and Verification of Missing Components in SMD using AOI Techniques Sharat Chandra Bhardwaj Graphic Era University, India bhardwaj.sharat@gmail.com

More information

EYE MOVEMENT STRATEGIES IN NAVIGATIONAL TASKS Austin Ducworth, Melissa Falzetta, Lindsay Hyma, Katie Kimble & James Michalak Group 1

EYE MOVEMENT STRATEGIES IN NAVIGATIONAL TASKS Austin Ducworth, Melissa Falzetta, Lindsay Hyma, Katie Kimble & James Michalak Group 1 EYE MOVEMENT STRATEGIES IN NAVIGATIONAL TASKS Austin Ducworth, Melissa Falzetta, Lindsay Hyma, Katie Kimble & James Michalak Group 1 Abstract Navigation is an essential part of many military and civilian

More information

Keysight Technologies N9051B Pulse Measurement Software X-Series Signal Analyzers. Technical Overview

Keysight Technologies N9051B Pulse Measurement Software X-Series Signal Analyzers. Technical Overview Keysight Technologies N9051B Pulse Measurement Software X-Series Signal Analyzers Technical Overview 02 Keysight N9051B Pulse Measurement Software X-Series Signal Analyzers - Technical Overview Features

More information

Available online at ScienceDirect. Mihai Duguleană*, Adrian Nedelcu, Florin Bărbuceanu

Available online at   ScienceDirect. Mihai Duguleană*, Adrian Nedelcu, Florin Bărbuceanu Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 69 ( 2014 ) 333 339 24th DAAAM International Symposium on Intelligent Manufacturing and Automation, 2013 Measuring Eye Gaze

More information

Portable Noise Monitoring Report March 5 - April 24, 2016 The Museum of Vancouver. Vancouver Airport Authority

Portable Noise Monitoring Report March 5 - April 24, 2016 The Museum of Vancouver. Vancouver Airport Authority Portable Noise Monitoring Report March 5 - April 24, 2016 The Museum of Vancouver Vancouver Airport Authority September 27, 2016 Table of Contents INTRODUCTION... 2 OBJECTIVES... 2 VANCOUVER: AIRCRAFT

More information

DESIGN AND EVALUATION OF A 4D INTERFACE FOR ATC

DESIGN AND EVALUATION OF A 4D INTERFACE FOR ATC 26 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES DESIGN AND EVALUATION OF A 4D INTERFACE FOR ATC Sara Bagassi, Francesca De Crescenzio, Franco Persiani II Faculty of Engineering, University of

More information

A USEABLE, ONLINE NASA-TLX TOOL. David Sharek Psychology Department, North Carolina State University, Raleigh, NC USA

A USEABLE, ONLINE NASA-TLX TOOL. David Sharek Psychology Department, North Carolina State University, Raleigh, NC USA 1375 A USEABLE, ONLINE NASA-TLX TOOL David Sharek Psychology Department, North Carolina State University, Raleigh, NC 27695-7650 USA For over 20 years, the NASA Task Load index (NASA-TLX) (Hart & Staveland,

More information

Networked Radar Capability for Adapt MFR Adapt MFR V Experiment results and software debug updates

Networked Radar Capability for Adapt MFR Adapt MFR V Experiment results and software debug updates Networked Radar Capability for Adapt MFR Adapt MFR V 3.2.8 Experiment results and software debug updates c Her Majesty the Queen in Right of Canada as represented by the Minister of National Defence, 2014

More information

ORIGINAL ARTICLE A COMPARATIVE STUDY OF QUALITY ANALYSIS ON VARIOUS IMAGE FORMATS

ORIGINAL ARTICLE A COMPARATIVE STUDY OF QUALITY ANALYSIS ON VARIOUS IMAGE FORMATS ORIGINAL ARTICLE A COMPARATIVE STUDY OF QUALITY ANALYSIS ON VARIOUS IMAGE FORMATS 1 M.S.L.RATNAVATHI, 1 SYEDSHAMEEM, 2 P. KALEE PRASAD, 1 D. VENKATARATNAM 1 Department of ECE, K L University, Guntur 2

More information

Image Recognition for PCB Soldering Platform Controlled by Embedded Microchip Based on Hopfield Neural Network

Image Recognition for PCB Soldering Platform Controlled by Embedded Microchip Based on Hopfield Neural Network 436 JOURNAL OF COMPUTERS, VOL. 5, NO. 9, SEPTEMBER Image Recognition for PCB Soldering Platform Controlled by Embedded Microchip Based on Hopfield Neural Network Chung-Chi Wu Department of Electrical Engineering,

More information

Improved Pilot Training using Head and Eye Tracking System

Improved Pilot Training using Head and Eye Tracking System Research Collection Conference Paper Improved Pilot Training using Head and Eye Tracking System Author(s): Ferrari, Flavio; Spillmann, Kevin P. C.; Knecht, Chiara P.; Bektas, Kenan; Muehlethaler, Celine

More information

Experiment HP-23: Lie Detection and Facial Recognition using Eye Tracking

Experiment HP-23: Lie Detection and Facial Recognition using Eye Tracking Experiment HP-23: Lie Detection and Facial Recognition using Eye Tracking Background Did you know that when a person lies there are several tells, or signs, that a trained professional can use to judge

More information

CMP2019M Human-Computer Interaction. Week 1 Introduction

CMP2019M Human-Computer Interaction. Week 1 Introduction CMP2019M Human-Computer Interaction Week 1 Introduction Today Part I: About This Module Staff Lectures & Workshops Assessment Part II: About HCI What is HCI? Interacting with computers a history Studying

More information

A New Gaze Analysis Based Soft-Biometric

A New Gaze Analysis Based Soft-Biometric A New Gaze Analysis Based Soft-Biometric Chiara Galdi 1, Michele Nappi 1, Daniel Riccio 2, Virginio Cantoni 3, and Marco Porta 3 1 Università degli Studi di Salerno, via Ponte Don Melillo, 84084 Fisciano

More information

INTERNATIONAL RESEARCH JOURNAL IN ADVANCED ENGINEERING AND TECHNOLOGY (IRJAET)

INTERNATIONAL RESEARCH JOURNAL IN ADVANCED ENGINEERING AND TECHNOLOGY (IRJAET) INTERNATIONAL RESEARCH JOURNAL IN ADVANCED ENGINEERING AND TECHNOLOGY (IRJAET) www.irjaet.com ISSN (PRINT) : 2454-4744 ISSN (ONLINE): 2454-4752 Vol. 1, Issue 4, pp.240-245, November, 2015 IRIS RECOGNITION

More information

Chess Beyond the Rules

Chess Beyond the Rules Chess Beyond the Rules Heikki Hyötyniemi Control Engineering Laboratory P.O. Box 5400 FIN-02015 Helsinki Univ. of Tech. Pertti Saariluoma Cognitive Science P.O. Box 13 FIN-00014 Helsinki University 1.

More information

The eyes: Windows into the successful and unsuccessful strategies used during helicopter navigation and target detection

The eyes: Windows into the successful and unsuccessful strategies used during helicopter navigation and target detection Calhoun: The NPS Institutional Archive Faculty and Researcher Publications Faculty and Researcher Publications 2012-07-31 The eyes: Windows into the successful and unsuccessful strategies used during helicopter

More information

Gaze Interaction and Gameplay for Generation Y and Baby Boomer Users

Gaze Interaction and Gameplay for Generation Y and Baby Boomer Users Gaze Interaction and Gameplay for Generation Y and Baby Boomer Users Mina Shojaeizadeh, Siavash Mortazavi, Soussan Djamasbi User Experience & Decision Making Research Laboratory, Worcester Polytechnic

More information

Naturalistic Flying Study as a Method of Collecting Pilot Communication Behavior Data

Naturalistic Flying Study as a Method of Collecting Pilot Communication Behavior Data IEEE Cognitive Communications for Aerospace Applications Workshop 2017 Naturalistic Flying Study as a Method of Collecting Pilot Communication Behavior Data Chang-Geun Oh, Ph.D Kent State University Why

More information

Environmental control by remote eye tracking

Environmental control by remote eye tracking Loughborough University Institutional Repository Environmental control by remote eye tracking This item was submitted to Loughborough University's Institutional Repository by the/an author. Citation: SHI,

More information

WHY TOTAL CONTROL? Key features:

WHY TOTAL CONTROL? Key features: ATC SIMULATION WHY TOTAL CONTROL? Total Control offers the most reliable, configurable and flexible ATC simulation solution in the market. With easily customisable scenarios, your trainees will be better

More information

The application of Work Domain Analysis (WDA) for the development of vehicle control display

The application of Work Domain Analysis (WDA) for the development of vehicle control display Proceedings of the 7th WSEAS International Conference on Applied Informatics and Communications, Athens, Greece, August 24-26, 2007 160 The application of Work Domain Analysis (WDA) for the development

More information

Learning Aircraft Behavior from Real Air Traffic

Learning Aircraft Behavior from Real Air Traffic Learning Aircraft Behavior from Real Air Traffic Arcady Rantrua 1,2, Eric Maesen 1, Sebastien Chabrier 1, Marie-Pierre Gleizes 2 {firstname.lastname}@soprasteria.com {firstname.lastname}@irit.fr 1 R&D

More information

A New Framework for Color Image Segmentation Using Watershed Algorithm

A New Framework for Color Image Segmentation Using Watershed Algorithm A New Framework for Color Image Segmentation Using Watershed Algorithm Ashwin Kumar #1, 1 Department of CSE, VITS, Karimnagar,JNTUH,Hyderabad, AP, INDIA 1 ashwinvrk@gmail.com Abstract Pradeep Kumar 2 2

More information

Ecological Flight Deck Design -the world behind the glass-

Ecological Flight Deck Design -the world behind the glass- Ecological Flight Deck Design -the world behind the glass- 7 th European Flight Test Safety Workshop October 30, 2013 Max Mulder today introduce the human-machine systems group ecological approach to flight

More information

Available online at ScienceDirect. Procedia Manufacturing 3 (2015 )

Available online at  ScienceDirect. Procedia Manufacturing 3 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Manufacturing 3 (2015 ) 5028 5035 6th International Conference on Applied Human Factors and Ergonomics (AHFE 2015) and the Affiliated Conferences,

More information

THE EFFECTS OF PC-BASED TRAINING ON NOVICE DRIVERS RISK AWARENESS IN A DRIVING SIMULATOR

THE EFFECTS OF PC-BASED TRAINING ON NOVICE DRIVERS RISK AWARENESS IN A DRIVING SIMULATOR THE EFFECTS OF PC-BASED TRAINING ON NOVICE DRIVERS RISK AWARENESS IN A DRIVING SIMULATOR Anuj K. Pradhan 1, Donald L. Fisher 1, Alexander Pollatsek 2 1 Department of Mechanical and Industrial Engineering

More information

ZIHO KANG present Assistant Professor, School of Industrial and Systems Engineering, University of Oklahoma, Norman, OK.

ZIHO KANG present Assistant Professor, School of Industrial and Systems Engineering, University of Oklahoma, Norman, OK. ZIHO KANG PROFESSIONAL PREPARATION Korea University Industrial Engineering B.S. 2001 Purdue University Industrial Engineering M.S. 2006 Purdue University Industrial Engineering Ph.D. 2012 RESEARCH INTERESTS

More information

Key-Words: - Neural Networks, Cerebellum, Cerebellar Model Articulation Controller (CMAC), Auto-pilot

Key-Words: - Neural Networks, Cerebellum, Cerebellar Model Articulation Controller (CMAC), Auto-pilot erebellum Based ar Auto-Pilot System B. HSIEH,.QUEK and A.WAHAB Intelligent Systems Laboratory, School of omputer Engineering Nanyang Technological University, Blk N4 #2A-32 Nanyang Avenue, Singapore 639798

More information

The Effect of Opponent Noise on Image Quality

The Effect of Opponent Noise on Image Quality The Effect of Opponent Noise on Image Quality Garrett M. Johnson * and Mark D. Fairchild Munsell Color Science Laboratory, Rochester Institute of Technology Rochester, NY 14623 ABSTRACT A psychophysical

More information

Synergy Model of Artificial Intelligence and Augmented Reality in the Processes of Exploitation of Energy Systems

Synergy Model of Artificial Intelligence and Augmented Reality in the Processes of Exploitation of Energy Systems Journal of Energy and Power Engineering 10 (2016) 102-108 doi: 10.17265/1934-8975/2016.02.004 D DAVID PUBLISHING Synergy Model of Artificial Intelligence and Augmented Reality in the Processes of Exploitation

More information

Gaze-enhanced Scrolling Techniques

Gaze-enhanced Scrolling Techniques Gaze-enhanced Scrolling Techniques Manu Kumar Stanford University, HCI Group Gates Building, Room 382 353 Serra Mall Stanford, CA 94305-9035 sneaker@cs.stanford.edu Andreas Paepcke Stanford University,

More information

Chapter 2 Transformation Invariant Image Recognition Using Multilayer Perceptron 2.1 Introduction

Chapter 2 Transformation Invariant Image Recognition Using Multilayer Perceptron 2.1 Introduction Chapter 2 Transformation Invariant Image Recognition Using Multilayer Perceptron 2.1 Introduction A multilayer perceptron (MLP) [52, 53] comprises an input layer, any number of hidden layers and an output

More information

CSE Tue 10/23. Nadir Weibel

CSE Tue 10/23. Nadir Weibel CSE 118 - Tue 10/23 Nadir Weibel Today Admin Project Assignment #3 Mini Quiz Eye-Tracking Wearable Trackers and Quantified Self Project Assignment #3 Mini Quiz on Week 3 On Google Classroom https://docs.google.com/forms/d/16_1f-uy-ttu01kc3t0yvfwut2j0t1rge4vifh5fsiv4/edit

More information

Relationship between the technical skills and eye-movement indicators of pilots

Relationship between the technical skills and eye-movement indicators of pilots Relationship between the technical skills and eye-movement indicators of pilots Lijing Wang a, Hongpeng Li, Dayong Dong b, Xiuli Shu a School of Aeronautic Science and Engineering of Beihang University,

More information

Comparing Computer-predicted Fixations to Human Gaze

Comparing Computer-predicted Fixations to Human Gaze Comparing Computer-predicted Fixations to Human Gaze Yanxiang Wu School of Computing Clemson University yanxiaw@clemson.edu Andrew T Duchowski School of Computing Clemson University andrewd@cs.clemson.edu

More information

Test and Integration of a Detect and Avoid System

Test and Integration of a Detect and Avoid System AIAA 3rd "Unmanned Unlimited" Technical Conference, Workshop and Exhibit 2-23 September 24, Chicago, Illinois AIAA 24-6424 Test and Integration of a Detect and Avoid System Mr. James Utt * Defense Research

More information

Areas of Composite Figures 8.4. ACTIVITY: Estimating Area. How can you find the area of. a composite figure?

Areas of Composite Figures 8.4. ACTIVITY: Estimating Area. How can you find the area of. a composite figure? .4 Areas of Composite Figures a composite figure? How can you find the area of 1 ACTIVITY: Estimating Area Work with a partner. a. Choose a state. On grid paper, draw a larger outline of the state. b.

More information

Rec. ITU-R F RECOMMENDATION ITU-R F *,**

Rec. ITU-R F RECOMMENDATION ITU-R F *,** Rec. ITU-R F.240-6 1 RECOMMENDATION ITU-R F.240-6 *,** SIGNAL-TO-INTERFERENCE PROTECTION RATIOS FOR VARIOUS CLASSES OF EMISSION IN THE FIXED SERVICE BELOW ABOUT 30 MHz (Question 143/9) Rec. ITU-R F.240-6

More information

Behavioural Realism as a metric of Presence

Behavioural Realism as a metric of Presence Behavioural Realism as a metric of Presence (1) Jonathan Freeman jfreem@essex.ac.uk 01206 873786 01206 873590 (2) Department of Psychology, University of Essex, Wivenhoe Park, Colchester, Essex, CO4 3SQ,

More information

Driver Assistance for "Keeping Hands on the Wheel and Eyes on the Road"

Driver Assistance for Keeping Hands on the Wheel and Eyes on the Road ICVES 2009 Driver Assistance for "Keeping Hands on the Wheel and Eyes on the Road" Cuong Tran and Mohan Manubhai Trivedi Laboratory for Intelligent and Safe Automobiles (LISA) University of California

More information

Research on visual physiological characteristics via virtual driving platform

Research on visual physiological characteristics via virtual driving platform Special Issue Article Research on visual physiological characteristics via virtual driving platform Advances in Mechanical Engineering 2018, Vol. 10(1) 1 10 Ó The Author(s) 2018 DOI: 10.1177/1687814017717664

More information

Face Registration Using Wearable Active Vision Systems for Augmented Memory

Face Registration Using Wearable Active Vision Systems for Augmented Memory DICTA2002: Digital Image Computing Techniques and Applications, 21 22 January 2002, Melbourne, Australia 1 Face Registration Using Wearable Active Vision Systems for Augmented Memory Takekazu Kato Takeshi

More information

Playware Research Methodological Considerations

Playware Research Methodological Considerations Journal of Robotics, Networks and Artificial Life, Vol. 1, No. 1 (June 2014), 23-27 Playware Research Methodological Considerations Henrik Hautop Lund Centre for Playware, Technical University of Denmark,

More information

IEEE Signal Processing Letters: SPL Distance-Reciprocal Distortion Measure for Binary Document Images

IEEE Signal Processing Letters: SPL Distance-Reciprocal Distortion Measure for Binary Document Images IEEE SIGNAL PROCESSING LETTERS, VOL. X, NO. Y, Z 2003 1 IEEE Signal Processing Letters: SPL-00466-2002 1) Paper Title Distance-Reciprocal Distortion Measure for Binary Document Images 2) Authors Haiping

More information

The Application of Eye Tracking in Business

The Application of Eye Tracking in Business The Application of Eye Tracking in Business Barbara Wąsikowska 1 1. Introduction Eye tracking is a method of study allowing for the verification of how humans perceive objects in front of them (e.g. Internet

More information

Neural network approximation precision change analysis on cryptocurrency price prediction

Neural network approximation precision change analysis on cryptocurrency price prediction Neural network approximation precision change analysis on cryptocurrency price prediction A Misnik 1, S Krutalevich 1, S Prakapenka 1, P Borovykh 2 and M Vasiliev 2 1 State Institution of Higher Professional

More information

Differences in Fitts Law Task Performance Based on Environment Scaling

Differences in Fitts Law Task Performance Based on Environment Scaling Differences in Fitts Law Task Performance Based on Environment Scaling Gregory S. Lee and Bhavani Thuraisingham Department of Computer Science University of Texas at Dallas 800 West Campbell Road Richardson,

More information

2. Publishable summary

2. Publishable summary 2. Publishable summary CogLaboration (Successful real World Human-Robot Collaboration: from the cognition of human-human collaboration to fluent human-robot collaboration) is a specific targeted research

More information

Doppler effect (Item No.: P )

Doppler effect (Item No.: P ) Teacher's/Lecturer's Sheet Doppler effect (Item No.: P6012100) Curricular Relevance Area of Expertise: Physik Education Level: Klasse 10-13 Topic: Akustik Subtopic: Schwingungen und Wellen Experiment:

More information

Integrated Vision and Sound Localization

Integrated Vision and Sound Localization Integrated Vision and Sound Localization Parham Aarabi Safwat Zaky Department of Electrical and Computer Engineering University of Toronto 10 Kings College Road, Toronto, Ontario, Canada, M5S 3G4 parham@stanford.edu

More information

Gravitational Lensing Experiment

Gravitational Lensing Experiment EKA Advanced Physics Laboratory Gravitational Lensing Experiment Getting Started Guide In this experiment you will be studying gravitational lensing by simulating the phenomenon with optical lenses. The

More information

X-ray light valve (XLV): a novel detectors technology for digital mammography*

X-ray light valve (XLV): a novel detectors technology for digital mammography* X-ray light valve (XLV): a novel detectors technology for digital mammography* Sorin Marcovici, Vlad Sukhovatkin, Peter Oakham XLV Diagnostics Inc., Thunder Bay, ON P7A 7T1, Canada ABSTRACT A novel method,

More information

A New Capability for Crash Site Documentation

A New Capability for Crash Site Documentation A New Capability for Crash Site Documentation By Major Adam Cybanski, Directorate of Flight Safety, Ottawa Major Adam Cybanski is the officer responsible for helicopter investigation (DFS 2-4) at the Canadian

More information

Multi-Modal User Interaction. Lecture 3: Eye Tracking and Applications

Multi-Modal User Interaction. Lecture 3: Eye Tracking and Applications Multi-Modal User Interaction Lecture 3: Eye Tracking and Applications Zheng-Hua Tan Department of Electronic Systems Aalborg University, Denmark zt@es.aau.dk 1 Part I: Eye tracking Eye tracking Tobii eye

More information

Image Extraction using Image Mining Technique

Image Extraction using Image Mining Technique IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 9 (September. 2013), V2 PP 36-42 Image Extraction using Image Mining Technique Prof. Samir Kumar Bandyopadhyay,

More information

O T & E for ESM Systems and the use of simulation for system performance clarification

O T & E for ESM Systems and the use of simulation for system performance clarification O T & E for ESM Systems and the use of simulation for system performance clarification Dr. Sue Robertson EW Defence Limited United Kingdom e-mail: sue@ewdefence.co.uk Tuesday 11 March 2014 EW Defence Limited

More information

Application of Artificial Intelligence in Mechanical Engineering. Qi Huang

Application of Artificial Intelligence in Mechanical Engineering. Qi Huang 2nd International Conference on Computer Engineering, Information Science & Application Technology (ICCIA 2017) Application of Artificial Intelligence in Mechanical Engineering Qi Huang School of Electrical

More information

ADS-B Introduction Greg Dunstone

ADS-B Introduction Greg Dunstone ADS-B Introduction Greg Dunstone Surveillance Program Lead, Airservices Australia SURVEILLANCE Basics Primary and Secondary radar Why do we need Surveillance? Why surveillance? Improved safety Reduced

More information

Synthetic Aperture Radar (SAR) Imaging using Global Back Projection (GBP) Algorithm For Airborne Radar Systems

Synthetic Aperture Radar (SAR) Imaging using Global Back Projection (GBP) Algorithm For Airborne Radar Systems Proc. of Int. Conf. on Current Trends in Eng., Science and Technology, ICCTEST Synthetic Aperture Radar (SAR) Imaging using Global Back Projection (GBP) Algorithm For Airborne Radar Systems Kavitha T M

More information

ICAO SARPS AND GUIDANCE DOCUMENTS ON SURVEILLANCE SYSTEMS

ICAO SARPS AND GUIDANCE DOCUMENTS ON SURVEILLANCE SYSTEMS ICAO SARPS AND GUIDANCE DOCUMENTS ON SURVEILLANCE SYSTEMS MEETING/WORKSHOP ON AUTOMATIC DEPENDENT SURVEILLANCE BROADCAST (ADS B) IMPLEMENTATION (ADS B/IMP) (Lima, Peru, 13 to 16 November 2017) ONOFRIO

More information

A software video stabilization system for automotive oriented applications

A software video stabilization system for automotive oriented applications A software video stabilization system for automotive oriented applications A. Broggi, P. Grisleri Dipartimento di Ingegneria dellinformazione Universita degli studi di Parma 43100 Parma, Italy Email: {broggi,

More information

Free vibration of cantilever beam FREE VIBRATION OF CANTILEVER BEAM PROCEDURE

Free vibration of cantilever beam FREE VIBRATION OF CANTILEVER BEAM PROCEDURE FREE VIBRATION OF CANTILEVER BEAM PROCEDURE AIM Determine the damped natural frequency, logarithmic decrement and damping ratio of a given system from the free vibration response Calculate the mass of

More information

A Solution for Identification of Bird s Nests on Transmission Lines with UAV Patrol. Qinghua Wang

A Solution for Identification of Bird s Nests on Transmission Lines with UAV Patrol. Qinghua Wang International Conference on Artificial Intelligence and Engineering Applications (AIEA 2016) A Solution for Identification of Bird s Nests on Transmission Lines with UAV Patrol Qinghua Wang Fuzhou Power

More information