晨光
暗夜
晨光
极光
晨光
暗夜
晨光
极光
晨光
暗夜
晨光
极光
Bilingual Paper Reading · 中英对照精读

结构健康监测基础模型:Transformer 掩码自编码器守护桥梁与高架桥

准大一 · 土木工程 × 结构健康监测 × AI+物联网 —— 桥梁高架桥安全监测精读材料
原文:arXiv:2404.02944 2024年4月3日发布 arXiv 预印本(cs.LG) 结构健康监测 × 基础模型 × 自监督预训练 附英文摘要朗读音频

一、论文档案

英文标题Foundation Models for Structural Health Monitoring
中文标题结构健康监测基础模型:Transformer 掩码自编码器守护桥梁与高架桥
作者Luca Benfenati, Daniele Jahier Pagliari, Luca Zanatta, Yhorman Alexander Bedoya Velez, Andrea Acquaviva, Massimo Poncino, Enrico Macii, Luca Benini, Alessio Burrello(机构未在素材中标注)
发布时间2024年4月3日(v1)|分类:cs.LG(机器学习)、cs.AI(人工智能)、eess.SY(系统与控制工程)
一句话概括首次把 Transformer「掩码自编码器」基础模型用于桥梁振动监测:无标签数据自监督预训练 + 任务微调,异常检测只用 15 个窗口就达 99.9%,还能知识蒸馏成小模型部署到 Jetson Nano 边缘节点。
💡 为什么选这篇给你:① 结构健康监测是「土木 × AI」最典型的落地场景,桥梁安全直接关系公共安全;② 首次把「基础模型 + 自监督预训练」范式带进振动监测,核心思想用一句话就能讲清;③ 有完整链条——三个真实高架桥/桥梁数据集、知识蒸馏、Jetson Nano 边缘实测,故事完整、可复现。

二、核心术语表(先扫一遍再读正文)

英文术语中文大白话解释
SHM (Structural Health Monitoring)结构健康监测用传感器网络持续监测桥梁等基础设施的状态,尽早发现异常和潜在损伤。
vibration monitoring振动监测通过记录结构的振动响应来判断其健康状况,是桥梁/高架桥 SHM 的主流手段。
accelerometer加速度计测量加速度的传感器;本文中,加速度计采集的振动数据就是模型的输入。
MEMS (Micro-Electro-Mechanical Systems)微机电系统微型化的机电传感器,成本低、易部署,适合大规模布设在桥梁上。
Foundation Model基础模型在大规模数据上预训练、能迁移到多个下游任务的通用模型(如 GPT、BERT)。
TransformerTransformer(变换器)基于自注意力机制的神经网络架构,先在 NLP/CV 领域大放异彩,本文首次用于振动类 SHM。
Masked Auto-Encoder (MAE)掩码自编码器自监督架构:随机遮住输入的一部分,让模型重建被遮内容,从而学到通用表示。
self-supervised pre-training自监督预训练不需要人工标签、直接从数据本身构造学习目标进行训练。
fine-tuning微调用少量带标签数据把预训练模型适配到具体任务(如异常检测)。
Anomaly Detection (AD)异常检测判断结构振动是否偏离正常模式,用于预警损伤。
Traffic Load Estimation (TLE)交通荷载估计从振动信号估计桥梁正在承受的交通荷载(区分轻、重型车辆)。
Knowledge Distillation (KD)知识蒸馏让小模型学习大模型的输出,把大模型「压缩」进小模型。
edge node边缘节点部署在现场的嵌入式设备(如 NVIDIA Jetson Nano),就地完成实时推理。
PCA (Principal Component Analysis)主成分分析经典降维方法,本文用作异常检测的最先进(SOTA)对比基线。
R² score / MAE% / MSE%决定系数 / 平均绝对误差百分比 / 均方误差百分比回归(荷载估计)任务的三类评价指标。
Weigh-in-Motion (WiM)动态称重系统车辆行驶中称重的系统,用于给 TLE 任务提供真值标签。

三、摘要中英对照(精读核心)

🎧 音频在文末,可先听一遍原文再读;每个英文句都配了逐句翻译。

摘要 Abstract

EN · 原文
Structural Health Monitoring (SHM) is a critical task for ensuring the safety and reliability of civil infrastructures, typically realized on bridges and viaducts by means of vibration monitoring.
CN · 翻译
结构健康监测(SHM)是保障土木基础设施安全可靠的关键任务,通常通过振动监测在桥梁和高架桥上实现。
EN · 原文
In this paper, we propose for the first time the use of Transformer neural networks, with a Masked Auto-Encoder architecture, as Foundation Models for SHM.
CN · 翻译
本文首次提出把 Transformer 神经网络(采用掩码自编码器架构)用作 SHM 的基础模型
EN · 原文
We demonstrate the ability of these models to learn generalizable representations from multiple large datasets through self-supervised pre-training, which, coupled with task-specific fine-tuning, allows them to outperform state-of-the-art traditional methods on diverse tasks, including Anomaly Detection (AD) and Traffic Load Estimation (TLE).
CN · 翻译
我们证明这些模型能通过自监督预训练从多个大规模数据集学习可泛化的表示;配合任务特定微调,它们能在异常检测(AD)和交通荷载估计(TLE)等多个任务上超越最先进的传统方法。
EN · 原文
We then extensively explore model size versus accuracy trade-offs and experiment with Knowledge Distillation (KD) to improve the performance of smaller Transformers, enabling their embedding directly into the SHM edge nodes.
CN · 翻译
随后我们系统探索了模型大小与精度的权衡,并用知识蒸馏(KD)提升较小 Transformer 的性能,使其能直接嵌入 SHM 边缘节点
EN · 原文
We showcase the effectiveness of our foundation models using data from three operational viaducts.
CN · 翻译
我们用三座在役高架桥的数据展示了基础模型的有效性。
EN · 原文
For AD, we achieve a near-perfect 99.9% accuracy with a monitoring time span of just 15 windows.
CN · 翻译
在异常检测上,仅用 15 个监测窗口就取得近乎完美的 99.9% 准确率。
EN · 原文
In contrast, a state-of-the-art method based on Principal Component Analysis (PCA) obtains its first good result (95.03% accuracy), only considering 120 windows.
CN · 翻译
相比之下,基于主成分分析(PCA)的最先进方法要观察 120 个窗口才首次取得好结果(95.03% 准确率)。
EN · 原文
On two different TLE tasks, our models obtain state-of-the-art performance on multiple evaluation metrics (R$^2$ score, MAE% and MSE%).
CN · 翻译
在两个不同的交通荷载估计任务上,我们的模型在多项评估指标(R² 分数、MAE% 和 MSE%)上均达到最先进水平。
EN · 原文
On the first benchmark, we achieve an R$^2$ score of 0.97 and 0.90 for light and heavy vehicle traffic, respectively, while the best previous approach (a Random Forest) stops at 0.91 and 0.84.
CN · 翻译
在第一个基准上,轻、重型车辆交通的 R² 分数分别达到 0.970.90,而此前最好的方法(随机森林)止步于 0.910.84
EN · 原文
On the second one, we achieve an R$^2$ score of 0.54 versus the 0.51 of the best competitor method, a Long-Short Term Memory network.
CN · 翻译
在第二个基准上,我们取得 0.54 的 R² 分数,而最好的竞品方法(长短期记忆网络 LSTM)为 0.51

关键词 Keywords:Structural Health Monitoring 结构健康监测 | Foundation Models 基础模型 | Transformer | Masked Autoencoder 掩码自编码器 | Anomaly Detection 异常检测 | Traffic Load Estimation 交通荷载估计

四、引言精选(为什么这个问题重要)

① SHM 为什么重要:桥梁、公路、隧道都在悄悄劣化

EN · 原文
Structural Health Monitoring (SHM) is crucial to ensure longevity and safety of critical infrastructures such as bridges, highways, and tunnels. In fact, these structures are subject to deterioration due to factors such as ageing, environmental conditions, and traffic loads, posing potential safety hazards and substantial financial burdens for maintenance and repairs.
CN · 翻译
结构健康监测(SHM)对保障桥梁、公路、隧道等关键基础设施的耐久性与安全性至关重要。这些结构会因老化、环境条件和交通荷载等因素逐渐劣化,既带来安全隐患,也给维护和修复造成巨大的经济负担

② SHM 系统如何工作:实时监测 + 早期预警

EN · 原文
SHM systems address this challenge by proactively and continuously monitoring infrastructure in real time, enabling early detection of anomalies and potential damages. This facilitates timely interventions that ensure public safety while optimizing resource allocation through cost-effective strategies.
CN · 翻译
SHM 系统通过主动、持续、实时地监测基础设施来应对这一挑战,实现异常和潜在损伤的早期发现,从而及时干预、保障公共安全,并通过经济高效的策略优化资源配置。

③ 主流传感器:光纤、加速度计、摄像头、应变计——MEMS 网络最实惠

EN · 原文
A typical SHM system comprises a network of sensors responsible for measuring multiple parameters relevant to the current state of the structure as well as its surrounding environment. The most widely used SHM sensing devices include fiber optic sensors [1, 2], accelerometers [3, 4], cameras [5] and strain gauges [6]. Among these options, networks of Micro-Electro-Mechanical Systems (MEMS) for vibration monitoring stand out due to their cost-effectiveness and relatively simple deployment in diverse environments.
CN · 翻译
典型的 SHM 系统由传感器网络组成,负责测量结构当前状态及其周边环境的多个参数。最常用的传感设备包括光纤传感器、加速度计、摄像头和应变计。其中,用于振动监测的微机电系统(MEMS)网络因成本低、在各种环境中部署相对简单而脱颖而出。

④ 现有方法的空白:Transformer 还没碰过振动监测

EN · 原文
ML approaches for vibration-based SHM span a diverse range of techniques, from classic methods as in[8, 9], to more recent deep learning solutions such as Convolutional Neural Networks (CNNs) [10] and Autoencoders [11, 12]. While Transformer neural networks have revolutionized the Computer Vision and Natural Language Processing (NLP) fields, in SHM they have only been applied to camera-based monitoring solutions [13], and not yet (to our knowledge) to vibration-based ones.
CN · 翻译
基于振动的 SHM 机器学习方法涵盖从经典方法到卷积神经网络(CNN)、自编码器等深度学习方案。虽然 Transformer 已彻底改变计算机视觉和自然语言处理领域,但在 SHM 中它只被用于基于摄像头的监测方案,尚未(据我们所知)用于基于振动的监测

⑤ 本文两大贡献:首次用 Transformer + 自监督基础模型

EN · 原文
In this paper, we introduce two key contributions in the direction of a new family of models for acceleration-based SHM. First, we explore, for the first time, the application of Transformers to this task. Second, building on the recent breakthroughs of foundation models across diverse domains (language, vision, etc.) [14], we explore self-supervised learning to take advantage of large amounts of easily available unlabelled data and develop general backbone feature extractors, which can be then fine-tuned for multiple SHM tasks. By doing so, we outperform current, single-task ML approaches, which are instead trained on small datasets in a fully supervised way.
CN · 翻译
本文在「面向加速度型 SHM 的新模型家族」方向上提出两大贡献:第一,首次探索把 Transformer 用于该任务;第二,借鉴基础模型在语言、视觉等领域的突破,利用大量易得的无标签数据做自监督学习,训练出通用骨干特征提取器,再针对多个 SHM 任务微调,从而超越那些只用小数据集全监督训练的单任务方法。

⑥ 为什么标注数据是死结:装摄像头、装称重系统都又贵又慢

EN · 原文
This approach demonstrates the potential of foundation models for advancing data-driven SHM, particularly in overcoming the challenge of collecting large amounts of labeled data, a process that is typically time-consuming and costly, requiring extensive instrumentation of target infrastructures with additional sensors, such as cameras or Weigh-in-Motion (WiM) systems [16] to obtain ground truth data.
CN · 翻译
这一思路展示了基础模型推动数据驱动 SHM 的潜力,尤其是破解「大量标注数据难以获取」的难题——标注过程通常费时费力,需要为目标基础设施加装摄像头或动态称重(WiM)系统等额外传感器来获取真值。
💡 这是全文最有味道的一句“First, we explore, for the first time, the application of Transformers to this task.”——土木领域最值钱的突破,往往不是发明新方法,而是把别的领域验证过的范式第一个搬过来。「for the first time」写进论文,本身就是贡献。

五、论文贡献(5 个要点)

EN · 原文
We consider three different SHM datasets, including a newly collected one, larger than those introduced in previous works and fully labelled. These datasets are collected by a specialized company with patented sensor networks, expert in real-time SHM. They include two viaducts and a bridge, representative of common Italian infrastructures.
CN · 翻译
1. 三个 SHM 数据集。包括一个新采集的、比以往工作更大且完全标注的数据集,由拥有专利传感器网络、专长实时 SHM 的专业公司采集,覆盖两座高架桥和一座桥梁,代表意大利常见基础设施。
EN · 原文
We build a Transformer-based Masked Autoencoder, inspired by [15], as the first Foundation Model for SHM, capable of addressing multiple tasks within a unified framework. By pre-training on three diverse datasets without labels (self-supervised learning) and fine-tuning on each task, we outperform individually trained models, demonstrating the benefits of transferable representations. This two-stage training approach simulates the realistic SHM scenario where large unlabelled datasets are easily available, but labelled samples are scarce.
CN · 翻译
2. 首个 SHM 基础模型。构建基于 Transformer 的掩码自编码器(受 [15] 启发),在统一框架内处理多个任务;无标签预训练 + 逐任务微调的两阶段方式,模拟了「无标签数据多、有标签数据少」的真实 SHM 场景,并证明可迁移表示的价值。
EN · 原文
Through our experiments, our fine-tuned models outperform state-of-the-art algorithms on all three datasets. In particular, on the first dataset, we achieve an AD accuracy of 99.92%, a sensitivity of 100%, and a specificity of 99.9%, with respect to state-of-the-art 75.76%, 55.68%, and 98.75%. On the other two datasets, and on three TLE variants, we achieve an R2 score of 0.97, 0.85, and 0.54 respectively, outperforming the state-of-the-art that stops at 0.91, 0.84, and 0.10.
CN · 翻译
3. 全面超越 SOTA。在第一个数据集上,AD 准确率 99.92%、灵敏度 100%、特异度 99.9%(对比 SOTA 的 75.76% / 55.68% / 98.75%);另外两个数据集及三个 TLE 变体上 R² 分别达 0.97 / 0.85 / 0.54,远超 SOTA 的 0.91 / 0.84 / 0.10。
EN · 原文
We carry out an extensive search on the optimal model size. In this context, we test Knowledge Distillation (KD) to train smaller models to imitate larger ones, ultimately targeting deployment on resource-constrained nodes for real-time SHM at the edge. Results show that distilled models often outperform standardly fine-tuned and equally sized counterparts on downstream tasks.
CN · 翻译
4. 模型尺寸搜索与知识蒸馏。系统搜索最优模型尺寸,用 KD 让小模型模仿大模型,目标是部署到资源受限的边缘节点;结果表明蒸馏模型在下游任务上常优于同等尺寸的普通微调模型。
EN · 原文
We demonstrate the feasibility of deploying our models on a gateway-class edge device, i.e., the NVIDIA Jetson Nano, showing a latency well below the real-time constraint of the three analyzed use cases.
CN · 翻译
5. 边缘部署验证。在网关级边缘设备 NVIDIA Jetson Nano 上验证部署可行性,延迟远低于三个用例的实时约束。

六、结论中英对照

EN · 原文
We proposed a task-independent foundation model for SHM applications, which can achieve state-of-the-art performance on two tasks, Anomaly Detection and Traffic Load Estimation, considering three different datasets. Our transformer-based masked autoencoder learns powerful representations of vibration data gathered by accelerometers during the pre-training step and can be then effectively fine-tuned on the specific downstream task.
CN · 翻译
我们提出了一个任务无关的 SHM 基础模型,在三个数据集、两个任务(异常检测与交通荷载估计)上都达到了最先进水平。我们的 Transformer 掩码自编码器在预训练阶段学会加速度计振动数据的强大表示,随后可被高效微调到具体下游任务。
EN · 原文
Even if limited to a few SHM tasks, we believe that our work points to a new and exciting direction in ML for SHM research.
CN · 翻译
尽管目前只覆盖少数 SHM 任务,我们相信这项工作为「机器学习 × SHM」研究指出了一个崭新而令人兴奋的方向
EN · 原文
Future works will include using larger and more diverse pre-training datasets, as our results already suggested this could lead to possible benefits, investigating more SHM tasks involving different civil infrastructures, as well as experimenting more thoroughly with model hyper-parameters.
CN · 翻译
未来工作包括:使用更大、更多样的预训练数据集(我们的结果已暗示这可能有收益)、探索涉及不同类型土木基础设施的更多 SHM 任务,以及更彻底地实验模型超参数。

七、编者解读:这篇论文到底讲了什么(大白话版)

  1. 第一遍(10 分钟):只读摘要和术语表,回答三个问题——问题是什么?方法是什么?结果是什么?
  2. 第二遍(20 分钟):读引言 + 结论,重点体会「为什么自监督预训练能解决标注稀缺」以及「结论的边界(目前只覆盖少数任务)」。
  3. 第三遍(30 分钟):读引言中「数据与贡献」部分,跳过所有公式和编号,只看文字描述;遇到不懂的术语回查术语表。

八、给准大一的阅读路线图 & 延伸方向

📖 怎么读这篇论文(三遍法)

  1. 第一遍(10 分钟):只读摘要和术语表,回答三个问题——问题是什么?方法是什么?结果是什么?
  2. 第二遍(20 分钟):读引言 + 结论,重点体会「为什么自监督预训练能解决标注稀缺」以及「结论的边界(目前只覆盖少数任务)」。
  3. 第三遍(30 分钟):读引言中「数据与贡献」部分,跳过所有公式和编号,只看文字描述;遇到不懂的术语回查术语表。

🚀 这个方向你能延伸做什么

  • 现在就能做:用手机加速度计录一段走路/坐车/过桥的振动波形,用 Python 画出来,感受「信号长什么样」;找找公开桥梁振动数据集(如 Kaggle)练手。
  • 大一→大二:学好概率统计、线性代数与 Python;数学建模竞赛是练「从数据里找规律」的好战场。
  • 大二→大三:方向可扩展为结构健康监测、桥梁智能检测、数字孪生、边缘 AI 部署(TinyML)、多模态传感器融合——都是「土木 + AI」的热门方向;国内可关注《土木工程学报》《振动与冲击》《工程力学》。

九、英文摘要朗读(练听力用)

先盲听一遍→再看对照稿→再听一遍。目标是听出每个数字(99.9%、95.03%、0.97、0.90、0.54)和术语(Masked Autoencoder、Knowledge Distillation、edge nodes、Anomaly Detection、Traffic Load Estimation)。

翻译仅供学习交流 · 论文原文版权归作者所有 · 如有出入请以英文原文为准
📄 原文:https://arxiv.org/abs/2404.02944 · 制作日期:2026-08-10