Skip to main content
QUICK REVIEW

[论文解读] Sensor placement for fault location identification in water networks: A minimum test cover approach

Lina Perelman, Waseem Abbas|arXiv (Cornell University)|Jul 25, 2015
Water Systems and Optimization参考文献 7被引用 5
一句话总结

本文通过将问题建模为最小测试覆盖(MTC)问题,提出了一种高效的传感器部署策略,用于识别供水管网中的管道故障。该方法提出了一种增强的贪心算法,其近似比与传统方法相同,但计算速度显著提升,从而实现了在大规模供水分配系统中的可扩展部署,同时最小化传感器数量以实现故障的唯一定位。

ABSTRACT

This paper focuses on the optimal sensor placement problem for the identification of pipe failure locations in large-scale urban water systems. The problem involves selecting the minimum number of sensors such that every pipe failure can be uniquely localized. This problem can be viewed as a minimum test cover (MTC) problem, which is NP-hard. We consider two approaches to obtain approximate solutions to this problem. In the first approach, we transform the MTC problem to a minimum set cover (MSC) problem and use the greedy algorithm that exploits the submodularity property of the MSC problem to compute the solution to the MTC problem. In the second approach, we develop a new extit{augmented greedy} algorithm for solving the MTC problem. This approach does not require the transformation of the MTC to MSC. Our augmented greedy algorithm provides in a significant computational improvement while guaranteeing the same approximation ratio as the first approach. We propose several metrics to evaluate the performance of the sensor placement designs. Finally, we present detailed computational experiments for a number of real water distribution networks.

研究动机与目标

  • 解决在大规模城市供水管网中最小化传感器数量的同时确保管道故障唯一定位的挑战。
  • 将故障定位识别问题建模为最小测试覆盖(MTC)问题,以保证每个故障事件都能被唯一识别。
  • 开发一种计算高效的MTC问题求解方法,避免将MTC问题转化为最小集合覆盖(MSC)问题所带来的计算瓶颈。
  • 使用检测率、识别率和定位率等实际性能指标,在真实供水管网上评估传感器部署方案。
  • 实现传感系统在实际供水基础设施中实时故障定位的可扩展且成本效益高的部署。

提出的方法

  • 将供水分配网络建模为图结构,其中管道为边,节点为潜在的传感器安装位置。
  • 定义传感器输出为管道爆裂引起的压强变化,为每个传感器部署生成一个二值测试向量。
  • 将故障定位问题建模为MTC:选择最少数量的传感器,使得每个管道故障均产生唯一的输出向量。
  • 提出一种增强贪心算法,直接优化MTC目标函数,无需将其转化为最小集合覆盖(MSC)问题。
  • 利用目标函数的子模性,确保获得 (ln n + 1) 的保证近似比,与基于MSC方法的最佳已知界一致。
  • 实现并比较两种方法:(1) 先将MTC转化为MSC问题,再使用贪心MSC求解器;(2) 通过新型增强贪心算法直接求解MTC。

实验结果

研究问题

  • RQ1如何优化传感器部署,以最少数量的传感器唯一识别任意单一管道故障的位置?
  • RQ2与传统的MTC转MSC转化方法相比,直接求解最小测试覆盖(MTC)问题是否能在计算效率上表现更优?
  • RQ3在真实供水管网中,评估故障定位传感器部署有效性的最佳性能指标是什么?
  • RQ4所提出的增强贪心算法在包含数百至数千条管道的大规模供水分配网络中具有多高的可扩展性?
  • RQ5与现有方法相比,该方法在保持完整故障可隔离性的同时,能在多大程度上减少传感器数量?

主要发现

  • 所提出的增强贪心算法在达到与MTC转MSC转化方法相同的 (ln n + 1) 近似比的同时,计算时间显著减少。
  • 该算法具有良好的可扩展性,并成功应用于12个真实供水管网,包括Nets 11和12等大规模网络,证明了其实际可行性。
  • 该方法有效缓解了计算所有两两故障组合的计算瓶颈,这是以往方法的主要限制。
  • 通过检测率、识别率和定位率等性能评估指标,证实传感器部署方案在使用最少传感器的情况下实现了高故障可隔离性。
  • 该方法对高频率压力传感器的部署具有鲁棒性,并可直接应用于实际系统,如波士顿的PIPENET和新加坡的WaterWise。
  • 该框架具有通用性,不仅适用于供水管网,还为组合优化中的通用最小测试覆盖问题提供了更优解法。

更好的研究,从现在开始

从阅读论文到最终审阅,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。