Skip to content
Data Science & AI

ecoexperts – Tunnel Sensor Fusion: Implementation of Machine Learning Models in Critical Infrastructure

In a nutshell

Together with our customer, we implemented several complex models in the live system of an Austrian highway tunnel. As a result, the error rate in the system for detecting critical events (such as stationary vehicles, accidents, fires, wrong-way drivers, etc.) in the tunnel was significantly reduced as well as the workload of the employees in the tunnel control center. The idea and the approach were concieved within a data thinking workshop.

ecoexperts
Business Challenge

Combine and transform the information from the raw sensor data into a suitable format for a machine learning model, implement the model in the production live-system and visualize the data.

Project overview

Duration

06/2022 — 03/2023

Team setup

cross-functional team consisting of 1 data scientist &1 data engineer, (PS) and 3 software developers (PS & ecoexperts)

Technologies

Python (pandas, numpy, jupyter, scikit-learn, mlflow, fastAPI), Angular, SQL Server, Docker, Git

Services

data engineering, API development, data visualisation, machine learning model development and evaluation, model deployment (MLOps)

About ecoexperts

ecoexperts is a leading infrastructure automation company specializing in the development and implementation of state-of-the-art control systems for critical infrastructure. With a focus on tunnels, traffic control and energy farms, ecoexperts ensures continuous availability, protection against cyber attacks and future-proof scalability. Since its foundation in Austria in 2011, the company has successfully implemented major infrastructure projects and is a key partner of ASFINAG, the Austrian government’s road infrastructure operator. ecoexperts stands for sustainability, innovation and customized solutions to create efficient and secure infrastructures.

Challenges & objectives

A modern highway tunnel contains a large number of different sensors, such as cameras for video detection, microphones, counting loops, CO measuring devices, etc. (in this case, there are over 350 different sensors over a distance of more than two kilometers). Each of these sensors detects specific events in the tunnel, such as slow vehicles, stationary vehicles or accidents. Due to various factors, the individual sensors report a large number of false-positive events (events without an actual problem in the tunnel). The tunnel control center staff, in turn, must respond to each of these messages and take appropriate action (close the tunnel, slow the speed, etc.).

Our goal was to use a machine learning model to significantly reduce the number of false positive reports without reducing the number of the true positive ones. The challenge was to appropriately combine the information from the different sensors and deliver a more accurate event notification for the control center.

Our solution

To work out the data and system architecture, we started with a data thinking workshop. In this format, we first analyze the business processes and data in terms of potential use cases and then create a detailed project plan, with necessary steps, required resources and expected timeframe.

After coming up with the basic data architecture, we implemented data pipelines to convert the raw sensor data into a suitable target format for a machine learning model.

In the next step, we tested and evaluated different machine learning models. Choosing the right evaluation metric played a crucial role in model selection, as Accuracy, for example, weights false-positive reports equally to false-negative ones.

Git was used for version control of the code and MLFlow was used for versioning of models, artifacts, and metrics. APIs for the models were implemented via fastAPI and via MLFlow the production-ready models were eventually made available to the API.

End results & future plans

Thanks to the Data Thinking Workshop as an entry point, we were able to find a customized ML solution for the complex problem. In a first proof-of-concept, we reduced the complexity to the essentials and implemented first ML models with promising results in the live tunnel operation system. Choosing the right evaluation metric proved crucial in such a safety-critical environment.

Our AI models are now deployed in live tunnel operations and serve as a support for the tunnel staff. They are constantly labeling new data via the front end, which is in turn feeding the models and enabling them to continue learning.

In the future, the AI models will be further improved and continuously evaluated so that other tunnel systems may also use them.