recognition of highway workzones for reliable autonomous driving

31
Recognition of highway work zones for reliable autonomous driving 1

Upload: dinukj

Post on 14-Apr-2017

64 views

Category:

Engineering


0 download

TRANSCRIPT

Slide 1

Recognition of highway work zones for reliable autonomous driving

1

PRESENTED BY

DINU K JAMES S7 ECE ROLL NO 11

GUIDED BY CHRISLY ISSAC ASST PROF DEPT OF ECE

2

Contents Introduction About autonomous carWorkzone detection and classificationExperiments and resultsConclusion

3

Autonomous car What do you mean by Autonomous Car?The word autonomous is derived from a Greek roots. Autonomous = autos + nomos (SELF) (GOVERN)

So, Autonomous car is a vehicle that can drive itself from one point to another without assistance from a driver; in other words, with anautopilot system.

4

Autonomous car What is the need of this type of car?Driver error is the most common cause of traffic accidents.

Great blessing to physically challenged people. Cell phones in-car ,entertainment systems, more traffic and more complicated road systems making it more frequent.

By this improving technology our car will do the concentrating for us.

5

Autonomous car6

ChallengesUnexpected road conditions(workzones)Snowy conditions Traffic signal detection Legal issues High cost of manufacturing

7

WORKZONE DETECTIONAims at identifying bounds of a work zoneUses computer vision algorithms, that could recognize work zone traffic signs.

8

WORKZONE DETECTION

9

Recognizing temporary highway changesI. SIGN DETECTIONII.SIGN TRACKINGIII.SIGN CLASSIFFICATION

10

I.SIGN DETECTIONTWO METHODS:Color based methods

Shape based methods11

12

Colour Based detectionUse color- value thresholding to detect the potential signs in an imageUses machine learning techniques to obtain the optimal thresholds of target color Performs binary pixel wise classification(Orange or Not Orange)Performs non maximal supression

13

13

14

Recognizing temporary highway changesI. SIGN DETECTIONII.SIGN TRACKINGIII.SIGN CLASSIFFICATION

15

SIGN TRACKINGImproves the accuracy of sign detectionUses mean shift algorithm on the input image and identifies potential sign regions at multiple sub regions.Represents different image sub regions as candidate pdf.

16

SIGN TRACKINGCompares the candidate pdf with target pdf and the candidate pdf with highest score is chosenThe output of the tracker is used as the target pdf for next image.The output of the tracker is then given to the classifier, which classifies the sign.17

18

Recognizing temporary highway changesI. SIGN DETECTIONII.SIGN TRACKINGIII.SIGN CLASSIFFICATION

19

SIGN CLASSIFFICATION

The output from tracker is given as the input to the sign classification module.Removes the background.Takes the log polar transform of the input image.A predefined set of nine commonly used signs.Compares with predefined set and correctly classifies the sign image.20

21Summarizing

EXPERIMENTS & RESULTSCollected several hours of video footage of various driving experiencesSix videos were selected from them, that contained workzonesDetailed analysis was done results of recognition

22

23

EXPERIMENTAims to demonstrate how this recognition system works effectively as a part of self driving car.A mock workzone is set up at the testing site100m long workzone in 400m long road.

24

25

This test shows how a self driving car could:1)recognise the workzone2)lower its speed2)drive at normal speed after passing through the workzone.26

27

ConclusionEvaluated some computer vision method used to localise,detect and classify workzone.Tested this system using several hours of video footages.Results were found to be satisfying.This work can be further extended to recognize and respond to road accidents.28

References1. J. Lee, Y.-W. Seo, and D. Wettergreen, Kernel-based tracking for improving sign detection performance, in Proc. IEEE/RSJ Int. Conf. IROS.nov 20132. L. D. Lopez and O. Fuentes, Color-based road sign detection and tracking,in Proc. ICIAR, 2007, pp. 11381147.29

30

31