Next Article in Journal
Surface Topography Analysis and Surface Roughness Prediction Model of Diamond Wire-Sawed NdFeB Magnet Based on Optimized Back Propagation Neural Network
Next Article in Special Issue
Disease Infection Classification in Coconut Tree Based on an Enhanced Visual Geometry Group Model
Previous Article in Journal
Acoustic-Based Industrial Diagnostics: A Scalable Noise-Robust Multiclass Framework for Anomaly Detection
Previous Article in Special Issue
A Two-Stage Multi-Objective Evolutionary Algorithm for the Dual-Resource Constrained Flexible Job Shop Scheduling Problem with Variable Sublots
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Finite Element Modeling-Assisted Deep Subdomain Adaptation Method for Tool Condition Monitoring

1
College of Mechanical and Electrical Engineering, Jiaxing Nanhu University, Jiaxing 314001, China
2
Zhejiang ODM Transmission Technology Co., Ltd., Jiaxing 314299, China
3
Jiaxing Key Laboratory of Intelligent Manufacturing and Operation & Maintenance of Automotive Parts, Jiaxing 314001, China
*
Authors to whom correspondence should be addressed.
Processes 2025, 13(2), 545; https://doi.org/10.3390/pr13020545
Submission received: 12 December 2024 / Revised: 4 January 2025 / Accepted: 10 February 2025 / Published: 15 February 2025
(This article belongs to the Special Issue Transfer Learning Methods in Equipment Reliability Management)

Abstract

:
To reduce the experimental costs associated with tool condition monitoring (TCM) under new cutting conditions, a finite element modeling (FEM)-assisted deep subdomain adaptive network (DSAN) approach is proposed. Initially, an FEM technique is employed to construct a cutting tool model for the new cutting condition (target domain), and the similarity between simulated and experimental data is assessed to obtain valid simulated samples for the target domain. Subsequently, the time–frequency Markov representation method is utilized to extract imaging features from the simulated samples, which serve as input features for the monitoring model. Then, a DSAN model is established to facilitate the transfer from simulation to reality, with the source domain comprising a simulated sample set under new cutting conditions that includes various types of tool conditions obtained through FEM, and the target domain containing only a limited number of normal tool condition samples under new cutting conditions. The application analysis has demonstrated the effectiveness of the proposed method, achieving a classification accuracy of 99%. The proposed approach can significantly reduce experimental costs and obtain high-precision diagnostics of tool conditions with a small sample size.

1. Introduction

Tool condition monitoring (TCM) plays an important role in machining by monitoring the conditions of tool wear, breakage, and failure and taking timely action to ensure machining quality and productivity [1]. With the increase in computer technology and the use of artificial intelligence, it has been found that the generalization and classification of information can be achieved by machine learning methods, such as artificial neural networks [2], support vector machines [3,4], and long short-term memory networks [5,6]. The objective function of the classification model is optimized using a large amount of labeled data, and the optimized model is used for test data [7,8]. Such a method should satisfy two basic assumptions: there is a large amount of high-quality labeled data, and the data to be tested have the same distribution as the training data, that is, they are independent and identically distributed. However, as the speed of product iteration and updating accelerates, the difference between new and historical data gradually increases, and a model constructed using historical data will less well fit these two basic assumptions, making it difficult to apply to new tasks [9,10,11]. As a new learning paradigm, transfer learning applies knowledge learned from historical source domain data to the target domain to solve practical problems. At the Neural Information Processing Systems Summit in 2016 (NIPS 2016), Enda Wu said, “after supervised learning, transfer learning will lead the next wave of machine learning technology.” Transfer learning has become widely used in natural language processing, machine vision, healthcare, and machinery fault diagnosis due to its unique advantages [12,13,14].
It is time-consuming and laborious to obtain a large amount of data from the life test of key mechanical components; fault data in the actual operation process are very scarce, and available labeled samples are even more scarce, which makes it difficult to train a fault diagnosis model with high accuracy [15,16,17,18]. To solve the problem of easy overfitting of small samples in fault diagnosis methods, as a subset of machine learning, transfer learning (TL) can be applied to downstream tasks by utilizing a network model with strong generalization ability obtained from pretraining on large datasets using the model parameter transfer-based approach, which achieves transfer by learning parameter information from the source domain, which is shared with the target domain. TL complements traditional machine learning by facilitating improved learning efficiency and performance on new tasks with limited data. For example, Tajbakhsh et al. constructed a convolutional neural network (CNN) by pretraining fine-tuning to analyze the results of four different medical images after modeling; the results showed that pretrained CNNs using fine-tuned pretuned CNNs performed more robustly [19]. Bai et al. combined a transfer learning pretrained model with a new representation of a time-series to achieve the fault diagnosis of wheel axle assemblies in railroad vehicles [20].
When a target domain with labeled data is not available, a method based on model parameter transfer will fail. Because of the inconsistency in data distribution between the training and testing phases, a well-trained model based on source domain data will be difficult to apply to the target domain task. As a popular method of transfer learning, domain adaptive transfer can use labeled data under similar domains when labeled data are not available in target scenes, improving the predictive effect of diagnostic models in such cases. In the deep domain adaptation-based fault diagnosis method, Lu et al. proposed a multi-core maximum mean difference domain adaptive module to further optimize the distributional differences between feature layers in neural networks [21]. Long et al. used the maximum mean difference to spatially align the distributions of features in two domains to achieve knowledge transfer between them [22].
Traditional experimental methods are often time-consuming and costly under new working conditions. A numerical simulation-based strategy has been attempted as a solution [23,24,25]. Metal cutting is affected by machining accuracy, surface roughness, high temperature and pressure, and cutting parameters and is a very complex process. With significant increases in computing speed, the finite element method (FEM) can be used to simulate the machining process and better analyze the tool wear process.
Machining simulations have been a significant area of research in the field of manufacturing and materials science [26,27], as they allow for the understanding of the complex physical phenomena that occur during the machining process [28], the prediction of machining performance [29], and the optimization of machining parameters [30]. Wu et al. employed a Taguchi-FEM approach to evaluate the significant contributing boundary conditions of Turning and milling machines to tool center point deformation [31]. Zhu et al. constructed a 3D model through SolidWorks and imported it into Deform for cutting force simulation, verified the validity of the simulated data by calculating the cosine similarity and KL dispersion between the simulated and experimental data, and combined the data obtained from simulation with experimental data to form a complete dataset. The features in the time and frequency domains were extracted from the simulation data, and experimental data were input into the machine learning model to achieve a better tool condition monitoring effect [32].
The finite element method can analyze the cutting force, cutting temperature, cutting speed, and other aspects of the metal cutting process by numerical simulation and has received increasing attention due to its availability and low construction cost. However, there are inevitable errors between the simulation results and the real situation, and how to ensure the validity of the simulation data is a problem that we need to consider. The transfer learning method described in the previous section could not be conducted due to the lack of labeled source domain data.
Therefore, to reduce the requirement for training sample size in monitoring models and lower the cost of TCM experiments, a new TCM method is proposed, combining FEM and domain adaptive methods. The FEM is employed to obtain simulated samples under target cutting conditions, and a deep subdomain adaptation method is established to achieve the transfer from simulation to reality. The proposed method can realize high precision under target domain cutting conditions with a small number of unlabeled samples, significantly reducing the cost of TCM experiments in the target domain (new cutting conditions). The main innovations and contributions of this article are as follows:
(1)
FEM is adopted and verified to obtain simulated samples under target cutting conditions.
(2)
Deep subdomain adaptation is established to transfer simulated samples that are very similar to measured samples into available samples.
(3)
The proposed method can reduce experimental costs significantly for TCM under the condition of small samples.

2. Related Studies

2.1. Time–Frequency Markov Transition Field

The Markov transition field (MTF) was proposed based on a Markov chain to encode one-dimensional time-series data into two-dimensional images [33,34]. Given a time-series X = { x 1 , x 2 , , x n } and its corresponding Markov chain with q states S = { s 1 , s 2 , , s q } , the MTF quantifies the multi-step transition probabilities between pairs of data points within the dataset X during the creation of the two-dimensional data representation. The MTF matrix of X with S is as follows:
M n × n = p i j x 1 s i , x 1 s j p i j x 1 s i , x 2 s j p i j x 1 s i , x n s j p i j x 2 s i , x 1 s j p i j x 2 s i , x 2 s j p i j x 2 s i , x n s j p i j x n s i , x 1 s j p i j x n s i , x 2 s j p i j x n s i , x n s j
where pij is the transition probability from state si of xk to state sj of xl.
Given the escalating complexity of mechanical systems, the generation of non-stationary signals is a common occurrence. Traditional signal analysis techniques typically perform statistical average analyses in either the time or frequency domain when dealing with intricate non-stationary sensor data. Such methods often struggle to elucidate the integrated characteristics of these two domains [35], rendering them inadequate for engineering applications involving non-stationary signals. Time–frequency analysis can enable one to discern the frequency components of a signal and unveil its time-varying attributes and proves to be an effective approach for extracting mechanical health information embedded within non-stationary signals. Zhou et al. introduced a time–frequency Markov transform field (TFMTF) algorithm and contrasted it with conventional methods such as the CWT, short-time Fourier transform, and MTF [36]. TFMTF constructed using cutting force signals was found to obtain better classification results. The flowchart of TFMTF is shown in Figure 1.

2.2. Subdomain Adaptation Methods

In the absence of available labeled samples for the new classification task, domain adaptation can transfer the knowledge learned in the source domain to the target domain. Current deep domain adaptation methods mainly consider aligning the global distribution of the two domains using the idea of distance or are adversarial, while ignoring the relationship between different subdomains within the same category, which makes it difficult to capture more detailed and important information between two domains, thus causing the degradation of learning performance. In recent years, researchers have increasingly focused on subdomain adaptive approaches, that is, knowledge transfer by precisely aligning the distributions of relevant subdomains. Most such approaches are adversarial in nature, incorporating multiple loss functions and exhibiting slow convergence. Zhu et al. designed a nonparametric distribution distance estimation method with local maximal mean difference (Local MMD) and constructed a Deep Subdomain Adaptation Network (DSAN), with a simple and effective training process that does not require adversarial training and hence converges quickly [37]. Formally, Local MMD can be defined as follows:
d H ( p , q ) E c E p ( c ) [ ϕ ( x s ) ] E q ( c ) [ ϕ ( x t ) ] H 2
where xs and xt are samples of instances from the source domain Ds and target domain Dt, respectively, and p and q are the respective sample distributions of Ds and Dt. By inputting the labeled source domain data and unlabeled target domain data into the neural network for training to obtain the minimum loss, the distribution of relevant subdomains within the same category is approximated using fine-grained information between domains for domain adaptation. Assuming that each sample is classified into the corresponding category according to the weight w, Equation (2) can be expressed as follows:
d ^ H ( p , q ) = 1 C c = 1 C x i D i w i s c ϕ ( x i s ) x j D i w j t c ϕ ( x j t ) H 2
where w i s c and w j t c are the weights of respective samples x i s and x j t belonging to a category c, and
w i c = y i c ( x j , y j ) D y j c
where y i c is an element of vector y i that is similar to the highest score in one-hot coding. Because there is no true label in the unsupervised case of the target domain, y ^ i t is used to assign a sample x t to a certain category c.

2.3. Numerical Simulation Based on Deform

(1)
Three-Dimensional Model Construction
Since Deform is not professional three-dimensional drawing software, in the face of the simulation and analysis of complex structures, they need to be premodeled with the help of professional three-dimensional modeling software and then imported into Deform for analysis. In this paper, SolidWorks is employed to minimize the difference between the 3D model and the actual cutting machining process. The dimensions of the workpiece used in the experimental process are 300, 100, and 80 mm, and the diameter and length of the tool are 10 and 75 mm, respectively. To save computation time and storage space, the dimensions of the workpiece in the simulation do not need to be the same as those in the experiments; the dimensions of the workpiece in the simulation are 40, 20, and 10 mm, and the milling cutter model has the same diameter and length as the actual tool. Figure 2 shows the SolidWorks 3D assembly model before and after importing Deform.
(2)
Creating material properties and meshing
Deform V 14.0 software comes with a material library for workpieces and tools, with about 300 materials with relevant parameter attribute data, which can satisfy the deformation or cutting simulation needs of almost every industry while providing convenience to the user. Users can manually add special materials and their corresponding properties according to their needs. The materials used for the tool and workpiece models during the experiments are carbide steel and AISI-1045, respectively. The material properties of the tool and workpiece are shown in Table 1.
The meshing is critical to the results of FEA. A larger number of meshes in a model means a smaller mesh size, a longer computation time, and more accurate simulation results. To balance between calculation accuracy and time, we choose the number of meshes recommended by the software, that is, the tool is divided into 32,000 meshes, and the workpiece into 50,000 meshes. The tool cuts only a part of the surface of the workpiece, and the stress received by this part of the mesh should be increased. To enhance the precision of the contact area, local refinement of the machined surface is applied. The refinement ratio is set to 0.001 after the division of the simulation model shown in Figure 3.
(3)
Tool wear setting
Since tool wear is a process of gradual degradation, simulating it every moment through finite element simulation will greatly increase the time cost of the method. In this paper, the wear length of the lower surface of the tool wear is used as the index, and three different wear states of the tool are constructed for numerical simulation. Figure 4a shows the initial stage of tool wear, Figure 4b shows the stable wear stage of the tool, and Figure 4c shows the severe wear stage.

2.4. Proposed TCM Method

To obtain labeled samples in both the source and target domains during actual processing, this paper proposes an FEM-enhanced adaptive network method for TCM, as shown in Figure 5.
(1)
Deform-based finite element simulation is used to obtain simulation samples. This includes 3D modeling of milling tools with different tool wear levels, with the range of tool wear values set in SolidWorks and imported into Deform to obtain the data under different wear levels by simulation. This paper studies the analysis of tool condition under three wear states.
(2)
The time–frequency Markov representation method is used to characterize the simulation data. The simulation data here are essentially the same operating conditions as the real data, except with different data sources, so the method is equally adapted in this case.
(3)
Model training stage: The data are trained and tested based on the DSAN, which contains modules for feature extraction and subdomain adaptation, through which network learning can further distribute the labeled simulation data closer to the unlabeled real data on the subdomain and realize the effective transfer from virtual to experimental data.

3. TCM Experiment Investigation

3.1. Data Description

The milling experiment uses a CNC milling machine center as the experimental vehicle. During the cutting process, three-directional cutting force signals are collected simultaneously by a charge amplifier and a data acquisition instrument, and a force measuring instrument (Kistler 9139AA) is installed under the workpiece, as shown in Figure 6a. AISI 1045 steel was employed as the machining workpiece, with dimensions of 300 mm × 100 mm × 80 mm.
The cutting tool is a three-flute uncoated carbide steel milling cutter with a diameter of 10 mm. The cutting process is dry slot milling, and the cutting flow is shown in Figure 6b. During the experiment, the spindle speed was adjusted to 2400 rpm, the feed rate was set at 400 mm/min, and the axial depth of cut was maintained at 0.4 mm.
The data acquisition instrument used in this experiment is the MI-70xx series data collector and analyzer provided by Hangzhou Yiheng Technology Co., Ltd. (ECON, Hangzhou, China), as shown in Figure 6c. After the milling cutter completes one cutting task on the workpiece surface, pause the milling operation and position the end milling cutter vertically under the microscope to measure the wear length of each blade (shown in Figure 6d). Take the maximum tool wear value of three blades, VB = Max (VB1, VB2, and VB3), as the current tool wear value. Figure 7 depicts the progression of tool wear, categorized into three groups: slight wear (VB < 0.8 mm), stable wear (0.8 mm ≤ VB ≤ 1.6 mm), and sharp wear (VB > 1.6 mm) [38].

3.2. Results and Analysis

(1)
Verification of similarity between simulation data and experimental data
Deform is used to obtain transferable data under the new working conditions to further realize the virtual-to-real transfer. To assess the validity of the simulated data, the simulation data under normal operating conditions of the tool in the target domain was compared with experimental data. Figure 8a displays the time-series diagrams for the three directions (X, Y, and Z) of the sensor, while Figure 8b presents the spectrograms for these directions. It can be found that, in the frequency domain, the simulated data closely matches the experimental data in terms of frequency features, with only minor differences in amplitude.
In addition, we quantitatively evaluate the similarity between simulation data and experimental data. Due to the limited sample size of the simulated data, only 800 data points are selected as a sample, and the data after the tool cuts into the workpiece by one cutter diameter during the simulation are taken as valid data.
The similarity between the simulated data X and experimental data Y in the three directions is calculated using cosine similarity, as follows:
cos ( θ ) = X · Y X · Y = i = 1 n X i × Y i i = 1 n X i 2 × i = 1 n Y i 2
The closer the value of cos( θ ) is to 1, the higher the similarity between the two sets of signals. In practical engineering, the cosine value is generally considered greater than 0.6 to meet requirements [32,39].
The simulated data of 800 points are compared with the experimental data by means of a data sliding window, whose step size is set to 800, and the values of cosine similarity are recorded once for each sliding window. Figure 9 shows the cosine similarity of simulated data and experimental data in the Z direction, which can be seen to reflect high similarity, thus reflecting the validity of the simulated data.
(2)
Analysis and discussion of results
In the experiment, the sample sizes of both the source domain dataset and the target domain dataset were 300. Each sample contains 800 sampling data points, and the original cutting force signal is converted into a two-dimensional image with a size of 224 × 224 through TFMTF and input into the DSAN network for training and testing.
To test the effectiveness of the proposed method, three other methods are introduced for comparison. AlexNet and ResNet50 are both effective methods in the field of CNN, which train simulations and test them directly on experimental data.
Deep domain adaptive network (DDAN) jointly learns simulated data (source domain) and unlabeled experimental data (target domain) using the multicore maximum mean difference as a loss function between the two domains and continuously optimizing the distance between them through network updates so that they are distributed as consistently as possible in the high-dimensional feature space [39].
Deep Subdomain Adaptation Network (DSAN) is an improved DDAN method. Most traditional domain adaptive networks are globally adaptive, thus ignoring the relationship between the subdomains within the domain, leading to confusion when classifying data from each subdomain. DSAN takes into account the relational subdomains between subdomains and introduces a Local MMD domain loss function [37]. The comparison of the classification outcomes for the six methods using single-channel data and the comparison of results in the scenario of three-channel fusion are presented in Table 2.
From Table 2, it can be seen that when using only single-channel data, AlexNet and ResNet50 are trained directly on simulated data, and the experimental data are used for testing. It can be seen that the classification results differ greatly from those of the methods using domain adaptation, that is, DDAN and DSAN. DSAN, as a subdomain adaptive method, can use the simulated data as the source domain data and, through transfer learning, can realize tool status monitoring without available labeled data in both domains. The classification accuracy can reach 97.57% in the case of a single channel and 99% in the case of three-channel fusion.

4. Conclusions

To reduce TCM experimental costs under new cutting conditions, an FEM-enhanced DSAN method is proposed. This method generates simulated signals of different tool conditions via FEM modeling, eliminating the need for many experimental samples. It employs time–frequency domain feature representation to characterize the original signals, thereby forming training samples without the laborious process of feature extraction. The simulated samples are then transferred to unlabeled experimental samples using DSAN, thereby reducing the costs associated with machining experiments. With a limited number of unlabeled experimental samples under new cutting conditions, the proposed method achieved a classification accuracy of 97.57% utilizing a single-channel sensing signal and an impressive 99% accuracy with a three-channel sensing signal.
The contribution of the proposed method is that, in new cutting conditions (target domain), only a small amount of sample data for the normal condition of the tool needs to be collected to verify the effectiveness of simulated sample data through FEM, without the need to collect sensing data for different wear conditions of the tool (these sample data for different wear conditions can be obtained through simulation through an FEM model that has passed effectiveness testing). In this way, the number of experiments and data collection time have been reduced. Thus, the proposed method provides a feasible way to realize high-precision tool condition monitoring with low experimental cost.

Author Contributions

Methodology, X.H. and G.X.; Software, C.J., L.L. and Y.Y. All authors have read and agreed to the published version of the manuscript.

Funding

This project was supported in part by the Research Projects of Zhejiang Provincial Department of Education (grant No. Y202352270), in part by the Science and Technology Project of Jiaxing in China (grant No. 2021AY10072), in part by the Science and Technology Plan Project of Pinghu city (grant No. GY202410), and in part by the Research Project of Jiaxing Nanhu University (grant No. 62206ZL).

Data Availability Statement

Data are contained within the article.

Conflicts of Interest

Authors Guichang Xu and Luyang Li were employed by Zhejiang ODM Transmission Technology Co., Ltd. The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Nomenclatures

TCMtool condition monitoring
TLtransfer learning
CNNconvolutional neural network
FEMfinite element method
MTFMarkov transition field
TFMTFtime–frequency Markov transform field
MMDmaximal mean difference
DSANdeep subdomain adaptation network
DDANdeep domain adaptive network

References

  1. Zhou, Y.; Xue, W. Review of Tool Condition Monitoring Methods in Milling Processes. Int. J. Adv. Manuf. Technol. 2018, 96, 2509–2523. [Google Scholar] [CrossRef]
  2. He, Z.; Liu, Y.; Pang, X.; Zhang, Q. Wear Prediction of Tool Based on Modal Decomposition and MCNN-BiLSTM. Processes 2023, 11, 2988. [Google Scholar] [CrossRef]
  3. Yin, H.; Wang, Y.; Sun, W.; Wang, L. Fault diagnosis of hydraulic system based on D-S evidence theory and SVM. Int. J. Hydromechatronics 2024, 7, 1–15. [Google Scholar] [CrossRef]
  4. Jiang, Y.; Gao, H.; Zhang, Q.; Zhang, S.; Li, X.; Li, Z. Evaluation of fatigue cracks on rail material based on laser nonlinear wave modulation and adaptive particle swarm optimization-support vector machines. Nondestruct. Test. Eval. 2022, 38, 713–731. [Google Scholar] [CrossRef]
  5. Zheng, G.; Chen, W.; Qian, Q.; Kumar, A.; Sun, W.; Zhou, Y. TCM in milling processes based on attention mechanism-combined long short-term memory using a sound sensor under different working conditions. Int. J. Hydromechatronics 2022, 5, 243–259. [Google Scholar] [CrossRef]
  6. Yang, Y.; Zhou, H.; Pan, W. Transformer assisted by DSC and BiLSTM for bearing fault pattern recognition under strong noise interference. Nondestruct. Test. Eval. 2024, 10, 1–23. [Google Scholar] [CrossRef]
  7. Wang, H.; Sun, W.; Sun, W.; Ren, Y.; Zhou, Y.; Qian, Q.; Kumar, A. A novel tool condition monitoring based on Gramian angular field and comparative learning. Int. J. Hydromechatronics 2023, 6, 93–107. [Google Scholar] [CrossRef]
  8. Liu, R.; Wang, X.; Kumar, A.; Sun, B.; Zhou, Y. WPD-Enhanced Deep Graph Contrastive Learning Data Fusion for Fault Diagnosis of Rolling Bearing. Micromachines 2023, 14, 1467. [Google Scholar] [CrossRef]
  9. Zhou, Y.; Wang, H.; Wang, G.; Kumar, A.; Sun, W.; Xiang, J. Semi-Supervised Multiscale Permutation Entropy-Enhanced Contrastive Learning for Fault Diagnosis of Rotating Machinery. IEEE Trans. Instrum. Meas. 2023, 72, 3525610. [Google Scholar] [CrossRef]
  10. Zhang, J.; Liu, M.; Deng, W.; Zhang, Z.; Jiang, X.; Liu, G. Research on electro-mechanical actuator fault diagnosis based on ensemble learning method. Int. J. Hydromechatronics 2024, 7, 113–131. [Google Scholar] [CrossRef]
  11. Shao, H.; Zhou, X.; Lin, J.; Liu, B. Few-shot cross-domain fault diagnosis of bearing driven by Task-supervised ANIL. IEEE Internet Things J. 2024, 11, 22892–22902. [Google Scholar] [CrossRef]
  12. Chato, L.; Regentova, E. Survey of Transfer Learning Approaches in the Machine Learning of Digital Health Sensing Data. J. Pers. Med. 2023, 13, 1703. [Google Scholar] [CrossRef] [PubMed]
  13. Ranaweera, M.; Mahmoud, Q.H. Virtual to Real-World Transfer Learning: A Systematic Review. Electronics 2021, 10, 1491. [Google Scholar] [CrossRef]
  14. Yu, F.; Xiu, X.; Li, Y. A Survey on Deep Transfer Learning and Beyond. Mathematics 2022, 10, 3619. [Google Scholar] [CrossRef]
  15. Zhou, Y.; Kumar, A.; Parkash, C.; Vashishtha, G.; Tang, H.; Xiang, J. A novel entropy-based sparsity measure for prognosis of bearing defects and development of a sparsogram to select sensitive filtering band of an axial piston pump. Measurement 2022, 203, 111997. [Google Scholar] [CrossRef]
  16. Xiao, Y.; Shao, H.; Lin, J.; Huo, Z.; Liu, B. BCE-FL: A Secure and Privacy-Preserving Federated Learning System for Device Fault Diagnosis under Non-IID Condition in IIoT. IEEE Internet Things J. 2024, 11, 14241–14252. [Google Scholar] [CrossRef]
  17. Zhou, Y.; Zhi, G.; Chen, W.; Qian, Q.; He, D.; Sun, B.; Sun, W. A New Tool Wear Condition Monitoring Method Based on Deep Learning under Small Samples. Measurement 2022, 189, 110622. [Google Scholar] [CrossRef]
  18. Yan, S.; Shao, H.; Wang, J.; Zheng, X.; Liu, B. LiConvFormer: A lightweight fault diagnosis framework using separable multiscale convolution and broadcast self-attention. Expert Syst. Appl. 2024, 237, 121338. [Google Scholar] [CrossRef]
  19. Tajbakhsh, N.; Shin, J.Y.; Gurudu, S.R.; Hurst, R.T.; Kendall, C.B.; Gotway, M.B.; Liang, J. Convolutional Neural Networks for Medical Image Analysis: Full Training or Fine Tuning? IEEE Trans. Med. Imaging 2016, 35, 1299–1312. [Google Scholar] [CrossRef]
  20. Bai, Y.L.; Yang, J.W.; Wang, J.H.; Zhao, Y.; Li, Q. Image representation of vibration signals and its application in intelligent compound fault diagnosis in railway vehicle wheelset-axlebox assemblies. Mech. Syst. Signal Process. 2021, 152, 107421. [Google Scholar] [CrossRef]
  21. Lu, W.; Liang, B.; Cheng, Y.; Meng, D.; Yang, J.; Zhang, T. Deep Model Based Domain Adaptation for Fault Diagnosis. IEEE Trans. Ind. Electron. 2016, 64, 2296–2305. [Google Scholar] [CrossRef]
  22. Long, M.S.; Cao, Y.; Wang, J.M.; Jordan, M.I. Learning Transferable Features with Deep Adaptation Networks. In Proceedings of the 32nd International Conference on Machine Learning, Lille, France, 6–11 July 2015; Volume 37, pp. 1–9. [Google Scholar]
  23. Chen, T.; Li, C.; Zou, Z.; Han, Q.; Li, B.; Gu, F.; Ball, A.D. An Advanced Approach for Predicting Workpiece Surface Roughness Using Finite Element Method and Image Processing Techniques. Machines 2024, 12, 827. [Google Scholar] [CrossRef]
  24. Yuce, B.; Li, H.; Wang, L.; Sucala, V.I. Digital Twin-Based Smart Feeding System Design for Machine Tools. Electronics 2024, 13, 4831. [Google Scholar] [CrossRef]
  25. Hei, Z.D.; Sun, W.F.; Yang, H.Y.; Zhong, M.P.; Li, Y.L.; Kumar, A.; Xiang, J.W.; Zhou, Y.Q. Novel domain-adaptive Wasserstein generative adversarial networks for early bearing fault diagnosis under various conditions. Reliab. Eng. Syst. Safe. 2025, 257, 110847. [Google Scholar] [CrossRef]
  26. Wang, H.Y.; Bai, M.Y.; Wu, Y.; Du, J.G.; Zhang, Y.; Ming, W.Y. A systematic review of precision mechanical machining processes for monocrystalline silicon based on modeling and simulation. Int. J. Adv. Manuf. Technol. 2025. [CrossRef]
  27. Tcheuhebou Tina, S.A.; Javidikia, M.; Jahazi, M.; Songmene, V. The Influence of Tool Geometry Parameters on Thermo-Mechanical Loads and Residual Stresses Induced by Orthogonal Cutting of AA6061-T6: A Numerical Investigation. Processes 2023, 11, 996. [Google Scholar] [CrossRef]
  28. Huang, S.; Zhang, Y.; Yin, X.; Zhang, M.; Li, H.; Wang, Z.; Chen, H.; Wang, H. Effect of Nozzle Quantity on the Flow Field Characteristics and Grinding Efficiency in a Steam Jet Mill. Processes 2024, 12, 1500. [Google Scholar] [CrossRef]
  29. Kaiser, R.; Ahn, C.-Y.; Kim, Y.-H.; Park, J.-C. Towards Reliable Prediction of Performance for Polymer Electrolyte Membrane Fuel Cells via Machine Learning-Integrated Hybrid Numerical Simulations. Processes 2024, 12, 1140. [Google Scholar] [CrossRef]
  30. Jia, S.; Wang, S.; Lv, J.; Cai, W.; Zhang, N.; Zhang, Z.; Bai, S. Multi-Objective Optimization of CNC Turning Process Parameters Considering Transient-Steady State Energy Consumption. Sustainability 2021, 13, 13803. [Google Scholar] [CrossRef]
  31. Li, Q.; Zhang, X.L.; Yin, H. Multi-objective optimization of parameters design based on genetic algorithm in annulus aerated dual gradient drilling. J. Petrol. Explor. Prod. Technol. 2024, 14, 1643–1659. [Google Scholar] [CrossRef]
  32. Zhu, Q.; Sun, W.; Zhou, Y.; Gao, C. A tool wear condition monitoring approach for end milling based on numerical simulation. Eksploat. I Niezawodn.-Maint. Reliab. 2021, 23, 371–380. [Google Scholar] [CrossRef]
  33. Wang, Z.; Oates, T. Imaging Time-Series to Improve Classification and Imputation. In Proceedings of the 24th International Conference on Artificial Intelligence, Buenos Aires, Argentina, 25–31 July 2015; pp. 3939–3945. [Google Scholar] [CrossRef]
  34. Lyu, M.Z.; Wang, J.M.; Chen, J.B. Closed-Form Solutions for the Probability Distribution of Time-Variant Maximal Value Processes for Some Classes of Markov Processes. Commun. Nonlinear Sci. Numer. Simul. 2021, 99, 105803. [Google Scholar] [CrossRef]
  35. Feng, Z.; Ming, L.; Chu, F. Recent advances in time–frequency analysis methods for machinery fault diagnosis: A review with application examples. Mech. Syst. Signal Process. 2013, 38, 165–205. [Google Scholar] [CrossRef]
  36. Zhou, Y.; Sun, W.; Ye, C.; Peng, B.; Fang, X.; Lin, C.; Wang, G.; Kumar, A.; Sun, W. Time-frequency Representation -enhanced Transfer Learning for Tool Condition Monitoring during milling of Inconel 718. Eksploat. I Niezawodn.–Maint. Reliab. 2023, 25, 165926. [Google Scholar] [CrossRef]
  37. Zhu, Y.; Zhuang, F.; Wang, J.; Ke, G.; Chen, J.; Bian, J.; Xiong, H.; He, Q. Deep Subdomain Adaptation Network for Image Classification. IEEE Trans. Neural Netw. Learn. Syst. 2021, 32, 1713–1722. [Google Scholar] [CrossRef]
  38. Sun, W.; Zhou, J.; Sun, B.; Zhou, Y.; Jiang, Y. Markov Transition Field Enhanced Deep Domain Adaptation Network for Milling Tool Condition Monitoring. Micromachines 2022, 13, 873. [Google Scholar] [CrossRef]
  39. Yang, B.; Shim, J. Practical Datasets for Similarity Measures and Their Threshold Values. J. Korea Game Soc. 2013, 18, 97–105. [Google Scholar]
Figure 1. Process of TFMTF.
Figure 1. Process of TFMTF.
Processes 13 00545 g001
Figure 2. Geometric model of tool and workpiece: (a) model built and (b) import model.
Figure 2. Geometric model of tool and workpiece: (a) model built and (b) import model.
Processes 13 00545 g002
Figure 3. Mesh division and local refinement of the mesh.
Figure 3. Mesh division and local refinement of the mesh.
Processes 13 00545 g003
Figure 4. Tool wear setting: (a) initial wear, (b) stable wear, and (c) sharp wear.
Figure 4. Tool wear setting: (a) initial wear, (b) stable wear, and (c) sharp wear.
Processes 13 00545 g004
Figure 5. Framework of the proposed method.
Figure 5. Framework of the proposed method.
Processes 13 00545 g005
Figure 6. Experimental setup: (a) experimental platform, (b) cutting process, (c) data acquisition instrument, and (d) industrial measuring microscope.
Figure 6. Experimental setup: (a) experimental platform, (b) cutting process, (c) data acquisition instrument, and (d) industrial measuring microscope.
Processes 13 00545 g006aProcesses 13 00545 g006b
Figure 7. Evolution of tool wear.
Figure 7. Evolution of tool wear.
Processes 13 00545 g007
Figure 8. Time-series diagrams (a) and spectrograms (b) of the cutting force signal of the simulated and experimental data.
Figure 8. Time-series diagrams (a) and spectrograms (b) of the cutting force signal of the simulated and experimental data.
Processes 13 00545 g008
Figure 9. Cosine similarity of experimental data and simulated data.
Figure 9. Cosine similarity of experimental data and simulated data.
Processes 13 00545 g009
Table 1. Material properties of cutting tools and workpieces.
Table 1. Material properties of cutting tools and workpieces.
MaterialsYoung’s Modulus/GpaDensity/kg/m3 Poisson s   Ratio / μ Heat   Conductivity / W / m · K Specific   Heat   Capacity / J / kg · 10−6/KCoefficient of Thermal Expansion/10−6/K
AISI-104520078000.347.7732.611
Carbide steel60056000.2525129.4
Table 2. Classification accuracy of four methods.
Table 2. Classification accuracy of four methods.
DatasetAlexNetResNet50DDANDSAN
Single channel67.54%66.77%94.63%97.57%
Three channel74.33%73.61%95.67%99%
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Jing, C.; He, X.; Xu, G.; Li, L.; Yao, Y. Finite Element Modeling-Assisted Deep Subdomain Adaptation Method for Tool Condition Monitoring. Processes 2025, 13, 545. https://doi.org/10.3390/pr13020545

AMA Style

Jing C, He X, Xu G, Li L, Yao Y. Finite Element Modeling-Assisted Deep Subdomain Adaptation Method for Tool Condition Monitoring. Processes. 2025; 13(2):545. https://doi.org/10.3390/pr13020545

Chicago/Turabian Style

Jing, Cong, Xin He, Guichang Xu, Luyang Li, and Yunfeng Yao. 2025. "Finite Element Modeling-Assisted Deep Subdomain Adaptation Method for Tool Condition Monitoring" Processes 13, no. 2: 545. https://doi.org/10.3390/pr13020545

APA Style

Jing, C., He, X., Xu, G., Li, L., & Yao, Y. (2025). Finite Element Modeling-Assisted Deep Subdomain Adaptation Method for Tool Condition Monitoring. Processes, 13(2), 545. https://doi.org/10.3390/pr13020545

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop