| Literature DB >> 30366415 |
Shivam Gupta1, Albert Hamzin2, Auriol Degbelo3.
Abstract
Road traffic and its impacts affect various aspects of wellbeing with safety, congestion and pollution being of significant concern in cities. Although there have been a large number of works done in the field of traffic data collection, there are several barriers which restrict the collection of traffic data at higher resolution in the cities. Installation and maintenance costs can act as a disincentive to use existing methods (e.g., loop detectors, video analysis) at a large scale and hence limit their deployment to only a few roads of the city. This paper presents an approach for vehicle counting using a low cost, simple and easily installable system. In the proposed system, vehicles (i.e., bicycles, cars, trucks) are counted by means of variations in the WiFi signals. Experiments with the developed hardware in two different scenarios-low traffic (i.e., 400 objects) and heavy traffic roads (i.e., 1000 objects)-demonstrate its ability to detect cars and trucks. The system can be used to provide estimates of vehicle numbers for streets not covered by official traffic monitoring techniques in future smart cities.Entities:
Keywords: WiFi signals; low cost sensors; open hardware; smart cities; traffic counter; traffic monitoring
Year: 2018 PMID: 30366415 PMCID: PMC6263683 DOI: 10.3390/s18113623
Source DB: PubMed Journal: Sensors (Basel) ISSN: 1424-8220 Impact factor: 3.576
Overview of various traffic monitoring techniques.
| Technology | Concept | Examples | Advantages | Disadvantages |
|---|---|---|---|---|
|
| Installed directly into the pavement surface | Inductive loops, magnetic detectors, Micro-loop probes, pneumatic road tubes, piezoelectric and other weigh-in-motion devices [ | Unresponsive to bad weather, Accurate vehicle count | Installation and maintenance need pavement cut and lane closure, expensive, large and consume much power |
|
| Devices mounted overhead on roadways or roadsides | Video image processing, microwave radar, laser radar, passive infrared, ultrasonic, passive acoustic array [ | Vehicle speed and position information can be accurately measured, enable multiple lane monitoring | Performance affected by environmental circumstances, installation may require lane closure, expensive |
|
| Technologies that do not require any hardware deployment under the pavement or mounted overhead/roadside | Automatic vehicle identification (AVI), Global Positioning System (GPS), mobile phones [ | Enable high percentage of roads coverage, traffic surveillance at high accuracy | Expensive, remote sensing of aerial images for traffic monitoring is not real time, privacy concerns |
|
| To overcome certain limitations of individual technologies discussed above, combinations of sensors are used | Passive infrared with ultrasound, Infrared-Doppler microwave radar, Series infrared-Doppler radar-ultrasound sensors [ | Synergistic effect to enhance accuracy in vehicle detection | Expensive, bulky, some limitations of individual sensors and high power consumption |
|
| Low-cost, portable, and easy-to-install technologies for real-time traffic monitoring | Continuous-wave radar [ | Relatively less expensive than other sophisticated devices, easy to install | Specialised hardware and procedures required, limited computation capability for large dataset analysis, privacy concerns, and unsuitability for crowdsourcing applications |
Figure 1Illustration of deployment plan for the proposed hardware system.
Figure 2Experimental setup: Scenario 1 (Low traffic road: Heisenbergstraße).
Figure 3Experimental setup: Scenario 2 (Heavy traffic road: Steinfurter Straße).
Figure 4Illustration of the web-application developed for ground-truth data video stream analysis.
Figure 5Overall flow of analysis.
Figure 6Illustration of time window and associated signal fluctuation pattern identification (Units: Time = Milliseconds, Strength = dBm).
Figure 7Flow chart of algorithm for vehicle detection.
Figure 8Parameters summary statistics for Heisenbergstrasse.
Figure 9Parameters summary statistics for Steinfurter Straße.
Threshold rules for vehicle identification using Heisenbergstrasse data.
| Vehicle | Threshold (in dBm) |
|---|---|
| Cars | ≥611 |
| Bicycles | <611 |
Threshold rules for vehicle identification using Steinfurter Straße data.
| Vehicle | Threshold (in dBm) |
|---|---|
| Trucks | >1849 |
| Cars | ≥357.5 &≤1849 |
| Bicycles | <357.5 |
Number of vehicles detected by the algorithm, according to vehicle type and classification technique for Heisenbergstrasse.
| Vehicle Type | Classification Technique | Ground Truth | |||
|---|---|---|---|---|---|
| Time Window | Max. RSSI | Time Window & RSSI | k-NN | ||
| Cars | 176 | 177 | 104 | 195 | 182 |
| Bicycles | 510 | 371 | 252 | 468 | 467 |
Number of vehicles detected by the algorithm, according to vehicle type and classification technique for Steinfurter Straße.
| Vehicle Type | Classification Technique | Ground Truth | |||
|---|---|---|---|---|---|
| Time Window | Max. RSSI | Time Window & RSSI | k-NN | ||
| Trucks | 64 | 45 | 16 | 45 | 45 |
| Cars | 826 | 842 | 495 | 1004 | 1000 |
| Bicycles | 297 | 31 | 29 | 138 | 66 |
Precision, Recall and F Measure using Heisenbergstrasse data (tp indicates the number of true positives).
| Classification Technique | Vehicle Type | Precision | Recall | F Measure |
|---|---|---|---|---|
| Time window | Car (tp = 61) | 0.3465 | 0.3351 | 0.3407 |
| Bicycle (tp = 40) | 0.0784 | 0.0856 | 0.08188 | |
| Max. RSSI | Car (tp = 64) | 0.3615 | 0.3516 | 0.3565 |
| Bicycle (tp = 47) | 0.1266 | 0.1006 | 0.1121 | |
| Time window & Max.RSSI | Car (tp = 45) | 0.4326 | 0.2472 | 0.3146 |
| Bicycle (tp = 24) | 0.0952 | 0.0513 | 0.0667 | |
| k-Nearest Neighbour | Car (tp = 182) | 0.934 | 1 | 0.9658 |
| Bicycle (tp = 467) | 0.997 | 1 | 0.9984 |
Precision, Recall and F Measure using Steinfurter Straße data (tp indicates the number of true positives).
| Classification Technique | Vehicle Type | Precision | Recall | F Measure |
|---|---|---|---|---|
| Time window | Truck (tp = 21) | 0.3281 | 0.4666 | 0.3853 |
| Car (tp = 425) | 0.514 | 0.425 | 0.465 | |
| Bicycle (tp = 2) | 0.0067 | 0.0303 | 0.0110 | |
| Max. RSSI | Truck (tp = 15) | 0.3333 | 0.3333 | 0.3333 |
| Car (tp = 451) | 0.5356 | 0.451 | 0.4896 | |
| Bicycle (tp = 0) | 0 | 0 | 0 | |
| Time window & Max.RSSI | Truck (tp = 7) | 0.4375 | 0.1555 | 0.2295 |
| Car (tp = 249) | 0.5030 | 0.2490 | 0.3331 | |
| Bicycle (tp = 1) | 0.0344 | 0.0151 | 0.0210 | |
| k-Nearest Neighbour | Truck (tp = 42) | 0.9333 | 0.9333 | 0.933 |
| Car (tp = 1000) | 0.9960 | 0.9860 | 0.9909 | |
| Bicycle (tp = 47) | 0.3405 | 0.7121 | 0.4607 |
Comparison of various traffic monitoring techniques to the proposed method.
| Technology | High Spatial Coverage | Insensitive to Weather | Low-Cost | Compact | For Crowdsourcing | Privacy Preserving |
|---|---|---|---|---|---|---|
| Inductive loop [ |
|
|
|
|
|
|
| Microwave radar [ |
|
|
|
|
|
|
| Acoustic [ |
|
|
|
|
|
|
| Magnetometer [ |
|
|
|
|
|
|
| Infrared [ |
|
|
|
|
|
|
| Aerial/Satellite Imaging/GPS [ |
|
|
|
|
|
|
| Ultrasonic [ |
|
|
|
|
|
|
| VIP (Video image processor) [ |
|
|
|
|
|
|
| RFID (Radio-frequency identification) [ |
|
|
|
|
|
|
| Relatively low-cost devices | ||||||
| Continuous-wave radar [ |
|
|
|
|
|
|
| Computer vision [ |
|
|
|
|
|
|
| WiFi [ |
|
|
|
|
|
|
| Bluetooth based [ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|