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

数据驱动的铣削刀具磨损预测:基于过程集成的单传感器方案

准大一 · 机械设计制造及其自动化 × 数控加工 × 机器学习 —— 刀具状态监测精读材料
原文:arXiv:2412.19950 2024年12月27日发布 arXiv 预印本(cs.LG / cs.RO / eess.SP) 单传感器 × 迁移学习 × ConvNeXt 99.1% 附英文摘要朗读音频

一、论文档案

英文标题Data-driven tool wear prediction in milling, based on a process-integrated single-sensor approach
中文标题基于过程集成单传感器方法的数据驱动铣削刀具磨损预测
作者埃里克·赫希, 克里斯蒂安·弗里德里希(德国,获 雄克公司 SE & Co. KG 支持)
发布时间2024年12月27日(v1)|分类:cs.LG(机器学习)、cs.RO(机器人学)、eess.SP(信号处理)
一句话概括只在刀柄里装一个加速度传感器,用振动信号(时域 + 频域特征)训练深度学习模型预测刀具磨损——只用 4 把刀的寿命数据,ConvNeXt 模型就能达到 99.1% 的识别准确率。
💡 为什么选这篇给你:① 刀具磨损预测是机械制造「预测性维护」的核心问题,直接连着成本和良品率;② 方法极接地气——一个传感器、两种输入(特征向量 / STFT 时频图)、四类模型对比,新手也能看懂;③ 认真讨论了「数据少怎么办」(迁移学习)和「换台机床还灵不灵」(泛化边界),是少见的诚实论文。

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

英文术语中文大白话解释
Tool Wear刀具磨损切削过程中刀具逐渐变钝、损耗,直接影响加工精度和零件质量。
Tool Condition Monitoring (TCM)刀具状态监测实时判断刀具「还剩多少寿命」,提醒操作员及时换刀。
Flank Wear后刀面磨损刀具后刀面上磨出的一条磨损带,是最常用的磨损量化指标。
Indirect / Direct Measurement间接 / 直接测量间接:用振动、电流等信号「推断」磨损;直接:直接量磨损带宽度或拍照。
Online / Offline TCM在线 / 离线监测在线:加工不停、实时判断;离线:加工完后或停机时再检测,有延迟。
Accelerometer加速度传感器测振动的传感器,便宜、免标定、易集成,本文只用这一个传感器。
Dynamometer测力仪直接测切削力的传感器,精度高但贵、安装侵入性强,工业上难普及。
Short-Time Fourier Transform (STFT)短时傅里叶变换把振动信号切成小段逐段做频谱分析,得到「时间-频率」二维图(时频图)。
Transfer Learning迁移学习把在 A 机床上训练的模型「搬」到 B 机床,用少量新数据微调即可用。
ConvNeXtConvNeXt 网络一种现代卷积神经网络结构,本文中准确率最高(99.1%)。
LSTM长短期记忆网络专门处理时间序列的循环神经网络,适合振动信号这类时序数据。
SVM / Decision Tree支持向量机 / 决策树两种经典机器学习方法,本文用作对比基线。
Predictive Maintenance预测性维护提前预测「什么时候该换刀/维修」,避免突发停机,比定期更换更省钱。
Tool Life Cycle刀具寿命周期一把刀从全新到磨损报废的完整使用过程,文中用「周期数」衡量训练数据量。

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

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

摘要 Abstract

EN · 原文
Accurate tool wear prediction is essential for maintaining productivity and minimizing costs in machining.
CN · 翻译
准确的刀具磨损预测对于保持生产率、降低加工成本至关重要。
EN · 原文
However, the complex nature of the tool wear process poses significant challenges to achieving reliable predictions.
CN · 翻译
然而,刀具磨损过程的高度复杂性给可靠预测带来了巨大挑战。
EN · 原文
This study explores data-driven methods, in particular deep learning, for tool wear prediction.
CN · 翻译
本研究探索用于刀具磨损预测的数据驱动方法,尤其是深度学习。
EN · 原文
Traditional data-driven approaches often focus on a single process, relying on multi-sensor setups and extensive data generation, which limits generalization to new settings.
CN · 翻译
传统数据驱动方法往往只针对单一工艺,依赖多传感器配置大量数据生成,这限制了向新场景的泛化。
EN · 原文
Moreover, multi-sensor integration is often impractical in industrial environments.
CN · 翻译
此外,多传感器集成在工业环境中往往不切实际
EN · 原文
To address these limitations, this research investigates the transferability of predictive models using minimal training data, validated across two processes.
CN · 翻译
为解决这些局限,本研究考察了使用最少训练数据的预测模型的可迁移性,并在两个工艺上做了验证。
EN · 原文
Furthermore, it uses a simple setup with a single acceleration sensor to establish a low-cost data generation approach that facilitates the generalization of models to other processes via transfer learning.
CN · 翻译
此外,它采用仅含单个加速度传感器的简易配置,建立低成本的数据生成方法,通过迁移学习促进模型向其他工艺的泛化。
EN · 原文
The study evaluates several machine learning models, including transformer-inspired convolutional neural networks (CNN), long short-term memory networks (LSTM), support vector machines (SVM), and decision trees, trained on different input formats such as feature vectors and short-time Fourier transform (STFT).
CN · 翻译
研究评估了多种机器学习模型,包括类 Transformer 卷积神经网络(CNN)、长短期记忆网络(LSTM)、支持向量机(SVM)和决策树,并使用不同的输入格式训练,如特征向量短时傅里叶变换(STFT)
EN · 原文
The performance of the models is evaluated on two machines and on different amounts of training data, including scenarios with significantly reduced datasets, providing insight into their effectiveness under constrained data conditions.
CN · 翻译
模型性能在两台机床不同训练数据量(包括大幅缩减的数据集场景)下评估,揭示它们在数据受限条件下的有效性。
EN · 原文
The results demonstrate the potential of specific models and configurations for effective tool wear prediction, contributing to the development of more adaptable and efficient predictive maintenance strategies in machining.
CN · 翻译
结果表明特定模型与配置在有效预测刀具磨损方面的潜力,为加工领域发展更具适应性、更高效的预测性维护策略做出了贡献。
EN · 原文
Notably, the ConvNeXt model has an exceptional performance, achieving 99.1% accuracy in identifying tool wear using data from only four milling tools operated until they are worn.
CN · 翻译
值得注意的是,ConvNeXt 模型表现卓越:仅用 4 把铣刀用到报废的寿命数据,识别刀具磨损的准确率就达到了 99.1%

关键词 Keywords:Tool Wear Prediction 刀具磨损预测 | Tool Condition Monitoring 刀具状态监测 | Milling 铣削 | Single-Sensor 单传感器 | Transfer Learning 迁移学习 | Deep Learning 深度学习

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

① 换刀时机:太早浪费,太晚报废

EN · 原文
Economically, optimizing tool change times and extending tool life are essential to minimize downtime and maximize output, reducing overall operating costs. A primary concern in this domain is tool wear, which represents a challenge within the machining industry. At present, tool wear is primarily based on supplier recommendations and manual expertise. However, because numerous factors influence tool wear during machining, its behavior is highly complex and variable, making it difficult to predict accurately using conventional or heuristic methods.
CN · 翻译
从经济角度看,优化换刀时机、延长刀具寿命对减少停机、最大化产出、降低总运营成本至关重要。这一领域的首要关切是刀具磨损——加工行业的长期难题。目前,换刀主要靠供应商建议和经验;然而,加工中影响磨损的因素众多,其行为高度复杂多变,用传统或启发式方法很难准确预测。

② 什么是 TCM:在线 vs 离线

EN · 原文
Therefore, comprehensive research and development of intelligent tool condition monitoring (TCM) systems is essential. TCM systems estimate the tool condition by passing sensor inputs through defined models, assisting machine operators in optimizing their work practices. The tool condition is characterized either through categorical classification, indicating distinct wear states, or through regression to estimate the wear condition. For regression, flank wear is usually applied as a measured variable, which is attempted to be predicted. TCM can operate offline or online:
CN · 翻译
因此,智能刀具状态监测(TCM)系统的研发至关重要。TCM 系统把传感器输入送入定义好的模型来估计刀具状态,帮助操作员优化工作方式。刀具状态要么通过分类(区分不同磨损等级)刻画,要么通过回归估计磨损程度;回归时通常用后刀面磨损作为被预测的测量变量。TCM 可离线或在线运行。
EN · 原文
Offline TCM, predictions are made post-process using additional data sources, which may include direct measurement methods. Tool wear is only identified with a significant delay or the process must be temporarily interrupted. Online TCM offers the process to be continuously evaluated without interrupting the process. This enables short-interval or real-time updates on tool wear. Indirect measurement methods are typically the only viable option in online TCM.
CN · 翻译
离线 TCM在加工后利用额外数据源(可能包括直接测量)做预测,磨损只能被显著延迟地识别,或必须暂时中断加工。在线 TCM则无需中断加工即可持续评估,实现短间隔或实时的磨损更新——间接测量通常是在线 TCM 唯一可行的方案

③ 物理模型 vs 数据驱动:复杂切削过程面前的选择

EN · 原文
Research in this area typically falls into two categories: physic-based models and data-driven models. Physic-based models offer detailed theoretical explanations and mechanism analysis, such as monitoring force modeling coefficients during cutting to track tool wear. However, due to the complex non-linear nature of cutting processes, it is difficult to parameterize and some effects, such as cutting temperature or lubrication conditions, are ignored to simplify the model. This limits the accuracy of the model when there is no clear physical mechanism. As a subset of Industry 4.0, rapid advances in computing, digitization, and artificial intelligence (AI) have made it easier to implement data-driven models. These models use deep learning techniques, a subset of machine learning, to correlate sensor readings with tool wear, eliminating the need for a deep understanding of the physical processes.
CN · 翻译
这一领域的研究通常分两类:物理模型数据驱动模型。物理模型提供详细的理论解释和机理分析(如监测切削力建模系数来跟踪磨损),但由于切削过程强非线性难以参数化,为简化模型常忽略切削温度、润滑条件等效应——在没有清晰物理机理时精度受限。作为工业 4.0 的一部分,计算、数字化和人工智能的快速进步让数据驱动模型更容易落地:这类模型用深度学习技术把传感器读数与磨损直接关联,无需深入理解物理过程。

④ 为什么用加速度传感器:便宜、免标定、好集成

EN · 原文
In this closed-loop system, the only indirect measurement method is vibrations, which can be measured with accelerometers. Accelerometers offer several advantages, including cost-effectiveness, minimal calibration requirements, and seamless integration into machines. The high sampling rates of accelerometers facilitate detailed time-domain analysis, capturing transient effects such as short peaks resulting from crater wear on the cutting edge.
CN · 翻译
在这个闭环系统中,唯一的间接测量手段是振动,可用加速度传感器测得。加速度传感器优势明显:成本低、几乎免标定、能无缝集成进机床。其高采样率支持精细的时域分析,能捕捉到刃口月牙洼磨损引起的短促峰值等瞬态效应。
💡 这是全文最有味道的一句"Indirect measurement methods are typically the only viable option in online TCM."——要不停机地知道刀具状态,就只能「旁敲侧击」:不直接量磨损,而是听振动、看电流。工程上的好方案,往往是「在约束下找到唯一可行的路」。

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

EN · 原文
1. A non-invasive single-sensor setup. For a non-invasive setup, a 1D acceleration sensor is used, and for modality the sensor is integrated into a toolholder.
CN · 翻译
1. 非侵入式单传感器配置。采用一维加速度传感器实现非侵入式设置,并把传感器集成进刀柄作为测量模态。
EN · 原文
2. Dual-domain signal processing. In this research, the acceleration signal is processed in both the time domain and the frequency domain, to generate valuable data input for wear prediction or TCM.
CN · 翻译
2. 时域 + 频域双域信号处理。本研究对加速度信号进行时域与频域双域处理,生成对磨损预测或 TCM 有价值的数据输入。
EN · 原文
3. Best-performing architecture. The best performing TCM approach uses short-time Fourier transform as input and automatic feature extraction through a transformer-inspired CNN architecture to predict wear.
CN · 翻译
3. 表现最佳的模型架构。表现最佳的 TCM 方案以短时傅里叶变换(STFT)为输入,通过类 Transformer 的 CNN 架构自动提取特征来预测磨损。

六、结论中英对照

EN · 原文
This paper addresses the question of how to develop a TCM system that can be transferred to industrial applications. For this, a modular approach and a non-invasive setup is employed so that a TCM can be installed for different milling processes with minimal effort. For a non-invasive setup, a 1D acceleration sensor is used, and for modality the sensor is integrated into a toolholder. In this research, the acceleration signal is processed in both the time domain and the frequency domain, to generate valuable data input for wear prediction or TCM. The best performing TCM approach uses short-time Fourier transform as input and automatic feature extraction through a transformer-inspired CNN architecture to predict wear.
CN · 翻译
本文回答的问题是:如何开发一套能迁移到工业应用的 TCM 系统。为此采用模块化方法和非侵入式配置,使 TCM 能以最小代价安装到不同铣削工艺上:使用 1D 加速度传感器,并把传感器集成进刀柄;对加速度信号进行时域与频域双域处理,生成有价值的磨损预测输入;最佳方案以 STFT 为输入、用类 Transformer 的 CNN 架构自动提取特征预测磨损。
EN · 原文
Given that the development of a TCM is more cost-effective when fewer training data are required, the study also investigates the amount of training data needed from a milling process to get a sufficient accuracy: To achieve the highest degree of accuracy in wear prediction, at least four tool life cycles should be included in the training data, two or three cycles for an acceptable accuracy. Among the models tested, the ConvNeXt model delivered the best results with 99% accuracy.
CN · 翻译
由于训练数据越少 TCM 开发越划算,本研究还考察了达到足够精度所需的数据量:要达到最高预测精度,训练数据应包含至少 4 个刀具寿命周期2 到 3 个周期可达到可接受精度。在测试的模型中,ConvNeXt 以 99% 的准确率表现最佳。
EN · 原文
Additionally, the models capacity to predict wear for an untrained milling machine is evaluated. Although models demonstrate some ability to transfer information and predict wear for certain tools, they struggle to fully capture the inherent complexity and variability of new milling machines, resulting in inconsistent wear predictions. This underscores the necessity for transfer learning to adapt the model to different machining conditions.
CN · 翻译
此外,研究评估了模型对未经训练的机床的磨损预测能力。虽然模型展现出一定的信息迁移能力,能对某些刀具做出预测,但难以完全捕捉新机床固有的复杂性与变异性,导致磨损预测不稳定。这凸显了用迁移学习适配不同加工条件的必要性。

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

  1. 问题:刀具什么时候该换?现在工厂大多靠「供应商建议 + 老师傅经验」拍脑袋——换早了浪费刀具钱,换晚了零件报废、机床受损。磨损过程又复杂又随机,传统公式算不准。
  2. 做法:在刀柄里集成一个加速度传感器(不侵入、不影响加工),把切削振动信号拿来做两种输入——手工统计特征(均值、RMS、峭度等)和 STFT 时频图;然后对比 CNN、LSTM、SVM、决策树四类模型,还专门测试「只用很少数据」「换一台没训练过的机床」这两种现实场景。
  3. 结果:以 STFT 为输入 + 类 Transformer 的 CNN 架构效果最好;ConvNeXt 只用 4 把刀的寿命数据就达到 99.1%(结论中表述为 99%)准确率;但模型换到陌生机床会「水土不服」,预测不稳定——所以必须用迁移学习适配。
  4. 最值钱的观点:论文没有吹「一个模型打天下」,而是诚实划出边界——数据量下限(4 个寿命周期)跨机床泛化难题都写清楚了。工业落地最怕的就是「实验室 99%,车间里失灵」。
  5. 工程意义:单传感器 + 非侵入 + 模块化,意味着这套 TCM 能以极低成本装到不同铣床上,是真正「能进车间」的方案;预测性维护从「定期换刀」进化到「按需换刀」。
🎯 对保研的启示:这篇论文值得学的是「实验设计思维」:不只报告最好成绩,还系统地扫了三个维度——模型类型 × 输入格式 × 数据量(含 4 周期/2-3 周期/大幅缩减),外加跨机床迁移测试。复试时若能讲出「我怎么设计对照实验、怎么检验方法的边界」,比一句「我用了深度学习」高出一个档次。

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

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

  1. 第一遍(10 分钟):只读摘要和术语表,回答三个问题——问题是什么(换刀时机难判断)?方法是什么(单加速度传感器 + 深度学习)?结果是什么(ConvNeXt 99.1%,但跨机床需迁移学习)?
  2. 第二遍(20 分钟):读引言 + 结论,重点体会「为什么在线 TCM 只能用间接测量」以及「数据量与跨机床泛化这两个工程约束」。
  3. 第三遍(30 分钟):重读引言中「磨损→切削力→振动→表面→切削厚度」的闭环因果链(图 1 的文字版),跳过所有引用编号,把这条链画出来——这是全文最精彩的机械直觉。

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

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

先盲听一遍→再看对照稿→再听一遍。目标是听出每个数字(99.1%、four milling tools、two machines)和术语(transfer learning、STFT、ConvNeXt、flank wear)。