RECOGNITION OF DRIVING MANEUVERS BASED ACCELEROMETER SENSOR

Size: px
Start display at page:

Download "RECOGNITION OF DRIVING MANEUVERS BASED ACCELEROMETER SENSOR"

Transcription

1 International Journal of Civil Engineering and Technology (IJCIET) Volume 9, Issue 11, November 2018, pp , Article ID: IJCIET_09_11_149 Available online at ISSN Print: and ISSN Online: IAEME Publication Scopus Indexed RECOGNITION OF DRIVING MANEUVERS BASED ACCELEROMETER SENSOR Sarah K. Al-luhaibi and Aiman M. Said Department of Information System, University of Nizwa, Nizwa/ Oman Munaf S. Najim Al-Din Department of Electrical and Computer Engineering, University of Nizwa, Nizwa/ Oman 3 ABSTRACT Nowadays, Smart phones devices became more intelligent, easily accessible, low cost and very flexible. Those devices are equipped with intelligent sensors that are appropriate to collect data that can be employed for analyzing driving behaviors and recognition systems. All of those features make smart phones a suitable alternative to existing high price driving monitoring and recognition systems. In this paper, we used smart phone accelerometer sensor to collect real driving data. Four driving maneuvers patterns were extracted from our data including Left lane changing, Right Lane changing, Braking and Accelerating Maneuvers. Distinct features have extracted from each type of maneuvers based on accelerometer sensor only. Support Vector Machine was trained to classify maneuvers. Our classifier got an average total accuracy equal to 86.1 %. We improved that the Accelerometer sensor data in x axis is sufficient to recognize lane changing maneuvers while accelerometer sensor data in y axis considered adequate for Braking and Accelerating recognition. Keywords: Accelerometer, Maneuvers recognition, Sensor, Smartphone, Support Vector Machine. Cite this Article: Sarah K. Al-luhaibi, Aiman M. Said and Munaf S. Najim Al-Din Recognition of Driving Maneuvers Based Accelerometer Sensor, International Journal of Civil Engineering and Technology, 9(11), 2018, pp INTRODUCTION The development of Smart phones during the last ten years has enabled those whom own Smart phones to carry a significant computational and processing power at all times. All newly Smart phones are now equipped with a wide range of sensing devices such as Accelerometer, Gyroscope, Magnetometer and many other sensors. Simply, sensors are used to measure the forces acting on the smart phone devices and/or humidity and temperature and/or light falling on the device editor@iaeme.com

2 Sarah K. Al-luhaibi, Aiman M. Said and Munaf S. Najim Al-Din The widespread of smart phones have led to the development of numerous numbers of applications such as healthy applications and Environment sensing applications. Smart phones are now playing an important role in the field of Intelligent Transport Systems (ITS) such as driver behavior detection and vehicle monitoring [4]. Accelerometer Sensor played an important role in driving detection and monitoring systems. The aim of this paper is to illustrate how accelerometer sensor data are sufficient to extract driving maneuvers features. We proposed a classifier-based approach to recognize driving maneuvers. The organization of this paper is as follows. The paper consists of two major sections followed by a conclusion. Related works is discussed in section two of this paper. Section 3 provides an explaining for methodology in this paper. 2. LITERATURE REVIEW The emergence of advanced mobile-phones and the integration of the newly emerged sensors technologies have led to the resurgence of smart phones which is led to the development of numerous numbers of applications. Low cost, processing capacity, memory storage, Wi-Fi and navigational properties, capabilities to doing computational and intelligent processes all helped the smart phone to be a good and efficient platform for driver behavior recognition and monitoring systems. Various driving behavior systems have been proposed based on smart phone devices to avoid in-vehicle data recording systems problems. A novel driving behavior recognition system based on smart phone's sensors (accelerometer, gyroscope and magnetometer) data are developed to recognize normal and aggressive driver [2]. Detection system has been proposed to recognize driver maneuvers based on smart phone's accelerometer sensor [5]. Also, System for recognizing aggressive driver behavior has been proposed based on smart phone sensors including accelerometer, magnetometer and gyroscope sensors [6]. A detection system based on smart phone GPS and accelerometer sensors was presented to recognize driver distraction with mobile phone [7]. A mobile application based on smart phone's accelerometer sensor as well as OBS-II was presented to detect dangerous and inefficient driving, this application measure and alert driver about his dangerous driving directly [8]. Based smart phone's sensors including accelerometer and orientation, a system was proposed to detect unsafe and rash driving [9]. A system based on smart phone's accelerometer sensor proposed to detect car accidents in a timely manner, the system sends accident information directly over the internet to predefined server [10]. These systems showed that smart phones are viable source for data collection to recognize driving maneuvers. In this paper, accelerometer sensor built in Android smart phone was used to collect real data driving. 3. METHODOLOGY Most of the android sensors have a standard for coordinate which are three axes coordinate system (see Figure.1). If the device moved to right side the acceleration will increase (positive values), while accelerometer measure negative values when device move to the left side. Accelerometer values in X-axis considered enough to detect left or right lane change maneuvers [12]. If the device moved straight ahead or back, accelerometer Y-axis will change. The accelerometer changes in Y-axis considered sufficient to detect acceleration or braking events [13]. The accelerometer Z-Axis is used to measure the up/down movement of the device, which are typically caused by road anomalies [14] editor@iaeme.com

3 Recognition Of Driving Maneuvers Based Accelerometer Sensor Figure 1 Coordinate System of Vehicle and Smartphone 3.1. Data Collection Accelerometer sensor built-in smart phone is used as a tool to collect data. Three axis of accelerometer used to read raw data. Data was collected from 15 drivers. Visualization of the raw data shows how data are very noisy (see Figure.2 (a)). Data pre-processing was done in order to make signal suitable for feature extraction task as well as to get accurate results. Moving Average Filter was applied for all raw data to remove noise problem. Moving Average Filter (MAF) is the optimal and the easiest filter for reducing random noise. In spite of its simplicity, the moving average filter is effective for time domain signals. As its name suggests, the moving average filter operates by averaging a number of points from the input signal to generate each point in the output signal [15].A significant influence of Moving average filter (MAF) on the noise problem was observed. Very smooth and clear data have resulted (see Figure.2 (b)). Figure 2 (a) Raw Data (b) filtered Data 3.2. Driving Maneuvers Data Analyzing Based on time stamp ground truth of each maneuver, we segmented our data for maneuvers analyzing. Braking Maneuvers: The accelerometer values in y-axis for all Braking maneuver patterns shows a significant decreased with small fluctuations in x-axis for some time.all braking maneuver patterns shows approximately a unique shape like U shape or V shape regarding to y-axis with small fluctuations related to the noise. It is found that the Standard deviation of acceleration y-axis is large (see Figure.3) editor@iaeme.com

4 Sarah K. Al-luhaibi, Aiman M. Said and Munaf S. Najim Al-Din Figure 3 Braking Maneuver Accelerating Maneuvers: Analysis based on observation was done; Accelerometer values in y-axis for all accelerating maneuver patterns shows a significant increased with small fluctuations in x-axis for some time. Small standard deviation related to acceleration in y- axis. All accelerating maneuver patterns showed approximately a unique shape like or (see Figure.4). Figure 4 Accelerating Maneuver Lane change Maneuvers: it is noticed that a dramatically decreasing in Acceleration values for x- axis. Additionally, very small fluctuations were observed in y-axis in left lane change maneuver (see Figure. 5(a)). In Right Lane change Maneuvers was observed valuable increasing in Accelerometer values for x-axis with a small increasing or decreasing in y-axis (see Figure. 5(b)). Figure 5 (a) Left Lch Maneuver (b) Right Lch Maneuver editor@iaeme.com

5 Recognition Of Driving Maneuvers Based Accelerometer Sensor 3.3. Classifier Training Support Vector Machine (SVM) is a powerful learning method; it has made a significant progress in some applications such as prediction of traffic flow, traffic speed and travel time [16]. In this paper, we trained SVM classifier to recognize driving maneuvers based on statistical features for x and y axes of acceleration. 10-fold cross validation was used to face over fitting problem. 4. RESULTS We used Mat lab (R2017a) to train the classifier, using Classification learner Application built-in Mat lab Software. Mean and Standard Deviation provided the most classifier accurate. We used Confusion matrix to evaluate the classifier performance (see Fig. 8). Figure 8 Confusion Matrix The accuracy performance was achieved equal to 86.1 %; recognition rate equal to 85%, 87%, 79%, 92% for Accelerating, Braking, Left and right lane change respectively. Table-1 shows precision and recall metric for each one of manoeuvres. Table 1 Svm Performance Metric Maneuver Precision Recall Accelerate 0.9% 0.85% Brake 0.9% 0.87% Left Lch 0.79% 0.79% Right Lch 0.83% 0.92% REFERENCES [1] S. Abhijit, Orientation and Displacement Detection for Smartphone Device Based IMUs, IEEE JOURNAL, Vol. 5, n. 12, pp , [2] V. Nagpal, Android Sensor Programming By Example Book (1st edition, Packet Publishing Ltd, 2016). [3] M.Muharu, Enersave API: Android-based power-saving framework for mobile devices, Future Computing and Informatics Journal, Vol. 2,n.1,pp editor@iaeme.com

6 Sarah K. Al-luhaibi, Aiman M. Said and Munaf S. Najim Al-Din [4] G. Aoude, Behavior Classification Algorithms at Intersections and Validation using Naturalistic Data, Proc IEEE Intelligent Vehicles Symposium (IV), Germany 2011, pp [5] C. Pimwadee, A method for driving event detection using SAX with resource usage exploration on smartphone platform, Wireless Communications and Networking, Vol. 2014,n.1,pp [6] R. Stoichkov, Android Smartphone Application for Driving, Master Thesis, Dep. Elect. Eng., Institute for Media Technology, [7] L. Yantao, Determining driver phone use leveraging smartphone,springer Science Business Media New York, Vol. 75,n. 24, pp [8] K. Shout, A Mobile Application for Monitoring Inefficient and Unsafe Driving Behaviour,Conference: ACIT, Saudi Arabia, 2011, pp [9] P.Dhar, Unsafe Driving Detection System using Smartphone as Sensor Platform, International Journal of Enhanced Research in Management & Computer Applications, Vol. 3, n. 3, pp ,2014. [10] F. Aloul,iBump: Smartphone Application to Detect Car Accidents, IEEE Journal, Vol. 43, n. 2014, pp ,2014. [11] J. White, WreckWatch: Automatic Traffic Accident Detection and Notification with Smartphones, Mobile Networks and Applications, Vol. 16, n. 3, , [12] C. Zhongyang, D3: Abnormal Driving Behaviors Detection and Identification Using Smartphone Sensors, Proc. 12th Annual IEEE International Conference on Sensing, Communication, and Networking (SECON), USA 2015, pp [13] M. Ly, Driver Classification and Driving Style Recognition using Inertial Sensors, Proc. IEEE Intelligent Vehicles Symposium (IV), Australia 2013, pp [14] H. Salau,New road anomaly detection and characterization algorithm for autonomous vehicles, Science Direct Journal, Vol. x, n. x,2018, pp.xxx-xxx. [15] J. Guiñón, Moving average and Savitzki-Golay smoothing filters using Mathcad, Proc. International Conference on Engineering Education ICEE 2007, Portugal 2007, pp.xxxxxx. [16] P. Bhavsar,Decision Support System for Predicting Traffic Diversion Impact across Transportation Networks Using Support Vector Regression, Journal of the Transportation Research Board, Vol. 2024, n.1, 2007, pp editor@iaeme.com

6.S062: Mobile and Sensor Computing aka IoT Systems

6.S062: Mobile and Sensor Computing aka IoT Systems 6.S062: Mobile and Sensor Computing aka IoT Systems http://6s062.github.io/6mob Lecturers Hari Balakrishnan (hari@csail.mit.edu) Fadel Adib (fadel@mit.edu) TA Hyunjoon (Richard) Song (rsong@mit.edu) Course

More information

Tracking driver actions and guiding phone usage for safer driving. Hongyu Li Jan 25, 2018

Tracking driver actions and guiding phone usage for safer driving. Hongyu Li Jan 25, 2018 Tracking driver actions and guiding phone usage for safer driving Hongyu Li Jan 25, 2018 1 Smart devices risks and opportunities Phone in use 14% Other distractions 86% Distraction-Affected Fatalities

More information

Monitoring Driver Behaviour Through Mobile Phones OSeven

Monitoring Driver Behaviour Through Mobile Phones OSeven Monitoring Driver Behaviour Through Mobile Phones OSeven Dimitrios I. Tselentis Civil - Transportation Engineer Ph.D. Candidate Researcher Website: www.nrso.ntua.gr/dtsel/ e-mail: dtsel@central.ntua.gr

More information

S. Sreenivasan Research Scholar, School of Advanced Sciences, VIT University, Chennai Campus, Vandalur-Kelambakkam Road, Chennai, Tamil Nadu, India

S. Sreenivasan Research Scholar, School of Advanced Sciences, VIT University, Chennai Campus, Vandalur-Kelambakkam Road, Chennai, Tamil Nadu, India International Journal of Civil Engineering and Technology (IJCIET) Volume 9, Issue 10, October 2018, pp. 1322 1330, Article ID: IJCIET_09_10_132 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=9&itype=10

More information

Reporting road hazards using in-vehicle camera

Reporting road hazards using in-vehicle camera Technical Disclosure Commons Defensive Publications Series August 17, 2017 Reporting road hazards using in-vehicle camera Catherine Cardinal Chin Ngai Sze Follow this and additional works at: http://www.tdcommons.org/dpubs_series

More information

A COMPARISON OF DELAY MODELS IN VEHICULAR TRAFFIC

A COMPARISON OF DELAY MODELS IN VEHICULAR TRAFFIC International Journal of Civil Engineering and Technology (IJCIET) Volume 9, Issue 12, December 2018, pp. 785-793, Article ID: IJCIET_09_12_083 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=9&itype=12

More information

A SIMPLE HIERARCHICAL ACTIVITY RECOGNITION SYSTEM USING A GRAVITY SENSOR AND ACCELEROMETER ON A SMARTPHONE

A SIMPLE HIERARCHICAL ACTIVITY RECOGNITION SYSTEM USING A GRAVITY SENSOR AND ACCELEROMETER ON A SMARTPHONE International Journal of Technology (2016) 5: 831-839 ISSN 2086-9614 IJTech 2016 A SIMPLE HIERARCHICAL ACTIVITY RECOGNITION SYSTEM USING A GRAVITY SENSOR AND ACCELEROMETER ON A SMARTPHONE Alvin Prayuda

More information

IMPLEMENTING ON OPTICAL CHARACTER RECOGNITION USING MEDICAL TABLET FOR BLIND PEOPLE

IMPLEMENTING ON OPTICAL CHARACTER RECOGNITION USING MEDICAL TABLET FOR BLIND PEOPLE Impact Factor (SJIF): 5.301 International Journal of Advance Research in Engineering, Science & Technology e-issn: 2393-9877, p-issn: 2394-2444 Volume 5, Issue 3, March-2018 IMPLEMENTING ON OPTICAL CHARACTER

More information

Testing the Possibilities of Using IMUs with Different Types of Movements

Testing the Possibilities of Using IMUs with Different Types of Movements 137 Testing the Possibilities of Using IMUs with Different Types of Movements Kajánek, P. and Kopáčik A. Slovak University of Technology, Faculty of Civil Engineering, Radlinského 11, 81368 Bratislava,

More information

Star rating driver safety behavior by the use of smart technologies

Star rating driver safety behavior by the use of smart technologies RoundTable Use of technology and its impact on road safety New York, June 14, 2016 Star rating driver safety behavior by the use of smart technologies George Yannis, Professor National Technical University

More information

Vehicle To Android Communication Mode

Vehicle To Android Communication Mode Technical Disclosure Commons Defensive Publications Series May 12, 2017 Vehicle To Android Communication Mode Tanmay Wadhwa Neil Dhillon Follow this and additional works at: http://www.tdcommons.org/dpubs_series

More information

Inertial Navigation Static Calibration

Inertial Navigation Static Calibration INTL JOURNAL OF ELECTRONICS AND TELECOMMUNICATIONS, 2018, VOL. 64, NO. 2, PP. 243 248 Manuscript received December 2, 2017; revised April, 2018. DOI: 10.24425/119518 Inertial Navigation Static Calibration

More information

Innovative M-Tech projects list

Innovative M-Tech projects list 1 Technologies: Innovative M-Tech projects list 1. ARM-7 TDMI - LPC-2148 2. Image Processing 3. MATLAB Embedded 4. GPRS Mobile internet 5. Touch screen. IEEE 2012-13 papers 6. Global Positioning System

More information

Activity Recognition Using Cell Phone Accelerometers

Activity Recognition Using Cell Phone Accelerometers Activity Recognition Using Cell Phone Accelerometers Jennifer Kwapisz, Gary Weiss, Samuel Moore Department of Computer & Info. Science Fordham University 1 We are Interested in WISDM WISDM: WIreless Sensor

More information

MEMS technology quality requirements as applied to multibeam echosounder. Jerzy DEMKOWICZ, Krzysztof BIKONIS

MEMS technology quality requirements as applied to multibeam echosounder. Jerzy DEMKOWICZ, Krzysztof BIKONIS MEMS technology quality requirements as applied to multibeam echosounder Jerzy DEMKOWICZ, Krzysztof BIKONIS Gdansk University of Technology Gdansk, Narutowicza str. 11/12, Poland demjot@eti.pg.gda.pl Small,

More information

Neural Networks Terrain Classification using Inertial Measurement Unit for an Autonomous Vehicle

Neural Networks Terrain Classification using Inertial Measurement Unit for an Autonomous Vehicle SICE Annual Conference 2008 August 20-22, 2008, The University Electro-Communications, Japan Neural Networks Terrain Classification using Inertial Measurement Unit for an Autonomous Vehicle Rukwan Jitpakdee

More information

Research Fellow, Korea Institute of Civil Engineering and Building Technology, Korea (*corresponding author) 2

Research Fellow, Korea Institute of Civil Engineering and Building Technology, Korea (*corresponding author) 2 Algorithm and Experiment for Vision-Based Recognition of Road Surface Conditions Using Polarization and Wavelet Transform 1 Seung-Ki Ryu *, 2 Taehyeong Kim, 3 Eunjoo Bae, 4 Seung-Rae Lee 1 Research Fellow,

More information

Fundamental Technologies Driving the Evolution of Autonomous Driving

Fundamental Technologies Driving the Evolution of Autonomous Driving 426 Hitachi Review Vol. 65 (2016), No. 9 Featured Articles Fundamental Technologies Driving the Evolution of Autonomous Driving Takeshi Shima Takeshi Nagasaki Akira Kuriyama Kentaro Yoshimura, Ph.D. Tsuneo

More information

Orientation Capture of a Walker s Leg Using Inexpensive Inertial Sensors with Optimized Complementary Filter Design

Orientation Capture of a Walker s Leg Using Inexpensive Inertial Sensors with Optimized Complementary Filter Design Orientation Capture of a Walker s Leg Using Inexpensive Inertial Sensors with Optimized Complementary Filter Design Sebastian Andersson School of Software Engineering Tongji University Shanghai, China

More information

Industrial IoT: Architecture Framework Use Cases. Artur Borycki Teradata Labs

Industrial IoT: Architecture Framework Use Cases. Artur Borycki Teradata Labs Industrial IoT: Architecture Framework Use Cases Artur Borycki Teradata Labs IoT represents more than just things : It must represent systems (and systems of systems) The Internet of Things: It s About

More information

REAL TIME ESTIMATION OF VEHICULAR SPEED USING NORMALIZED CORRELATION

REAL TIME ESTIMATION OF VEHICULAR SPEED USING NORMALIZED CORRELATION International Journal of Mechanical Engineering and Technology (IJMET) Volume 8, Issue 12, December 2017, pp. 628 633, Article ID: IJMET_08_12_065 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=8&itype=12

More information

Map Guided Lane Detection Alexander Döbert 1,2, Andre Linarth 1,2, Eva Kollorz 2

Map Guided Lane Detection Alexander Döbert 1,2, Andre Linarth 1,2, Eva Kollorz 2 Map Guided Lane Detection Alexander Döbert 1,2, Andre Linarth 1,2, Eva Kollorz 2 1 Elektrobit Automotive GmbH, Am Wolfsmantel 46, 91058 Erlangen, Germany {AndreGuilherme.Linarth, Alexander.Doebert}@elektrobit.com

More information

Measuring the Capability of Smartphones for Executing Context Algorithms

Measuring the Capability of Smartphones for Executing Context Algorithms Maximilian Eibl, Martin Gaedke. (Hrsg.): INFORMATIK 2017, Lecture Lecture Notes in Notes Informatics in Informatics (LNI), Gesellschaft (LNI), Gesellschaft für Informatik, für Informatik, Bonn 2017 Bonn

More information

IMU and Encoders. Team project Robocon 2016

IMU and Encoders. Team project Robocon 2016 IMU and Encoders Team project Robocon 2016 Harsh Sinha, 14265, harshsin@iitk.ac.in Deepak Gangwar, 14208, dgangwar@iitk.ac.in Swati Gupta, 14742, swatig@iitk.ac.in March 17 th 2016 IMU and Encoders Module

More information

Comparison of integrated GPS-IMU aided by map matching and stand-alone GPS aided by map matching for urban and suburban areas

Comparison of integrated GPS-IMU aided by map matching and stand-alone GPS aided by map matching for urban and suburban areas Comparison of integrated GPS-IMU aided by map matching and stand-alone GPS aided by map matching for urban and suburban areas Yashar Balazadegan Sarvrood and Md. Nurul Amin, Milan Horemuz Dept. of Geodesy

More information

White Paper. Connected Car Brings Intelligence to Transportation

White Paper. Connected Car Brings Intelligence to Transportation White Paper Connected Car Brings Intelligence to Transportation 2 NEXCOM White Paper As urban population grows at an exponential rate, traffic jams are becoming more hideous and driving more and more tedious.

More information

Smartphone based Driving Style Classification Using Features Made by Discrete Wavelet Transformation

Smartphone based Driving Style Classification Using Features Made by Discrete Wavelet Transformation Smartphone based Driving Style Classification Using Features Made by Discrete Wavelet Transformation Roya Lotfi, Mehdi Ghatee Department of Computer Science, Amirkabir University of Technology, Tehran,

More information

Real-Time Insights from the Source

Real-Time Insights from the Source LATENCY LATENCY LATENCY Real-Time Insights from the Source This white paper provides an overview of edge computing, and how edge analytics will impact and improve the trucking industry. What Is Edge Computing?

More information

International Journal of Computer & Organization Trends Volume 5 Issue 1 Jan to Feb 2015

International Journal of Computer & Organization Trends Volume 5 Issue 1 Jan to Feb 2015 Introducing Autonomous Car Methodology in WSN Promita Maitra 1, Sohini Nandi 2, Ipsita Saha 3, Poojarini Mitra 4, Sayani Chandra 5 1 Student, Dept. of Computer Science and Engineering, Gurunanak Institute

More information

Connected Car. Dr. Sania Irwin. Head of Systems & Applications May 27, Nokia Solutions and Networks 2014 For internal use

Connected Car. Dr. Sania Irwin. Head of Systems & Applications May 27, Nokia Solutions and Networks 2014 For internal use Connected Car Dr. Sania Irwin Head of Systems & Applications May 27, 2015 1 Nokia Solutions and Networks 2014 For internal use Agenda Introduction Industry Landscape Industry Architecture & Implications

More information

Cohda Wireless White Paper DSRC Field Trials

Cohda Wireless White Paper DSRC Field Trials Cohda Wireless White Paper DSRC Field Trials Copyright Cohda Wireless Pty Ltd ABN 84 107 936 309 Cohda Wireless Pty Ltd 82-84 Melbourne Street North Adelaide, SA 5006 Australia P +61 8 8364 4719 F +61

More information

Associate Professor Tao Gu, RMIT University, Australia INDOOR POSITIONING VIA SMARTPHONE SENSING

Associate Professor Tao Gu, RMIT University, Australia INDOOR POSITIONING VIA SMARTPHONE SENSING Associate Professor Tao Gu, RMIT University, Australia INDOOR POSITIONING VIA SMARTPHONE SENSING Outline Indoor Localization using smartphone magnetometer Floor localization Localization in Metro Trains

More information

REAL-TIME CLASSIFICATION OF ROAD CONDITIONS

REAL-TIME CLASSIFICATION OF ROAD CONDITIONS REAL-TIME CLASSIFICATION OF ROAD CONDITIONS An Undergraduate Research Scholars Thesis by SCOTT WEAVER Submitted to the Undergraduate Research Scholars program Texas A&M University in partial fulfillment

More information

POSITIONING IN REAL-TIME PUBLIC TRANSPORT NAVIGATION

POSITIONING IN REAL-TIME PUBLIC TRANSPORT NAVIGATION POSITIONING IN REAL-TIME PUBLIC TRANSPORT NAVIGATION DRESDEN Comparison Of Vehicle-based And Smart-phone Generated Acceleration Data To Determine Motion States Of Passengers Dipl.-Ing. Ina Partzsch (Fraunhofer

More information

ADVANCE VEHICLE CONTROL AND SAFETY SYSTEM USING FACE DETECTION

ADVANCE VEHICLE CONTROL AND SAFETY SYSTEM USING FACE DETECTION ADVANCE VEHICLE CONTROL AND SAFETY SYSTEM USING FACE DETECTION Prof. Saurabh Thakur 1, Shekhar Dure 2, Ajinkya Khutwad 3 1,2,3 Dept. of E&TC, Sinhgad Academy Of Engineering, Savitribai Phule Pune University,

More information

APPLICATION OF AERIAL VIDEO FOR TRAFFIC FLOW MONITORING AND MANAGEMENT

APPLICATION OF AERIAL VIDEO FOR TRAFFIC FLOW MONITORING AND MANAGEMENT Pitu Mirchandani, Professor, Department of Systems and Industrial Engineering Mark Hickman, Assistant Professor, Department of Civil Engineering Alejandro Angel, Graduate Researcher Dinesh Chandnani, Graduate

More information

CLASSIFICATION FOR ROADSIDE OBJECTS BASED ON SIMULATED LASER SCANNING

CLASSIFICATION FOR ROADSIDE OBJECTS BASED ON SIMULATED LASER SCANNING CLASSIFICATION FOR ROADSIDE OBJECTS BASED ON SIMULATED LASER SCANNING Kenta Fukano 1, and Hiroshi Masuda 2 1) Graduate student, Department of Intelligence Mechanical Engineering, The University of Electro-Communications,

More information

Detecting Harmful Hand Behaviors with Machine Learning from Wearable Motion Sensor Data

Detecting Harmful Hand Behaviors with Machine Learning from Wearable Motion Sensor Data Detecting Harmful Hand Behaviors with Machine Learning from Wearable Motion Sensor Data Lingfeng Zhang and Philip K. Chan Florida Institute of Technology, Melbourne, FL 32901 lingfeng2013@my.fit.edu, pkc@cs.fit.edu

More information

Epipolar geometry-based ego-localization using an in-vehicle monocular camera

Epipolar geometry-based ego-localization using an in-vehicle monocular camera Epipolar geometry-based ego-localization using an in-vehicle monocular camera Haruya Kyutoku 1, Yasutomo Kawanishi 1, Daisuke Deguchi 1, Ichiro Ide 1, Hiroshi Murase 1 1 : Nagoya University, Japan E-mail:

More information

Keywords: wearable system, flexible platform, complex bio-signal, wireless network

Keywords: wearable system, flexible platform, complex bio-signal, wireless network , pp.119-123 http://dx.doi.org/10.14257/astl.2014.51.28 Implementation of Fabric-Type Flexible Platform based Complex Bio-signal Monitoring System for Situational Awareness and Accident Prevention in Special

More information

A novel approach to classify human-motion in smart phone using 2d-projection method

A novel approach to classify human-motion in smart phone using 2d-projection method A novel approach to classify human-motion in smart phone using 2d-projection method 1 Yi Suk Kwon, 1 Yeon Sik Noh, 1 Ja Woong Yoon, 1 Sung Bin Park, 1 Hyung Ro Yoon 1 Department of Biomedical Engineering

More information

SKYNET. Satellite Communications COMPLETE FLEET SOLUTIONS

SKYNET. Satellite Communications COMPLETE FLEET SOLUTIONS SKYNET Satellite Communications COMPLETE FLEET SOLUTIONS 2 SkyNet Satellite Communications 2018 VEHICLES & FLEET ANALYTICS & REPORTING HARDWARE OPTIONS SAFETY & COMPLIANCE GPS LOCATION & TRACKING NAVIGATION

More information

OFFLINE SMART PHONE BASED HUMAN-FALL DETECTION SYSTEM

OFFLINE SMART PHONE BASED HUMAN-FALL DETECTION SYSTEM Volume 118 No. 22 2018, 195-200 ISSN: 1314-3395 (on-line version) url: http://acadpubl.eu/hub ijpam.eu OFFLINE SMART PHONE BASED HUMAN-FALL DETECTION SYSTEM 1 Suryanarayana adda, 2 Uday kalatturu, 3 Abirami.G

More information

TRAFFIC DATA FUSION OF VEHICLE DATA TO DETECT SPATIOTEMPORAL CONGESTED PATTERNS

TRAFFIC DATA FUSION OF VEHICLE DATA TO DETECT SPATIOTEMPORAL CONGESTED PATTERNS 19th ITS World Congress, Vienna, Austria, 22/26 October 2012 EU-00014 TRAFFIC DATA FUSION OF VEHICLE DATA TO DETECT SPATIOTEMPORAL CONGESTED PATTERNS H. Rehborn*, M. Koller#, B. S. Kerner* *Daimler AG,

More information

Real-time monitoring system for elderly people in detecting falling movement using accelerometer and gyroscope

Real-time monitoring system for elderly people in detecting falling movement using accelerometer and gyroscope Journal of Physics: Conference Series PAPER OPEN ACCESS Real-time monitoring system for elderly people in detecting falling movement using accelerometer and gyroscope To cite this article: B Siregar et

More information

On-road obstacle detection system for driver assistance

On-road obstacle detection system for driver assistance Asia Pacific Journal of Engineering Science and Technology 3 (1) (2017) 16-21 Asia Pacific Journal of Engineering Science and Technology journal homepage: www.apjest.com Full length article On-road obstacle

More information

Smartphone Enabled Dangerous Driving Report System

Smartphone Enabled Dangerous Driving Report System 2013 46th Hawaii International Conference on System Sciences Smartphone Enabled Dangerous Driving Report System Chalermpol Saiprasert and Wasan Pattara-Atikom National Electronics and Computer Technology

More information

Intelligent Transportation Systems (ITS) for Critical Infrastructure Protection

Intelligent Transportation Systems (ITS) for Critical Infrastructure Protection Intelligent Transportation Systems (ITS) for Critical Infrastructure Protection Presented at the Transportation Research Board January 2002 Annual Meeting Washington DC, USA HAMED BENOUAR Executive Director

More information

Evaluation of a laser-based reference system for ADAS

Evaluation of a laser-based reference system for ADAS 23 rd ITS World Congress, Melbourne, Australia, 10 14 October 2016 Paper number ITS- EU-TP0045 Evaluation of a laser-based reference system for ADAS N. Steinhardt 1*, S. Kaufmann 2, S. Rebhan 1, U. Lages

More information

MoViSign: A novel authentication mechanism using mobile virtual signatures

MoViSign: A novel authentication mechanism using mobile virtual signatures MoViSign: A novel authentication mechanism using mobile virtual signatures Nikhil Handigol, Te-Yuan Huang, Gene Chi Liu 1 Introduction Signatures are a popular means of authentication. They, ideally, are

More information

Development of a mobile application for manual traffic counts

Development of a mobile application for manual traffic counts Development of a mobile application for manual traffic counts Mohammad Ghanim 1,* and Khalid Khawaja 2 1 Department of Civil and Architectural Engineering, Qatar University, Doha, Qatar 2 Office of Academic

More information

MATHEMATICAL IMAGE PROCESSING FOR AUTOMATIC NUMBER PLATE RECOGNITION SYSTEM

MATHEMATICAL IMAGE PROCESSING FOR AUTOMATIC NUMBER PLATE RECOGNITION SYSTEM J. KSIAM Vol.14, No.1, 57 66, 2010 MATHEMATICAL IMAGE PROCESSING FOR AUTOMATIC NUMBER PLATE RECOGNITION SYSTEM SUNHEE KIM, SEUNGMI OH, AND MYUNGJOO KANG DEPARTMENT OF MATHEMATICAL SCIENCES, SEOUL NATIONAL

More information

Louis Fourrier Fabien Gaie Thomas Rolf

Louis Fourrier Fabien Gaie Thomas Rolf CS 229 Stay Alert! The Ford Challenge Louis Fourrier Fabien Gaie Thomas Rolf Louis Fourrier Fabien Gaie Thomas Rolf 1. Problem description a. Goal Our final project is a recent Kaggle competition submitted

More information

Testing Approaches for Characterization and Selection of MEMS Inertial Sensors 2016, 2016, ACUTRONIC 1

Testing Approaches for Characterization and Selection of MEMS Inertial Sensors 2016, 2016, ACUTRONIC 1 Testing Approaches for Characterization and Selection of MEMS Inertial Sensors by Dino Smajlovic and Roman Tkachev 2016, 2016, ACUTRONIC 1 Table of Contents Summary & Introduction 3 Sensor Parameter Definitions

More information

A method for driving event detection using SAX with resource usage exploration on smartphone platform

A method for driving event detection using SAX with resource usage exploration on smartphone platform Chaovalit et al. EURASIP Journal on Wireless Communications and Networking 2014, 2014:135 RESEARCH Open Access A method for driving event detection using SAX with resource usage exploration on smartphone

More information

Programming-By-Example Gesture Recognition Kevin Gabayan, Steven Lansel December 15, 2006

Programming-By-Example Gesture Recognition Kevin Gabayan, Steven Lansel December 15, 2006 Programming-By-Example Gesture Recognition Kevin Gabayan, Steven Lansel December 15, 6 Abstract Machine learning and hardware improvements to a programming-by-example rapid prototyping system are proposed.

More information

Public Sensing Using Your Mobile Phone for Crowd Sourcing

Public Sensing Using Your Mobile Phone for Crowd Sourcing Institute of Parallel and Distributed Systems () Universitätsstraße 38 D-70569 Stuttgart Public Sensing Using Your Mobile Phone for Crowd Sourcing 55th Photogrammetric Week September 10, 2015 Stuttgart,

More information

Intelligent Mobile Monitoring and Control Network of Oil Pipeline Based on Internet of Things

Intelligent Mobile Monitoring and Control Network of Oil Pipeline Based on Internet of Things Journal of Information Hiding and Multimedia Signal Processing c 2017 ISSN 2073-4212 Ubiquitous International Volume 8, Number 6, November 2017 Intelligent Mobile Monitoring and Control Network of Oil

More information

Driving Manoeuvre Recognition using Mobile Sensors

Driving Manoeuvre Recognition using Mobile Sensors Driving Manoeuvre Recognition using Mobile Sensors by Christopher Woo A thesis presented to the University of Waterloo in fulfillment of the thesis requirement for the degree of Master of Applied Science

More information

Fusing Sensors into Mobile Operating Systems & Innovative Use Cases

Fusing Sensors into Mobile Operating Systems & Innovative Use Cases Fusing Sensors into Mobile Operating Systems & Innovative Use Cases May 23, 2012 Tristan Joo (tristanjoo@wca.org) Board Director & Co-Chair of Mobile SIG Wireless Communications Alliance, Independent Executive

More information

CS 229: Machine Learning Final Report Identifying Driving Behavior from Data

CS 229: Machine Learning Final Report Identifying Driving Behavior from Data CS 9: Machine Learning Final Report Identifying Driving Behavior from Data Robert F. Karol Project Suggester: Danny Goodman from MetroMile December 3th 3 Problem Description For my project, I am looking

More information

DriftLess Technology to improve inertial sensors

DriftLess Technology to improve inertial sensors Slide 1 of 19 DriftLess Technology to improve inertial sensors Marcel Ruizenaar, TNO marcel.ruizenaar@tno.nl Slide 2 of 19 Topics Problem, Drift in INS due to bias DriftLess technology What is it How it

More information

Accelerometer Gesture Recognition

Accelerometer Gesture Recognition Accelerometer Gesture Recognition Michael Xie xie@cs.stanford.edu David Pan napdivad@stanford.edu December 12, 2014 Abstract Our goal is to make gesture-based input for smartphones and smartwatches accurate

More information

EMBEDDED MAJOR PROJECTS LIST

EMBEDDED MAJOR PROJECTS LIST EMBEDDED MAJOR PROJECTS LIST GSM AND GPS BASED REAL TIME APPLICATIONS 1. AGRICULTURE FIELD MOTOR CONTROL SYSTEM USING GSM. 2. FIRE DETECTION AND AUTOMATIC ALERT SYSTEM. 3. WEATHER MONITORING SYSTEM IN

More information

A Personalized Multi-Path and Multi-User Traffic Analysis and Visualization Tool

A Personalized Multi-Path and Multi-User Traffic Analysis and Visualization Tool Acta Cybernetica 23 (2017) 441 470. A Personalized Multi-Path and Multi-User Traffic Analysis and Visualization Tool Cristian Babau a, Marius Marcu a, Mircea Tihu a, Daniel Telbis, a and Vladimir Cretu

More information

Mobile Millennium Using Smartphones as Traffic Sensors

Mobile Millennium Using Smartphones as Traffic Sensors Mobile Millennium Using Smartphones as Traffic Sensors Dan Work and Alex Bayen Systems Engineering, Civil and Environmental Engineering, UC Berkeley Intelligent Infrastructure, Center for Information Technology

More information

ABOUT SWISSTRAFFIC TABLE OF CONTENTS

ABOUT SWISSTRAFFIC TABLE OF CONTENTS Document Date: February 2017 Document Version: 2.3 SWISSTRAFFIC 2017 ABOUT SWISSTRAFFIC SWISSTRAFFIC is a planning and consulting firm operating internationally in the fields of mobility, road safety and

More information

Simulation of the pass through the labyrinth as a method of the algorithm development thinking

Simulation of the pass through the labyrinth as a method of the algorithm development thinking Simulation of the pass through the labyrinth as a method of the algorithm development thinking LIBOR MITROVIC, STEPAN HUBALOVSKY Department of Informatics University of Hradec Kralove Rokitanskeho 62,

More information

Autorama, Connecting Your Car to

Autorama, Connecting Your Car to Autorama, Connecting Your Car to the Internet of Tomorrow Nicholas Sargologos, Senior Marketing Manager, Digital Networking Freescale Semiconductor Overview Automotive OEMs need a secure, managed process

More information

Blackhole Attack Detection in Wireless Sensor Networks Using Support Vector Machine

Blackhole Attack Detection in Wireless Sensor Networks Using Support Vector Machine International Journal of Wireless Communications, Networking and Mobile Computing 2016; 3(5): 48-52 http://www.aascit.org/journal/wcnmc ISSN: 2381-1137 (Print); ISSN: 2381-1145 (Online) Blackhole Attack

More information

Lesson 9 Smart city Services And Monitoring. Chapter-12 L09: "Internet of Things ", Raj Kamal, Publs.: McGraw-Hill Education

Lesson 9 Smart city Services And Monitoring. Chapter-12 L09: Internet of Things , Raj Kamal, Publs.: McGraw-Hill Education Lesson 9 Smart city Services And Monitoring 1 Tech-Mahindra partnering with ThingWorx Smart City Solutions Smart traffic solutions Smart energy management Smart parking, Smart waste bins Smart street lighting

More information

Game Application Using Orientation Sensor

Game Application Using Orientation Sensor IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 04, Issue 01 (January. 2014), V4 PP 46-50 www.iosrjen.org Game Application Using Orientation Sensor Soon-kak Kwon, Won-serk

More information

SatGuide Symbian User Manual. SatGuide Symbian OS USER MANUAL

SatGuide Symbian User Manual. SatGuide Symbian OS USER MANUAL SatGuide Symbian User Manual SatGuide Symbian OS USER MANUAL CONTENTS 1 - INTRODUCTION...1 WHAT IS SATGUIDE?...1 SATGUIDE FEATURES...1 2 - SMART PRACTICES WHILE DRIVING...2 DRIVE SAFE, CALL SMART SM...2

More information

NTT DOCOMO Technical Journal. 1. Introduction. 2. The DOCOMO DriveNet Info Appli. Ryohei Kurita Mei Hasegawa Hiroshi Fujimoto Kazuaki Takahashi

NTT DOCOMO Technical Journal. 1. Introduction. 2. The DOCOMO DriveNet Info Appli. Ryohei Kurita Mei Hasegawa Hiroshi Fujimoto Kazuaki Takahashi ITS Cloud Systems Speech Interaction Function Big Data NTT DOCOMO has developed a colorful new in-vehiclesupport application called DOCOMO DriveNet Info * 1, which gives information generated in the cloud

More information

Wireless Vehicular Blind-Spot Monitoring Method and System Progress Report. Department of Electrical and Computer Engineering University of Manitoba

Wireless Vehicular Blind-Spot Monitoring Method and System Progress Report. Department of Electrical and Computer Engineering University of Manitoba Wireless Vehicular Blind-Spot Monitoring Method and System Progress Report Department of Electrical and Computer Engineering University of Manitoba Prepared by: Chen Liu Xiaodong Xu Faculty Supervisor:

More information

Using SensorTag as a Low-Cost Sensor Array for AutoCAD

Using SensorTag as a Low-Cost Sensor Array for AutoCAD Using SensorTag as a Low-Cost Sensor Array for AutoCAD Kean Walmsley Autodesk SD5013 In 2012 Texas Instruments Inc. launched the SensorTag, a $25 sensor array that communicates via Bluetooth Smart (also

More information

Machine Learning for the Quantified Self. Lecture 2 Basic of Sensory Data

Machine Learning for the Quantified Self. Lecture 2 Basic of Sensory Data Machine Learning for the Quantified Self Lecture 2 Basic of Sensory Data Dataset (1) During the course we will use a running example provided by CrowdSignals.io People share their mobile sensors data (smart

More information

DSRC Field Trials Whitepaper

DSRC Field Trials Whitepaper DSRC Field Trials Whitepaper August 19, 2017 www.cohdawireless.com 1 Overview Cohda has performed more than 300 Dedicated Short Range Communications (DSRC) field trials, comparing DSRC radios from multiple

More information

A Longitudinal Control Algorithm for Smart Cruise Control with Virtual Parameters

A Longitudinal Control Algorithm for Smart Cruise Control with Virtual Parameters ISSN (e): 2250 3005 Volume, 06 Issue, 12 December 2016 International Journal of Computational Engineering Research (IJCER) A Longitudinal Control Algorithm for Smart Cruise Control with Virtual Parameters

More information

Indoor navigation using smartphones. Chris Hide IESSG, University of Nottingham, UK

Indoor navigation using smartphones. Chris Hide IESSG, University of Nottingham, UK Indoor navigation using smartphones Chris Hide IESSG, University of Nottingham, UK Overview Smartphones Available sensors Current positioning methods Positioning research at IESSG 1. Wi-Fi fingerprinting

More information

Calibration of Inertial Measurement Units Using Pendulum Motion

Calibration of Inertial Measurement Units Using Pendulum Motion Technical Paper Int l J. of Aeronautical & Space Sci. 11(3), 234 239 (2010) DOI:10.5139/IJASS.2010.11.3.234 Calibration of Inertial Measurement Units Using Pendulum Motion Keeyoung Choi* and Se-ah Jang**

More information

On A Traffic Control Problem Using Cut-Set of Graph

On A Traffic Control Problem Using Cut-Set of Graph 1240 On A Traffic Control Problem Using Cut-Set of Graph Niky Baruah Department of Mathematics, Dibrugarh University, Dibrugarh : 786004, Assam, India E-mail : niky_baruah@yahoo.com Arun Kumar Baruah Department

More information

MACHINE LEARNING BASED APPROACH FOR POTHOLE DETECTION

MACHINE LEARNING BASED APPROACH FOR POTHOLE DETECTION International Journal of Civil Engineering and Technology (IJCIET) Volume 9, Issue 5, May 2018, pp. 882 888, Article ID: IJCIET_09_05_095 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=9&itype=5

More information

Estimation of Altitude and Vertical Velocity for Multirotor Aerial Vehicle using Kalman Filter

Estimation of Altitude and Vertical Velocity for Multirotor Aerial Vehicle using Kalman Filter Estimation of Altitude and Vertical Velocity for Multirotor Aerial Vehicle using Kalman Filter Przemys law G asior, Stanis law Gardecki, Jaros law Gośliński and Wojciech Giernacki Poznan University of

More information

LANE DEPARTURE WARNING SYSTEM FOR VEHICLE SAFETY

LANE DEPARTURE WARNING SYSTEM FOR VEHICLE SAFETY LANE DEPARTURE WARNING SYSTEM FOR VEHICLE SAFETY 1 K. Sravanthi, 2 Mrs. Ch. Padmashree 1 P.G. Scholar, 2 Assistant Professor AL Ameer College of Engineering ABSTRACT In Malaysia, the rate of fatality due

More information

ACCORDING to the statistics from World Health Organization

ACCORDING to the statistics from World Health Organization 2198 IEEE TRANSACTIONS ON MOBILE COMPUTING, VOL. 16, NO. 8, AUGUST 2017 Fine-Grained Abnormal Driving Behaviors Detection and Identification with Smartphones Jiadi Yu, Member, IEEE, Zhongyang Chen, Yanmin

More information

SKYNET HYBRID FLEET SOLUTION ABOUT US. Satellite Communications. SkyNet Satellite Communications

SKYNET HYBRID FLEET SOLUTION ABOUT US. Satellite Communications. SkyNet Satellite Communications SKYNET Satellite Communications HYBRID FLEET SOLUTION ABOUT US SkyNet Satellite Communications 2017 1 SOLUTION FEATURES SUMMARY DRIVER MANAGEMENT & COMPLIANCE HARDWARE OPTIONS Garmin Android Touchscreen

More information

Study on the Signboard Region Detection in Natural Image

Study on the Signboard Region Detection in Natural Image , pp.179-184 http://dx.doi.org/10.14257/astl.2016.140.34 Study on the Signboard Region Detection in Natural Image Daeyeong Lim 1, Youngbaik Kim 2, Incheol Park 1, Jihoon seung 1, Kilto Chong 1,* 1 1567

More information

Problem Solving Current Electronic Product Development Challenges

Problem Solving Current Electronic Product Development Challenges SunMan Engineering Problem Solving Current Electronic Product Development Challenges October 2016 SUNMAN ENGINEERING 1 Executive Summary The history of electronic products started over 100 years ago. As

More information

XDK HARDWARE OVERVIEW

XDK HARDWARE OVERVIEW XDK HARDWARE OVERVIEW Agenda 1 General Overview 2 3 4 Sensors Communications Extension Board 2 General Overview 1. General Overview What is the XDK? The Cross-Domain Development Kit, or XDK, is a battery

More information

SHORTEST PATH ANALYSES IN RASTER MAPS FOR PEDESTRIAN NAVIGATION IN LOCATION BASED SYSTEMS

SHORTEST PATH ANALYSES IN RASTER MAPS FOR PEDESTRIAN NAVIGATION IN LOCATION BASED SYSTEMS SHORTEST PATH ANALYSES IN RASTER MAPS FOR PEDESTRIAN NAVIGATION IN LOCATION BASED SYSTEMS V. Walter, M. Kada, H. Chen Institute for Photogrammetry, Stuttgart University, Geschwister-Scholl-Str. 24 D, D-70174

More information

Error Simulation and Multi-Sensor Data Fusion

Error Simulation and Multi-Sensor Data Fusion Error Simulation and Multi-Sensor Data Fusion AERO4701 Space Engineering 3 Week 6 Last Week Looked at the problem of attitude determination for satellites Examined several common methods such as inertial

More information

ANALYZING AND COMPARING TRAFFIC NETWORK CONDITIONS WITH A QUALITY TOOL BASED ON FLOATING CAR AND STATIONARY DATA

ANALYZING AND COMPARING TRAFFIC NETWORK CONDITIONS WITH A QUALITY TOOL BASED ON FLOATING CAR AND STATIONARY DATA 15th World Congress on Intelligent Transport Systems ITS Connections: Saving Time, Saving Lives New York, November 16-20, 2008 ANALYZING AND COMPARING TRAFFIC NETWORK CONDITIONS WITH A QUALITY TOOL BASED

More information

Ubiquitous IoT Perspectives The Power of Connected Sensors and Actuators

Ubiquitous IoT Perspectives The Power of Connected Sensors and Actuators Ubiquitous IoT Perspectives The Power of Connected Sensors and Actuators Andrea Onetti Vice President, General Manager MEMS Sensor Division STMicroelectronics Digital Technologies are Transforming nearly

More information

REAL TIME PUBLIC TRANSPORT INFORMATION SERVICE

REAL TIME PUBLIC TRANSPORT INFORMATION SERVICE Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 7, July 2015, pg.88

More information

Traffic Flow Prediction Based on the location of Big Data. Xijun Zhang, Zhanting Yuan

Traffic Flow Prediction Based on the location of Big Data. Xijun Zhang, Zhanting Yuan 5th International Conference on Civil Engineering and Transportation (ICCET 205) Traffic Flow Prediction Based on the location of Big Data Xijun Zhang, Zhanting Yuan Lanzhou Univ Technol, Coll Elect &

More information

Towards Automated Drive Analysis: A Multimodal Synergistic Approach

Towards Automated Drive Analysis: A Multimodal Synergistic Approach Proceedings of the 6th International IEEE Annual Conference on Intelligent Transportation Systems (ITSC 23), The Hague, The Netherlands, October 6-9, 23 WeB.2 Towards Automated Drive Analysis: A Multimodal

More information

W4. Perception & Situation Awareness & Decision making

W4. Perception & Situation Awareness & Decision making W4. Perception & Situation Awareness & Decision making Robot Perception for Dynamic environments: Outline & DP-Grids concept Dynamic Probabilistic Grids Bayesian Occupancy Filter concept Dynamic Probabilistic

More information

Journal of Emerging Trends in Computing and Information Sciences

Journal of Emerging Trends in Computing and Information Sciences Method of Fault Data Analysis of Sensor Node based on Wireless Data Communication Protocols Seung-Ki Ryu * Research Fellow, Korea Institute of Civil Engineering and Building Technology, Korea (*corresponding

More information

Drywall state detection in image data for automatic indoor progress monitoring C. Kropp, C. Koch and M. König

Drywall state detection in image data for automatic indoor progress monitoring C. Kropp, C. Koch and M. König Drywall state detection in image data for automatic indoor progress monitoring C. Kropp, C. Koch and M. König Chair for Computing in Engineering, Department of Civil and Environmental Engineering, Ruhr-Universität

More information