An Evaluation Study of Driver Profiling Fuzzy Algorithms using Smartphones

Size: px
Start display at page:

Download "An Evaluation Study of Driver Profiling Fuzzy Algorithms using Smartphones"

Transcription

1 An Evaluation Study of Driver Profiling Fuzzy Algorithms using Smartphones German Castignani, Raphaël Frank, Thomas Engel Interdisciplinary Centre for Security Reliability and Trust (SnT) University of Luxembourg 1

2 Outline 1. Driver Risk Monitoring 2. Smartphone Sensors for Driver Monitoring 3. Driver Profiling Algorithms 4. System Architecture 5. Evaluation 6. Conclusion and Perspectives 2

3 Driver Risk Monitoring: Why? Fleet Management Pay-As-You-Drive Usage-Based Insurance Eco-Driving Driver Education 3

4 Measuring Driver s Risk (1/2) 80% of accidents are caused by inattention/distraction [1,2] Inattention-related crashes are four times higher young drivers (18-20) than for experienced drivers (>35) [1,2] Unsafe drivers perform hard acceleration, braking and steering maneuvers more frequently than safe and moderate drivers [1,3] Lateral Acceleration (G-Force) Longitudinal Acceleration (G-Force) [1] NHTSA, "The 100-Car Naturalistic Driving Study - Results of the 100-Car Field Experiment, DOT HS , 2006 [2] Ranney et Al., NHTSA Driver Distraction Research: Past, Present and Future, 2000 [3] NHTSA, An Exploration of Vehicle-Based Monitoring of Novice Teen Drivers: Final Report, DOT HS ,

5 Measuring Driver s Risk (2/2) Existing NHTSA research studies on the effect of monitoring young drivers [1,3] Hard braking and turning maneuvers also appear to be linked to increased crash/near-crash involvement. Therefore, if effective feedback can be provided to teen drivers that results in a decrease in the prevalence of these behaviors, their involvement in crashes and near-crashes may also be reduced. Teen driver monitoring systems should attempt to include some method of monitoring these behaviors and provide effective feedback regarding these behaviors to help reduce teen involvement in crashes and near-crashes. Monitoring can reduce accidents by 20% [4] Driving safer means driving smoother à Toyota Study estimates that the fuel consumption can be reduced by 10-30% [5] In the US, it is estimated that a mass adoption of insurance telematics could results up to $20 billion savings for insurance companies [6] [4] Wouters at al., Traffic Accident Reduction by monitoring driver behavior with in-car recorders, SWOV Institute for Road Safety Research, 2000 [5] Toyota, Numerous Benefits of Eco Driving, 2009 [5] Blase et al., Cars and Trucks are Talking: Why Insurers Should Listen, Diamond Management & Consultants,

6 Existing solutions: Black Boxes Telematics boxes installed in individual cars Dedicated data communication interface Multiple embedded sensor (GPS, acceleration, CAN bus data ) Detect multiple driving maneuvers à Very high installation and maintenance cost à Limited feedback to drivers à Limited deployment 6

7 What about Smartphones for monitoring? Advantages: High penetration rate worldwide (USA 61%) [7] No additional cost for the monitoring entity Real tracking not required à Computation can be done locally Trust relationship: more trusted than a black-box Only limited amount of data to report Available SDKs and libraries à APP development They have all the required sensors! Forecast: 75% Sensor Penetration in Smartphones for 2017 [8] [7] Nielsen., MOBILE MAJORITY: U.S. SMARTPHONE OWNERSHIP TOPS 60%, 2013 [8] Yole Développement, The Growth of MEMS Market, September

8 Smartphone integrated sensors Accel / Jerk Steering / Yaw-rate Speed Inattention Proximity to vehicle Environment Accelerometer " " Magnetometer " GPS " " " Camera(s) " " " Light Sensor " Barometer " Microphone " " Touchscreen " Wireless " " " " 8

9 Existing solutions using smartphones Insurance Companies: AVIVA UK: RateMyDrive StateFarm US: DriverFeedback Ingenie: Young Driver Car Insurance Startups: MOVELO à Spin-off negotiating with large Scandinavian insurance company SageQuest: Driver Style à Fleet Management Others: GreenRoad & Optimium à Eco Driving ionroad Personal Driving Assistant (ADAS like) MotorMate Driver Education (Governmental) 9

10 Driver Profiling Algorithms Eren et al. [9] / Johnson et al. [10] Driving event detector using Dynamic Time Warping (DTW) Paefgen et al. [11] Event detection using fixed thresholds Validation against CAN-bus data You et al. [12] Fuses GPS, sensors, front and rear cameras Drowsiness events detected with 85% accuracy Araujo et al. [13] Combines smartphone sensors and CAN-bus data Give advices to drivers to improve eco-efficiency [9] H. Eren et al., Estimating driving behavior by a smartphone, IEEE Intelligent Vehicles Symposium, 2012 [10] D. A. Johnson et al., Driving style recognition using a smartphone as a sensor platform, IEEE ITSC, 2011 [11] J. Paefgen et al., Driving behavior analysis with smartphones: Insights from a controlled field study, ACM Press, 2012 [12] C.-W.You et al., CarSafe: a driver safety app that detects dangerous driving behavior using dual-cameras on smartphones, ACM UbiComp, 2012 [13] R. Araujo et al., Driving coach: A smartphone application to evaluate driving efficient patterns, IEEE Intelligent Vehicles Symposium,

11 Building Blocks 1. Gather data from sensors/gps and send it when the trip ends 2. Analyze data and compute input variables 3. Assign a score based on input data from different trips 11

12 Validation of Sensing data Test Conditions: Driver accelerates 150m and then steers (right and left) for 50m Two tests: Moderate and aggressive acceleration/steering Speed (m/s) GPS Bearing Rate (degrees/s) Total Sensor Acceleration (m/s2) Raw data Kalman filter Low total accel Time (s) Time (s) Time (s) (a) Experiment 1: Speed (b) Experiment 1: Bearing rate (c) Experiment 1: Sensor acceleration Speed (m/s) Higher speed and GPS accel GPS Bearing Rate (degrees/s) % bearing rate Total Sensor Acceleration (m/s2) Raw data Kalman filter Aggressive accel and steering Time (s) Time (s) Time (s) (d) Experiment 2: Speed (e) Experiment 2: Bearing rate (f) Experiment 2: Sensor acceleration Fig. 2. Sensing data from a single trip 12

13 Input Variables Sensor Acceleration Total acceleration as the Euclidean sum of the filtered acceleration vector. Count moderate (SA M, >1.5m/s 2 ) and aggressive (SA A, > 3m/s 2 ) acceleration events per kilometer [1]. GPS acceleration Speed variation (in m/s 2 ) Count moderate acceleration events (GA M, >1m/s 2 ) and aggressive events (GA A, 2.5m/s 2 ) Compute maximum acceleration (GA P ) and deceleration (GA N ) GPS steering/bearing Azimuth (direction to the north) variation (in /s) Count moderate steering events (BR P, >10 /s) and aggressive events (BR A, 40 /s) per kilometer. Over-speed Compute over-speed relative time (OS R ), maximum overs-peed and average overspeed (OS A ) 13

14 Fuzzy System 1 Fuzzy System: Allows merging heterogeneous/fuzzy data to come out with a single score Convert input data in linguistic variables LOW (L), MEDIUM (M), HIGH (H) Apply IF THEN rules: (example) IF GA P =H & GA N =H à AGGRESSIVE IF OS T =L & OS A =L & OS P =L à NORMAL CALM AVERAGE MODERATE AGGRESSIVE 14

15 N centroid defuzzification method [16] to obtain the score (between 0 and 100). The centroid approach computes the center of gravity of the obtained output fuzzy curve. This score is then used to rank the different drivers, being 0 the best and 100 the worst possible score. In our problem, for each driver, we set up a Fuzzy Inference problem for each particular driving environment, i.e., urban (S u ), suburban (S s ) and extra-urban (S e ). Then, the final score is calculated using the weighting function in Equation 1. In particular we assign a greater weight to the urban score (i.e., w u =0.5) since we consider that aggressive behaviors are more risky in urban environments than in suburban (w s =0.3) and extraurban (w e =0.2) environments [17], due for example to the presence of pedestrians in urban environments. Final Score: combination of Urban, Suburban and Extra-urban Defuzzification and Scoring Rules trigger multiple categories with different membership levels S = w u S u + w s S s + w e S e (1) A. Testbed V. EVALUATION In order to evaluate our profiling mechanism, we have dis- 15

16 Evaluation: Testbed Goal: Calculate a driving score for participants Test Conditions: Luxembourg area Corporate VW Caddy / Renault Kangoo Fleet Remote data collection from smartphones (3G/ WiFi) Total participants: 20 Aggregated path length: km Total number of trips:

17 Evaluation: Results 17

18 Evaluation: Obtained Score Driver Score 18

19 Conclusions and Perspectives We proposed a fuzzy system for driver profiling that takes as input variable sensing data from Android smartphones Limitation with sensors: Noisy accelerometer and magnetometer signals Difficulty to decouple longitudinal and lateral acceleration Consider Moderate and Aggressive acceleration/steering events after filtering A Gamification approach Scoring as a contest between anonymous users Sharing scoring data in a Social-Network approach 19

20 Ongoing work Event Detector Real-time event detection Fuzzy-Logic, SVM, ANN classification 20

21 Thank you for your attention! Questions 21

Star rating driver traffic and safety behaviour through OBD and smartphone data collection

Star rating driver traffic and safety behaviour through OBD and smartphone data collection International Symposium on Road Safety Behaviour Measurements and Indicators Belgian Road Safety Institute 23 April 2015, Brussels Star rating driver traffic and safety behaviour through OBD and smartphone

More information

Analyzing Driver Behavior using Smartphone Sensors: A Survey

Analyzing Driver Behavior using Smartphone Sensors: A Survey International Journal of Electronic and Electrical Engineering. ISSN 0974-2174 Volume 7, Number 7 (2014), pp. 697-702 International Research Publication House http://www.irphouse.com Analyzing Driver Behavior

More information

About Redtail Telematics

About Redtail Telematics Company Overview About Redtail Telematics Redtail was established to explore the potential of GPS technology; turning location and accelerometer data into meaningful insight for consumers, fleet managers,

More information

Rear-end Collision Prevention Using Mobile Devices

Rear-end Collision Prevention Using Mobile Devices Rear-end Collision Prevention Using Mobile Devices Nanxiang Li, Amardeep Sathyanarayana, Carlos Busso, John H.L. Hansen Center for Robust Speech Systems (CRSS) Dept. of Electrical Engineering, Jonsson

More information

WIRELESS BLACK BOX USING MEMS ACCELEROMETER AND GPS TRACKING FOR ACCIDENTAL MONITORING OF VEHICLES

WIRELESS BLACK BOX USING MEMS ACCELEROMETER AND GPS TRACKING FOR ACCIDENTAL MONITORING OF VEHICLES WIRELESS BLACK BOX USING MEMS ACCELEROMETER AND GPS TRACKING FOR ACCIDENTAL MONITORING OF VEHICLES PROJECT REFERENCE NO. : 37S0430 COLLEGE BRANCH GUIDE : S.G.BALEKUNDRI INSTITUTE OF TECHNOLOGY,BELGAUM

More information

IMS Fleet Intelligence

IMS Fleet Intelligence IMS Fleet Intelligence An easy-to-use, out-of-the-box fleet solution for small and mid-sized fleet owners that provides the ability to manage fuel costs and monitor vehicle fleets and drivers without the

More information

Top-of-Mind Concerns of Today s Fleet Leadership. Results from our 2011 survey of fleet managers and executives in a variety of industries.

Top-of-Mind Concerns of Today s Fleet Leadership. Results from our 2011 survey of fleet managers and executives in a variety of industries. Top-of-Mind Concerns of Today s Fleet Leadership Results from our 2011 survey of fleet managers and executives in a variety of industries. In an effort to better understand the concerns and attitudes of

More information

Intervid Fleet Management Fleet Telematics. Intervid, Inc. 5111 Pegasus Court, Suite C Frederick, MD 21704

Intervid Fleet Management Fleet Telematics. Intervid, Inc. 5111 Pegasus Court, Suite C Frederick, MD 21704 Intervid Fleet Management Fleet Telematics Intervid Fleet Management Intervid Fleet Management brings to market a leading Global Fleet Telematics Technology. Intervid Fleet Management solutions have assisted

More information

Fleet Telematics Solution

Fleet Telematics Solution Fleet Telematics Solution The Cornerstone To Improving Life Cycle Costs. Telematics Solution What is it? New Flyer Connect is a simple but powerful onboard telematics system that allows you to manage your

More information

3/21/2014. Designing a Commercial UBI Program. Disclaimer

3/21/2014. Designing a Commercial UBI Program. Disclaimer Designing a Commercial UBI Program CAS Ratemaking and Product Management Seminar, March 31, 2014 Erin Bellott, FCAS, MAAA Disclaimer The views expressed in this presentation are solely those of the author

More information

The Impact Of Measuring Driver And Vehicle Behavior

The Impact Of Measuring Driver And Vehicle Behavior The Impact Of Measuring Driver And Vehicle Behavior Why Businesses are Investing in Fleet Data A Teletrac Whitepaper The Impact Of Measuring Driver And Vehicle Behavior Data has many meanings. Virtually

More information

Smartphone Applications for ITS

Smartphone Applications for ITS Smartphone Applications for ITS Index Purpose Description Relevance for Large Scale Events Options Technologies Impacts Integration potential Implementation Best Cases and Examples 1 of 13 Purpose Smartphone

More information

29082012_WF_reporting_bro_UK. www.tomtom.com/telematics

29082012_WF_reporting_bro_UK. www.tomtom.com/telematics 29082012_WF_reporting_bro_UK www.tomtom.com/telematics T E L E M AT I C S WEBFLEET Reporting Let s drive business WEBFLEET Reporting Difficult business decisions are much more straightforward with TomTom

More information

8 Reasons Why Municipal Waste Fleets Need In-cab Smart Displays

8 Reasons Why Municipal Waste Fleets Need In-cab Smart Displays 8 Reasons Why Municipal Waste Fleets Need In-cab Smart Displays White Paper www.fleetmind.com Table of Contents What is a smart display?... 1 8 reasons why smart displays are a must have for municipalities...

More information

4/26/2016. Session Objectives. Elements of Well Performing Fleet Programs

4/26/2016. Session Objectives. Elements of Well Performing Fleet Programs Combining Behavioral Safety Theory and Telematics Peter Van Dyne, MA, CSP, CFPS Wisconsin Safety Council May 17, 2016 Our risk control service is advisory only. We assume no responsibility for management

More information

Usage-based Insurance. C-Counsel Consultant

Usage-based Insurance. C-Counsel Consultant Usage-based Insurance Robin Harbage C-Counsel Consultant Agenda Introduction Current UBI Programs Telematics Technology Data Value Implementation 2009 EMB. All rights reserved. Slide 2 INTRODUCTION What

More information

FLEET. Telematics Fleet Solutions

FLEET. Telematics Fleet Solutions FLEET Telematics Fleet Solutions Redtail is a global leader in the design, manufacture and distribution of quality customized telematics products Any organization that owns a fleet of vehicles can use

More information

Testimony of Ann Wilson House Energy & Commerce Committee Subcommittee on Commerce, Manufacturing and Trade, October 21, 2015

Testimony of Ann Wilson House Energy & Commerce Committee Subcommittee on Commerce, Manufacturing and Trade, October 21, 2015 House Energy & Commerce Committee Subcommittee on Commerce, Manufacturing and Trade, October 21, 2015 Introduction Chairman Burgess, Ranking Member Schakowsky, members of the subcommittee: Thank you for

More information

Telematics. ARI White Paper / 2014. Driven.

Telematics. ARI White Paper / 2014. Driven. Telematics ARI White Paper / 2014 Driven. Telematics Contents Introduction...2 Telematics Functionality...2 Benefits...3 Challenges...4 How to get started...5 Conclusion...6 References...6 This manuscript

More information

cgi.com Delivering Smarter Mobility

cgi.com Delivering Smarter Mobility cgi.com 1 Delivering Smarter Mobility cgi.com 2 cgi.com 3 A view of the future It has been widely documented that by 2030 two-thirds of the world s population will live in cities and by 2050 this will

More information

Distracted Driving: An Overview

Distracted Driving: An Overview Institute for Transport Studies Distracted Driving: An Overview Oliver Carsten Institute for Transport Studies University of Leeds UK A disclaimer There is a huge literature on distracted driving, e.g.

More information

A Demonstration of a Robust Context Classification System (CCS) and its Context ToolChain (CTC)

A Demonstration of a Robust Context Classification System (CCS) and its Context ToolChain (CTC) A Demonstration of a Robust Context Classification System () and its Context ToolChain (CTC) Martin Berchtold, Henning Günther and Michael Beigl Institut für Betriebssysteme und Rechnerverbund Abstract.

More information

Technology, Safety and ISRI. Garry Mosier CSP VP of Operations Alliance Wireless Technologies, Inc. www.awti.com

Technology, Safety and ISRI. Garry Mosier CSP VP of Operations Alliance Wireless Technologies, Inc. www.awti.com Technology, Safety and ISRI Garry Mosier CSP VP of Operations Alliance Wireless Technologies, Inc. www.awti.com ISRI DISCLAIMER The following presentation reflects the views and opinions of Gary Mosier

More information

Usage-Based Insurance

Usage-Based Insurance Usage-Based Insurance A revolution is under way A presentation to OII s 2013 Insurance Education Day Advisory Council By Katie DeGraaf April 2013 What is UBI? UBI Benefits UBI Marketplace The Product Roadmap

More information

Telematics Insurance Solutions

Telematics Insurance Solutions Telematics Insurance Solutions Redtail is a global leader in the design, manufacture and distribution of quality customized telematics products. Redtail Insurance provides insurers with detailed data on

More information

TomTom Real-time Maps. Allan Rasmussen, Director Supplier Quality

TomTom Real-time Maps. Allan Rasmussen, Director Supplier Quality TomTom Real-time Maps Allan Rasmussen, Director Supplier Quality About TomTom Consumer GPS navigation: Car (80 million PNDs sold) Smartphone (embedded in 500 million) Caravan/camper 10 years Anniversary

More information

PROTECTING YOUR DREAMS FOR YOUR TEENS

PROTECTING YOUR DREAMS FOR YOUR TEENS PROTECTING YOUR DREAMS FOR YOUR TEENS 30-50 HOURS * OF PARENT-SUPERVISED DRIVING AREN T ENOUGH The facts prove it. In America, motor vehicle crashes are the number one cause of death for young people aged

More information

What GPS Will Do for You in 2015: the Future of Fleet Tracking

What GPS Will Do for You in 2015: the Future of Fleet Tracking What GPS Will Do for You in 2015: the Future of Fleet Tracking GPS systems confer a competitive advantage on companies that use them for fleet vehicles. Fleet managers who use GPS systems to track drivers

More information

IS YOUR FLEET FIT FOR THE LONG HAUL?

IS YOUR FLEET FIT FOR THE LONG HAUL? IS YOUR FLEET FIT FOR THE LONG HAUL? After turning to a GPS tracking system, it is important to maintain the initial benefits, particularly when it comes to continuing the improved driving standards that

More information

The Telematics Application Innovation Based On the Big Data. China Telecom Transportation ICT Application Base(Shanghai)

The Telematics Application Innovation Based On the Big Data. China Telecom Transportation ICT Application Base(Shanghai) The Telematics Application Innovation Based On the Big Data China Telecom Transportation ICT Application Base(Shanghai) Big Data be the basis for Telematics Innovation Providing service s based on the

More information

Emergency Management & Commercial Catalog

Emergency Management & Commercial Catalog Emergency Management & Commercial Catalog 800-440-4947 sales@digitalallyinc.com BENEFITS OF VIDEO CAPTURE TRUTH The Commercial Fleet solution for Digital Video Digital Ally provides commercial fleets and

More information

In-Vehicle Infotainment. A View of the European Marketplace

In-Vehicle Infotainment. A View of the European Marketplace In-Vehicle Infotainment A View of the European Marketplace In-Vehicle Infotainment: A View of the European Marketplace A number of trends are impacting the automotive industry, creating fertile ground

More information

Weather warnings. Find my vehicles

Weather warnings. Find my vehicles Your DQ-Track guide Discovery Insure wants you to be a better driver. We use the latest technology to measure and encourage good driving, improve your driving knowledge and awareness and promote greater

More information

September 8th 8:30 AM 10:00 AM PL1: Reinventing Policy to Support the New ITS

September 8th 8:30 AM 10:00 AM PL1: Reinventing Policy to Support the New ITS September 8th 8:30 AM 10:00 AM PL1: Reinventing Policy to Support the New ITS September 8th 10:30 AM 12:00 PM AM01: Sustainable Transportation Performance Measures: Best Practices September 8th 10:30 AM

More information

ACCIDENTS AND NEAR-MISSES ANALYSIS BY USING VIDEO DRIVE-RECORDERS IN A FLEET TEST

ACCIDENTS AND NEAR-MISSES ANALYSIS BY USING VIDEO DRIVE-RECORDERS IN A FLEET TEST ACCIDENTS AND NEAR-MISSES ANALYSIS BY USING VIDEO DRIVE-RECORDERS IN A FLEET TEST Yuji Arai Tetsuya Nishimoto apan Automobile Research Institute apan Yukihiro Ezaka Ministry of Land, Infrastructure and

More information

ITS and IntelliDrive SM for the Environment: Cars and Trucks

ITS and IntelliDrive SM for the Environment: Cars and Trucks ITS and IntelliDrive SM for the Environment: Cars and Trucks Bob Ferlis Technical Director for Operations R&D Federal Highway Administration, Office of Operations R&D US Department of Transportation IntelliDrive

More information

22 nd ITS World Congress Towards Intelligent Mobility Better Use of Space. GPS 2: Big Data The Real Value of Your Social Media Accounts

22 nd ITS World Congress Towards Intelligent Mobility Better Use of Space. GPS 2: Big Data The Real Value of Your Social Media Accounts 22 nd ITS World Congress Towards Intelligent Mobility Better Use of Space GPS 2: Big Data The Real Value of Your Social Media Accounts October 7, 2015 Kenneth Leonard Director, Intelligent Transportation

More information

10/14/11. Big data in science Application to large scale physical systems

10/14/11. Big data in science Application to large scale physical systems Big data in science Application to large scale physical systems Large scale physical systems Large scale systems with spatio-temporal dynamics Propagation of pollutants in air, Water distribution networks,

More information

Adaptive Cruise Control of a Passenger Car Using Hybrid of Sliding Mode Control and Fuzzy Logic Control

Adaptive Cruise Control of a Passenger Car Using Hybrid of Sliding Mode Control and Fuzzy Logic Control Adaptive Cruise Control of a assenger Car Using Hybrid of Sliding Mode Control and Fuzzy Logic Control Somphong Thanok, Manukid arnichkun School of Engineering and Technology, Asian Institute of Technology,

More information

Traffic Management for a Smarter City:Istanbul Istanbul Metropolitan Municipality

Traffic Management for a Smarter City:Istanbul Istanbul Metropolitan Municipality Traffic Management for a Smarter City:Istanbul Istanbul Metropolitan Municipality Traffic Management for a Smarter City: Istanbul There is no doubt for Traffic Management to be an issue in a crowded city

More information

MotoSafe: Active Safe System for Digital Forensics of Motorcycle Rider with Android

MotoSafe: Active Safe System for Digital Forensics of Motorcycle Rider with Android MotoSafe: Active Safe System for Digital Forensics of Motorcycle Rider with Android Nowy Condro, Meng-Han Li, and Ray-I Chang Abstract Motorcycle accident rates have increased significantly year by year

More information

DOT HS 811 333 August 2010. An Exploration of Vehicle-Based Monitoring of Novice Teen Drivers: Final Report

DOT HS 811 333 August 2010. An Exploration of Vehicle-Based Monitoring of Novice Teen Drivers: Final Report DOT HS 811 333 August 2010 An Exploration of Vehicle-Based Monitoring of Novice Teen Drivers: Final Report DISCLAIMER This publication is distributed by the U.S. Department of Transportation, National

More information

MOTOR vehicle accidents are one of the leading causes

MOTOR vehicle accidents are one of the leading causes Web Driving Performance Monitoring System Ahmad Aljaafreh Abstract Safer driver behavior promoting is the main goal of this paper. It is a fact that drivers behavior is relatively safer when being monitored.

More information

Naturalistic Cycling Studies

Naturalistic Cycling Studies Naturalistic Cycling Studies November 26 th 2013 Marco Dozza CHALMERS University of Technology SAFER presentation for Japan SAFER Goals Phase 1 #1 071220 Summary The cycling safety problem Naturalistic

More information

Auto3P Group. Auto3P 2015 All rights reserved

Auto3P Group. Auto3P 2015 All rights reserved Auto3P Group Auto3P 2015 All rights reserved March 2015 Auto3P Universe Research & Development For 22 years, Auto3P R&D teams specialize in the development of information solutions and data management

More information

GPS Fleet Management Systems

GPS Fleet Management Systems GPS Fleet Management Systems The Driving Force Behind Vehicle Intelligence Let Redtail Fleet Take You On a Journey Multi-Use Data Capture Easy Analysis Save Money Redtail is used in all kinds of fleet

More information

ibump: Smartphone Application to Detect Car Accidents

ibump: Smartphone Application to Detect Car Accidents ibump: Smartphone Application to Detect Car Accidents Fadi Aloul, Imran Zualkernan, Ruba Abu-Salma, Humaid Al-Ali, May Al-Merri Department of Computer Science & Engineering American University of Sharjah,

More information

In the pursuit of becoming smart

In the pursuit of becoming smart WHITE PAPER In the pursuit of becoming smart The business insight into Comarch IoT Platform Introduction Businesses around the world are seeking the direction for the future, trying to find the right solution

More information

AAA AUTOMOTIVE ENGINEERING

AAA AUTOMOTIVE ENGINEERING AAA AUTOMOTIVE ENGINEERING Evaluation of Blind Spot Monitoring and Blind Spot Intervention Technologies 2014 AAA conducted research on blind-spot monitoring systems in the third quarter of 2014. The research

More information

Bringing research to deployment: Concrete implementation of Cooperative Systems. Kees den Hollander Copenhagen, March 6, 2012

Bringing research to deployment: Concrete implementation of Cooperative Systems. Kees den Hollander Copenhagen, March 6, 2012 Bringing research to deployment: Concrete implementation of Cooperative Systems Kees den Hollander Copenhagen, March 6, 2012 Intelligente Transport Systemer (ITS) for Godstransporten Teknologisk Institut

More information

is trademark of Mobiliz Information and Communication Technologies Inc.

is trademark of Mobiliz Information and Communication Technologies Inc. is trademark of Mobiliz Information and Communication Technologies Inc. WHO ARE WE? With its staff having more than 20 years of experience in the field of mobile tracking systems, Mobiliz carries out its

More information

How To Track A Vehicle

How To Track A Vehicle We help you run a more efficient fleet. GO SAVE SAVE GPS Location Route Tracking Geofencing Vehicle Diagnostics Driver Behaviour Two-way Communication For more details please visit www.smartfleettracking.com

More information

BONEMA TECHNOLOGIES PRODUCT FEATURES. The following training provides information on the Bonema product features.

BONEMA TECHNOLOGIES PRODUCT FEATURES. The following training provides information on the Bonema product features. BONEMA TECHNOLOGIES PRODUCT FEATURES The following training provides information on the Bonema product features. Real-time tracking Vehicle tracking relies both on the Global Positioning satellites (GPS)

More information

Independent Evaluation of the Risk Technology driver scoring methodology

Independent Evaluation of the Risk Technology driver scoring methodology Independent Evaluation of the Risk Technology driver scoring methodology Dr Charles Johnson Technical Director, CAS March 215 INTRODUCTION Risk Technology is a company specialising in the provision of

More information

How driver behaviour can impact your business

How driver behaviour can impact your business How driver behaviour can impact your business How s my driving? Traditionally, businesses that run a fleet of vehicles have had to rely on feedback, whether it s positive or negative, from members of the

More information

USDOT Connected Vehicle Overview

USDOT Connected Vehicle Overview USDOT Connected Vehicle Overview RWM Stakeholder Meeting August 8, 2012 Dale Thompson, Intelligent Transportation Systems Joint Program Office, RITA, U.S. DOT 1 Overview NHTSA Decision Safety Pilot Policy-Architecture

More information

Insurance telematics: opportunities and challenges with the smartphone solution

Insurance telematics: opportunities and challenges with the smartphone solution Insurance telematics: opportunities and challenges with the smartphone solution PETER HÄNDEL, ISAAC SKOG, JOHAN WAHLSTRÖM, FARID BONAWIEDE, RICHARD WELCH, JENS OHLSSON, AND MARTIN OHLSSON Stockholm 2014

More information

Insurance telematics: opportunities and challenges with the smartphone solution

Insurance telematics: opportunities and challenges with the smartphone solution MANUSCRIPT SUBMITTED TO IEEE INTELLIGENT TRANSPORTATION SYSTEMS MAGAZINE. FINAL VERSION, JULY 24, 2014. 1 Insurance telematics: opportunities and challenges with the smartphone solution Peter Händel, Senior

More information

HAVEit. Reiner HOEGER Director Systems and Technology CONTINENTAL AUTOMOTIVE

HAVEit. Reiner HOEGER Director Systems and Technology CONTINENTAL AUTOMOTIVE HAVEit Reiner HOEGER Director Systems and Technology CONTINENTAL AUTOMOTIVE HAVEit General Information Project full title: Project coordinator: Highly Automated Vehicles for Intelligent Transport Dr. Reiner

More information

Supported by. Powered by

Supported by. Powered by Supported by Powered by VMS Solution For? Most Problem is... How many truck How many driver How many route How many time Real time position Real time checkpoint Real time counseling Idle time Monitoring

More information

Car Connections. Johan Lukkien. System Architecture and Networking

Car Connections. Johan Lukkien. System Architecture and Networking Car Connections Johan Lukkien System Architecture and Networking 1 Smart mobility, TU/e wide Cooperative Driving (platooning), A270: Helmond-Eindhoven, 2011 (Mechanical Engineering/TNO) Full electric:

More information

Please contact a member of our sales team on 0800 107 2099

Please contact a member of our sales team on 0800 107 2099 A first in the Fleet Management & Telematics Transport Sector The combination of 2 industry-leading cloud-based technologies Truckfile is utilised by 17,000 UK customers operating 110,000 vehicles Ctrack

More information

THE CONNECTED VEHICLE SOLUTION TRACKER. Insight

THE CONNECTED VEHICLE SOLUTION TRACKER. Insight THE CONNECTED VEHICLE SOLUTION TRACKER Insight 2 Why Choose TRACKER Insight? TRACKER Insight is a connected car solution providing insurers and brokers with: Valuable insights into their customers actual

More information

AA DRIVER TRAINING FOR COMPANY DRIVERS

AA DRIVER TRAINING FOR COMPANY DRIVERS AA DRIVER TRAINING FOR COMPANY DRIVERS SPECIALISED DRIVER TRAINING DELIVERED BY PROFESSIONALS Save money Protect your staff Safeguard your assets Preserve your reputation Supporting NZTA and ACC to create

More information

Secretary+LaHood+Announces+Lowest+Level+Of+Annual+Traffic+Fatalities+ In+More+Than+Six+Decades

Secretary+LaHood+Announces+Lowest+Level+Of+Annual+Traffic+Fatalities+ In+More+Than+Six+Decades Under the leadership of Secretary Ray LaHood, the U.S. Department of Transportation launched a national campaign in 2009 to end the dangerous practice of distracted driving. While these efforts have boosted

More information

Can we harness the foe?? Conflict of Interest Disclosure. To quote this morning s excellent presentation by Ian Faulks.

Can we harness the foe?? Conflict of Interest Disclosure. To quote this morning s excellent presentation by Ian Faulks. Conflict of Interest Disclosure Optimizing driver performance monitoring and feedback: An innovative approach utilizing a global mobile interactive e-platform Nadine Levick, MD MPH Research Director, EMS

More information

E0-245: ASP. Lecture 16+17: Physical Sensors. Dipanjan Gope

E0-245: ASP. Lecture 16+17: Physical Sensors. Dipanjan Gope E0-245: ASP Lecture 16+17: Physical Sensors Module 2: Android Sensor Applications Location Sensors - Theory of location sensing - Package android.location Physical Sensors - Sensor Manager - Accelerometer

More information

How Perdue Farms Implemented a Video Based Driver Risk Management Program. PRESENTED BY Del Lisk, Frank Cruice and Tommy Pollard

How Perdue Farms Implemented a Video Based Driver Risk Management Program. PRESENTED BY Del Lisk, Frank Cruice and Tommy Pollard How Perdue Farms Implemented a Video Based Driver Risk Management Program PRESENTED BY Del Lisk, Frank Cruice and Tommy Pollard Agenda Del Lisk, DriveCam Overview of the In-Cab Video Solution Frank Cruice,

More information

Modeling the Relation Between Driving Behavior and Fuel Consumption

Modeling the Relation Between Driving Behavior and Fuel Consumption WHITE PAPER Modeling the Relation Between Driving Behavior and Fuel Consumption Many companies are investing in coaching services for professional drivers with the goal of teaching them how to reduce fuel

More information

A WIDER SHARING ECOSYSTEM. The pivotal role of data in transport solutions

A WIDER SHARING ECOSYSTEM. The pivotal role of data in transport solutions A WIDER SHARING ECOSYSTEM The pivotal role of data in transport solutions October 2015 A MARKET ON THE MOVE CONTENTS 3 TRANSPORT TRENDS 4 THE ROAD AHEAD 5 TRANSPARENCY LEADS TO TRUST 6 DATA LOCATION AND

More information

CELL PHONE TRACKING. Index. Purpose. Description. Relevance for Large Scale Events. Options. Technologies. Impacts. Integration potential

CELL PHONE TRACKING. Index. Purpose. Description. Relevance for Large Scale Events. Options. Technologies. Impacts. Integration potential CELL PHONE TRACKING Index Purpose Description Relevance for Large Scale Events Options Technologies Impacts Integration potential Implementation Best Cases and Examples 1 of 10 Purpose Cell phone tracking

More information

Space-Based Position Navigation and Timing National Advisory Board

Space-Based Position Navigation and Timing National Advisory Board Space-Based Position Navigation and Timing National Advisory Board Intelligent Transportation System (ITS) Evolution GPS/GNSS Role in Emerging Vehicle Fleets and Highway Infrastructure Brian P. Cronin,

More information

FMCSA Webinar Nov.18th to Examine Large Truck Crash Fatalities Involving Pedestrians & Bicyclists. New Technology for Better Fleet Management

FMCSA Webinar Nov.18th to Examine Large Truck Crash Fatalities Involving Pedestrians & Bicyclists. New Technology for Better Fleet Management In This Issue: FMCSA Webinar Nov.18th to Examine Large Truck Crash Fatalities Involving Pedestrians & Bicyclists Help Prevent Roadway Accidents involving Pedestrians How to Steer Clear of Accidents with

More information

Safe Driving Score. by Maxine Fonua, Jasmine Kemble, and Sapna Patel

Safe Driving Score. by Maxine Fonua, Jasmine Kemble, and Sapna Patel Safe Driving Score by Maxine Fonua, Jasmine Kemble, and Sapna Patel Slide 2 User Profile For large families safety is key. Safe driving is a particular concern for parents when it comes to their teens

More information

Active Safety for Vulnerable Road Users based on Smartphone Position Data

Active Safety for Vulnerable Road Users based on Smartphone Position Data Active Safety for Vulnerable Road Users based on Smartphone Position Data Martin Liebner, Felix Klanner and Christoph Stiller Abstract Smartphones have long become an omnipresent part of our life. Equipped

More information

Need ideas for images here. The Four Most Effective Ways to Improve Fleet Safety

Need ideas for images here. The Four Most Effective Ways to Improve Fleet Safety Need ideas for images here The Four Most Effective Ways to Improve Fleet Safety 1 Waiting for an accident? In 2012 alone, 3,328 people were killed in distracted driving crashes according to the National

More information

Policy Development for Big Data at the ITS JPO

Policy Development for Big Data at the ITS JPO Policy Development for Big Data at the ITS JPO June 17, 2015 Dale Thompson Office of the Secretary of Transportation Research and Technology Intelligent Transportation Systems Joint Program Office Agenda

More information

USING THE MOBILE PHONE WHILE DRIVING. Using a mobile phone while driving can significantly impair a driver s:

USING THE MOBILE PHONE WHILE DRIVING. Using a mobile phone while driving can significantly impair a driver s: USING THE MOBILE PHONE WHILE DRIVING Is it dangerous to use the phone while driving? Driving is a complex task, requiring drivers to use and coordinate a number of skills. Any lapse in concentration increases

More information

Protect your people and profits through driver safety

Protect your people and profits through driver safety SPIREON FLEET & ASSET INTELLIGENCE Protect your people and profits through driver safety Accidents happen. This is especially true for companies operating fleets and employing mobile workforces. In 2013,

More information

Existing safety technology is the driverless vehicle already here? Matthew Avery Safety Research Director

Existing safety technology is the driverless vehicle already here? Matthew Avery Safety Research Director Existing safety technology is the driverless vehicle already here? Matthew Avery Safety Research Director Automotive Safety Primary vs Secondary Safety Primary Safety Secondary Safety Tertiary Safety Pre-crash

More information

VEHICLE TRACKING USING ACOUSTIC AND VIDEO SENSORS

VEHICLE TRACKING USING ACOUSTIC AND VIDEO SENSORS VEHICLE TRACKING USING ACOUSTIC AND VIDEO SENSORS Aswin C Sankaranayanan, Qinfen Zheng, Rama Chellappa University of Maryland College Park, MD - 277 {aswch, qinfen, rama}@cfar.umd.edu Volkan Cevher, James

More information

HOW DRIVER BEHAVIOUR CAN IMPACT YOUR BUSINESS

HOW DRIVER BEHAVIOUR CAN IMPACT YOUR BUSINESS HOW DRIVER BEHAVIOUR CAN IMPACT YOUR BUSINESS HOW S MY DRIVING? Traditionally, businesses that run a fleet of vehicles have had to rely on feedback, whether it s positive or negative, from members of the

More information

REDUCING THE CARBON FOOTPRINT OF FREIGHT MOVEMENT THROUGH ECO-DRIVING

REDUCING THE CARBON FOOTPRINT OF FREIGHT MOVEMENT THROUGH ECO-DRIVING REDUCING THE CARBON FOOTPRINT OF FREIGHT MOVEMENT THROUGH ECO-DRIVING Kanok Boriboonsomsin June 25, 2015 1 TRANSFORMING THE TRANSPORTATION SYSTEM R E S E A R C H Producing state of knowledge white papers

More information

Integration of PTC and Ride Quality Data. Presented by: Wabtec Railway Electronics, I-ETMS PTC Supplier. and

Integration of PTC and Ride Quality Data. Presented by: Wabtec Railway Electronics, I-ETMS PTC Supplier. and Integration of PTC and Ride Quality Data Presented by: Wabtec Railway Electronics, I-ETMS PTC Supplier and dfuzion, Inc., rmetrix Ride Performance Assessment System Supplier The FRA mandate to implement

More information

Enabling safer, more efficient and environmentally friendly fleets. Zurich Fleet Intelligence

Enabling safer, more efficient and environmentally friendly fleets. Zurich Fleet Intelligence Enabling safer, more efficient and environmentally friendly fleets Zurich Fleet Intelligence Zurich Fleet Intelligence: enabling safer, more efficient and environmentally friendly fleets Whether you operate

More information

Smartphone and Sensor Based Drunk Driving Prevention System

Smartphone and Sensor Based Drunk Driving Prevention System Smartphone and Sensor Based Drunk Driving Prevention System Piyush Vinay Phalak 1, Shashank Kowekar 2 and Shruti Joshi 3 1 Student, Department Of Computer Engineering, Vishwakarma Instititute of Information

More information

Improving Driver Behavior with Real- Time Verbal Coaching

Improving Driver Behavior with Real- Time Verbal Coaching Improving Driver Behavior with Real- Time Verbal Coaching The Key to Efficient Fleet Management inthinc Technology Solutions, Inc. Telematics solutions that improve driver safety, reduce fleet management

More information

People centric sensing Leveraging mobile technologies to infer human activities. Applications. History of Sensing Platforms

People centric sensing Leveraging mobile technologies to infer human activities. Applications. History of Sensing Platforms People centric sensing People centric sensing Leveraging mobile technologies to infer human activities People centric sensing will help [ ] by enabling a different way to sense, learn, visualize, and share

More information

Big Data for Transportation: Measuring and Monitoring Travel

Big Data for Transportation: Measuring and Monitoring Travel 1 Big Data for Transportation: Measuring and Monitoring Travel Frank Franczyk, MSc. P.Eng., Benoit Coupal, MSc. Persen Technologies Incorporated (PERSENTECH) Introduction Relevant and reliable transportation

More information

WHITE PAPER. Improving Driver Safety with GPS Fleet Tracking Technology

WHITE PAPER. Improving Driver Safety with GPS Fleet Tracking Technology Improving Driver Safety with GPS Fleet Tracking Technology 1 How Much Will Unsafe Driving Cost You? Whether you are a small business owner or a fleet manager for a larger organization, it s difficult to

More information

INSURANCE TELEMATICS. Drive well, Pay less! Motor insurance based on the way you drive. Calculate Insurance Premiums

INSURANCE TELEMATICS. Drive well, Pay less! Motor insurance based on the way you drive. Calculate Insurance Premiums NCE TELEMATICS Drive well, Pay less! Motor insurance based on the way you drive Airmax has been at the forefront of Insurance Telematics from the start. Indeed the very concept of black box monitoring

More information

EB Automotive Driver Assistance EB Assist Solutions. Damian Barnett Director Automotive Software June 5, 2015

EB Automotive Driver Assistance EB Assist Solutions. Damian Barnett Director Automotive Software June 5, 2015 EB Automotive Driver Assistance EB Assist Solutions Damian Barnett Director Automotive Software June 5, 2015 Advanced driver assistance systems Market growth The Growth of ADAS is predicted to be about

More information

A Mobile Application for Monitoring Inefficient and Unsafe Driving Behaviour

A Mobile Application for Monitoring Inefficient and Unsafe Driving Behaviour A Mobile Application for Monitoring Inefficient and Unsafe Driving Behaviour Adnan K. Shaout and Adam E. Bodenmiller The Electrical and Computer Engineering Department The University of Michigan-Dearborn

More information

Improving Driver Safety with GPS Fleet Tracking Technology

Improving Driver Safety with GPS Fleet Tracking Technology Monitoring Driving Habits from the Office Whether you are a small business owner or a fleet manager for a larger organization, it s impossible to know the driving habits of your employees while you are

More information

A wireless sensor network for traffic surveillance

A wireless sensor network for traffic surveillance A wireless sensor network for traffic surveillance Sing Yiu Cheung, Sinem Coleri, Ram Rajagopal, Pravin Varaiya University of California, Berkeley Outline Traffic measurement Wireless Sensor Networks Vehicle

More information

Fleet Driver Training

Fleet Driver Training Fleet Driver Training Pete Mitchell Senior Manager, Account Development The CEI Group, Inc. Part 1 Why is Driver Training Important? Protecting your drivers from serious injury and fatalities Reducing

More information

Center for Automotive Research at Stanford

Center for Automotive Research at Stanford Center for Automotive Research at Stanford Stanford s Automotive Affiliates Program The Center for Automotive Research at Stanford is a partnership of academia and industry with the goal of advancing research

More information

Driving Style Recognition Using a Smartphone as a Sensor Platform

Driving Style Recognition Using a Smartphone as a Sensor Platform 2 4th International IEEE Conference on Intelligent Transportation Systems Washington, DC, USA. October 5-7, 2 Driving Style Recognition Using a Smartphone as a Sensor Platform Derick A. Johnson and Mohan

More information

Session 2 UBI - Telematics in Motor Insurance. David Dou, FCAS

Session 2 UBI - Telematics in Motor Insurance. David Dou, FCAS Session 2 UBI - Telematics in Motor Insurance David Dou, FCAS UBI - Telematics in Motor Insurance David Dou Co founder, Carbox November 16, 2016 UBI - Telematics in Motor Insurance Background of Telematics

More information

2 Status of Driver Assistance Systems and Autonomous Driving

2 Status of Driver Assistance Systems and Autonomous Driving Legal Aspects of Autonomous Driving The need for a legal infrastructure that permits autonomous driving in public to maximize safety and consumer benefit. Dr. Sven A. Beiker, Center for Automotive Research

More information