卷积神经网络用于CNC转过程监控中的原始信号分类
Emmanuel Stathatos1, Evangelos Tzimas1, Panorios Benardos1
1Manufacturing Technology Laboratory, School of Mechanical Engineering, National Technical University of Athens, Heroon Polytechniou 9, GR15772 Athens, Greece.
Sensors (Basel, Switzerland)
|March 13, 2024
概括
本研究引入了一种新的机器学习方法,用于实时监控制造过程. 开发的模型自主地从原始传感器数据中提取特征,以高精度预测零件质量.
科学领域:
- 制造业 工程 制造工程
- 人工智能的人工智能
- 信号处理 信号处理
背景情况:
- 智能制造需要先进的过程监控来控制质量.
- 传统方法依赖于手动的特征提取,这可能耗时且效率较低.
- 几乎实时预测零件质量对于优化生产至关重要.
研究的目的:
- 开发一种机器学习方法,用于近乎实时的CNC制部件质量预测.
- 通过使用新型深度学习架构,从原始过程信号中实现自主功能提取.
- 用单一高效的模型监测多个质量指标 (平均粗度,峰值到谷间粗度,直径偏差).
主要方法:
- 使用一维卷积神经网络 (1D-CNN) 架构进行自主特征提取.
- 来自多个信号通道的集成数据:振动,电机转速和电机扭矩.
- 采用滑动窗技术进行持续监控,并采用分类机制来区分切割和非切割阶段.
主要成果:
- 在所有三种质量指标 (平均粗度,高峰至低谷粗度,直径偏差) 中,F1平均得分超过0.97.
- 在各种训练配置和设计参数中表现出强大而一致的性能.
- 验证了模型使用自主提取的特征准确预测零件质量的能力.
结论:
- 拟议的1D-CNN方法为智能制造过程监控提供了高效和准确的解决方案.
- 从原始信号中自主提取特征显著提高了机器学习模型在这个领域的能力.
- 开发的模型提供了一个紧而有效的分类器,用于近实时的质量预测,提高制造效率.
相关概念视频
Convolution: Math, Graphics, and Discrete Signals
252
In any LTI (Linear Time-Invariant) system, the convolution of two signals is denoted using a convolution operator, assuming all initial conditions are zero. The convolution integral can be divided into two parts: the zero-input or natural response and the zero-state or forced response, with t0 indicating the initial time.
To simplify the convolution integral, it is assumed that both the input signal and impulse response are zero for negative time values. The graphical convolution process...
To simplify the convolution integral, it is assumed that both the input signal and impulse response are zero for negative time values. The graphical convolution process...
252
Reconstruction of Signal using Interpolation
195
Signal processing techniques are essential for accurately converting continuous signals to digital formats and vice versa. When a continuous signal is sampled with a period T, the resulting sampled signal exhibits replicas of the original spectrum in the frequency domain, spaced at intervals equal to the sampling frequency. To handle this sampled signal, a zero-order hold method can be applied, which creates a piecewise constant signal by retaining each sample's value until the next...
195
Classification of Signals
456
In signal processing, signals are classified based on various characteristics: continuous-time versus discrete-time, periodic versus aperiodic, analog versus digital, and causal versus noncausal. Each category highlights distinct properties crucial for understanding and manipulating signals.
A continuous-time signal holds a value at every instant in time, representing information seamlessly. In contrast, a discrete-time signal holds values only at specific moments, often denoted as x(n), where...
A continuous-time signal holds a value at every instant in time, representing information seamlessly. In contrast, a discrete-time signal holds values only at specific moments, often denoted as x(n), where...
456
Sampling Continuous Time Signal
239
In signal processing, a continuous-time signal can be sampled using an impulse-train sampling technique, followed by the zero-order hold method. Impulse-train sampling involves the use of a periodic impulse train, which consists of a series of delta functions spaced at regular intervals determined by the sampling period. When a continuous-time signal is multiplied by this impulse train, it generates impulses with amplitudes corresponding to the signal's values at the sampling points.
In the...
In the...
239
Convolution Properties II
199
The important convolution properties include width, area, differentiation, and integration properties.
The width property indicates that if the durations of input signals are T1 and T2, then the width of the output response equals the sum of both durations, irrespective of the shapes of the two functions. For instance, convolving two rectangular pulses with durations of 2 seconds and 1 second results in a function with a width of 3 seconds.
The area property asserts that the area under the...
The width property indicates that if the durations of input signals are T1 and T2, then the width of the output response equals the sum of both durations, irrespective of the shapes of the two functions. For instance, convolving two rectangular pulses with durations of 2 seconds and 1 second results in a function with a width of 3 seconds.
The area property asserts that the area under the...
199
Deconvolution
159
Deconvolution, also known as inverse filtering, is the process of extracting the impulse response from known input and output signals. This technique is vital in scenarios where the system's characteristics are unknown, and they must be inferred from the observable signals.
Deconvolution involves several mathematical techniques to derive the impulse response. One common approach is polynomial division. In this method, the input and output sequences are treated as coefficients of...
Deconvolution involves several mathematical techniques to derive the impulse response. One common approach is polynomial division. In this method, the input and output sequences are treated as coefficients of...
159


