75 lines
4.3 KiB
Plaintext
75 lines
4.3 KiB
Plaintext
---
|
|
title: "ErLoWa Leak Detection"
|
|
excerpt: "Deep learning detects acoustic water leaks with SWM."
|
|
tags: [acoustic, anomaly-detection, deep-learning, real-world-data, signal-processing, water-management, sensors]
|
|
teaser: "/images/projects/pipe_leak.png"
|
|
icon: "/images/projects/pipe_leak.png"
|
|
---
|
|
|
|
In collaboration with Munich's municipal utility provider, Stadtwerke München (SWM), this project explored the feasibility of using acoustic monitoring for early leak detection in water pipe infrastructure. The primary goal was to develop machine learning models capable of identifying leak-indicating sound patterns within a real-world operational environment.
|
|
|
|
|
|
<InfoBox title="Project Details">
|
|
- **Project**: ErLoWa (Erkennung von Leckagen in Wasserleitungsnetzen)
|
|
- **Partner**: [Stadtwerke München (SWM)](https://www.swm.de/)
|
|
- **Duration**: 2018 - 2020
|
|
- **Role**: Data Scientist, Machine Learning Expert
|
|
</InfoBox>
|
|
|
|
|
|
The objective was to investigate and develop methods for the automated detection and localization of leaks in urban water distribution networks using acoustic sensor data.
|
|
|
|
|
|
## Methodology & Activities
|
|
|
|
- **Data Acquisition**: Sensor networks comprising contact microphones were deployed across sections of Munich's suburban water network to capture continuous acoustic data.
|
|
- **Signal Processing**: Raw audio signals were pre-processed and transformed into mel spectrograms, converting the time-domain audio data into image-like representations suitable for analysis with computer vision techniques.
|
|
- **Model Development**: Various machine learning approaches were evaluated. Deep neural networks, particularly Convolutional Neural Networks (CNNs), were trained on the spectrogram data to classify segments as containing leak sounds or normal background noise.
|
|
- **Analysis & Validation**: The performance of the models was assessed against ground truth data provided by SWM, identifying both the successes and challenges of applying these methods in a complex, noisy, real-world setting.
|
|
|
|
|
|
<div className="my-6 grid grid-cols-1 md:grid-cols-2 gap-4">
|
|
<CenteredImage
|
|
src="/images/projects/pipe_leak/1fe8265e-ff21-4e9c-8a2a-2ebcaec41728.jpeg"
|
|
alt="A field technician using an acoustic sensor rod to detect leaks on a water pipe"
|
|
width={800}
|
|
height={600}
|
|
caption="Me representing a field technician using an acoustic leak detection device equipped with headphones to pinpoint potential water leaks."
|
|
/>
|
|
<CenteredImage
|
|
src="/images/projects/pipe_leak/8d2364f1-1b03-480d-9ed3-09d548f47383.jpeg"
|
|
alt="Team performing acoustic leak detection around a manhole cover"
|
|
width={800}
|
|
height={600}
|
|
caption="SWM personnel conducting on-site acoustic measurements around a manhole, illustrating data acquisition for the leak detection project."
|
|
/>
|
|
</div>
|
|
|
|
|
|
## Key Findings & Outcomes
|
|
|
|
- The project demonstrated the potential of deep learning models applied to mel spectrograms for identifying relevant acoustic features indicative of water leaks.
|
|
- CNN-based approaches showed advantages over traditional machine learning methods in capturing the complex patterns associated with leak sounds amidst background noise.
|
|
- Significant insights were gained regarding the practical challenges of sensor deployment, data quality variability, and noise interference in real-world utility networks.
|
|
- The research conducted within this project formed the basis for several scientific [publications](/publications) and a [paper writeup](/research/acoustic-leak-detection/) <Cite bibtexKey="muller2021acoustic" />.
|
|
|
|
|
|
<div className="my-6 grid grid-cols-1 md:grid-cols-2 gap-4">
|
|
<CenteredImage
|
|
src="/images/projects/pipe_leak/5ea8f0ee-6c61-4835-944c-b77683d397ca.jpeg"
|
|
alt="Workers performing actions on a pipe section"
|
|
width={800}
|
|
height={600}
|
|
caption="On-site 'arificial leak' creation in the proximity of deployed acoustic sensors."
|
|
/>
|
|
<CenteredImage
|
|
src="/images/projects/pipe_leak/cc01cc58-d3f6-4220-b4f4-c7ea26b3a116.jpeg"
|
|
alt="Project team next to an SWM utility vehicle after field work"
|
|
width={800}
|
|
height={600}
|
|
caption="Project team from SWM and LMU after a session of field data collection."
|
|
/>
|
|
</div>
|
|
|
|
|
|
This applied research project provided valuable experience in handling real-world sensor data, adapting machine learning models for specific industrial challenges, and collaborating effectively with industry partners. |