Abstract
Rotor dynamic balancing is essential in rotor industrial. The conventional balancing methods, including the influence coefficients method and modal balancing method, are effective, but lack economy and sufficient usage of the data. To overcome the disadvantages of the conventional balancing methods, a balancing method using unsupervised deep learning without weight trails had been proposed. The proposed network could identify the unbalanced forces from the data observed from just one run of the rotor and without labels. To validate the novel balancing method, an experimental rig is well-designed and established. Experimental validation and comparison with influence coefficients method are conducted. The experimental results show that the proposed balancing method gives consideration to both cost and accuracy. Compared with influence coefficients method, no extra weight trail process is needed and balancing performances are comparative. The experimental rig can be used for proving the scheme and for further same kind of research.
Introduction
Rotor Balancing is a type of analysis that compares the vibration profile with the rotation of a mechanical element to characterize inconsistent weight distribution around the diameter while calculating the amount and position of the weight necessary to offset the net imbalance. As rotor imbalance may lead to malfunction, such as rotor rub-impact and bearing wear, and even to catastrophic failure, 1 the rotor balancing is a traditional technology, but still important in nowadays rotor industry. Any mass that is not rotating around its center of mass will produce vibration. Asymmetry of the structure along the rotating axis and small changes in density and thickness of the material cause imbalances. And imbalance distribution leads to additional force and moment onto the rotor. Every single rotor need several times of balancing including factory balancing 2 and on-site balancing 3 before implementation and online balancing 4 while in working condition.
For decades, dynamic balancing methods are developed based on two mature ideas. One is the modal balancing method (MBM) and the other is the influence coefficients method (ICM). Bishop and Gladwell
5
proposed the MBM at first and it was optimized afterward.
6
The ICM was proposed by Goodman
7
firstly and perfected by Lund and Tonnesen.
8
The central theory of the MBM is to balance the first
Cost and accuracy are two main considering points in the rotor balancing process. Therefore, some dynamic balancing methods based on advanced technologies are proposed by researchers and good performances in some specific cases were observed. Rotor balancing methods have been developed from various perspectives including algorithm modification and the introduction of advanced technology. For example, Zhao et al. 19 proposed a transient characteristic-based balancing method (TCBM) combined with dynamic load identification (DLI) technique to identify the unbalance parameters of the general rotor system. Li et al. 20 proposed a novel modal balancing technique without trial weights by combining the modal balancing method with the finite element method. Zhang et al.21,22 identified an unbalance response of a dual-rotor system with a slight rotating speed difference by whole-beat correlation method and non-whole beat correlation method respectively. Yue et al. 23 presented an innovative modal balancing process for estimating the residual unbalance from different equilibrium planes of the complex flexible rotor system. Yu et al. 24 proposed a new adaptive proportional-integral control strategy for rotor active balancing systems during acceleration. Li et al. 25 proposed a novel disturbance-observer-based field dynamic balancing strategy for active magnetic bearings (AMB) equipped machinery. Zheng and Wang 26 presented a novel high-precision field balancing method based on regular control mode without trial weight. Ait Ben Ahmed et al. 27 presented and validated a hybrid method through a series of experiments for balancing of rigid and flexible rotors at a constant rotational speed. However, these methods did not involve the history data into the balancing process.
Deep learning technologies are usually used to address the input identification problem by learning the inverse mapping from data. To rotor balancing problem, the learning of the mapping can be processed by the same data used for the balancing process. That means no extra data or prior knowledge are needed for rotor balancing. Based on the truth, the author proposed a novel balancing method 28 with deep learning technology. To validate the deep learning based method and compare it with the conventional balancing method, a testing rig is carefully designed and established in this work. Thus, the deep learning based method can be validated and investigated in a practical way. And the experimental evidence of the novel balancing method makes the conclusion more convinced.
In the following, the methodology will be introduced in Section 2. In Section 3, the detailed set up process of the experimental rig is described. In Section 4, the application of the proposed balancing method on the rig will be conducted. More detailed testing results and comparisons will be performed. Finally, the paper is concluded in Section 5.
Methodology
Describing the equations of motion for mechanical systems has been extensively studied and various formalisms to derive these equations exist. The most prominent are Newtonian-, Hamiltonian-, and Lagrangian-Mechanics.
29
Within this work, based on Newtonian-Mechanics, a mapping model
where
the forward mapping model and inverse mapping model could be learned from data, where
Learning the model from data has been addressed in the references by either system identification or supervised black-box function approximation. For instance, Ting et al. 30 developed a Bayesian parameter identification method that can automatically detect noise in both input and output data for the regression algorithm that performs system identification. Haruno et al. 31 proposed a modular architecture, the modular selection and identification for control model, for motor learning and control based on multiple pairs of forward (predictor) and inverse (controller) models. Calinon et al. 32 presented and evaluated an approach based on Hidden Markov Model, Gaussian Mixture Regression, and dynamical systems to allow robots to acquire new skills by imitation. Ledezma and Haddadin 33 introduced a conceptual framework for the construction and training of first-order principles networks and described the proposed estimation method in detail. All these works modeled the forward and afterward mappings with specific neural networks.
In detail, for a mechanical system identification problem, the inverse model learns the mapping function from joint configuration
In the case of applying these theories to the rotor balancing problem, the training dataset used for training the proposed network can be get from state variables and their derivatives in different time intervals or at different time points. Enough training data can be get by just one run of the rotor system. Multi-weight trail processes are not essential then.
However, the unbalanced force can’t be measured directly. Luckily, the bearing force can be gotten indirectly through the bearing support by
where
Because the labeled unbalanced force can not been got, only the bearing forces estimated by equation (4) are involved. Then the optimization function should be adjusted to
where
To apply equation (3), a method to learn the mapping from system states to bearing forces directly, while the unbalanced forces to be learned unsupervised has been proposed. 28 The overview of the method and the architecture of the unsupervised network are shown in Figure 1. As Figure 1(a) illustrated, there are three steps for the whole balancing method. In the first step, the data get from the system should be pre-processed, that is, the displacements should be derived to get the velocities and accelerations and bearing forces are obtained from the measured support forces by equation (4). Because, in the rotor system, vibration displacements of the disk and shaft can be easily measured by eddy current sensors, while the velocity and acceleration can not. A pre-processing module should be introduced to derive the measured displacement. Secondly, the proposed network is set up. The architecture and the un-trainable parameters should be determined. Based on the loss function chosen, the training process is done by backpropagation. The trainable variables are updated until the standard of the optimization is met. Thirdly, the predicted unbalanced force should be fit to get the amplitude and phase of the harmonic type of force. Based on the identification results, the weight adding and weight reducing processes should be conducted on the rotor. An additional test to verify the performance of the balancing is necessary obviously.

Flow chart of the balancing method 28 – (a) with the unsupervised deep learning network – (b), where Conv3–128 means convolutional layer with 128 filters of size 1 × 3.
In the detail of Figure 1(b), the neural network module can be an arbitrary type, only changing the 2-dimensional input data into 1-dimensional output data. After the neural network module, three 1-dimensional convolutional layers are applied. The first one has 128 filters with the size of 1 by 3. The convolutional calculation is applied to the output from the network module. After the feature extraction process, the low order representations of the data are obtained. The “Relu” activation function is applied so that the low order representations are activated. The second convolutional layer has 64 filters with the size of 1 by 3. Then the high order representations are extracted and activated. The third convolutional layer has just one filter with the size determined by the dimension of the expected input force, that is the concatenation of the dimension of the indirectly measured bearing force vector
Set up of experimental rig
To study the rotor balancing problem in a practical way, an experimental rig is established. The overview of the rig is shown in Figure 2. The rotor rig is composed of a rotor base, a speed-regulating motor, two bearing supports, an elastic coupling, a rotor shaft, four rotor disks, six eddy current sensors, two dynamic force sensors, a photoelectric test sensor and a signal amplification and storage module. The fundamental part of the rig is a single rotor with four disks and two ball-bearing supports. The rotor is driven by a speed-regulating motor with the maximum power of 148 W. The motor driver rectifies the 220 V AC power supply and outputs a PWM signal to drive the rotor. Connecting with an elastic coupling, the rotor rotating speed can be adjusted from 0 to 2000 rpm. The rotor is supported by two ball bearings, which are mounted elastically on the base. The distance between two bearings is 375 mm. Between them, four disks are installed equidistantly. Each disk has a diameter of 50 mm and a thickness of 16 mm. The rotor shaft has a length of 560 mm and a diameter of 10 mm. From right to left in the front view of the rig (Figure 2(b)), two bearings and four disks are numbered from #1 to #6 successively.

Overview of the experimental rig from (a) top direction, (b) front direction, and (c) side direction.
Six eddy current sensors are installed near each numbered nodes separately through brackets to collect displacement signals of the horizontal vibration of the chosen nodes. Two dynamic force sensors are amounted at #1 node and #6 node to measure the forces, which will be used to estimate the horizontal components of bearing forces. A photoelectric sensor is installed on the side of the coupling through a bracket and a piece of reflective paper is attached to the coupling. The photoelectric sensor generates a pulse with the rotating frequency. This pulse signal serves as a reference for the rotating speed and initial vibration phase. A signal collection equipment with type of DH5922N is used to amplify, rectify and store the measured signals. The sampling frequency can be adjusted from 10 to 10,000 Hz. The sensors used to measure the data are shown in Figure 3.

Instruction of the sensors implemented in the experimental rig: (a) Eddy current sensor and (b) dynamic force sensor.
Experimental results analysis
Experimental results before balancing
Based on the rig set up in Section 3, the mechanical model of the rig can be expected to ordinary differential equations. Thus, the responses of the rotor should be a type of harmonic ones with different frequencies. And the component with a frequency corresponding to the rotating speed is the one excited by unbalanced forces. The responses are measured by the eddy current sensors at numbered nodes. The raw responses from the rig described by Figure 2 are shown in Figure 4. From Figure 4, harmonic types of responses are seen. Due to the high stiffness of the bearing, the amplitudes of the responses at bearing nodes (Figure 4(a) and (f)) are obviously smaller than those at disk nodes (Figure 4(b)–(e)). And because of some other disturbances with different frequencies, for instance, constant components from the deviations of the sensors and double frequency component induced by the coupling, the responses contain many components with different frequencies.

Raw responses measured by eddy current sensors at (a) #1 node, (b) #2 node, (c) #3 node, (d) #4 node, (e) #5 node, and (f) #6 node.
The frequency of vibration caused by imbalance distribution equals the rotating speed. Thus, the raw measured responses need pre-processing before using for the balancing process. Taking the response of disk 1 as an example, the pre-processing progress is illustrated in Figure 5. As there are large constant components shown in Figure 5(b) and the working frequency is set to 1500 RPM, a band-pass filter from 5 to 30 Hz is applied to the measured response. Then the base frequency component is filtered for balancing.

Pre-processing of the measured signals. (a) Raw signal measured at disk 1 node; (b) Frequency spectrum of (a) without normality; (c) Filtered signal and (d) Frequency spectrum of (c) without normality.
Identification of the unbalanced forces
In this subsection, two approaches are applied to identify the equivalent imbalance masses on selected correction planes. The first one is ICM and for the second approach, the unsupervised deep learning balancing method is adopted. In both approaches, #2 and #5 disks are selected as correction planes. The radium of balancing groove are 40 mm on each disk.
For ICM, the responses from #1 to #6 nodes are all used to calculate the influence parameters. After two times of weight trail processes, the correction mass and angle can be get by least square method. The result are listed in Table 1.
The identification results of the unbalanced forces.
For the unsupervised deep learning method, not only the pre-processed raw signals measured from #1 to #6 nodes, but also the forces measured by dynamic force sensors are used for training the network. The displacements are measured directly. The velocities and accelerations are get by deriving the displacement numerically. The bearing forces can be estimated by solving equation (4) with the reference of measured force signals algebraically.
The raw data is collected for a time period of 15 s with sampling frequency of 500 Hz. Here, the sample’s length is set to 1. That means the training data will have a size of 7500. Then, the joint configurations
After 2000 epochs, the prediction values of the unbalanced forces are shown as black lines in Figure 6. As the unbalanced force is assumed to be harmonic type, the first guess (light blue lines in Figure 6) follows the rule of

The prediction results of the unbalanced forces and their harmonic fits: (a) the results at correction plane 1 and (b) the results at correction plane 2.
where
The identification results of the unbalanced forces.
Experimental results after balancing
Based on the identification results of the amplitudes and the phases of the unbalanced forces by ICM and UDL, the experimental rotor system with imbalances established can be balanced. The balanced effects are illustrated in Figure 7. In Figure 7, light blue lines indicate the responses of the unbalanced rotor system after pre-processing. The black broken lines give the responses of the balanced rotor after balancing by ICM. The red curves are the responses of the rotor balanced by UDL. From the comparisons, we could find that both ICM and UDL can balance the rotor and the amplitude of the responses reduce significantly after balancing. Comparing these two methods, the results by UDL are better than ICM. The reason for the results is that the ICM is a linear method, which assumes that the relationship between the response and input is linear. This assumption would lead to error when the effect of the nonlinear factor of the system is huge. However, the mapping function used in UDL is nonlinear, which dealt with the nonlinear factor induced by the ball bearings better. Meanwhile, it is noted that when balancing by UDL, no extra weight trail processes are needed. The comparison results indicate that the UDL is effective and costless.

Balancing effects on (a) node 1, (b) node 2, (c) node 3, (d) node 4, (e) node 5, and (f) node 6 by ICM and UDL.
Discussions and conclusions
An experiment rig of a rotor to investigate rotor dynamics and balancing technology is set up. Two balancing approaches are conducted. One is the classical ICM and the other approach for rotor balancing uses unsupervised deep learning. In the deep network based method, the joint configurations of the general displacements, velocities and accelerations are used as input and estimated bearing forces are set to be labels. Based on the rig, two rotor balancing experiments by ICM and UDL are conducted. The results from both experiments prove that the design of the rig is reasonable and can be used for further analysis of rotor dynamics and validation of control schemes. Meanwhile, the proposed method which uses unsupervised deep learning technology is proved to be costless and performs well.
It’s noting that in the proposed network and training process, there are many parameters that can be optimized to achieve better performances. For instance, the physical prior layer can be added to neural network module to introduce the physical meaning of the mechanical system. The size of a single sample can be enlarged during data pre-processing so that more historic information could be involved. And in practical operations, how to add or reduce the trail weights in proper positions is an important challenge in further rotor design.
Footnotes
Declaration of conflicting interests
The author(s) declared no potential conflicts of interest with respect to the research, authorship, and/or publication of this article.
Funding
The author(s) disclosed receipt of the following financial support for the research, authorship, and/or publication of this article: This work was supported by the National Natural Science Foundation of China (Grant Nos. 12102234, 11902184, 11502161).
