Next Article in Journal
Lane Centerline Extraction Based on Surveyed Boundaries: An Efficient Approach Using Maximal Disks
Previous Article in Journal
A Variable Step-Size FxLMS Algorithm for Nonlinear Feedforward Active Noise Control
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

ATTRN: Acoustic Information Encoder and Temperature Field Reconstruction Decoder Network for Boiler Temperature Field Reconstruction

1
Sichuan University Pittsburgh Institute, Sichuan University, Chengdu 610065, China
2
College of Design and Engineering, National University of Singapore, Singapore 117575, Singapore
3
College of Electronics and Information Engineering, Sichuan University, Chengdu 610065, China
*
Author to whom correspondence should be addressed.
Sensors 2025, 25(8), 2567; https://doi.org/10.3390/s25082567
Submission received: 21 March 2025 / Revised: 11 April 2025 / Accepted: 16 April 2025 / Published: 18 April 2025
(This article belongs to the Section Sensor Networks)

Abstract

:
Accurate and swift evaluation of the temperature distribution in boiler furnaces is essential for maximizing energy efficiency and ensuring operational safety. Traditional temperature field reconstruction algorithms, while effective, often suffer from accumulated errors, difficulty in solving ill-posed problems, low accuracy, and poor generalization. To overcome these limitations, a Temperature Field Reconstruction Network based on an acoustic information encoder (AIE) and a temperature field reconstruction decoder (TFRD) is proposed (ATTRN). This method directly utilizes acoustic measurement data for temperature field prediction, effectively balancing global semantic capture and local detail preservation. The proposed approach avoids complex traditional mathematical processing and empirical parameter selection, enhancing both accuracy and generalization. Simulation studies and engineering validations demonstrate the performance and industrial applicability of the proposed method.

1. Introduction

Boilers are the primary heat supply equipment in thermal power plants and play a crucial role in power generation [1,2]. The combustion process inside the furnace is complex and highly dynamic [3], and is considered one of the most intricate physical processes [4]. The stability of fuel combustion directly affects the safe operation of the entire system. Instabilities in the combustion process can lead to increased pollutant emissions, reduced combustion efficiency, and, in severe cases, even boiler explosions [5,6]. In practical engineering applications, the temperature field within the furnace serves as a direct indicator of the combustion state. Therefore, accurately reconstructing the furnace temperature field is essential to optimize combustion control, reduce pollutant emissions, and improve the operational reliability of boiler systems.
During the normal operation of a boiler, the furnace interior is typically subjected to a high-temperature environment. Due to the implementation of cooling measures, such as water-cooled walls in most boilers, the thermal distribution varies significantly across different regions, influenced by factors such as burner arrangement, furnace geometry, and water-cooling design. In certain designs, the central region exhibits relatively uniform temperatures, while areas farther from the flame or subjected to enhanced cooling by water-cooled tubes experience a sharp temperature drop. However, for different types of boilers, the temperature distribution within the furnace does not necessarily follow the pattern of a “uniform center with a decreasing periphery”, but rather varies according to the specific design and operational requirements of the boiler. To monitor the complex thermal environment inside the furnace, non-contact temperature measurement techniques have become a research focus [7,8]. These methods include laser thermometry, infrared thermometry, and acoustic thermometry [9,10], all of which allow temperature measurements in high-temperature and harsh environments without disturbing the target temperature distribution. Among these, acoustic thermometry has garnered widespread attention in recent years for furnace temperature monitoring and reconstruction due to its wide measurement range and low cost [11,12,13].
Acoustic-based temperature field reconstruction typically involves two key components: time-of-flight (ToF) measurement and temperature field reconstruction algorithms. ToF data are typically collected by various acoustic transceiver sensors and processed using time-domain, frequency-domain, or hybrid-domain methods [14]. Once reliable ToF data are obtained, the next critical step is to address the ill-posed problem through reconstruction algorithms to achieve a stable and reliable solution. The prevailing temperature field reconstruction algorithms can be categorized into non-iterative and iterative methods. Non-iterative methods primarily include the truncated singular value decomposition (TSVD) [15,16,17], Tikhonov regularization [18,19,20], and the least squares method (LSM) [21]. TSVD achieves a stable numerical solution by truncating singular values close to zero; however, as singular values continue to decrease, the stability of the solution deteriorates. The Tikhonov regularization method is well suited for solving inverse problems, but its reconstructed distributions tend to be overly smooth, leading to blurred edge details. LSM can only produce meaningful solutions when the number of grid points is smaller than the number of measurement paths, and its reconstruction results are often incomplete. Iterative methods mainly include the algebraic reconstruction technique (ART) [2,22,23], the simultaneous iterative reconstruction technique (SIRT) [24,25], the simultaneous algebraic reconstruction technique (SART) [26,27,28,29], and the Landweber iteration method [30,31]. ART is computationally simple and easy to implement, but it suffers from low accuracy and robustness of the reconstruction. SIRT requires a longer iteration time, whereas SART offers greater robustness compared to ART and achieves faster convergence. The Landweber method is the steepest descent iterative algorithm; however, it is prone to the issue of semi-convergence.
Existing temperature field reconstruction algorithms have made significant progress in reducing computational errors and improving reconstruction accuracy. However, cumulative errors and amplification effects persist, making it challenging for traditional methods to completely overcome their inherent limitations. Conventional algorithms primarily enhance numerical stability by optimizing the condition number of matrices, yet the final solution still exhibits unavoidable biases. Furthermore, block numerical methods introduce errors at each computational step, further constraining overall accuracy. The accuracy and robustness of temperature field reconstruction largely depend on parameter selection, such as the shape parameter of radial basis functions and the regularization parameter used to address ill-posed problems. These parameters typically require prior knowledge and extensive numerical experiments for tuning, thereby increasing the complexity of the algorithm and limiting its generalizability across different application scenarios.
In recent years, machine learning techniques have been widely applied to temperature field reconstruction to overcome the inherent limitations of traditional numerical methods. Among these, convolutional neural networks (CNNs) have emerged as one of the most commonly adopted architectures, with numerous reconstruction approaches built upon CNN-based frameworks. The temperature field residual correction network (TRCN) effectively mitigates solution bias in conventional reconstruction algorithms by employing residual learning and nonlinear error prediction mechanisms, thereby enhancing reconstruction accuracy [32]. Similarly, the fast response temperature field reconstruction network (FTRN) [33] leverages a CNN architecture for rapid temperature field estimation. Despite their popularity, CNNs face notable challenges when applied to time-of-flight (ToF) data, which inherently exhibit sequential characteristics. To adapt ToF sequences to the fixed input format expected by CNNs, the FTRN model introduces a preprocessing step that reshapes the sequence into a matrix. This transformation can introduce computational redundancy and may disrupt the original temporal structure of the data [34]. ToF data encode both temporal and spatial dependencies across multiple acoustic transmission paths. For example, in multipath acoustic propagation, certain paths may exhibit temporal correlations or thermoacoustic coupling, which require the modeling of long-range dependencies. However, conventional CNNs operate with fixed local receptive fields, making them inadequate for capturing such long-range contextual information—especially in long sequences—without significantly increasing network depth or employing dilated convolutions [35,36]. Moreover, CNNs generally assume structured two- or three-dimensional input formats; reshaping sequential ToF data to fit these formats may cause input–structure mismatches, resulting in feature redundancy or loss of essential sequential relationships [34]. These limitations are particularly critical in furnace environments, where complex thermoacoustic propagation demands the preservation of original physical dependencies across paths. In addition, standard convolutional kernels remain static during training, limiting their adaptability to dynamic spatiotemporal patterns. As demonstrated by dynamic filter networks, failure to adapt convolutional kernels to varying input distributions may result in suboptimal modeling of temporal variations in highly dynamic sequences [37].
Beyond CNN-based models, other machine learning techniques have also demonstrated effectiveness. Methods based on the Kernel Extreme Learning Machine (KELM) [10] have been employed for high-resolution temperature field reconstruction, utilizing kernel-based learning to minimize reconstruction errors and preserve fine-grained structural details. Furthermore, Transformer-based architectures have shown considerable promise. The deep transfer operator learning method [38], which incorporates Transformer blocks, has achieved impressive results in reconstructing temperature fields of lithium-ion battery packs. By integrating physics-informed neural networks and domain adaptation strategies, these models enhance reconstruction accuracy and generalizability while ensuring adherence to physical laws. Their ability to extract domain-invariant features enables robust and accurate reconstruction, even in previously unseen scenarios, thereby underscoring the potential of advanced neural architectures for complex temperature field modeling tasks.
However, the aforementioned traditional methods still exhibit the following limitations in global information modeling and edge temperature capture:
  • Cumulative errors and amplification effects can lead to distortions in reconstruction results under extreme conditions.
  • Parameter selection, such as regularization terms and basis function shape parameters, often relies on prior knowledge and extensive numerical experiments, resulting in limited generalization ability.
  • Given the dynamic and highly nonlinear characteristics of the furnace temperature field, balancing global semantic information and local detail representation remains a bottleneck that existing algorithms struggle to overcome.
  • Existing CNN-based models suffer from inherent limitations in capturing long-range dependencies across acoustic paths in ToF data due to their restricted local receptive fields. Although stacking multiple layers or employing dilated convolutions can extend the receptive field to some extent, these strategies significantly increase model complexity and still fall short of effectively modeling the global correlations among multiple propagation paths.
  • The inconsistency between the input acoustic ToF data and the output reconstructed temperature field distribution poses a bottleneck for machine learning models in data processing and feature distribution.
To address the limitations in existing temperature field reconstruction methods, including the difficulty of eliminating cumulative errors and amplification effects, high dependency on parameter selection, and insufficient capture of global information and edge temperature characteristics, this paper proposes a temperature reconstruction network (ATTRN) based on an acoustic information encoder (AIE) and a temperature field reconstruction decoder (TFRD). The acoustic information encoder adopts a Transformer architecture to model long-range dependencies, effectively encoding ToF data collected by acoustic transceivers to ensure a comprehensive representation of acoustic propagation information. Unlike RNNs or LSTMs, which are used primarily to predict the evolution of sequential data, our task aims to reconstruct image-like spatial temperature fields. RNN-based models process data sequentially and are limited in capturing global dependencies across multiple acoustic paths. Moreover, they are prone to vanishing gradients when dealing with long sequences. In contrast, the Transformer architecture handles the entire ToF sequence in parallel and uses self-attention to model global cross-path interactions effectively, which is essential for accurate spatial reconstruction. The temperature field reconstruction decoder utilizes a CNN structure, focusing on optimizing local details and enhancing spatial feature representation, thereby improving the accuracy of reconstructed temperature fields. This hybrid architecture explicitly matches the dual nature of the problem: the Transformer models the global structure and dependencies of ToF inputs, while the CNN preserves and enhances local gradient patterns essential for accurate edge temperature reconstruction. Moreover, by avoiding redundant matrix transformations and sequential bottlenecks, the Transformer achieves efficient information aggregation across distant time steps, while the CNN decoder ensures efficient local refinement with low computational overhead. Although some minor information loss may occur in convolutional preprocessing, the deep multi-scale structure of the CNN compensates for it through hierarchical feature recovery. By integrating these two architectures, the encoder precisely captures and characterizes acoustic propagation properties, while the decoder accurately reconstructs the temperature distribution. Their synergistic effect enables a more complete restoration of the temperature field. Ultimately, this structure enhances global feature extraction, improves the reconstruction accuracy of edge temperatures, and increases the robustness of the reconstruction process, allowing it to adapt to complex temperature field distributions and achieve more precise and stable temperature reconstruction.
The contributions of this paper are as follows:
  • The designed AIE module fully utilizes the global information of ToF data and works in conjunction with the TFRD module to achieve the transformation from ToF sequence input to temperature field distribution output.
  • The proposed ATTRN model, which integrates the AIE and TFRD architecture, significantly improves reconstruction accuracy and demonstrates excellent generalization ability, overcoming the limitations of traditional methods constrained by limited information availability, making it applicable to more complex scenarios.
  • The model enhances computational robustness and stability, making it suitable for various combustion conditions, thus facilitating efficient and stable temperature field reconstruction.
  • Further validation of the algorithm’s effectiveness was conducted using data from the boiler at Chongqing Qineng Power Plant, confirming the industrial practicality and applicability of the proposed approach.
In the implementation, the acoustic information encoder encodes the ToF data sequence and facilitates cross-path information interaction. A token encoding mechanism is adopted, where information blocks are first encoded and then processed by the Transformer to optimize feature representation. This structure allows the encoder to directly capture long-range dependencies between acoustic paths, without relying on recurrence or manual feature fusion, which improves both scalability and stability. The temperature field reconstruction decoder is responsible for feature upsampling, enhancing spatial details, and generating high-precision temperature field distributions. Its convolutional design is particularly effective for retaining spatial locality, capturing edge gradients, and restoring fine-scale structures critical for accurate temperature field reconstruction. By integrating machine learning with acoustic thermometry, the proposed method outperforms traditional LSM-based approaches and the CNN-based method in terms of reconstruction accuracy, computational stability, and robustness to temperature variations, offering a novel perspective for industrial furnace temperature field reconstruction.

2. Proposed Method

2.1. ATTRN Model

2.1.1. Model Architecture Overview

As illustrated in Figure 1, the ATTRN model employs a framework that integrates an acoustic information encoder (AIE) and a temperature field reconstruction decoder (TFRD), specifically designed to convert acoustic ToF sequence inputs into high-resolution 2D temperature field distributions. By leveraging specialized components in both the encoder and decoder, the model effectively transforms raw acoustic data into fine-grained temperature distribution.
The AIE is engineered to process acoustic ToF sequences—measurements that capture the time sound waves take to travel through a medium, influenced by temperature-dependent speed variations. It employs Transformer blocks to extract hierarchical features from these acoustic inputs, effectively distilling critical acoustic information that reflects the underlying temperature distribution. This process encodes the ToF sequences into semantically rich feature patches, preserving both local patterns (e.g., small-scale temperature variations) and global dependencies (e.g., broader thermal gradients). By focusing on acoustic information extraction, the encoder ensures that the encoded patches serve as a robust foundation for subsequent temperature field reconstruction.
The TFRD, leveraging the characteristics of CNNs, takes the encoded patches and reconstructs the temperature field with high fidelity. It integrates transpose convolutions, used for upsampling, to expand the spatial dimensions of the encoded features and residual blocks (resblocks) to refine and optimize spatial details. This design enables the TFRD to meticulously restore the temperature field, ensuring that the output—a high-quality 2D temperature field distribution—accurately represents the physical temperature distribution inferred from the acoustic ToF data. The emphasis on temperature reconstruction guarantees that the generated distribution captures both fine-grained details and overall thermal structures with precision.

2.1.2. ATTRN Model Details

The AIE’s role is to transform input ToF sequences into feature representations of the entire temperature field. Its processing pipeline includes the following: path positional embedding, two layers of Transformer encoding the paths, projection of the encoded path sequences into patch sequences, and a final Transformer layer encoding the patch sequences.
This process begins with an input ToF sequence x R N × 1 , which is projected through a linear layer to x R N × D 1 , where N denotes the number of paths, and D 1 is the embedding dimension. Subsequently, the input sequence undergoes a linear transformation and is augmented with a learnable positional encoding P R N × D 1 to preserve temporal sequence information:
E ( x ) = L i n e a r e ( x ) + P
where Linear e is the projection layer, e denotes embedding, and P is the learnable positional encoder.
The resulting embedded sequence E ( x ) R N × D 1 is processed by the first Transformer encoder, which comprises two Transformer layers. This stage employs multi-head self-attention mechanisms and feed-forward networks to model complex inter-path dependencies, encoding them into embedded path tokens. Here, Enc 1 is the stage-1 encoder and T represents the Transformer encoder:
E n c 1 ( x ) = T 1 ( E ( x ) )
where T 1 is the first-stage Transformer.
Next, the model converts path-based features (path tokens) into patch-based features. This is accomplished by flattening the encoded output, distributing it through a fully connected projection layer, and then reshaping the dimensions. This projection (Proj) generates a new set of tokens with an embedding dimension D 2 and a token count T exp , preparing for the spatial reconstruction of the temperature field:
P r o j ( x ) = R e s h a p e ( L i n e a r ( F l a t t e n ( E n c 1 ( x ) ) ) , ( T e x p , D 2 ) )
where Flatten is the operation that eliminates the dimensional information, Linear is the fully connected projection layer, Reshape is the operation of reshaping to a specific dimension, T e x p is the number of expanded tokens, and D 2 is the dimension of the expanded tokens.
Following projection, the expanded semantic patches are processed by a second Transformer encoder, consisting of one Transformer layer. This layer performs global, multi-level modeling of the patch tokens, refining their encoded information to improve the quality of the reconstruction temperature field. Accordingly, the final output of AIE can be formally represented as:
A I E ( x ) = E n c 2 ( x ) = T 2 ( P r o j ( x ) )
where Enc 2 is the stage-two encoder, and T 2 is the second-stage Transformer.
The TFRD’s function progressively decodes the encoded patch features into a 2D temperature field. This process occurs in two steps: first, spatial resolution is enhanced via transpose convolutions (upsampling); then, residual blocks further optimize the features, enhancing local details and minimizing artifacts. After two iterations of this process, a final convolutional layer (FinalConv) outputs the reconstructed temperature field—a 2D temperature distribution with dimensions R 1 × W out × H out , where W is the width, and H is the height of the model’s output feature distribution. For any given input x, the output of TFRD can be formally expressed as:
T F R D ( x ) = F i n a l C o n v ( ψ 2 ( U p 2 ( ψ 1 ( U p 1 ( x ) ) ) ) )
where FinalConv is the final convolution layer, ψ 1 is the series of resblocks after the first up convolution layer, ψ 2 is the series of resblocks after the second up convolution layer, Up 1 is the first up convolution layer, Up 2 is the second up convolution layer.
In summary, for a given input x, the forward propagation of the entire ATTRN model can be formally expressed as:
A T T R N ( x ) = T F R D ( A I E ( x ) ) = F i n a l C o n v ( ψ 2 ( U p 2 ( ψ 1 ( U p 1 ( E n c 2 ( P r o j ( E n c 1 ( E ( x ) ) ) ) ) ) ) ) )

2.2. Loss Function

The training objective of ATTRN is to enable the model to generate accurate and physically consistent temperature field distributions from ToF sequences. To achieve this, a hybrid loss function is employed during training to balance two critical reconstruction goals: reconstruction fidelity (ensuring the predicted temperature field closely matches the true temperature field) and smoothness (ensuring the reconstructed temperature field is continuous and aligns with real temperature distributions). This hybrid loss function combines mean squared error (MSE) loss and mean absolute error (MAE) loss, each weighted appropriately for backpropagation to optimize the model’s performance across these objectives. The specific rationale for selecting these loss functions is detailed below:

2.2.1. MSE Loss

MSE Loss serves as the foundation for the model to accurately capture the position and magnitude of the temperature distribution. By penalizing the network with the average squared difference between the reconstructed and original temperature fields, it heightens the network’s sensitivity to regions with significant temperature disparities, reducing large errors and enhancing its ability to pinpoint the location and intensity of heat or cold sources. The MSE Loss is defined as follows:
L MSE ( p , q ) = 1 n i = 1 n ( p i q i ) 2
where p is the original temperature field distribution, q is the temperature field distribution predicted by ATTRN, n is the number of grid points in the temperature field distribution, p i and q i denote the temperatures at the i-th grid point in the original and predicted temperature fields, respectively.

2.2.2. MAE Loss

Complementing MSE Loss, MAE Loss calculates absolute errors, linearly reflecting all discrepancies, unlike MSE Loss’s amplification of large temperature errors. This linear approach enables the correction of minor local differences, which is vital for improving the smoothness and realism of transitions between temperature zones in ATTRN’s predictions. Smoothness is critical for ensuring the physical plausibility of the temperature field, as real temperature distributions lack abrupt changes. The MAE Loss is expressed as:
L MAE ( p , q ) = 1 n i = 1 n | p i q i |
where p, q, n, p i , and q i are as defined in the MSE Loss expression.

2.2.3. Total Training Loss Function of ATTRN

The total training loss function of ATTRN is a linear combination of MSE Loss and MAE Loss, formulated as:
L ATTRN = λ 1 L MSE ( D i s t t a r g e t , D i s t p r e d i c t e d ) + λ 2 L MAE ( D i s t t a r g e t , D i s t p r e d i c t e d )
where D i s t t a r g e t is the target temperature field, and D i s t p r e d i c t e d is the ATTRN output distribution. The parameters λ 1 and λ 2 are the weights assigned to the MSE Loss and MAE Loss, respectively, and their sum is constrained to 1. Figure 2 and Figure 3 illustrate the reconstruction errors (the details of the error are shown in Section 3.2) under different values of λ 1 and λ 2 . The results clearly indicate that the best performance across all error metrics is achieved when λ 1 is set to 0.75 and λ 2 is set to 0.25. Therefore, this weighting configuration is adopted in the subsequent experiments to ensure optimal reconstruction accuracy.

3. Experiments and Results

3.1. Dataset Construction

Function-based temperature field simulation methods are widely adopted in the literature [39,40,41]. The dataset used to train ATTRN and compare it with other methods is constructed based on the Acoustic Temperature Field Reconstruction Simulation Dataset (ATFRSD) from [32]. In this study, ATFRSD-96 and ATFRSD-54 are generated according to different sensor layouts and boundary conditions. Specifically, ATFRSD-96 consists of data collected from 16 boundary sensors, forming 96 propagation paths, while ATFRSD-54 comprises data from 12 boundary sensors, forming 54 propagation paths, as illustrated in Figure 4.
In practical engineering applications, furnace chambers typically incorporate water-cooled wall designs, leading to a rapid attenuation of the thermal gradient at the temperature field edges. To account for this characteristic, this study additionally constructs datasets that include the effects of water-cooled boundaries, named ATFRSD-96W and ATFRSD-54W, respectively. The scale and structure of these datasets remain consistent with their non-water-cooled counterparts. Each dataset comprises a total of 6400 samples, of which 5760 are allocated for training and 640 are reserved for testing, with all samples selected using stratified sampling. Each sample includes ToF measurement data along with the corresponding temperature field distribution, ensuring a comprehensive representation of temporal and spatial features to support model training and evaluation.
The generation of simulated temperature field data follows a controlled numerical modeling process. The initialization of each temperature field is given by:
T ( x , y ) = T background ( x , y )
where T background ( x , y ) is randomly sampled within a predefined range. To introduce spatial variability, a random number of elliptical heat sources and cold sources are superimposed on the background temperature field. Each heat or cold source k contributes an additional Gaussian distribution term:
T ( x , y ) T ( x , y ) ± E k e ( x A k ) 2 C k ( y B k ) 2 D k
where the negative sign represents cold sources, determined by a specific probability range. The parameters { A k , B k , C k , D k , E k } are determined through random sampling to ensure diversity in position, spatial extent, and amplitude.
For datasets incorporating water-cooled walls, a boundary cooling mechanism is adopted to simulate the rapid heat dissipation process at the furnace edges in a discretized manner:
T ( x , y ) T ( x , y ) + γ { L , R , T , B } Δ T γ ( x , y )
where Δ T γ ( x , y ) includes the cooling coefficient α γ , the wall temperature T wall , γ , and the boundary width parameter ω γ . These adjustments ensure the formation of a steep thermal gradient near the boundary.
c ( x , y ) = k T ( x , y )
where k is a constant with a value of 20.03. Therefore, the total ToF value for each path is obtained by accumulating the propagation time of all segments.
In each synthesized sample, the ToF is calculated along the propagation paths from boundary to boundary. A path from ( x 1 , y 1 ) to ( x 2 , y 2 ) is discretized into multiple segments, where the local acoustic velocity of each segment is determined by the following. The governing equations involved in the dataset generation process are detailed in Equations (10)–(13).
Table 1 and Table 2 summarize the primary randomization ranges of these parameters. By incorporating randomized background temperatures, multiple superimposed heat/cold sources, and water-cooled wall effects, the dataset ultimately comprises 6400 training samples, covering a wide range of temperature field configurations. Each sample consists of the following two components:
  • The final temperature field distribution has a resolution of 64 × 64.
  • The corresponding ToF vector (with a dimension of 54 or 96, depending on the sensor layout).
It is important to note that the parameter ranges are deliberately set to be relatively broad. This design choice aims to enhance the information extraction capability and generalization ability of the neural network. Since the dataset is generated based on simple exponential functions, there is a potential risk of overfitting—where the neural network may learn specific parameters of the heat sources rather than capturing the overall variations in the temperature distribution. By expanding the parameter range, we ensure that the shapes of heat sources within the temperature fields are not highly uniform, thereby forcing the encoder to extract local temperature variations more effectively rather than merely memorizing the parameters of the generating function. This strategy further improves the network’s performance on real-world data.

3.2. Experimental Indicators

To better assess the precision of the reconstruction, we introduce the following performance metrics [32]:
E max = max | T R i T i |
E rms = 1 T mean · i = 1 n ( T R i T i ) 2 n × 100 %
where E max (unit: °C) represents the maximum absolute error in the measurement field, while E rms denotes the root mean square error (RMSE) of the measurement field. The error calculation is conducted over a region containing n temperature sampling points, where n = 64 × 64 = 4096 . In this formulation, T i represents the temperature value of the i-th sampling point in the temperature field model, with i = 1 , 2 , , n , while T R i represents the reconstructed temperature value at the same location after applying a given algorithm. T mean is the mean temperature of the temperature field model. To compare the generalizability of different algorithms, the comparison involves evaluating the computational results of each algorithm on real datasets, using the mean error indicators E max and E rms . Additionally, due to the potential loss of edge information in the LSM, we further introduce edge error, central error, and global error to provide a more comprehensive assessment of algorithm performance.

3.3. Robustness Evaluation of the ATTRN Framework

To assess the robustness of the ATTRN framework, we conducted experiments to analyze the impact of noise on ToF measurements. A detailed noise impact analysis indicates that the probability distribution of combustion noise within the furnace typically follows a Gaussian (GS) distribution. Based on the methods described in [42,43], we introduced additive Gaussian noise into the ToF data, with a mean value of 0 and standard deviations of 0.00005 s (low noise), 0.0001 s (medium noise), and 0.0002 s (high noise).
Subsequently, robustness tests were conducted under two different sensor configurations. In one configuration, 16 sensors were deployed along the boundary of the region, corresponding to 96 propagation paths. In the other configuration, 12 boundary sensors were used, corresponding to 54 propagation paths. Both sensor configurations included water-cooled walls to simulate the steep temperature gradient at the boundaries.
As illustrated in Figure 5 and Figure 6, the experimental results demonstrate the performance of ATTRN under varying noise levels. In the case of 54 propagation paths (Figure 5), the central error of ATTRN increases from 1.7% to 3.9%, the edge error rises from 3.6% to 5.6%, and the global error increases from 2.6% to 4.6% as the noise level increases from 0 to 0.0002 s. This corresponds to an approximate error increase of 2.0%. In addition, the central error of the LSM-based approaches generally increases from 3.3% to 6.0%, with the LSM_RS rising from 3.7% to 6.9%. Regarding edge error, LSM_MK increases from 5.5% to 9.0%, LSM_IMQ and LSM_IQ increase to approximately 10.0%, while LSM_MQ and LSM_RS increase from around 9.0% to 12.5%. For global error, LSM_IQ rises from 4.1% to 6.8%, LSM_IMQ and LSM_IK from 4.9% to 7.2%, and LSM_MQ and LSM_RS from 6.5% to 9.5%. These results indicate that the LSM-based experiences an average increase in error of approximately 3–3.5% as noise increases to 0.0002 s. The CNN-based method shows a central error increase from 2.1% to 9.5%, edge error from 5.9% to 8.8%, and global error from 4.1% to 9.1%, reflecting an overall error increase of approximately 4–7.5%. For the 96-path configuration (Figure 6), the central error of ATTRN increases from 1.1% to 4.4%, edge error from 3.4% to 6.1%, and global error from 2.2% to 4.1%, corresponding to an increase of approximately 2.0–3.0% as noise increases. Meanwhile, the central error of LSM and LSM_MK increases from 1.8% to 5.2%, while the other four LSM-based methods increase from 2.7% to 6.9%. In terms of edge error, LSM_MK increases from 4.5% to 7.7%, LSM_IMQ and LSM_IQ increase to approximately 8.1%, LSM_MQ from around 6.0% to 9.1%, and LSM_RS from 6.0% to 11.1%. For global error, except LSM_IQ which increases from 4.8% to 6.8%, other LSM-based approaches show an average increase of approximately 3.5%. These results suggest that the LSM-based approaches experience an error increase of about 3.4–5.1% as the noise level reaches 0.0002 s. For the CNN-based method, the central error increases from 2.6% to 9.7%, edge error from 5.0% to 9.8%, and global error from 3.7% to 9.6%, corresponding to an overall error increase of approximately 4.8–6.9%.
In summary, the results presented in Figure 5 and Figure 6 indicate that the ATTRN framework consistently outperforms both traditional LSM-based approaches and CNN-based methods in temperature field reconstruction under various levels of noise interference. This advantage primarily stems from the synergistic interaction between AIE and TFRD. Firstly, the Transformer architecture within AIE effectively models long-range dependencies, enabling it to extract global features even in the presence of noise perturbations in ToF data. This capability mitigates the impact of noise on the overall data trend. Additionally, the CNN-based TFRD enhances spatial detail recovery through multi-scale feature extraction, allowing it to efficiently filter small-scale noise interference. Moreover, the end-to-end learning framework enables ATTRN to adaptively adjust feature weights, ensuring strong robustness across varying noise levels. Compared to traditional methods, the ATTRN framework, when trained under noiseless conditions, achieves a significant reduction in temperature reconstruction error by approximately 2% to 6% under noiseless, low-noise, medium-noise, and high-noise conditions. Furthermore, as illustrated in Figure 5 and Figure 6, training the ATTRN framework under low-noise conditions enhances its noise resistance, demonstrating the inherent robustness of neural networks. This finding underscores ATTRN’s superior capability in handling noisy ToF measurement data, further highlighting its enhanced robustness and reliability in practical applications.

3.4. Comparison Experiment

To comprehensively compare the performance of different algorithms, we conducted experiments under the ATTRN framework, incorporating multiple LSM-based approaches and CNN-based methods. The coefficient matrix in the LSM formulation is of full rank, and therefore, the optimization problem can be solved directly without the need for iterative methods. These methods were evaluated on the ATFRSD-54, ATFRSD-54w, ATFRSD-96, and ATFRSD-96W datasets to assess their effectiveness in temperature field reconstruction. The experiments considered two error metrics: E max (°C) and E rms . The Table 3, Table 4, Table 5 and Table 6 present the quantitative performance metrics for eight algorithms. It is important to note that we did not separately compare the single-peak, double-peak, and high-low-peak temperature fields. Instead, we directly compared the average E max and E rms values across all three cases. This approach was adopted because the performance trends of traditional LSM-based approaches, CNN-based method, and ATTRN were consistent across these three temperature field distributions. In other words, each method exhibited a similar pattern of error metrics across different temperature fields. Therefore, using the average values for comparison not only improved evaluation efficiency but also ensured statistical robustness without compromising the validity of the conclusions. Experimental results indicate that compared to traditional methods, ATTRN achieves significant improvements in central region, edge region, and global error metrics. On the ATFRSD-96W test set, the global error of ATTRN is only 3.09%, significantly lower than LSM_RS (28.06%), LSM_MQ (22.64%), and CNN (20.93%). Furthermore, in the ATFRSD-54W test set, the edge error of ATTRN (4.78%) is notably lower than that of LSM_RS (14.09%), with a reduction of approximately 10%. This demonstrates that ATTRN achieves higher reconstruction accuracy in edge regions and is better suited to capturing the complex temperature gradient distribution within the furnace. Moreover, in test sets without water-cooled walls, ATTRN maintains an error of approximately 3% across central, edge, and global regions, which remains lower than the 3–12% error observed in LSM-based approaches and CNN-based method. In addition to average reconstruction accuracy, ATTRN also exhibits a remarkable reduction in E max , which is critical for ensuring the stability and safety of thermal field monitoring. In the ATFRSD-96W test set, ATTRN achieves the lowest central E max of only 68.72 °C, while all LSM-based approaches report significantly higher values ranging from 751.04 °C to 1082.34 °C, and the CNN-based method even reaches a peak error of 1227.39 °C. This trend is similarly evident in edge regions, where ATTRN’s E max is merely 149.02 °C, in stark contrast to the 1170.17 °C of the CNN model and the extreme value of 1689.69 °C observed in LSM_RS. A similar advantage is observed in test sets without water-cooled walls. In the ATFRSD-54 test set, ATTRN achieves a central E max of only 104.47 °C, whereas LSM-based approaches range from 120.05 °C to 252.51 °C, and the CNN-based model reaches a E max of 1324.83 °C. For edge regions, ATTRN once again attains the lowest E max at 132.28 °C, which is significantly lower than the values observed in LSM methods (ranging from 280.93 °C to 702.44 °C) and the CNN-based method (1336.45 °C). Thus, ATTRN consistently outperforms other comparative methods, exhibiting higher reconstruction accuracy under different sensor layouts and boundary conditions. Notably, as the number of heat sources increases and temperature variations become more complex, ATTRN demonstrates superior adaptability. Evaluations based on real-world datasets further validate this advantage, confirming the robustness and effectiveness of ATTRN in practical applications. Therefore, it can be concluded that ATTRN provides a comprehensive and superior solution for temperature field reconstruction. Compared to CNN-based methods, traditional LSM and its variants, ATTRN, maintain high accuracy, primarily due to its advanced AIE-TFRD architecture, which we designed. This structure possesses powerful global information-encoding capabilities and efficiently maps acoustic information to temperature field distributions. These findings further highlight the robustness and reliability of ATTRN in handling complex temperature distributions, enhancing its feasibility for real-world applications. Additionally, the test datasets were generated using previously proposed methods, ensuring consistency in evaluation. The superior performance of ATTRN over other methods suggests its capability to handle more challenging conditions, such as a higher number of heat sources and more complex temperature variations.
In summary, the extensive experimental results presented in Table 3, Table 4, Table 5 and Table 6 demonstrate that the proposed ATTRN outperforms traditional algorithms and the CNN-based method in terms of the accuracy of reconstruction. ATTRN not only improves reconstruction precision but also effectively reduces reconstruction bias compared to baseline algorithms, thereby achieving a lower global error, central error, and edge error. In addition, the number of heat sources significantly affects the accuracy of the prediction. Traditional methods perform well when the number of heat sources ranges from 1 to 3; however, as the number of heat sources exceeds 3, their accuracy drops sharply, leading to a rapid increase in error. This decline is particularly pronounced in the edge regions, where the accuracy of the reconstruction degrades the most. In contrast, ATTRN maintains consistently high performance even in scenarios with multiple heat sources, highlighting its strong generalization capability and robustness in complex environments. Table 7 and Table 8 provide the parameters of the ATTRN model for the 54-path and 96-path configurations, respectively.

3.5. Engineering Validation and Analysis

All engineering experiments conducted in this study follow the same test scenarios and data conditions as described in [32]. The experimental subject of this study is a 330 MW subcritical natural circulation drum boiler at Chongqing Qineng Power Plant. The burner configuration, operating modes, evaporation rate, and typical working parameters of this boiler are detailed in Table 9. To acquire furnace temperature field data, a comprehensive acoustic measurement system was employed. This system, manufactured by China Dongfang Boiler Control Co., Ltd., Zigong, China, consists of key components, including acoustic transceivers, preamplifiers, a signal processing controller, an Ethernet switch, and a host computer. The acoustic transceivers serve as the primary components for transmitting and receiving acoustic signals. The transmission unit utilizes a pneumatic sound source, where an electromagnetic valve regulates compressed air to generate acoustic signals. The transmission frequency is set at 3 kHz, with a signal intensity exceeding 130 dB. To withstand high-temperature environments, the receiving unit is equipped with an air-cooling mechanism, supporting a reception frequency range of 20 Hz–20 kHz, with a microphone sensitivity of approximately 26 dB. Additionally, the preamplifier is responsible for adjusting the gain of received acoustic signals, featuring an input impedance of 100 M ohm and a gain factor set to 0.5. The signal processing controller operates with a 12-bit synchronous sampling mode, using a sampling frequency of 20 kHz to ensure precise signal processing. The entire measurement system is connected to the host computer via a 100 M industrial Ethernet network, ensuring stable data transmission and real-time analysis.
To validate the effectiveness of the ATTRN framework in engineering applications, we selected three discrete temperature fields for testing. The evaluation metrics E max and E rms are the same as those defined in Equations (14) and (15). The reconstruction errors are presented in Table 10 and Table 11, while the reconstructed temperature distributions are illustrated in Figure 7, Figure 8, Figure 9, Figure 10, Figure 11 and Figure 12.
The results demonstrate that, compared to the traditional LSM-based and CNN-based method, ATTRN achieves significant improvements in central, edge, and global error metrics. In real data sets of discrete fields in 54 and 96 paths, the global error of ATTRN is approximately 2.3%, significantly lower than the range of 4–7% observed in traditional methods and the CNN-based method. In addition, the edge error of ATTRN is approximately 3.4%, which remains markedly lower than the 5–9% range observed in traditional and CNN-based methods. Furthermore, with respect to central error, traditional LSM and CNN approaches exhibit values approximately 1% higher than ATTRN. Considering that ATTRN’s central error is only around 1.4%, this margin is relatively significant. In addition to lower average errors, ATTRN also demonstrates clear advantages in terms of E max . In the 54-path real data sets of discrete fields, ATTRN achieves the lowest central E max at 71.63 °C, which is significantly lower than those of LSM-based approaches, ranging from 82.82 °C to 120.36 °C, and the CNN-based method, which reaches 126.27 °C. Similarly, for edge regions, ATTRN’s E max is only 216.14 °C, whereas LSM-based approaches range from 226.15 °C to 427.65 °C, and the CNN-based method reaches 307.26 °C. A similar trend is observed in the 96-path configuration. ATTRN yields a central E max of just 62.49 °C, while traditional methods and CNN report significantly higher values ranging from 96.06 °C to 190.89 °C. For edge regions, ATTRN once again achieves the lowest E max at 192.23 °C, compared to 294.90 °C to 549.44 °C in the LSM-based and 209.87 °C in the CNN-based approach.
Thus, ATTRN consistently outperforms other comparison methods, exhibiting higher reconstruction accuracy under different sensor layouts and boundary conditions. This reinforces our belief that the acoustic information encoder-temperature field reconstruction decoder architecture that we designed effectively captures global temperature characteristics while suppressing noise interference, demonstrating strong temperature field reconstruction capabilities. By leveraging a Transformer-based AIE, the model enhances long-range dependency modeling, ensuring comprehensive encoding of acoustic path information. Meanwhile, the CNN-based TFRD further optimizes spatial details, resulting in more precise temperature distribution reconstruction. Consequently, this architecture significantly enhances the robustness and accuracy of temperature field reconstruction, making it well-suited for complex industrial measurement environments.

4. Conclusions

This study proposes a novel furnace temperature field reconstruction method based on an AIE-TFRD (ATTRN) model. By integrating Transformer and CNN architectures, the proposed method overcomes the limitations of traditional numerical approaches, such as cumulative error amplification, parameter dependency, and insufficient local detail capture. In the experimental phase, we constructed ATFRSD-54 and ATFRSD-96, which encompass various boundary conditions and sensor layouts, providing a comprehensive benchmark to evaluate the performance of ATTRN. The experimental results demonstrate that ATTRN achieves high reconstruction accuracy and robustness under different sensor configurations and boundary conditions. Notably, it maintains stable performance even in multi-heat-source and complex temperature field environments, exhibiting strong generalization capabilities. Compared to conventional LSM-based approaches, ATTRN significantly improves edge temperature feature recognition and global temperature distribution accuracy, offering a more reliable technological solution for furnace temperature monitoring and optimization control in power plants. Furthermore, validation using real-world data from the Chongqing Qineng Power Plant confirms that ATTRN effectively addresses the challenges of reconstructing highly dynamic and nonlinear temperature fields within boilers. This capability is critical for optimizing combustion control and ensuring operational safety. ATTRN demonstrates superior performance in terms of accuracy, noise resistance, and portability, making it adaptable to diverse operating conditions. It surpasses traditional iterative and non-iterative algorithms in temperature field reconstruction tasks. Given its feasibility and applicability in industrial scenarios, ATTRN can be further extended to more complex combustion systems and high-temperature environment monitoring.
In the future, it is worth noting that more rigorous physical modeling of wave propagation and refraction in non-uniform media remains a specialized and actively developing research domain [39,44,45,46,47]. Nevertheless, the present work primarily focuses on establishing a feasible temperature-field reconstruction framework for industrial furnaces and, therefore, adopts a simplified path-discretization approach. Future efforts will incorporate additional physical factors—particularly those arising from strong temperature gradients and three-dimensional acoustic ray-bending—by leveraging physics-informed neural networks (PINNs). By refining the acoustic ray-tracing algorithm, we aim to enhance reconstruction fidelity in the presence of pronounced refraction effects and curved propagation paths, thereby paving the way for complete 3D tomography of combustion and flow fields. Moreover, in scenarios involving highly non-uniform temperature distributions or significant velocity gradients, sound wave refraction may become the dominant factor affecting acoustic travel times. This highlights the potential benefits of integrating fully nonlinear acoustic models or curved-ray tracing algorithms into the framework. Finally, our long-term plan includes further validation and parameter refinement (e.g., cooling coefficients and path discretization schemes) using proprietary industrial datasets. These extensions will improve the physical rigor of the ATTRN framework and expand its applicability to real-world multi-physics acoustic thermometry tasks under challenging high-temperature environments.

Author Contributions

Conceptualization, K.W. and L.C.; methodology, L.C. and K.N.; software, K.W. and K.N.; validation, K.W., K.N. and J.Z.; formal analysis, L.C., K.N. and K.W.; investigation, K.N. and J.W.; resources, X.Z. and L.C.; data curation, K.W. and K.N.; writing—original draft preparation, K.W., K.N. and H.X.; writing—review and editing, X.Z. and L.C.; visualization, K.W., K.N. and H.X.; supervision, X.Z.; project administration, X.Z. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the National Key R&D Program of China (2023YFB4603500).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Data are contained within the article.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Xu, G.; Huang, S.; Yang, Y.; Wu, Y.; Zhang, K.; Xu, C. Techno-economic analysis and optimization of the heat recovery of utility boiler flue gas. Appl. Energy 2013, 112, 907–917. [Google Scholar] [CrossRef]
  2. Shi, Y.; Wang, J.; Liu, Z. On-line monitoring of ash fouling and soot-blowing optimization for convective heat exchanger in coal-fired power plant boiler. Appl. Therm. Eng. 2015, 78, 39–50. [Google Scholar] [CrossRef]
  3. Chi, T.; Zhang, H.; Yan, Y.; Zhou, H.; Zheng, H. Investigations into the ignition behaviors of pulverized coals and coal blends in a drop tube furnace using flame monitoring techniques. Fuel 2010, 89, 743–751. [Google Scholar] [CrossRef]
  4. Lou, C.; Zhou, H.C. Deduction of the two-dimensional distribution of temperature in a cross section of a boiler furnace from images of flame radiation. Combust. Flame 2005, 143, 97–105. [Google Scholar] [CrossRef]
  5. Feron, P.H. Exploring the potential for improvement of the energy performance of coal fired power plants with post-combustion capture of carbon dioxide. Int. J. Greenh. Gas Control 2010, 4, 152–160. [Google Scholar] [CrossRef]
  6. Galletti, C.; Parente, A.; Tognotti, L. Numerical and experimental investigation of a mild combustion burner. Combust. Flame 2007, 151, 649–664. [Google Scholar] [CrossRef]
  7. Chen, Y.; Zhou, X.; Zhu, J.; Dong, C.; Xu, T.; Wang, H. Measured Regional Division Optimization for Acoustic Tomography Velocity Field Reconstruction in a Circular Area. Sensors 2024, 24, 2008. [Google Scholar] [CrossRef]
  8. Liu, Y.; Zhou, X.; Zhu, J.; Yu, J.; Dong, C.; He, Z.; Xu, T.; Wang, H. Sound waves tracing method in temperature–velocity coupling field of nuclear reactor. Appl. Therm. Eng. 2025, 258, 124658. [Google Scholar] [CrossRef]
  9. Wei, Y.; Yan, H.; Zhou, Y. Temperature Field Reconstruction Method for Acoustic Tomography Based on Multi-Dictionary Learning. Sensors 2023, 23, 208. [Google Scholar] [CrossRef]
  10. Zhong, Q.; Chen, Y.; Zhu, B.; Liao, S.; Shi, K. A temperature field reconstruction method based on acoustic thermometry. Measurement 2022, 200, 111642. [Google Scholar] [CrossRef]
  11. Modliński, N.; Madejski, P.; Janda, T.; Szczepanek, K.; Kordylewski, W. A validation of computational fluid dynamics temperature distribution prediction in a pulverized coal boiler with acoustic temperature measurement. Energy 2015, 92, 77–86. [Google Scholar] [CrossRef]
  12. Yu, Y.; Xiong, Q.; Ye, Z.S.; Liu, X.; Li, Q.; Wang, K. A Review on Acoustic Reconstruction of Temperature Profiles: From Time Measurement to Reconstruction Algorithm. IEEE Trans. Instrum. Meas. 2022, 71, 4505924. [Google Scholar] [CrossRef]
  13. Deduck, S.; Suplicki, D. Advanced Technologies Provide New Insights for Assisting Energy from Waste (EfW) Boiler Combustion Monitoring, Operations and Maintenance. In Proceedings of the 16th Annual North American Waste-to-Energy Conference, Philadelphia, PA, USA, 19–21 May 2008; pp. 61–72. [Google Scholar] [CrossRef]
  14. Jackson, J.C.; Summan, R.; Dobie, G.I.; Whiteley, S.M.; Pierce, S.G.; Hayward, G. Time-of-flight measurement techniques for airborne ultrasonic ranging. IEEE Trans. Ultrason. Ferroelectr. Freq. Control 2013, 60, 343–355. [Google Scholar] [CrossRef] [PubMed]
  15. Guo, Q.; Zhang, C.; Zhang, Y.; Liu, H. An Efficient SVD-Based Method for Image Denoising. IEEE Trans. Circuits Syst. Video Technol. 2016, 26, 868–880. [Google Scholar] [CrossRef]
  16. Pilato, G.; Vassallo, G. TSVD as a Statistical Estimator in the Latent Semantic Analysis Paradigm. IEEE Trans. Emerg. Top. Comput. 2015, 3, 185–192. [Google Scholar] [CrossRef]
  17. Wang, H.; Zhou, X.; Yang, Q.; Chen, J.; Dong, C.; Zhao, L. A Reconstruction Method of Boiler Furnace Temperature Distribution Based on Acoustic Measurement. IEEE Trans. Instrum. Meas. 2021, 70, 9600413. [Google Scholar] [CrossRef]
  18. Golub, G.H.; Hansen, P.C.; O’Leary, D.P. Tikhonov Regularization and Total Least Squares. SIAM J. Matrix Anal. Appl. 1999, 21, 185–194. [Google Scholar] [CrossRef]
  19. Gerth, D. A new interpretation of (Tikhonov) regularization. Inverse Probl. 2021, 37, 064002. [Google Scholar] [CrossRef]
  20. Bianchi, D.; Buccini, A.; Donatelli, M.; Serra-Capizzano, S. Iterated fractional Tikhonov regularization. Inverse Probl. 2015, 31, 055005. [Google Scholar] [CrossRef]
  21. Fan, W.; Chen, Y.; Pan, H.; Ye, Y.; Cai, Y.; Zhang, Z. Experimental study on underwater acoustic imaging of 2-D temperature distribution around hot springs on floor of Lake Qiezishan, China. Exp. Therm. Fluid Sci. 2010, 34, 1334–1345. [Google Scholar] [CrossRef]
  22. Jiang, M.; Wang, G. Convergence of the simultaneous algebraic reconstruction technique (SART). IEEE Trans. Image Process. 2003, 12, 957–961. [Google Scholar] [CrossRef] [PubMed]
  23. Mueller, K.; Yagel, R. Rapid 3-D cone-beam reconstruction with the simultaneous algebraic reconstruction technique (SART) using 2-D texture mapping hardware. IEEE Trans. Med. Imaging 2000, 19, 1227–1237. [Google Scholar] [CrossRef] [PubMed]
  24. Hao, J.; Yin, W.; Zhao, Q.; Xu, K.; Chen, G. Preconditioning of projected SIRT algorithm for electromagnetic tomography. Flow Meas. Instrum. 2013, 29, 39–44. [Google Scholar] [CrossRef]
  25. Dokhanchi, N.S.; Arnold, J.; Vogel, A.; Voelker, C. Measurement of indoor air temperature distribution using acoustic travel-time tomography: Optimization of transducers location and sound-ray coverage of the room. Measurement 2020, 164, 107934. [Google Scholar] [CrossRef]
  26. Barth, M.; Raabe, A. Acoustic tomographic imaging of temperature and flow fields in air. Meas. Sci. Technol. 2011, 22, 035102. [Google Scholar] [CrossRef]
  27. Bao, Y.; Jia, J. Improved Time-of-Flight Estimation Method for Acoustic Tomography System. IEEE Trans. Instrum. Meas. 2020, 69, 974–984. [Google Scholar] [CrossRef]
  28. Holstein, P.; Raabe, A.; Müller, R.; Barth, M.; Mackenzie, D.; Starke, E. Acoustic tomography on the basis of travel-time measurement. Meas. Sci. Technol. 2004, 15, 1420. [Google Scholar] [CrossRef]
  29. Bao, Y.; Jia, J. Nonlinear temperature field reconstruction using acoustic tomography. In Proceedings of the 2017 IEEE International Conference on Imaging Systems and Techniques (IST), Beijing, China, 18–20 October 2017; pp. 1–6. [Google Scholar] [CrossRef]
  30. Jang, J.D.; Lee, S.H.; Kim, K.Y.; Choi, B.Y. Modified iterative Landweber method in electrical capacitance tomography. Meas. Sci. Technol. 2006, 17, 1909. [Google Scholar] [CrossRef]
  31. Li, F.; Dong, F.; Tan, C. Landweber Iterative Image Reconstruction Method Incorporated Deep Learning for Electrical Resistance Tomography. IEEE Trans. Instrum. Meas. 2021, 70, 4501811. [Google Scholar] [CrossRef]
  32. Duan, Y.; Chen, L.; Zhou, X.; Shi, Y.; Wu, N. Boiler Furnace Temperature Field Measurement and Reconstruction Error Elimination Based on Temperature Field Residual Correction Network. IEEE Trans. Instrum. Meas. 2024, 73, 2507215. [Google Scholar] [CrossRef]
  33. Chen, L.; Duan, Y.; Tian, Q.; Zhou, X. Boiler Furnace Fast Response Temperature Field Reconstruction Network Based on Acoustic Measurement. IEEE Trans. Instrum. Meas. 2025, 74, 2508914. [Google Scholar] [CrossRef]
  34. Lea, C.; Vidal, R.; Reiter, A.; Hager, G.D. Temporal Convolutional Networks: A Unified Approach to Action Segmentation. In Computer Vision—ECCV 2016 Workshops; Hua, G., Jégou, H., Eds.; Lecture Notes in Computer Science; Springer: Cham, Switzerland, 2016; Volume 9914, pp. 47–54. [Google Scholar] [CrossRef]
  35. Bai, S.; Kolter, J.Z.; Koltun, V. An Empirical Evaluation of Generic Convolutional and Recurrent Networks for Sequence Modeling. arXiv 2018, arXiv:1803.01271. [Google Scholar]
  36. Luo, W.; Li, Y.; Urtasun, R.; Zemel, R. Understanding the effective receptive field in deep convolutional neural networks. In Proceedings of the 30th International Conference on Neural Information Processing Systems, NIPS’16, Red Hook, NY, USA, 5–10 December 2016; pp. 4905–4913. [Google Scholar]
  37. De Brabandere, B.; Jia, X.; Tuytelaars, T.; Van Gool, L. Dynamic filter networks. In Proceedings of the 30th International Conference on Neural Information Processing Systems, NIPS’16, Red Hook, NY, USA, 5–10 December 2016; pp. 667–675. [Google Scholar]
  38. Wang, Y.; Xiong, C.; Ju, C.; Yang, G.; Chen, Y.-w.; Yu, X. A Deep Transfer Operator Learning Method for Temperature Field Reconstruction in a Lithium-Ion Battery Pack. IEEE Trans. Ind. Inform. 2024, 20, 8089–8101. [Google Scholar] [CrossRef]
  39. Kong, Q.; Wang, Z.; Cui, F.; Zhao, Y.; Jiang, G.-s.; Li, P. Acoustic tomography method for temperature and velocity fields simultaneous measurement. Measurement 2025, 250, 117198. [Google Scholar] [CrossRef]
  40. Dong, X.; Zhang, L.; Qian, L.; Wu, C.; Tang, Z.; Li, A. Acoustic tomography temperature reconstruction based on improved sparse reconstruction model and multi-scale feature fusion network. Eng. Appl. Artif. Intell. 2024, 133, 108168. [Google Scholar] [CrossRef]
  41. Zhang, L.; Dong, X. Acoustic tomography temperature distribution reconstruction based on dual-domain feature fusion network. Int. J. Heat Mass Transf. 2024, 235, 126232. [Google Scholar] [CrossRef]
  42. Shen, X.; Xiong, Q.; Shi, X.; Wang, K.; Liang, S.; Gao, M. Ultrasonic temperature distribution reconstruction for circular area based on Markov radial basis approximation and singular value decomposition. Ultrasonics 2015, 62, 174–185. [Google Scholar] [CrossRef]
  43. Jia, R.; Xiong, Q.; Wang, K.; Wang, L.; Xu, G.; Liang, S. The study of three-dimensional temperature field distribution reconstruction using ultrasonic thermometry. AIP Adv. 2016, 6, 075007. [Google Scholar] [CrossRef]
  44. Zhang, W.; Jiang, G.; Sun, J.; Liu, Y. Measurement the 3D temperature distribution in the combustion zone using acoustic tomography and nolinear wavefont tracing. Measurement 2024, 229, 114439. [Google Scholar] [CrossRef]
  45. Zhang, J.; Qi, H.; Ren, Y.; Su, M.; Cai, X. Acoustic tomography of temperature and velocity fields by using the radial basis function and alternating direction method of multipliers. Int. J. Heat Mass Transf. 2022, 188, 122660. [Google Scholar] [CrossRef]
  46. Kong, Q.; Jiang, G.; Liu, Y.; Sun, J. 3D high-quality temperature-field reconstruction method in furnace based on acoustic tomography. Appl. Therm. Eng. 2020, 179, 115693. [Google Scholar] [CrossRef]
  47. Zhang, W.; Jiang, G.; Sun, J.; Lyu, W. Acoustic reconstruction of the vortex field in the nonuniform temperature field of a simulated furnace. Appl. Acoust. 2023, 207, 109334. [Google Scholar] [CrossRef]
Figure 1. The model of ATTRN.
Figure 1. The model of ATTRN.
Sensors 25 02567 g001
Figure 2. (a) Discrete fields. (b) Test-set error curves for different λ 1 and λ 2 in 54 paths.
Figure 2. (a) Discrete fields. (b) Test-set error curves for different λ 1 and λ 2 in 54 paths.
Sensors 25 02567 g002
Figure 3. (a) Discrete fields. (b) Test-set error curves for different λ 1 and λ 2 in 96 paths.
Figure 3. (a) Discrete fields. (b) Test-set error curves for different λ 1 and λ 2 in 96 paths.
Sensors 25 02567 g003
Figure 4. Sensor and path distributions for 54 paths (left) and 96 paths (right).
Figure 4. Sensor and path distributions for 54 paths (left) and 96 paths (right).
Sensors 25 02567 g004
Figure 5. (a) Central, (b) edge, and (c) global error curves for different noise degrees in 54 paths.
Figure 5. (a) Central, (b) edge, and (c) global error curves for different noise degrees in 54 paths.
Sensors 25 02567 g005
Figure 6. (a) Central, (b) edge, and (c) global error curves for different noise degrees in 96 paths.
Figure 6. (a) Central, (b) edge, and (c) global error curves for different noise degrees in 96 paths.
Sensors 25 02567 g006
Figure 7. Reconstruction results of experimental single-peak temperature field in 54 paths. (a) Discrete field. (b) LSM_IMQ. (c) LSM_IQ. (d) LSM_MK. (e) LSM_MQ. (f) LSM_RS. (g) LSM. (h) CNN. (i) ATTRN.
Figure 7. Reconstruction results of experimental single-peak temperature field in 54 paths. (a) Discrete field. (b) LSM_IMQ. (c) LSM_IQ. (d) LSM_MK. (e) LSM_MQ. (f) LSM_RS. (g) LSM. (h) CNN. (i) ATTRN.
Sensors 25 02567 g007
Figure 8. Reconstruction results of experimental double-peak temperature field in 54 paths. (a) Discrete field. (b) LSM_IMQ. (c) LSM_IQ. (d) LSM_MK. (e) LSM_MQ. (f) LSM_RS. (g) LSM. (h) CNN. (i) ATTRN.
Figure 8. Reconstruction results of experimental double-peak temperature field in 54 paths. (a) Discrete field. (b) LSM_IMQ. (c) LSM_IQ. (d) LSM_MK. (e) LSM_MQ. (f) LSM_RS. (g) LSM. (h) CNN. (i) ATTRN.
Sensors 25 02567 g008
Figure 9. Reconstruction results of experimental high-low temperature field in 54 paths. (a) Discrete field. (b) LSM_IMQ. (c) LSM_IQ. (d) LSM_MK. (e) LSM_MQ. (f) LSM_RS. (g) LSM. (h) CNN. (i) ATTRN.
Figure 9. Reconstruction results of experimental high-low temperature field in 54 paths. (a) Discrete field. (b) LSM_IMQ. (c) LSM_IQ. (d) LSM_MK. (e) LSM_MQ. (f) LSM_RS. (g) LSM. (h) CNN. (i) ATTRN.
Sensors 25 02567 g009
Figure 10. Reconstruction results of experimental single-peak temperature field in 96 paths. (a) Discrete field. (b) LSM_IMQ. (c) LSM_IQ. (d) LSM_MK. (e) LSM_MQ. (f) LSM_RS. (g) LSM. (h) CNN. (i) ATTRN.
Figure 10. Reconstruction results of experimental single-peak temperature field in 96 paths. (a) Discrete field. (b) LSM_IMQ. (c) LSM_IQ. (d) LSM_MK. (e) LSM_MQ. (f) LSM_RS. (g) LSM. (h) CNN. (i) ATTRN.
Sensors 25 02567 g010
Figure 11. Reconstruction results of experimental double-peak temperature field in 96 paths. (a) Discrete field. (b) LSM_IMQ. (c) LSM_IQ. (d) LSM_MK. (e) LSM_MQ. (f) LSM_RS. (g) LSM. (h) CNN. (i) ATTRN.
Figure 11. Reconstruction results of experimental double-peak temperature field in 96 paths. (a) Discrete field. (b) LSM_IMQ. (c) LSM_IQ. (d) LSM_MK. (e) LSM_MQ. (f) LSM_RS. (g) LSM. (h) CNN. (i) ATTRN.
Sensors 25 02567 g011
Figure 12. Reconstruction results of experimental high-low temperature field in 96 paths. (a) Discrete field. (b) LSM_IMQ. (c) LSM_IQ. (d) LSM_MK. (e) LSM_MQ. (f) LSM_RS. (g) LSM. (h) CNN. (i) ATTRN.
Figure 12. Reconstruction results of experimental high-low temperature field in 96 paths. (a) Discrete field. (b) LSM_IMQ. (c) LSM_IQ. (d) LSM_MK. (e) LSM_MQ. (f) LSM_RS. (g) LSM. (h) CNN. (i) ATTRN.
Sensors 25 02567 g012
Table 1. Parameter ranges of water wall in the data generation code.
Table 1. Parameter ranges of water wall in the data generation code.
ParameterRange/Values
Number of samples6400 (per variant)
Background temperature[1100, 1400]
Number of sources{0, …, 8}
Source center ( A k , B k ) [3, 9] × [3, 9]
Source spreads ( C k , D k ) [3, 40]
Source amplitude ( E k ) [100, 600]
Cold-source probability[0.3, 0.7]
Cooling iterations{2, …, 6}
Cooling coefficient α [0.03, 0.12]
Wall temperature[600, 900]
Border width[0.8, 1.6]
Table 2. Parameter ranges (no water wall) in the data generation code.
Table 2. Parameter ranges (no water wall) in the data generation code.
ParameterRange/Values
Number of samples6400 (per variant)
Background temperature[1100, 1400]
Number of sources{0, …, 10}
Source center ( A k , B k ) [0, 12] × [0, 12]
Source spreads ( C k , D k ) [3, 40]
Source amplitude ( E k ) [100, 600]
Cold-source probability[0.3, 0.7]
Table 3. Reconstruction error on ATFRSD-54W test set.
Table 3. Reconstruction error on ATFRSD-54W test set.
Reconstruction AlgorithmCentral ErrorEdge ErrorGlobal Error
E max (°C) E rms E max (°C) E rms E rms
LSM189.249.80%---
LSM_IMQ245.3410.26%257.467.35%9.08%
LSM_IQ266.2910.90%345.307.47%9.54%
LSM_MK234.339.79%248.556.92%8.62%
LSM_MQ234.229.52%351.8410.47%9.84%
LSM_RS327.3013.92%626.8314.09%13.81%
CNN1224.3721.18%1151.6020.55%20.95%
ATTRN76.212.77%181.394.78%3.69%
Table 4. Reconstruction error on ATFRSD-54 test set.
Table 4. Reconstruction error on ATFRSD-54 test set.
Reconstruction AlgorithmCentral ErrorEdge ErrorGlobal Error
E max (°C) E rms E max (°C) E rms E rms
LSM120.053.50%---
LSM_IMQ171.653.90%297.736.04%5.00%
LSM_IQ191.454.48%419.059.01%6.86%
LSM_MK163.353.45%289.415.56%4.55%
LSM_MQ167.223.71%280.935.01%4.31%
LSM_RS252.517.46%702.4416.90%12.39%
CNN1324.8320.74%1336.4516.02%18.83%
ATTRN104.472.95%132.282.96%3.39%
Table 5. Reconstruction error on ATFRSD-96W test set.
Table 5. Reconstruction error on ATFRSD-96W test set.
Reconstruction AlgorithmCentral ErrorEdge ErrorGlobal Error
E max (°C) E rms E max (°C) E rms E rms
LSM751.0412.59%---
LSM_IMQ1062.1513.93%1257.2124.04%22.09%
LSM_IQ1062.0613.80%1192.6022.73%21.51%
LSM_MK991.2510.03%1015.3920.12%18.00%
LSM_MQ1063.4213.96%1341.9425.45%22.64%
LSM_RS1082.3416.32%1689.6934.07%28.06%
CNN1227.3915.10%1170.1720.60%20.93%
ATTRN68.722.55%149.023.77%3.09%
Table 6. Reconstruction error on ATFRSD-96 test set.
Table 6. Reconstruction error on ATFRSD-96 test set.
Reconstruction AlgorithmCentral ErrorEdge ErrorGlobal Error
E max (°C) E rms E max (°C) E rms E rms
LSM205.695.86%---
LSM_IMQ305.046.44%420.618.50%7.35%
LSM_IQ313.336.62%481.489.89%8.04%
LSM_MK280.215.28%361.086.65%5.84%
LSM_MQ301.476.37%419.118.08%7.12%
LSM_RS387.409.76%1037.2323.55%16.52%
CNN1324.8320.78%1176.1015.32%18.60%
ATTRN97.713.77%115.642.71%3.20%
Table 7. The 54-path model parameters.
Table 7. The 54-path model parameters.
54 Paths ATTRN ModelParameter Size
Number of tokens, N54
Embedded dimension, D 1 156
FFN Dimension in stage 1 Transformer encoder312
Number of layers in stage 1 Transformer encoder3
Number of heads in stage 1 Transformer encoder4
Number of expanded tokens, T exp 256
Dimension of expanded token32
FFN Dimension in stage 2 Transformer encoder64
Number of layers in stage 2 Transformer encoder1
Number of heads in stage 2 Transformer encoder4
All ResBlock convolutional kernel size 3 × 3
All up convolution layer kernel size 4 × 4
Final convolution layer kernel size 3 × 3
Model parameters size265.7 MB
Model FLOPs0.1484 GFLOPs
Table 8. The 96-path model parameters.
Table 8. The 96-path model parameters.
96 Paths ATTRN ModelParameter Size
Number of tokens, N96
Embedded dimension, D 1 156
FFN Dimension in stage 1 Transformer encoder312
Number of layers in stage 1 Transformer encoder3
Number of heads in stage 1 Transformer encoder4
Number of expanded tokens, T exp 256
Dimension of expanded token32
FFN Dimension in stage 2 Transformer encoder64
Number of layers in stage 2 Transformer encoder1
Number of heads in stage 2 Transformer encoder4
All ResBlock convolutional kernel size 3 × 3
All up convolution layer kernel size 4 × 4
Final convolution layer kernel size 3 × 3
Model parameters size470.4 MB
Model FLOPs0.2268 GFLOPs
Table 9. Burner model parameters.
Table 9. Burner model parameters.
ProjectParameter
Rated Power330 MW
Burner ModelDG1114/18.5-II15
Number of Burners24
Maximum Continuous Evaporation (B-MCR)1114 t/h
Superheater Outlet Steam Pressure18.5 MPa (gauge pressure)
Superheater Outlet Steam Temperature543 °C
Reheated Steam Flow Rate936.69 t/h
Reheater Inlet Steam Pressure4.02 MPa (gauge pressure)
Reheater Outlet Steam Pressure3.80 MPa (gauge pressure)
Reheater Inlet Steam Temperature332 °C
Reheater Outlet Steam Temperature543 °C
Economizer Inlet Feedwater Temperature280.06 °C
Table 10. Reconstruction error of discrete fields in 54 paths.
Table 10. Reconstruction error of discrete fields in 54 paths.
Reconstruction AlgorithmCentral ErrorEdge ErrorGlobal Error
E max (°C) E rms E max (°C) E rms E rms
LSM82.822.80%---
LSM_IMQ98.563.02%278.117.51%4.74%
LSM_IQ97.182.88%226.155.42%4.10%
LSM_MK110.813.26%299.057.93%5.05%
LSM_MQ111.063.66%427.659.01%6.86%
LSM_RS120.363.69%312.488.63%6.10%
CNN126.272.11%307.265.91%4.06%
ATTRN71.631.68%216.143.63%2.62%
Table 11. Reconstruction error of discrete fields in 96 paths.
Table 11. Reconstruction error of discrete fields in 96 paths.
Reconstruction AlgorithmCentral ErrorEdge ErrorGlobal Error
E max (°C) E rms E max (°C) E rms E rms
LSM118.051.53%---
LSM_IMQ145.472.58%335.235.27%4.53%
LSM_IQ141.362.43%294.904.49%3.86%
LSM_MK96.061.92%337.285.56%4.77%
LSM_MQ149.162.70%428.046.34%5.43%
LSM_RS190.892.73%549.445.95%5.16%
CNN148.812.63%209.874.97%3.72%
ATTRN62.491.04%192.233.35%2.26%
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

Wu, K.; Ni, K.; Chen, L.; Xu, H.; Wang, J.; Zhou, J.; Zhou, X. ATTRN: Acoustic Information Encoder and Temperature Field Reconstruction Decoder Network for Boiler Temperature Field Reconstruction. Sensors 2025, 25, 2567. https://doi.org/10.3390/s25082567

AMA Style

Wu K, Ni K, Chen L, Xu H, Wang J, Zhou J, Zhou X. ATTRN: Acoustic Information Encoder and Temperature Field Reconstruction Decoder Network for Boiler Temperature Field Reconstruction. Sensors. 2025; 25(8):2567. https://doi.org/10.3390/s25082567

Chicago/Turabian Style

Wu, Kunyu, Keqi Ni, Liwei Chen, Hengyuan Xu, Junqiao Wang, Jingyi Zhou, and Xinzhi Zhou. 2025. "ATTRN: Acoustic Information Encoder and Temperature Field Reconstruction Decoder Network for Boiler Temperature Field Reconstruction" Sensors 25, no. 8: 2567. https://doi.org/10.3390/s25082567

APA Style

Wu, K., Ni, K., Chen, L., Xu, H., Wang, J., Zhou, J., & Zhou, X. (2025). ATTRN: Acoustic Information Encoder and Temperature Field Reconstruction Decoder Network for Boiler Temperature Field Reconstruction. Sensors, 25(8), 2567. https://doi.org/10.3390/s25082567

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