Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv AI · 2026/7/30 16:33:26

A Fuzzy Rule-based Neuro-Symbolic Approach for Pipe Severity Prediction in Sewer Networks

AI 中文解读
下水道管道检测迎来一项新突破。以往的AI检测系统像是个“黑箱”,看完管道照片直接给出损坏分数,却说不清判断依据。这次研究人员开发了一套“边看边推理”的智能框架,在准确性和可解释性上双双刷新纪录。 通俗来说,这就像给AI配了“眼睛”和“大脑”:先用先进的视觉模型扫描管道内壁照片,识别出裂缝、腐蚀等14种问题特征,再交由一套规则系统进行逻辑推理,最终得出管道损坏等级。各项评估指标提升最高达23%,比传统“只看图就下结论”的老办法靠谱得多。更妙的是,AI老师批改作业时还会列出依据——哪条裂缝、什么程度、如何影响整体评分,一目了然。 这项技术对普通人最直接的影响是城市排水系统维护。以往检查管道主要靠人工看录像,费时费力,容易漏判。如今AI能快速发现早期隐患并清晰解释原因,维修人员就能精准定位问题管道,提前更换修复,降低路面塌陷和污水倒灌的风险。从长远看,更聪明的AI管道巡检会让城市基础设施管理更透明、更高效,让公共安全真正得到保障。
Standard automated sewer pipe severity assessment relies on direct image classification, creating a "black box" where the link between visual defects and final severity scores remains implicit. This study introduces a modular, fuzzy rule-based neuro-symbolic framework that bridges this gap by decoupling neural perception from symbolic reasoning. The perception module utilizes a Swin Transformer to predict 14 multilabel inspection CODE degrees directly from images. For reasoning, a DT, specifically Weka's J48, algorithm is trained on ground-truth CODEs and severity labels, and its paths are converted into 19 fixed IF--THEN rules. Inference operates via fuzzy logic: t-norm activations from CODE conditions are weighted by rule confidence and combined with corresponding s-norms to produce interpretable class evidence. We assessed Product, Łukasiewicz, and Hamacher operator pairs using a dataset of 3,244 images spanning five highly imbalanced severity classes. Ground-truth labels were robustly generated via consensus from five independent large language models analyzing original inspector notes. Our results show an improvement of accuracy, balanced accuracy, Macro F1 and MCC by 17.9%, 12.2%, 23.0%, and 17.3%, respectively, over image-only based classification. Overall, the framework combines competitive class-balanced performance with traceable reasoning from predicted CODE degrees to rule supports and severity evidence.
分享
阅读原文