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

迈向基于深度学习的焊接过程在线质量预测系统——让焊机「边焊边判」

准大一 · 机械设计制造及其自动化 × 焊接工程 × AI+制造 —— 焊接质量预测精读材料
原文:arXiv:2310.12632 2023年10月19日发布 arXiv 预印本(cs.LG · cs.AI) GMAW焊接 × 深度学习 × 持续学习 附英文摘要朗读音频

一、论文档案

英文标题Towards a Deep Learning-based Online Quality Prediction System for Welding Processes
中文标题迈向基于深度学习的焊接过程在线质量预测系统
作者扬尼克·哈恩, 罗伯特·马克, 吉多·布赫霍尔茨, 玛丽昂·普里奥, 马蒂亚斯·安格豪森, 哈桑·泰尔詹, 托比亚斯·迈森
发布时间2023年10月19日(v1)|分类:cs.LG(机器学习)· cs.AI(人工智能)
一句话概括用电流/电压等焊接过程数据训练深度学习模型,在线预测焊缝质量——四阶段流水线:多传感器数据管理→自编码器特征工程→循环神经网络质量预测→持续学习应对工艺漂移。
💡 为什么选这篇给你:① GMAW(熔化极气体保护焊)是汽车、船舶、航空最常用的焊接工艺,质量预测是工业界刚需;② 论文是「概念型」工作——把四阶段系统架构讲得清清楚楚,没有复杂公式,大一也能读;③ 还点出了「持续学习」这个前沿关键词:工艺参数一变,模型要能跟着更新,而不是推倒重来。

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

英文术语中文大白话解释
gas metal arc welding (GMAW)熔化极气体保护焊送丝电极与工件之间燃弧、以保护气体隔绝空气的焊接方法(MIG/MAG/CO₂ 焊都属于它)。
predictive quality预测性质量保证用数据与模型「提前算」质量,而不是焊完再检测。
destructive testing破坏性检测把焊缝切开做成金相试片来检验质量——准确但毁工件、成本高。
multi-sensor data多传感器数据电流、电压、送丝速度等多种传感器采集的过程信号。
autoencoder自编码器一种无监督神经网络:把时序数据压缩成紧凑特征再还原,压缩出的「编码」就是特征。
recurrent deep learning model循环深度学习模型能按时间顺序处理序列数据的网络(如 RNN/LSTM),适合焊接信号这种时序数据。
continual learning持续学习模型在生产中随新数据不断增量更新,适应工艺突变或渐变,避免「学新忘旧」。
time series时间序列按时间先后采样的信号序列,焊接电流/电压就是典型例子。
feature engineering特征工程从原始信号中提炼出对预测有用的特征,本文用自编码器自动完成。
weld quality焊缝质量焊缝的材料成分与几何特性(如熔深、成形),是预测的目标。
Industry 4.0工业 4.0制造业数字化、智能化转型浪潮,本文正是其典型应用场景。
micro-section金相(微观)截面把焊缝横向切开、磨抛腐蚀后用于显微镜观察的试片。
online system在线系统在焊接进行中实时运行、实时给出质量判断的系统。

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

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

摘要 Abstract

EN · 原文
The digitization of manufacturing processes enables promising applications for machine learning-assisted quality assurance.
CN · 翻译
制造过程的数字化为机器学习辅助的质量保证带来了有前景的应用。
EN · 原文
A widely used manufacturing process that can strongly benefit from data-driven solutions is gas metal arc welding (GMAW).
CN · 翻译
能极大受益于数据驱动方案的常见制造工艺,就是熔化极气体保护焊(GMAW)
EN · 原文
The welding process is characterized by complex cause-effect relationships between material properties, process conditions and weld quality.
CN · 翻译
焊接过程的特点,是材料属性、工艺条件与焊缝质量之间存在复杂的因果关系。
EN · 原文
In non-laboratory environments with frequently changing process parameters, accurate determination of weld quality by destructive testing is economically unfeasible.
CN · 翻译
在工艺参数频繁变化的非实验室环境中,用破坏性检测准确判定焊缝质量在经济上不可行。
EN · 原文
Deep learning offers the potential to identify the relationships in available process data and predict the weld quality from process observations.
CN · 翻译
深度学习有潜力识别可用过程数据中的关系,并从过程观测中预测焊缝质量
EN · 原文
In this paper, we present a concept for a deep learning based predictive quality system in GMAW.
CN · 翻译
本文提出一个基于深度学习的 GMAW 预测性质量系统概念
EN · 原文
At its core, the concept involves a pipeline consisting of four major phases: collection and management of multi-sensor data (e.g. current and voltage), real-time processing and feature engineering of the time series data by means of autoencoders, training and deployment of suitable recurrent deep learning models for quality predictions, and model evolutions under changing process conditions using continual learning.
CN · 翻译
其核心是一条由四个主要阶段组成的流水线:①多传感器数据(如电流和电压)的采集与管理;②用自编码器对时间序列数据做实时处理与特征工程;③训练并部署合适的循环深度学习模型进行质量预测;④利用持续学习让模型在工艺条件变化下持续演化。
EN · 原文
The concept provides the foundation for future research activities in which we will realize an online predictive quality system for running production.
CN · 翻译
该概念为未来的研究活动奠定了基础——我们将据此在实际生产中实现在线预测性质量系统

关键词 Keywords:Predictive Quality 预测性质量 | GMAW 熔化极气体保护焊 | Deep Learning 深度学习 | Continual Learning 持续学习 | Autoencoder 自编码器

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

① 传统焊缝质检:要么破坏工件,要么又贵又难

EN · 原文
Joining technologies represent a key position in modern manufacturing. Especially fusion welding processes such as GMAW are widely used in fields such as automobile, naval, and aeronautic industries [1]. GMAW relies on electrical energy and its transformation into heat to join metallic materials and is considered one of the most efficient welding techniques for automated welding applications due to its high product yield, high reliability, and good automation capacity.
CN · 翻译
连接技术在现代制造中占据关键地位,GMAW 等熔化焊在汽车、船舶、航空工业中广泛使用。GMAW 依靠电能转化为热能连接金属材料,因成品率高、可靠性高、自动化能力强,被认为是自动化焊接应用中最有效的焊接技术之一。
EN · 原文
Traditionally, the identification of appropriate setting parameters of the GMAW process is a challenging task that highly depends on the operator's long-time experience and expertise. Such process parameters are, for example, the welding speed, electrical cycle time, and material composition of the workpiece and welding wire.
CN · 翻译
传统上,确定 GMAW 工艺的合适参数极具挑战,高度依赖操作者的长期经验与专业技能——例如焊接速度、电气循环时间、工件与焊丝的材质成分等。
EN · 原文
One of the most reliable methods is to cut the welding seam and the welded workpiece transversally and inspect the resulting micro-sections. However, the costs for such destructive inspection methods are disproportionate to the expected revenue, especially for small batch sizes. Non-invasive methods like material scanning with x-ray resolve the problem of high material costs but are expensive, require special precautions to maintain a safe working environment, and are also challenging to configure for a specific welding setup and material composition.
CN · 翻译
最可靠的方法之一,是把焊缝与工件横向切开、检查金相截面——但这类破坏性检测的成本与预期收益不成比例,小批量时尤其如此。X 射线扫描等无损方法解决了材料成本问题,却设备昂贵、需要特殊安全防护,且针对特定焊接设置与材料成分的配置很困难。

② 工业 4.0 的新可能:预测性质量

EN · 原文
In the present era of Industry 4.0 and the digitization of welding processes, new possibilities are emerging to tackle these challenges. With the ability to collect process data from electrical measurements and sensors and to bring them together with quality measurements, there is great potential for predictive quality solutions [2]. Predictive quality refers to the use of deep learning to predict the weld quality based on welding process data.
CN · 翻译
工业 4.0 与焊接数字化时代,应对这些挑战的新可能正在出现:从电气测量与传感器采集过程数据,再与质量测量数据结合,预测性质量方案潜力巨大——即用深度学习基于焊接过程数据预测焊缝质量。
EN · 原文
On the one hand, utilizing quality predictions makes it possible to carry out quality assessments that were previously infeasible. And on the other hand, this allows for quality-enhancing measures to be taken during the manufacturing process, such as ad-hoc adjustments of process parameters.
CN · 翻译
一方面,质量预测让以往不可行的质量评估成为可能;另一方面,它允许在制造过程中采取提升质量的措施,例如对工艺参数进行即时调整。

③ 三个关键问题:参数、模型、持续更新

EN · 原文
For this purpose, we address three key aspects. First, we identify quality-influencing process parameters and describe the characteristics of relevant sensor data (e.g. current and voltage). Then, we discuss suitable data processing methods and deep learning models for quality prediction. Finally, we address the question of how the deep learning models can be efficiently trained in the ongoing welding process. Our concept includes the application of continual learning methods to train dynamically evolving deep learning models over sudden or gradual process changes.
CN · 翻译
为此我们解决三个关键问题:首先,识别影响质量的工艺参数并描述相关传感器数据(如电流、电压)的特征;其次,讨论合适的数据处理方法与深度学习模型;最后,研究如何在焊接过程中高效训练模型。我们的概念包括应用持续学习方法,让深度学习模型在工艺突变或渐变中动态演化。
💡 这是全文最有味道的一段“On the one hand, utilizing quality predictions makes it possible to carry out quality assessments that were previously infeasible. And on the other hand, this allows for quality-enhancing measures to be taken during the manufacturing process, such as ad-hoc adjustments of process parameters.”——质量预测的价值不只是「省下检测费」,而是把质检从「事后把关」变成「事中纠偏」。

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

EN · 原文
1. A four-phase pipeline concept. At its core, the concept involves a pipeline consisting of four major phases: collection and management of multi-sensor data (e.g. current and voltage), real-time processing and feature engineering of the time series data by means of autoencoders, training and deployment of suitable recurrent deep learning models for quality predictions, and model evolutions under changing process conditions using continual learning.
CN · 翻译
1. 四阶段流水线概念。核心是多传感器数据采集管理 → 自编码器特征工程 → 循环模型训练部署 → 持续学习模型演化的四阶段流水线。
EN · 原文
2. Leveraging underused current and voltage data. We argue that current approaches do not exhaustively leverage the observable data from the welding process' current and voltage measurements, although available in many instances.
CN · 翻译
2. 充分利用被低估的电流电压数据。我们认为,现有方法没有充分挖掘焊接过程电流与电压测量数据的价值——尽管这些数据在很多场景中都可以获得。
EN · 原文
3. Continual learning for evolving models. Our concept includes the application of continual learning methods to train dynamically evolving deep learning models over sudden or gradual process changes.
CN · 翻译
3. 用持续学习让模型不断演化。概念中引入持续学习方法,让深度学习模型在工艺突变或渐变中动态更新。

六、结论中英对照

EN · 原文
In this paper, we presented a concept for the application of deep learning-based predictive quality in GMAW – one of the most popular joining methods for metal components. We argue that current approaches do not exhaustively leverage the observable data from the welding process' current and voltage measurements, although available in many instances.
CN · 翻译
本文提出了将基于深度学习的预测性质量应用于 GMAW(金属构件最常用的连接方法之一)的概念。我们认为,现有方法并未充分利用焊接过程电流与电压测量中可获得的可观测数据。
EN · 原文
Instead, we motivate the utilization of state-of-the-art deep learning models that extract characteristic features from the underlying time-series data and continual learning methods to efficiently update the models across welding process variations.
CN · 翻译
相反,我们主张采用最先进的深度学习模型从底层时序数据中提取特征,并用持续学习方法在焊接工艺变化中高效更新模型。
EN · 原文
In our future work, we will take this concept as a foundation to develop, implement and evaluate a quality prediction system in a real welding process. In addition, we will contribute to the research community by publishing the full set of sensory and quality data for public use [26].
CN · 翻译
未来工作中,我们将以此概念为基础,在真实焊接过程中开发、实现并评估质量预测系统;此外,我们将把完整的传感与质量数据公开,供研究社区使用。

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

  1. 问题:GMAW 焊接质量受材料、工艺、设备多种因素影响,传统的可靠质检是切开焊缝看金相——毁工件、费钱,小批量时尤其不划算;X 射线等无损方法又贵又难配置。
  2. 做法:提出一个「四阶段」在线质量预测系统概念——①采集电流/电压等多传感器数据;②用自编码器把时序信号自动压缩成特征(省去人工特征工程);③用循环深度学习模型从特征预测焊缝质量;④用持续学习让模型跟着工艺变化不断更新。
  3. 结果:本文是概念设计,不追求具体精度数字;它的「结果」是论证了这套流水线的可行性,并明确了每个环节该用什么技术,为后续落地实验铺路。
  4. 最值钱的观点:焊接过程中现成的电流电压数据「被浪费了」——它们其实携带着质量信息;而且工业现场的工艺参数会漂移,模型不能「一锤子买卖」,必须持续学习。
  5. 工程意义:对工厂来说,在线质量预测意味着「焊完立刻知道合不合格」,还能在焊接过程中实时调参纠偏——质量保障从「事后检验」变成「事中控制」。
🎯 对保研的启示:这篇论文示范了「系统架构思维」——不急着堆模型,先把「数据→特征→模型→更新」整条链路设计清楚。复试时能画出这种系统级框架并讲清每阶段的技术选型理由,会显得非常有工程素养。

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

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

  1. 第一遍(10 分钟):只读摘要和术语表,回答三个问题——问题是什么?方法是什么?结果是什么?
  2. 第二遍(20 分钟):读引言 + 结论,重点体会「破坏性检测为什么不可行」以及「电流电压数据为什么够用」。
  3. 第三遍(30 分钟):读四阶段流水线的文字描述,跳过所有参考文献和编号,只抓每阶段「输入什么、做什么、输出什么」;遇到不懂的术语回查术语表。

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

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

先盲听一遍→再看对照稿→再听一遍。目标是听出每个数字(four major phases)和术语(GMAW、autoencoders、continual learning)。