Files
website/_posts/projects/2019-02-24-water-networks.md
2024-11-10 12:17:01 +01:00

43 lines
2.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
layout: single
title: "Detection and localization of leakages in water networks."
categories: projects
excerpt: "We researched the possibilities of leakage detection in real-world water networks in Munichs suburbs."
tags: acoustic anomaly-detection
header:
teaser: assets/images/projects/pipe_leak.png
---
![Leaking pipe image](/assets/images/projects/pipe_leak.png){: .align-left style="padding:0.1em; width:5em"}
In cooperation with the Munich City Services ([Stadtwerke München (SWM)](https://www.swm.de/)), we researched the possibilities of leakage detection in real-world water networks.
Therefore, we installed contact microphones directly on the infrastructure in one of Munich's suburbs. {% cite muller2021acoustic%}
<center>
<figure class="half" style="max-width: 70%; text-align:center;">
<img src="\assets\images\projects\pipe_leak\1fe8265e-ff21-4e9c-8a2a-2ebcaec41728.jpeg" style="margin-bottom: 0em;">
<img src="\assets\images\projects\pipe_leak\8d2364f1-1b03-480d-9ed3-09d548f47383.jpeg" style="margin-bottom: 0em;">
</figure>
</center><br>
The feasibility study revealed the technical limitations of this undertaking. Nonetheless, we gain valuable insights. Through audio-to-mel spectrogram transformations and the power of machine learning, deep neural networks (conv. and recurrent) are more capable of extracting important features for the given task than classic ML approaches.
In this context, our team was able to produce further publications. {% cite elsner2019deep illium2020surgical muller2020analysis illium2022empirical%}
<center>
<figure class="half" style="max-width: 70%; text-align:center;">
<img src="\assets\images\projects\pipe_leak\5ea8f0ee-6c61-4835-944c-b77683d397ca.jpeg" style="margin-bottom: 0em;">
<img src="\assets\images\projects\pipe_leak\cc01cc58-d3f6-4220-b4f4-c7ea26b3a116.jpeg" style="margin-bottom: 0em;">
</figure>
</center><br>
This project ran from late 2018 until the early months of 2020.
{% include reference.html %}