Article

Dynamic Road Noise Mapping Prediction Using Machine Learning (vor Ort)

* Presenting author
Day / Time: 22.03.2022, 15:20-15:40
Room: 9-0208
Typ: Regulärer Vortrag
Online-access: Bitte loggen Sie sich ein, damit weitere Inhalte sichtbar werden (bspw. der Zugang zur Onlinesitzung).
Abstract:

Urban traffic is one of the most important causes of noise in the cities. Noise metrics, such as Equivalent and Day-night levels, are based on road traffic characteristics over long term time periods and do not describe the traffic noise dynamics. This paper presents a method for predicting and producing dynamic noise maps from flow traffic data obtained by surveillance cameras and processed by machine learning algorithms. Convolutional networks, based on transfer learning process, are used to identify the vehicles in the scene and classify them according to their size, while geometry projection algorithms are used to determine the vehicle position, speed and acceleration. The data extracted from video, such as vehicle category, speed and lane, are useful to calculate sound pressure level in any given location. Therefore, by adding energetically such levels for each frame, a dynamic noise map can by produced, representing the sound pressure variation over the time, according to the traffic flow. The levels predicted from the videos are compared to measurements realized in control points to validate the model. Results of the proposed model are presented as well as the model restrictions to produce the noise maps.

Error

Error : E_DEPRECATED

strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated

1
/kunden/431424_13355/webseiten/subdomains/app2022.daga-tagung.de/memyc/resources/OutputCompression.php, line 35
32.              */
33.             if (headers_sent()) {
34.                 $encoding = false;
35.             } elseif (strpos($HTTP_ACCEPT_ENCODING, 'x-gzip') !== false) {
36.                 $encoding = 'x-gzip';
37.             } elseif (strpos($HTTP_ACCEPT_ENCODING, 'gzip') !== false) {
38.                 $encoding = 'gzip';