MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+,...

35
MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department The Ohio State University {lido, bansal, luz, prasun}@cse.ohio-state.edu +Co-primary authors 1

Transcript of MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+,...

Page 1: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

MARVEL: Multiple Antenna based Relative Vehicle Localizer

Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun SinhaComputer Science and Engineering Department

The Ohio State University{lido, bansal, luz, prasun}@cse.ohio-state.edu

+Co-primary authors

Page 2: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

2

Why important to know lanes?

Hard Brakes, Sudden Deceleration and Potholes

Inform rear vehicles in the same lane

Blind spotsVisualization and Driver alert

Page 3: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

3

Contents

ObjectiveSystem DesignExperimentsAggregation and SimulationsConclusion & future work

Page 4: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

4

Objective

To design a system, that estimates the relative location of given two vehicles.

V1

V2

Dire

ction

of T

rave

l

Page 5: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

5

Vehicular Localization Techniques

GPS Experiment: 46% accuracyLow accuracy in urban canyons and tunnels.

Radar, CameraAlready deployed by Lexus, BMW etc.Can only detect neighboring vehicles

Our Solution: Radio on vehicle’s body

Page 6: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

6

Challenges

Currently deployed technologies do not work wellGPS – Low accuracyCamera – Light/weather conditions, Localizes only vehicles in sightRadar – Localizes only vehicles in sight

Robust to noise/obstaclesDifferent light/weather conditionsParked vehicles may affect localization accuracy

Page 7: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

7

Contents

Motivation & ObjectiveSystem DesignExperimentsAggregation and SimulationsConclusion & future work

Page 8: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

8

Devices Used

Smartphone48% Americans have smartphones [Nielsen 2012]

Monitors turn/ lane change eventsDiscovers neighboring vehiclesControls activity of radiosComputes relative locations

RadioSend/Receive beaconsReport RSSI to smartphone

Nielsen 2012: http://blog.nielsen.com/nielsenwire/?p=30950

Page 9: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

How Radios Work

Two radios: distinguish Left, Same, and Right lane

9

Page 10: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

Same Lane

Link L2

Link L1

Radio

Front car in right laneFront car in left lane

How Radios Work

9

Link L1

Link L2

Link L1

Link L2

Page 11: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

How Radios Work

Two radios: distinguish Left, Same, and Right laneFour radios

Distinguish front and backAdd robustness

9

Page 12: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

How the System Works

12

Monitor Phase:Monitor

accelerometer &Look for new vehicles

Beacon Phase:Direct wireless radios to send/recv beacons

Analyze Phase:Determine

Relative location and share locations

Page 13: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

13

Monitor Phase

Discover vehicles in neighborhoodSmartphone sends/receives discover beacons

Detect lane change and turn events:

Using accelerometerCancel out noise by taking an average of last 0.5sMaintain max and min values within last 3s. t

m/s2

-2

0

2

Accy

Accy

Page 14: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

14

Monitor Phase

Time (second)

Max

-Min

diff

eren

ce

Trigger if the Max-Min diff. exceeds the

threshold

Page 15: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

15

1.08 m/s2

Monitor Phase

Precision: Fraction of detected change/turn events that are true.Recall: Fraction of change/turn events that are detected.

Page 16: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

16

How the System Works

Monitor Phase: Smartphones discover each other

Beacon Phase: Schedule a transmission

Send Beacons

Analyze Phase: Report RSSI Find relative lanes

Share results

Page 17: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

17

Contents

Motivation & ObjectiveSystem DesignExperimentsAggregation and SimulationsConclusion & future work

Page 18: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

18

Experiment Settings

Zigbee

Page 19: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

19

Data Processing

{RSSI, Label}

Train withSVM

Model

Accuracy

50%Train

50%Test

Model trained with SVM classifier in RapidMinerTrain and test using different datasets when cross validation.

label

Dataset A

Dataset B

Page 20: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

20

Radios installation: How many and where?

Other radio configurations tried in driving testsVarying number of radios: 2/3/4Radios inside/outside vehicle’s bodySymmetric/ Asymmetric placement of radios

99.8% 94.7%

Page 21: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

21

Driving Experiments

Cars: Sedan, SUV, Coupe

Roads: Local & Freeway

Light Traffic & Heavy Traffic

>800 miles

Page 22: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

22

Experiment Results: Road Types

Local roads & freeways have similar path loss pattern

Training Dataset Test Dataset AccuracyLocal Drive Freeway 97.3%Freeway Local Drive 99.4%

Page 23: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

23

Experiment Results: Traffic Conditions

Light traffic pattern ≠ Heavy traffic patternMust train if traffic conditions are significantly differentNo need to provide traffic condition as an input to the classifier

Training Dataset Test Dataset AccuracyLight traffic Heavy traffic 25.2%Heavy traffic Light traffic 38.7%

Mix light traffic and heavy traffic

Mix light traffic and heavy traffic 97.2%

Page 24: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

24

Experiment Results: Vehicle Bodies

The bodies of the tested cars have similar path loss patternImportant to train on different car bodiesNo need to provide car body as an input to the classifier

Training Dataset Test Dataset Accuracy

Two Sedans Coupe & SUV 88.3%

Coupe & SUV Two Sedans 92.7%

Mix car types Mix car types 99.8%

Page 25: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

25

Contents

Motivation & ObjectiveSystem DesignExperimentsAggregation and SimulationsConclusion & future work

Page 26: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

26

Information Aggregation

Aggregation: Left-Same-Right relation OR Front-Back relationImproves localization accuracyChallenges:

DistributedRapidly changing set of neighborsSVM classifier can be incorrect

Right RightRight

Right

Page 27: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

27

Left-Same-Right Aggregation: Lane Coordinate System

Lane Coordinate System (CreateTime, CreatorId)Every vehicle has a lane number (or coordinate) in its coordinate systemJoin coordinate system with the earliest CreateTimeSame coordinate system ↔ Lane numbers comparable

Lane 1

(Created at 8:00AM, Blue car)

(Created at 9:00AM, Red car)

Lane 3

Lane 1

(Created at 8:00AM, Blue car)

Page 28: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

28

Left-Same-Right Aggregation: Algorithm

Find neighboring vehicles in the earliest coordinate system

Determine relative location with these vehicles

Determine lane number that maximizes overall confidence

SAME, 2

SAME, 3

LEFT, 3

Lane number is 2

LEFT

Page 29: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

Front-Back Aggregation

Reduce local neighborhood information to a graphCycle → Inconsistent informationAlgorithm to remove all cycles

Eliminates cycles while maximizing the confidence

29

Red in Front of Green

Green inFront of Blue

Blue inFront of red

Edge from rear vehicle to vehicle in front

Page 30: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

30

Simulation

Trace-driven simulations using ns-3 and SUMOSUMO: A simulator for VANETs which given a road network, generates a pre-determined number of routes for vehicles

Extracted position of each vehicle at each instance from SUMOIn ns-3, the trace of RSSI readings from driving experiments were plugged

Page 31: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

31

Simulation Results

Increase in prediction accuracy is not significant

Page 32: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

32

Incremental Deployment

MARVEL can provide incremental benefit to vehicles that are equipped with 4 radios.Dedicated Short Range inter-vehicle Communication (DSRC)

All vehicles expected to be equipped with at least one antenna.

Experiment ResultAccuracy of relative localization between a vehicle with one antenna and a vehicle with 4 antenna: 64%

Simulation Result: When 50% vehicles have single antenna, 50% have four antenna, with aggregation:

Accuracy of 4 antenna vehicle with one antenna vehicle: 87.1%Incentive for drivers to install 4 radios due to increased accuracy

Page 33: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

33

Conclusions

Relative lane localization using radiosHigh accuracy observed through experiments and simulationsAggregating information improves accuracy

Pros: Independent of light/weather conditionsCons: Need both vehicles to install radios for higher accuracy

Page 34: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

34

Discussion & Future Work

Determining absolute lane locationLane-level navigation alerts

Work with cameras, radars to improve accuracy

“Live training” possible using aggregation

Page 35: MARVEL: Multiple Antenna based Relative Vehicle Localizer Dong Li+, Tarun Bansal+, Zhixue Lu+, Prasun Sinha Computer Science and Engineering Department.

35

Thank you