Skip Content
You are currently on the new version of our website. Access the old version .
Applied SciencesApplied Sciences
  • Article
  • Open Access

31 January 2026

Spatial Angle Sampling-Based Adaptive Heteroscedastic Gaussian Process Regression for Multi-Sensor Fusion On-Machine Measurement

,
,
and
School of Mechanical and Electrical Engineering, Xi’an Technological University, No. 2, Xuefu Middle Road, Weiyang District, Xi’an 710021, China
*
Author to whom correspondence should be addressed.
Appl. Sci.2026, 16(3), 1450;https://doi.org/10.3390/app16031450 
(registering DOI)
This article belongs to the Topic Advanced Materials and Manufacturing for Extreme Environments in Energy and Aerospace

Abstract

The on-machine measurement (OMM) of aero-engine blades is a critical technology for enabling closed-loop manufacturing. However, when using line laser sensors with a fixed scanning pose to measure free-form surfaces, the variation in surface geometry leads to changing incident angles, which in turn induce non-stationary noise. To address this issue, this paper proposes a multi-sensor fusion method utilizing Adaptive Heteroscedastic Gaussian Process Regression (AHGPR) based on a Spatial-Angle-Balanced Sampling (S-ABS) strategy. The AHGPR explicitly integrates the physical mapping of incident angle errors into its covariance structure, thereby automatically adjusting observation weights according to the local geometric posture. Concurrently, the S-ABS strategy captures the high-error characteristic points with large incident angles while maintaining a globally uniform spatial distribution. The experimental data indicate that this approach addresses the sampling deficiency encountered at the leading and trailing edges and in areas with large incident angles. The proposed approach reduced the impact of optical deviations on measurement accuracy and improved the precision of the process.

1. Introduction

The high-precision machining of curved thin-walled parts is a critical demand in fields such as the aerospace industry [1,2]. However, their inherent weak rigidity makes them prone to deformation during the manufacturing process [3,4,5,6], making it difficult to guarantee final accuracy. Traditional machining modes lead to a severe mismatch between the measured state and the machining state. On-machine measurement (OMM) technology has become a core link in realizing high-precision closed-loop machining of thin-walled parts by completing dimensional and geometric error detection directly on the machine tool.
OMM generally employs contact probe measurement. While this method can yield high-precision results [7], its efficiency is low. Non-contact measurement can efficiently acquire point cloud data of the workpiece surface, but it is susceptible to its own structural and environmental factors, resulting in insufficient accuracy that often fails to meet the machining precision requirements of thin-walled parts [8]. Given that no single measurement method can satisfy both precision and efficiency requirements, integrating the complementary strengths of contact and non-contact sensors has become an inevitable choice.
Existing research focuses on post-process fusion algorithms for multiple sensors, primarily categorized into two classes: weighted fusion methods and Residual Approximation (RA)-based fusion methods. Weighted fusion is applicable to sensors with similar accuracy but has limited effectiveness for data sources with different resolutions [9]. RA fusion approximates the systematic deviation (residual) between two separate datasets from different sensors; such methods can reduce the uncertainty of fusion results. Among RA modeling methods, Gaussian regression models are the most widely applied, offering advantages in handling nonlinear relationships and fusing multi-source heterogeneous data [10,11,12]. Chen [13] et al. further proposed the Implicit Residual Approximation (IRA) method, utilizing Gaussian Mixture Models (GMMs) to achieve the implicit expression of local residuals.
Research on sampling methods for contact probes has mainly focused on single-sensor sampling. Jia [14] et al. combined the equal chord height sampling method and the curvature distribution method to optimize the layout of sampling points by dynamically setting the chord height threshold and adding sampling midpoints. Zhang [15] et al., based on the co-Kriging method, iteratively determined the distribution of measurement points using feature anchor points; this approach utilizes the main variable and auxiliary variable as dual inputs and quantifies their correlation through a covariance matrix to complete interpolation reconstruction. A small number of multi-sensor collaborative sampling studies, such as the intelligent sampling strategy proposed by Yin [16], involve obtaining an initial high-density point cloud through laser scanning and modeling it, iteratively optimizing the positions of contact measurement points based on model deviation and variance criteria. However, few studies have improved data fusion algorithms by incorporating the measurement principles of non-contact sensors.
The measurement method of line laser sensors is based on the principle of optical triangulation. Dong et al. [17] pointed out that, theoretically, optimal accuracy is achieved only under conditions of vertical incidence and symmetric laser spot energy distribution. In actual curved surface measurements, as shown in Figure 1, a partitioned fixed-pose scanning strategy is often adopted in industrial settings to balance on-machine measurement efficiency. Research by An et al. [18] indicates that this alteration in geometric relationships disrupts the symmetry of the imaging spot. Further analysis by Wang et al. [19] confirmed that the inclination angle causes a nonlinear shift in the spot centroid, thereby introducing significant measurement errors. Zhao et al. [20] verified through on-machine measurement experiments that this error exhibits a positive correlation with the incident angle. Furthermore, work by Ding et al. [21] and Deng et al. [22] revealed that, in regions with high curvature, such as blade edges, the measurement noise variance rises sharply, presenting distinct Heteroscedastic characteristics.
Figure 1. Line laser sensor measurement of curved surface parts.
Existing multi-sensor fusion algorithms are predominantly based on the Homoscedasticity assumption and have demonstrated good applicability in conventional measurements. However, under conditions involving varying incident angles generated by fixed-pose scanning, there remains potential to further enhance surface measurement accuracy through more refined modeling of non-stationary error distributions.
Therefore, to address the non-stationary error distribution induced by partitioned fixed-pose scanning in the on-machine measurement of aero-engine blades, this paper proposes a multi-sensor fusion on-machine measurement method based on Spatial-Angle-Balanced Sampling (S-ABS) and Adaptive Heteroscedastic Gaussian Process Regression (AHGPR). By refining the sampling methodology for high-precision points and improving the Gaussian regression model, the proposed method enhances measurement accuracy while simultaneously ensuring the efficiency of on-machine measurement.

2. Methods

In multi-sensor data fusion, Gaussian Process Regression (GPR) is widely used to establish error models between low-accuracy and high-accuracy data. Take a noisy observation set, D = { ( x i , y i ) } i = 1 N , where x R d is the spatial coordinate and y R is the measurement residual. Assume the latent residual function f ( x ) follows a Gaussian Process prior:
f ( x ) G P ( m ( x ) , k ( x , x ) )
Assuming the mean function, m ( x ) = 0 , the covariance function k ( , ) describes the correlation between points. The observation model includes additive Gaussian white noise:
y i = f ( x i ) + ε i , ε i N ( 0 , σ n 2 )
Based on Bayesian inference, for any test point x , its posterior predictive distribution p ( f | x , D ) N ( μ , V ) is analytically solved as:
μ = k T ( K + σ n 2 I ) 1 y
V = k ( x , x ) k T ( K + σ n 2 I ) 1 k
where K is the N × N kernel matrix, k is the covariance vector between the test point and the training points, σ n 2 I is the observation noise covariance term, and I is the identity matrix, indicating the model assumes the full-field measurement noise follows a Homoscedastic distribution. However, when applying the standard GPR framework to the specific measurement working conditions of aero-engine blades, there are two mismatches between theoretical assumptions and actual working conditions:
(1) Standard GPR employs a stationary kernel function, whose core characteristic is that correlation relies solely on Euclidean distance. As known from Equation (4), the posterior variance, V , is independent of the observation values, y [23]. To minimize full-field prediction uncertainty, standard GPR mathematically tends towards space-filling sampling strategies, covering the geometric space as uniformly as possible [24]. However, this strategy based on minimizing global variance often ignores the local features of the workpiece being measured, leading to under-sampling in areas with high residuals.
(2) The Homoscedastic term, σ n 2 I , in Equation (1) enforces the assumption that the full-field confidence is consistent. This contradicts the characteristic in laser measurement where noise increases with the incident angle, θ [25]. The limitation of this assumption leads to the global optimized σ n 2 being higher than actual noise in low-noise areas, causing the surface to be over-smoothed; meanwhile, in high-noise areas, the global σ n 2 is lower than actual noise, forcing the model to track random errors, reducing measurement accuracy [26].
In response to the analysis of the aforementioned issues, the Spatial-Angle Sampling-Based Adaptive Heteroscedastic Gaussian process multi-sensor fusion method simultaneously considers a balanced sampling strategy for both spatial coordinates and incidence angles, and introduces a Heteroscedastic model consistent with optical error laws to adaptively suppress non-stationary noise. The schematic framework of the overall methodology is shown in Figure 2.
Figure 2. Schematic framework of the proposed multi-sensor fusion method using S-ABS and AHGPR.

2.1. Spatial-Angle-Balanced Sampling

This study proposes an S-ABS strategy designed to perform balanced sampling within the constrained domain of the point cloud data, P . Initially, the point cloud undergoes pre-processing, where the full-field incident angle distribution field, Θ ( x ) , is reconstructed via Gaussian smoothing. Considering the strong nonlinear mapping relationship between the measurement error, ε , and the incident angle, Θ (i.e., ε f ( Θ ) ), and to ensure the subsequent model comprehensively captures the error response characteristics, the algorithm first constructs a discretized feature target sequence, T , within the incident angle range, [ θ m i n , θ m a x ] . This sequence consists of N equally spaced feature angles, τ k , explicitly enforcing the inclusion of boundary anchor points:
T = { τ k τ k = θ m i n + k 1 N 1 ( θ m a x θ m i n ) , k = 1 , , N }
For any target feature, τ k T , an angular tolerance, δ , is introduced to delimit an effective truncation interval centered at τ k . The algorithm traverses the discrete geometric domain, Ω , to filter all point cloud data where the incident angle, Θ ( x ) , falls within [ τ k δ , τ k + δ ] , thereby constructing an iso-angular candidate set, C k , corresponding to the specific angle:
C k = { x Ω | Θ ( x ) τ k | < δ }
However, relying solely on incident angle features tends to induce clustering of sampling points in regions with large incident angles, leading to ill-conditioning of the kernel matrix. To address this, the strategy introduces a spatial exclusion mechanism constrained within the candidate domain. Let S k 1 denote the sampling set generated over the previous k 1 steps. The k -th optimal sampling point, p k , is transformed into the solution to a max–min distance optimization problem over C k :
p k = a r g m a x p C k ( min q S k 1 p q 2 )
This optimization problem is solved using a greedy search strategy. First, for any point, p , in the current set, C k , its spatial separation, Δ ( p ) , relative to the existing sampling set, S k 1 , is calculated as the Euclidean distance to the nearest neighbor sampling point:
Δ ( p ) = min q S k 1 p q 2 , p C k
Subsequently, the k -th optimal sampling point, p k , is identified as the solution within C k that maximizes this separation:
p k = a r g m a x p C k Δ ( p )
This procedure integrates incident angle features with geometric spatial distribution: the constraint p C k ensures the sampling point aligns with the preset incident angle, while the objective function max Δ compels the new point to maintain maximum distance from the existing sampling set in geometric space. This effectively maintains spatial separation within the targeted feature region. The optimal solution is then incorporated into the sampling sequence, updating the state to S k = S k 1 { p k } . After N iterations, the algorithm outputs the final sampling set D s = { ( x i , y i ) } i = 1 N .

2.2. Adaptive Heteroscedastic Gaussian Process Regression

Standard GPR assumes that observation noise follows independent and identically distributed Gaussian white noise; that is, the noise covariance is Σ n = σ n 2 I . To this end, this paper establishes an Adaptive Heteroscedastic Gaussian Process (AHGPR) model, embedding the angle information obtained by S-ABS into the covariance structure.
The high-confidence ground truth points in D s are utilized to construct the global trend term. The mean function m ( x ) in the Gaussian Process prior f ( x ) G P ( m ( x ) , k ( x , x ) ) of the residual function f ( x ) is no longer set to zero, but is determined by the Maximum A Posteriori (MAP) estimation of the samples in D s through the polynomial basis function h ( x ) ; that is, m ( x ) = h ( x ) T β .
In contrast to the scalar noise parameter used in standard GPR, an input-dependent noise variance function σ 2 ( x i ) is defined. The observation noise comprises a superposition of environmental noise and angle-dependent noise. Specifically, the dispersion effect of the laser spot on inclined surfaces results in measurement uncertainty that is positively correlated with the incident angle θ i . Consequently, the observation noise matrix can be expressed as:
Σ ϵ = d i a g ( σ 2 ( x 1 ) , , σ 2 ( x N ) )
where the diagonal elements are defined by:
σ 2 ( x i ) = σ ^ e n v 2 + α θ 2 ( x i )
where θ ( x i ) represents the incident angle at the sampling point; α denotes the sensitivity coefficient regarding the sensor spot centroid shift; and σ ^ e n v 2 serves as the environmental adaptive noise baseline, characterizing the global uncertainty introduced by current measurement conditions. In this case, the total covariance matrix K y for the training data is modified to be the superposition of the kernel matrix and the Heteroscedastic noise matrix is:
K y = K ( X , X ) + Σ ϵ
Leveraging the Heteroscedastic covariance structure constructed above, the model dynamically adjusts its confidence in observational data based on local incident angles. For any test point x within the domain, the predictive mean μ and posterior variance V of the AHGPR are derived as:
μ = m ( x ) + k T K y 1 ( y m ( X ) )
V = k ( x , x ) k T K y 1 k + σ 2 ( x )
Consequently, the AHGPR method establishes an adaptive prediction framework. By incorporating the Heteroscedastic covariance structure via Equation (12), the model automatically down-weights observations in regions with large incident angles, while preserving the capture of fine measurement details in regions with small incident angles.

3. Experimental Validation

3.1. Simulation Case

3.1.1. Setting of Simulation Experiment Conditions

Based on the typical geometric topological features of aero-engine turbine blades, a simulation benchmark surface with a domain of 200   m m × 100   m m is constructed, as shown in Figure 3. The surface is generated by sweeping a quadratic parabolic generatrix along the oblique ridge trajectory   X = 0.25 Y + 20 to replicate the continuously varying curvature and spatial twist of the blade profile.
Figure 3. Simulation blade geometric model: (a) actual blade; (b) ideal ground truth surface.
The total error E t o t a l for any given measurement point P i is defined as the superposition of the sensor’s inherent linearity error  E l i n , the systematic bias induced by the incident angle  E b i a s ( θ ) = k t r e n d θ 2 , and the random noise  N ( 0 , σ 2 ( θ ) ) . Consequently, the simulated measurement value Z m e a s is expressed as Equation (1), while the corresponding simulated data and error distribution are illustrated in Figure 4.
Figure 4. Simulation measurement data and error distribution.

3.1.2. Simulation Experiment Analysis

The normal vectors of the preprocessed point cloud data were calculated, and the angles between them and the incident direction of the laser sensor were also determined. The resulting incident angle distribution field of the line laser sensor is illustrated in Figure 5.
Figure 5. Simulated incident angle distribution field.
Figure 6 illustrates the error distributions across varying sampling densities and distinct multi-sensor fusion strategies. M1 represents the traditional fusion approach employing uniform sampling with a Homoscedastic GPR. M2 and M3 denote Co-Kriging fusion methods based on curvature and incident angle sampling, respectively. M4 corresponds to Homoscedastic GPR fusion with angle-based sampling, while M5 and M6 employ S-ABS sampling combined with Homoscedastic GPR and Heteroscedastic GPR, respectively. M1 is employed as the comparative baseline.
Figure 6. Simulated error distribution diagrams of different fusion methods.
Table 1 presents the experimental results, while Figure 7 illustrates the error improvement of various fusion methods relative to M1.
Table 1. Simulated RMSE and maximum error of different fusion methods.
Figure 7. Simulated error improvement effects of different fusion methods relative to M1.
(1) Comparison between Gaussian Process Regression (GPR)-based methods (M1, M4–M6) and Co-Kriging-based methods (M2, M3): As illustrated on the left side of Figure 6, at a low sampling density of N = 4 , the RMSE of the Gaussian-based methods is lower than that of the Co-Kriging methods. This discrepancy diminishes as sampling density increases. The reliance of Co-Kriging theory on sample size constrains the accurate estimation of cross-covariance parameters under sparse sampling conditions. Furthermore, acting as an exact interpolator with an inherent all-pass characteristic, the Co-Kriging model struggles to filter observation noise, resulting in local overfitting oscillations. Figure 6 reveals distinct error fluctuations for M2 and M3 at the boundaries, with maximum errors reaching 0.0686 m m . Conversely, GPR models the noise term independently, offering superior smoothing capabilities. Consequently, it demonstrates greater noise robustness and numerical stability when sampling points are scarce.
(2) Comparison of sampling strategies within the Homoscedastic GPR framework: Although M4 achieves an RMSE reduction of approximately 39.5% relative to M1 with sparse sampling ( N = 4 ), Figure 7 indicates that it exhibits poor stability. As illustrated in Figure 7, at N = 16 , the accuracy of M4 deteriorates, with its RMSE exceeding that of the benchmark method M1. This degradation is attributed to the angle-guided sampling, which causes under-sampling at the surface center, leading to a maximum error of 0.08121 m m . M5 integrates angular and spatial distributions, effectively mitigating the local under-sampling issue of M4. Quantitative results indicate that at N = 16 , the MAX error of M5 decreases to 0.02861 m m  compared to M4, and the RMSE is reduced by 26% relative to M1. This demonstrates the robust performance of the S-ABS algorithm in non-stationary error fields. Furthermore, even under the Homoscedastic assumption, the fusion accuracy of M5 surpasses those of the M2 and M3 methods.
(3) Comparison between the Heteroscedastic (M6) and Homoscedastic (M5) models: As illustrated in Figure 6, while M5 resolves under-sampling issues in certain regions, residual errors persist at the blade edges. Conversely, M6 exhibits a more uniform error distribution across the entire domain, with a marked reduction in edge errors. Table 1 and Figure 7 indicate that M6 yields further error reductions compared to M5 at N = 16  and N = 25 , and achieving an RMSE reduction of approximately 31.5% relative to the baseline. This improvement is attributed to the ability of the AHGPR model (M6) to dynamically adjust weights based on local variance. Specifically, it lowers fitting weights in high-noise edge regions to filter noise, while maintaining high-precision interpolation in high-confidence central regions. Consequently, M6 enhances measurement accuracy without requiring additional sampling points.

3.1.3. Noise Robustness and Computational Complexity

To further assess the noise robustness of the S-ABS-based adaptive Heteroscedastic GPR fusion method within actual industrial environments, random white noise with a standard deviation of σ e n v [ 0.000 , 0.010 ]   m m was superimposed onto the fixed incident angle-dependent errors. This simulation was intended to replicate machine tool vibrations and ambient light interference. With the sampling size fixed at N = 16 , variations in RMSE for the different fusion methods were recorded as the noise intensity increased.
As illustrated in Figure 8, disparities in robustness among the methods emerge as the environmental noise level σ e n v rises from 0 to 0.010 m m . M4 shows numerical instability at high noise levels, characterized by violent nonlinear fluctuations. Conversely, the Co-Kriging methods (M2, M3) retain good stability, showing the best resistance to noise. M6 demonstrates favorable noise immunity, keeping the fusion error small and stable in strong interference environments. Nevertheless, it is slightly less robust against environmental noise compared to Co-Kriging.
Figure 8. Robustness comparison of different fusion methods under varying environmental noise levels.
Regarding computational complexity, under identical simulation conditions with N = 25 sampling points, the CK method requires the introduction of approximately M 400 auxiliary points to capture non-stationary features. This results in an increase in the covariance matrix dimension to ( N + M ) , with a theoretical complexity of O ( ( N + M ) 3 ) . In contrast, the AHGPR method characterizes Heteroscedastic noise by explicitly constructing a mapping function based on the incident angle, eliminating the need for auxiliary points to implicitly learn features. Consequently, its theoretical computational complexity is O ( N 3 ) . Under these simulation conditions, AHGPR reduces the dimensionality of matrix inversion from order 425 to 25, thereby lowering computational complexity.

3.2. Measurement Case

3.2.1. Experimental Setup

To validate the effectiveness of the proposed algorithm within a real machining environment, an on-machine measurement platform integrating multi-sensor fusion was established, as illustrated in Figure 9. The experimental setup utilizes a DMG MORI DMU 65 monoBLOCK five-axis simultaneous machining center, an LMI Technologies Gocator 2430 line laser sensor (X-axis resolution: 0.037 m m ; Z-axis repeatability: 0.0008 m m ), and a Renishaw RMP600 high-precision touch-trigger probe (unidirectional repeatability: 0.25   μ m , 2 σ ). Furthermore, a Hexagon Leitz Reference HP Coordinate Measuring Machine (CMM) was employed to acquire the ground truth point cloud of the blade surface, serving as the absolute benchmark for evaluating reconstruction accuracy.
Figure 9. On-machine measurement experimental platform for multi-sensor fusion.
The experimental object is an aero-engine blade sample, as shown in Figure 10, and its profile projection size is 200   m m × 100   m m . Before the measurement, each sensor must be calibrated and error-compensated, and the matching of the multi-sensor measurement data must be completed.
Figure 10. On-machine measurement of actual blades.

3.2.2. Analysis of Measurement Experiments

This measurement experiment conducts a comparative validation of four distinct fusion methods: M1, the Homoscedastic GPR fusion method utilizing uniform sampling; M2 and M3, Co-Kriging fusion methods based on curvature and angle sampling, respectively; and M4, the AHGPR fusion method employing S-ABS sampling. Figure 11 shows the incident angle distribution field of the actual blade profile during the experiment.
Figure 11. Experimental incident angle distribution field.
The experimental error distribution maps (Figure 12), error statistics (Table 2), and the error improvement effects of various fusion methods relative to M1 (Figure 13) demonstrate a trend of overall consistency between the experimental results and the simulation findings.
Figure 12. Experimental error distribution diagrams of different fusion methods.
Table 2. RMSE and maximum error of different fusion methods.
Figure 13. Experimental error improvement effects of different fusion methods relative to M1.
(1) In the sparse sampling regime ( N = 4 ), M4 achieves an RMSE of 0.01875 m m , representing a 20.1% error reduction relative to M1 (RMSE = 0.02341 m m ). Conversely, M2 exhibits an RMSE increase to 0.03311 m m , a deterioration of approximately 41.4%. These results suggest that the Co-Kriging algorithm struggles to accurately estimate cross-covariance parameters between measurement points and the auxiliary ground truth surface when subjected to high-frequency vibration noise and extremely sparse data.
(2) As the number of sampling points increases to 16 and 25, the Co-Kriging method effectively suppresses machine tool vibration noise, causing its RMSE to rapidly converge towards that of the S-ABS +AHGP method, with the gap narrowing to within 0.003 mm. However, from the perspective of MAX error, residual accumulation persists in the blade edge regions. Even at N = 25, its MAX error remains at 0.21109 mm, which is higher than the −0.17749 mm of the S-ABS+AHGP method.
(3) In comparison to M1, M4 achieves an RMSE of 0.01426 m m at N = 9 , outperforming M1 at N = 25 (0.01696 m m ). As the sample size increases from 16 to 25, M1 exhibits numerical instability: its MAX error rises from 0.18583 m m to 0.20688 m m , accompanied by a slight increase in RMSE. This phenomenon indicates that uniform sampling neglects the non-uniformity of feature distribution, resulting in insufficient capture of local details. Furthermore, the Homoscedastic assumption constrains the model’s local adaptive capability, causing the fusion results to exhibit instability across different sampling scales.

4. Conclusions

To address non-stationary noise caused by varying incidence angles during the fixed-pose laser measurement of aero-engine blades, this paper proposes a multi-sensor fusion method integrating Spatial-Angle-Balanced Sampling (S-ABS) and Adaptive Heteroscedastic Gaussian Process Regression (AHGPR). Through improvements to the Gaussian process regression model, optimization of the touch probe sampling, and comparative analysis, the following main conclusions are drawn:
(1) The proposed AHGPR model integrates an incidence-angle-dependent function within the covariance structure to enable the automatic modulation of observation weights based on local geometry. This approach successfully regulates noise interference caused by large incidence angles, ensuring that optical deviations do not compromise measurement accuracy while strictly capturing the details of the ground truth.
(2) The proposed S-ABS strategy provides a more representative sample distribution for the AHGPR model by balancing the spatial coverage and incident angle diversity of the sampling set. Experimental results demonstrate that this strategy effectively ameliorates the issue of insufficient statistical information encountered with uniform sampling, particularly in regions such as the blade leading/trailing edges and areas with large incident angles.
(3) The AHGP method compresses the inversion dimension of the full-field covariance matrix from the order required by the Co-Kriging method (typically N + M ) to a single order ( N ). This reduction lowers the theoretical computational overhead associated with matrix inversion. Simulation analysis confirms that the framework maintains a certain degree of robustness when subjected to superimposed random environmental interference.
(4) Co-Kriging is robust against strong noise, with accuracy approaching the uniform sampling Homoscedastic model as density increases. In contrast, the proposed AHGPR method shows superior adaptability under sparse sampling. It overcomes local geometric distortion to provide better edge detail capture than Co-Kriging. While slightly inferior in noise robustness, AHGPR holds an advantage in recovering key geometric features.
In summary, the S-ABS+AHGPR framework constructed in this paper provides an improved measurement scheme for multi-sensor integrated measurement of blade surfaces in non-stationary noise environments. The research findings offer new insights into the precision measurement of aero-engine blades and provide valuable engineering references for the design of measurement schemes in on-machine measurement systems.

Author Contributions

Y.Z. spearheaded the conceptualization, study design, original manuscript writing, and experimental execution; X.G. and L.L. oversaw the conceptual development and manuscript refinement; X.L. formulated the research methodology and assisted with experimental work. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the Natural Science Basic Research Plan in Shaanxi Province of China, grant number 2023-YBGY-123.

Institutional Review Board Statement

Not applicable.

Data Availability Statement

The data that support the findings of this study are available from the corresponding author upon reasonable request.

Acknowledgments

The authors thank Shaanxi Wangao Aerospace Intelligent Manufacturing Technology Co., Ltd. for the professional technical support provided for this study.

Conflicts of Interest

The authors declare no conflicts of interest.

Abbreviations

The following abbreviations are used in this manuscript:
SymbolDefinition
D Observation   dataset ,   D = { ( x i , y i ) } i = 1 N
x , x i Spatial   coordinate   vector   of   the   sampling   point ,   x R d
y , y i Measurement residual
f ( x ) Latent residual function to be estimated
m ( x ) Mean function of the Gaussian Process
k ( x , x ) Covariance function (Kernel function)
ϵ i Additive   Gaussian   white   noise   for   the   i -th observation
σ n 2 Global noise variance
I Identity matrix
K Gram matrix (Kernel matrix) of the training data
μ Predicted   posterior   mean   at   test   point   x
V Predicted   posterior   variance   at   test   point   x
Θ ( x ) Reconstructed incidence angle distribution field
[ θ m i n , θ m a x ] Value range of the incidence angle on the blade surface
T Discrete feature target sequence of incidence angles
τ k The   k - th   target   feature   angle   in   sequence   T
N Total number of sampling points
δ Angle tolerance for constructing candidate sets
C k Equiangular   candidate   point   set   corresponding   to   τ k
S k Set   of   selected   sampling   points   up   to   the   k -th iteration
p k The   optimal   sampling   point   selected   in   the   k -th step
Δ ( p ) Spatial separation degree
h ( x ) Polynomial basis function for the mean function
β Coefficients of the basis function, estimated via MAP
Σ ϵ Heteroscedastic noise covariance matrix
σ 2 ( x i ) Input - dependent   noise   variance   at   location   x i
θ ( x i ) Incidence   angle   at   location   x i
σ ^ e n v 2 Baseline variance component representing environmental noise
α Sensitivity coefficient of the sensor to incidence angle variations
K y Total covariance matrix including Heteroscedastic noise term
Z m e a s Simulated measurement value
Z t r u e True value of the surface height
E l i n Inherent linearity error of the sensor

References

  1. Bi, Q.; Huang, N.; Zhang, S.; Shuai, C.; Wang, Y. Adaptive machining for curved contour on deformed large skin based on on-machine measurement and isometric mapping. Int. J. Mach. Tools Manuf. 2019, 136, 34–44. [Google Scholar] [CrossRef]
  2. Zhou, G.; Li, Y.; Liu, C.; Hao, X. A posture adjustment optimization method of the laser inspection device for large complex surface parts. Proc. Inst. Mech. Eng. Part B J. Eng. Manuf. 2018, 232, 2375–2385. [Google Scholar] [CrossRef]
  3. Waseem, A.; Lazoglu, I.; Liang, S.Y. Prediction and control of residual stress-based distortions in the machining of aerospace parts: A review. J. Manuf. Process. 2022, 76, 106–122. [Google Scholar] [CrossRef]
  4. Hao, X.; Li, Y.; Zhao, W.; Liu, C. Dynamic machining process planning incorporating in-process workpiece deformation data for large-size aircraft structural parts. Int. J. Comput. Integr. Manuf. 2019, 32, 136–147. [Google Scholar] [CrossRef]
  5. Li, W.; Ma, L.; Wan, M.; Peng, J.; Meng, B. Modeling and simulation of machining distortion of pre-bent aluminum alloy plate. J. Mater. Process. Technol. 2018, 258, 189–199. [Google Scholar] [CrossRef]
  6. Zhu, L.; Hao, Y.; Qin, S.; Fan, J.; Sun, L. On-machine measurement and compensation of thin-walled surface. Int. J. Mech. Sci. 2024, 271, 109308. [Google Scholar] [CrossRef]
  7. Zhuang, Q.; Wan, N.; Guo, Y.; Zhu, G.; Qian, D. A state-of-the-art review on the research and application of on-machine measurement with a touch-trigger probe. Measurement 2024, 224, 113923. [Google Scholar] [CrossRef]
  8. Ding, D.; Ding, W.; Huang, R.; Fu, Y.; Xu, F. Research progress of laser triangulation on-machine measurement technology for complex surface: A review. Measurement 2023, 216, 113001. [Google Scholar] [CrossRef]
  9. Ren, M.J.; Sun, L.J.; Liu, M.Y.; Cheung, C.F.; Yin, Y.H.; Cao, Y.L. A weighted least square based data fusion method for precision measurement of freeform surfaces. Precis. Eng. 2016, 43, 144–151. [Google Scholar] [CrossRef]
  10. Ren, M.J.; Cheung, C.F.; Xiao, G.B. Gaussian process based Bayesian inference system for intelligent surface measurement. Sensors 2018, 18, 4069. [Google Scholar] [CrossRef]
  11. Gong, M.; Zhang, Z.; Zeng, D.; Peng, T. Three-dimensional measurement method of four-view stereo vision based on Gaussian process regression. Sensors 2019, 19, 4486. [Google Scholar] [CrossRef]
  12. Kong, L.B.; Ren, J.M.; Xu, M.; Cheung, C.F. Development of data registration and fusion methods for measurement of ultra-precision freeform surfaces. Sensors 2017, 17, 1110. [Google Scholar] [CrossRef]
  13. Chen, G.; Li, Y.; Souzani, M.C.; Yu, L. Implicit residual approximation for multi-sensor data fusion in surface geometry measurement. J. Manuf. Syst. 2024, 75, 246–256. [Google Scholar] [CrossRef]
  14. Jia, H.; Chen, H.; Chen, C.; Wei, G.; Shi, J.; Tan, J. Research on path planning technology of a line scanning measurement robot based on the CAD model. Actuators 2024, 13, 310. [Google Scholar] [CrossRef]
  15. Zhang, B.; Feng, P.; Sun, Z.; Cheng, X.; Zeng, L.; Fan, C. Efficient sampling method based on co-kriging for free-form surface measurement. Precis. Eng. 2023, 84, 136–147. [Google Scholar] [CrossRef]
  16. Yin, Y.; Ren, M.J.; Sun, L. Dependant Gaussian processes regression for intelligent sampling of freeform and structured surfaces. CIRP Ann. 2017, 66, 511–514. [Google Scholar] [CrossRef]
  17. Dong, Z.; Sun, X.; Chen, C.; Sun, M. A fast and on-machine measuring system using the laser displacement sensor for the contour parameters of the drill pipe thread. Sensors 2018, 18, 1192. [Google Scholar] [CrossRef]
  18. An, J.; Xu, M.; Huang, D.; Kong, L. Modeling and compensation of specular reflection errors in laser displacement sensors for complex curved surface measurements. Opt. Laser Technol. 2025, 192, 113909. [Google Scholar] [CrossRef]
  19. Wang, Z.; Zhu, Z.; Yang, X.; Lei, Z. Research on inclination error between line laser sensor and workpiece surface. Instrum. Tech. Sens. 2023, 7, 17–21. [Google Scholar] [CrossRef]
  20. Zhao, Z.; Ding, D.; Fu, Y. Error identification and compensation for a laser displacement sensor based on on-machine measurement. Optik 2021, 225, 165902. [Google Scholar] [CrossRef]
  21. Ding, D.; Zhao, Z.; Zhang, X.; Fu, Y.; Xu, J. Evaluation and compensation of laser-based on-machine measurement for inclined and curved profiles. Measurement 2020, 151, 107236. [Google Scholar] [CrossRef]
  22. Deng, S.; Lü, Y.; Wang, K.; Guo, K.; Zhang, Y. Prediction and compensation of point cloud data error in line laser measurement. Laser Optoelectron. Prog. 2022, 59, 1628006. [Google Scholar] [CrossRef]
  23. Rasmussen, C.E.; Williams, C.K.I. Gaussian Processes for Machine Learning; The MIT Press: Cambridge, MA, USA, 2006. [Google Scholar] [CrossRef]
  24. Santner, T.J.; Williams, B.J.; Notz, W.I. The Design and Analysis of Computer Experiments; Springer: New York, NY, USA, 2003. [Google Scholar] [CrossRef]
  25. Soudarissanane, S.; Lindenbergh, R.; Menenti, M.; Teunissen, P. Scanning geometry: Influencing factor on the quality of terrestrial laser scanning points. ISPRS J. Photogramm. Remote Sens. 2011, 66, 389–399. [Google Scholar] [CrossRef]
  26. Kersting, K.; Plagemann, C.; Pfaff, P.; Burgard, W. Most likely heteroscedastic Gaussian process regression. In Proceedings of the 24th International Conference on Machine Learning (ICML), Corvallis, OR, USA, 20–24 June 2007; pp. 393–400. [Google Scholar] [CrossRef]
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.

Article Metrics

Citations

Article Access Statistics

Article metric data becomes available approximately 24 hours after publication online.