Abstract
Infrared (IR) images captured by the blast furnace (BF) top system suffer from severe degradation, including low contrast and texture loss, due to dust, steam, and thermal glare. These issues critically impair image-based monitoring and visual algorithms. Traditional IR enhancement methods only address simple noise, while visible light dehazing algorithms fail on pseudo-colour IR images with low contrast and unnatural textures. To overcome these limitations, we propose an IR image restoration transformer called IRReFormer, a deep fusion model targeting BF top IR image degradation characteristics. IRReFormer integrates the advantages of both traditional IR enhancement and visible light dehazing algorithms, incorporating three key components: (1) a frequency feature enhancement self-attention for improving global feature representation, (2) a discrete wavelet transform block for multi-scale frequency decomposition, and (3) a spatial detail enhancement block for progressive texture recovery. Experimental results on the restoration of BF top IR hazy images demonstrate that the proposed method achieves superior performance with peak signal-to-noise ratio (PSNR) of 25.40 dB and structural similarity index measure (SSIM) of 0.831, surpassing the current state-of-the-art methods (PSNR 24.77 dB, SSIM 0.816) on standard evaluation metrics.
Keywords
Introduction
Infrared (IR) imaging exhibits superior interference resistance and lower dependence on lighting conditions compared to visible light imaging, making it widely applicable in remote sensing, healthcare, and industrial inspection.1,2
Within industrial applications, the blast furnace (BF) is a critical scenario for IR imaging. Operating under high temperatures, pressure, and complex reactions within a large, sealed vessel, the BF interior presents harsh conditions. Significant dust, steam, and variable lighting impede visible light imaging. Consequently, IR imaging systems 3 installed at the BF top (BF top imaging systems) are essential for internal monitoring.
Real-time IR video from these systems enables operators to monitor burden surface geometry, lining wear, and chute operation while providing localised temperature data. This information facilitates an understanding of gas flow distribution and intensity, enabling precise operational decisions.
For instance, precise chute angle configuration is critical for stable BF operation. However, due to mechanical wear, material buildup, or transmission errors, the actual chute angle may deviate from the preset value during operation. Such deviations can adversely affect material distribution and furnace stability. Traditional measurement methods4–7 employ mechanical devices (e.g. cross-shaped rods) to directly measure inclination angles or utilise sensors to sample points on the chute surface for geometric angle calculation. However, these approaches can only be implemented during planned BF shutdowns or overhauls, which typically occur only two to three times annually, 8 failing to meet real-time industrial monitoring requirements. To address this, He et al. 9 developed a real-time chute angle diagnosis algorithm based on a Res-LSTM model, which maps features from BF top IR images to angle values. Nevertheless, the performance of such vision-based algorithms is susceptible to image quality.
The harsh BF environment, particularly during charging, introduces significant noise into IR images. The process of adding materials and blowing hot air generates substantial dust, steam, and thermal glare. In contrast, images captured during charging intervals are clearer due to reduced disturbance as reactions stabilise. As shown in Figure 1, comparing clear (interval) and hazy (charging) images at chute angles of

Clear images versus hazy images at different chute angles.
To quantify the impact of image degradation on visual task accuracy, we applied the Res-LSTM chute angle detection algorithm. 9 Results showed a drastic accuracy drop from 99.79% on clear interval images to 54.13% on degraded charging-phase images. This underscores the urgent need for effective BF top IR image restoration algorithms to provide high-quality input for subsequent visual tasks such as chute angle detection.
Current research on industrial image restoration can be broadly divided into two categories: IR enhancement and visible-light dehazing. Traditional IR enhancement algorithms10,11 often fail under complex BF conditions, resulting in blurring or distortion. Deep learning-based IR enhancement methods, such as those for low-light enhancement 12 and super-resolution, 13 struggle with the complex, mixed noise in BF top IR images due to data scarcity and domain differences. On the other hand, visible-light dehazing algorithms14–16 offer valuable insights for handling haze-like degradation, but they are designed for natural visible images and face a modality gap when applied to pseudo-colour IR images with low contrast and sparse textures.
To bridge these gaps, we propose IRReFormer, a novel restoration algorithm for BF top IR images that integrates principles from both IR enhancement and visible-light dehazing. The main contributions are:
We propose the IR image restoration former (IRReFormer), integrating joint spatial, frequency, and wavelet domain processing. IRReFormer excels at restoring BF top IR images, significantly improving quality for downstream vision tasks. Experiments on a BF IR dataset demonstrate its superiority over existing methods. To address inherent IR challenges – low resolution, contrast, and colour texture – we developed a frequency domain enhancement module combining spatial and frequency features via windowed self-attention. Alongside two important modules – a wavelet transform module and a spatial detail enhancement (SDE) module – they collectively manage multi-scale features and mitigate noise. Our algorithm delivers practical impact: Applying it to degraded BF top IR images increased chute angle detection accuracy from 54.13% to 99.65% in challenging industrial environments. The framework enables reliable real-time vision tasks in harsh industrial environments such as BF by providing downstream algorithms with quality-restored imagery that meets operational requirements.
Related work
IR image enhancement algorithms
Traditional IR image enhancement algorithms primarily utilise mathematical models, physical principles, and signal processing techniques. Histogram-based methods include contrast-limited adaptive histogram equalisation (CLAHE), 10 which performs localised equalisation within image subregions while constraining contrast amplification, and its enhanced variant CLAHE-DGC 17 that dynamically adjusts clip limits based on texture complexity and applies dual gamma correction. Filtering-based approaches such as the weighted guided filter (IE-WGF) 18 decompose images into base and detail layers, using CLAHE for base-layer contrast balancing and nonlinear functions for detail enhancement. Physics-inspired methods such as the gravity-based IE-GFLIN 11 leverage gravitational force analysis to distinguish noise from edges, combining dual-threshold filtering with lateral inhibition networks for edge sharpening and contrast adjustment. However, these methods often rely on simplified assumptions that do not hold in complex BF environments, leading to unsatisfactory performance.
Deep learning-based approaches have significantly advanced IR enhancement: For low-light conditions, HWMNet 19 employs semi-wavelet attention blocks in a hierarchical model to enhance wavelet-domain features, while MMFFNet 12 integrates multi-scale adaptive feature fusion with local refinement modules for brightness recovery. In super-resolution, PSRGAN 13 utilises deep wavelet residual blocks under data constraints, and DASRGAN 20 implements domain-adaptive mechanisms targeting texture refinement and noise suppression. Nevertheless, these methods primarily target general brightness enhancement or resolution improvement, and often amplify noise when applied to severely degraded BF top IR images.
Visible light image dehazing algorithms
Traditional dehazing methods rely on physical models such as the atmospheric scattering model, 21 which assumes uniform illumination – invalid in BF environments. Recent deep learning approaches have evolved through three paradigms: convolutional neural networks (CNNs) as seen in DEA-Net, 16 which combines detail-enhanced convolution with content-guided attention; generative adversarial networks exemplified by EPDN 22 using multi-resolution generators without physical priors; and transformer-based methods, including MB-T 23 that achieves linear complexity through Taylor-expansion attention approximation, Dehaze-F 15 with enhanced spatial aggregation, and SFSNiD 24 addressing night fog via frequency interaction and semi-supervised learning. Data-centric innovations such as distribution alignment 25 and cross-dataset registration 26 further improve model generalisation.
Despite their success in visible-light images, these methods face fundamental challenges when applied to IR images due to differences in imaging principles, contrast, and texture characteristics. The unique, frequency-mixed degradation in BF top IR images necessitates a tailored approach that synergistically combines insights from both IR enhancement and dehazing.
Our approach
Data preparation
Supervised learning enables precise model training but requires real-world paired datasets – a significant challenge due to the impracticality of simultaneously capturing hazy and clear images under identical conditions.
Notably, we leverage the rotational consistency of the BF chute to overcome this limitation. As shown in Figure 2, the chute rotates at constant angular velocity

The charging equipment of the blast furnace (BF).
Network structure
Despite leveraging chute-based positional correspondence, acquiring real-world paired datasets under complex BF conditions remains challenging. To address data scarcity, our IRReFormer employs a modified U-Net architecture 27 optimised for effective learning from limited samples. As illustrated in Figure 3, the framework integrates hierarchical feature extraction with multi-scale supervision to resolve the hazy-to-clear image mapping.

The overall structure of the infrared image restoration former (IRReFormer).
The three-layer U-Net processes multi-scale inputs through progressive refinement. An initial convolutional layer (ConvI) projects images into feature space. The encoder pathway successively applies convolutional layers with downsampling, halving spatial dimensions to extract high-level semantics. Conversely, the decoder pathway fuses two information streams via upsampling and
A crucial innovation is multi-scale supervision during training, where intermediate outputs provide hierarchical guidance to iteratively refine global structures and local details. Though only the final output is retained at inference, it benefits from integrated multi-scale feature optimisation.
As shown in Figure 4, each encoder (decoder) block integrates three core components: the frequency feature enhancement self-attention (FFE-SA) block, discrete wavelet transform (DWT) block with deformable convolution, and SDE block. This multi-domain design synergistically combines principles from visible-light dehazing and IR image enhancement to address the distinct challenges of BF top IR restoration. The FFE-SA block adopts a frequency-domain decoupling strategy, akin to advanced dehazing methods, to separate and process the low-frequency blur (from dust or steam) and high-frequency noise (from thermal glare). Concurrently, the DWT block enhances multi-scale local details, and the SDE block sharpens edges through differential convolutions – both mechanisms are core to IR contrast and detail enhancement. By fusing frequency-aware degradation decoupling with spatial and wavelet-domain detail recovery, our model effectively restores images affected by the complex, mixed interference characteristic of harsh BF environments. The computational operations are detailed in Table 1.

The structure of the encoder (decoder).
The symbols for the computational operations.
FEE-SA block
Considering that IR images lack texture information, processing solely in the spatial domain makes it difficult to effectively extract important features from the images. Moreover, the noise in hazy images is coupled and has inconsistent frequencies. In BF top IR images, this manifests as a mixture of low-frequency blur (from dust/steam scattering) and high-frequency noise (from thermal glare), which are challenging to separate in the spatial domain. Therefore, we designed the FFE-SA block, which integrates the FFE block into the shifting-window self-attention mechanism. 28 The Fourier transform projects features into the frequency domain, where the phase spectrum primarily encodes structural edges while the amplitude spectrum reflects energy distribution and is more susceptible to noise. The FFE block then applies frequency-domain attention to enhance phase-related structures and suppress noise-corrupted amplitude components. This “decouple-and-enhance” strategy is particularly effective for the complex, frequency-mixed degradations encountered in BF environments. This block improves the model’s ability to handle important features and noise in BF top IR images. The structure of the FFE-SA block is shown in Figure 5, while the detailed structure of the FFE block alone is illustrated in Figure 6.

The structure of the frequency feature enhancement self-attention (FFE-SA).

The structure of the frequency feature enhancement (FFE).
We first project the input spatial domain feature
The amplitude
After obtaining the
Finally, following the processing flow from
In the FFE-SA block, another core component is the shifting window self-attention module. Conventional window-based self-attention mechanisms partition the input feature maps into non-overlapping fixed windows and perform self-attention operations within each window. However, this approach may not adequately capture the contextual information across different windows. In contrast, the shifted window mechanism shifts the windows at certain layers, allowing adjacent windows to share information, thereby enhancing the connectivity between local regions. Due to the shifted windows crossing original window boundaries, the model can better model long-range dependencies at deeper levels without increasing the receptive field as in traditional CNNs.
After the process of FFE, we apply three independent linear transformations (
Finally, the original feature is transferred by the residual connection as
The computations from equation (1) to equation (6) encompass the full operations of the FFE-SA block. The FFE block enhances features in the frequency domain and facilitates interaction between frequency and spatial domains, significantly improving the model’s ability to handle complex features.
DWT block based on deformable convolution
Whereas the FFE-SA block excels at FFE, its reliance on the Fourier transform introduces a global attribute that limits its effectiveness in capturing locally important features. In contrast, the wavelet transform possesses excellent localisation characteristics, which can compensate for the shortcomings of the FFE-SA block. Moreover, the wavelet transform provides a multi-resolution representation, capturing image details at different scales. Furthermore, considering the changes in shape and size of the chute, a reference object inside the BF during its operation, introducing the DWT block is particularly suitable for processing IR images of the BF top.
The structure of the DWT is shown in Figure 7. For the input feature graph

The structure of the discrete wavelet transform (DWT) block.
Here,
Then, the small-scale feature map
Then, we use a feature modulation block to apply the small-scale features
By adjusting the large-scale feature map
SDE block
High-frequency features are important for the restoration of hazy images. Moreover, in the context of BF top IR images, the edges and contours of targets are continuously changing, which necessitates enhancing the model’s ability to handle critical features. Therefore, an SDE block is proposed.
The structure of the SDE block is shown in Figure 8. The core component of the SDE block is a detail enhancement convolution (DEConv) that integrates five types of difference convolutions.
34
The difference convolutions combine the edge feature detection capabilities of classical edge detection operators with the powerful feature learning ability of convolutional networks, which can pay more attention to the gradient information of the image and improve the precision of edge detection. The DEConv consists of five different convolutions that are computed in parallel. Among these, the central difference convolution (CDC) is suitable for capturing local fine edges or textures, the angular difference convolution (ADC) is appropriate for handling diagonal edges, the rotational difference convolution (RDC) is effective for detecting edge contours with rotational symmetry, the horizontal difference convolution (HDC) is adept at detecting horizontal edges, and the vertical difference convolution (VDC) is designed for detecting vertical edges. The weights and biases of the DEConv are calculated as shown in equation (11):

The structure of the spatial detail enhancement (SDE) block.
In the SDE block, the input feature
Finally, to enhance the model’s ability to handle complex features at multiple scales, we introduce feature interaction in both the wavelet and spatial domains, as shown in Figure 4. The input spatial feature map
In summary, the FFE-SA block enhances the model’s ability to handle the overall structure and long-range dependencies in BF top IR images; the DWT module improves the model’s capability to process local and multi-scale features within the images; and the SDE module strengthens the model’s ability to handle important detail features. By integrating the enhanced features from the frequency domain, wavelet domain, and spatial domain, a richer and more comprehensive feature representation can be generated, thereby improving the model’s ability to handle complex coupled noise and its robustness.
Experimental methods
Dataset and metrics
Using the chute as a reference object, we synchronised IR video acquisition with its operational cycles via the BF top imaging system. The image acquisition module consists of a lens and a thermal imager. Its main parameters are shown in Table 2.
Specifications of the IR camera.
The chute completes a full rotation every 7.86 s (measured by laser sensors), and the camera’s 50 fps frame rate yields 393 frames per cycle. By aligning frames across consecutive cycles, images at identical chute positions were grouped into 393-frame sequences. During material charging (hazy conditions) and stable intervals (clear conditions), continuous video recordings were segmented into these groups. Each group pairs hazy images (captured during active material distribution) with clear counterparts (acquired in charge-free intervals). The video data used to construct the dataset were collected over an extended period, spanning multiple months and production days.
The dataset spans 21 chute angles (
To evaluate the effectiveness of the IRReFormer algorithm, we quantitatively compared it with other algorithms using this dataset. We employed four complementary metrics to comprehensively assess the restoration quality from multiple perspectives: pixel-level fidelity, structural integrity, perceptual similarity, and local gradient preservation.
The peak signal-to-noise ratio (PSNR) 35 quantifies pixel-wise reconstruction accuracy by measuring the ratio between the maximum possible signal power and the power of the noise (error) between the restored and ground-truth images. It serves as a fundamental indicator of overall image fidelity.
The structural similarity index measure (SSIM) 35 evaluates the perceived structural similarity between two images by comparing their luminance, contrast, and structure. It is more aligned with human visual perception than PSNR and effectively assesses the preservation of textures and contours.
To provide a deeper assessment of perceptual quality, we also employ the learned perceptual image patch similarity (LPIPS) 36 and the gradient magnitude similarity deviation (GMSD). 37 LPIPS measures high-level perceptual consistency by computing the distance between deep feature representations extracted from a pre-trained neural network; lower LPIPS values indicate better perceptual realism. GMSD quantifies the distortion in local gradient structures by analysing the standard deviation of gradient magnitude similarity; a lower GMSD value signifies superior preservation of edge sharpness and local details.
Together, these four metrics offer a holistic and multi-level evaluation: PSNR focuses on low-level pixel accuracy, SSIM on mid-level structural integrity, LPIPS on high-level semantic and perceptual consistency, and GMSD on the fidelity of local gradient and edge information. This comprehensive set of indicators ensures that the effectiveness of our restoration algorithm is rigorously validated across all critical dimensions of image quality.
The restoration model was trained on a Huawei server equipped with two Intel 6132 14-core CPUs, 128 GB RAM, and two NVIDIA Tesla V100-SXM2-32GB GPUs. The specific configuration parameters for training are detailed in Table 3.
Settings of the restoration model.
Experimental results
Table 4 presents the evaluation results of various IR image enhancement and dehazing algorithms on the BF top IR images dataset. The
Performance of different algorithms for the BF top IR image dataset.
BF: blast furnace; IR: infrared; PSNR: peak signal-to-noise ratio; SSIM: structural similarity index measure; LPIPS: learned perceptual image patch similarity; GMSD: gradient magnitude similarity deviation; IRReFormer: infrared image restoration former. Bold values represent the optimal results in each category.
Quantitative evaluations confirm our algorithm’s superiority across multiple metrics, including PSNR, SSIM, LPIPS, and GMSD. IRReFormer achieves the best performance not only in PSNR (25.40 dB) and SSIM (0.831), but also in LPIPS (0.168) and GMSD (0.175). These results indicate that our method excels in both pixel-level fidelity, structural integrity, perceptual quality, and edge preservation.
Traditional IR enhancement methods (e.g. CLAHE-DGC, 17 IE-GFLIN, 11 and IE-WGF 18 ) rely on assumptions (e.g. uniform degradation) that are violated by the dynamic scattering and glare in BF environments, leading to distortion, over-enhancement, and artefacts. Deep learning-based super-resolution methods (e.g. PSRGAN 13 and DASRGAN 20 ) amplify both details and the inherent noise, causing edge blurring and structural discontinuity. The low-light enhancer MMFFNet 12 lacks a mechanism to suppress mixed-frequency interference, resulting in overexposure and noise amplification. HWMNet 19 improves wavelet-domain features but amplifies glare and fails to decouple noise.
Among dehazing algorithms, MB-TaylorFormer 23 prioritises computational efficiency but neglects noise suppression. ITBDehaze 25 and CrossDehaze 26 suffer from domain shift issues caused by visible-light pretraining, while DehazeFormer 15 and DEA-Net 16 lack IR-specific adaptations. Although SFSNiD 24 achieves relatively better performance by leveraging similarities between night fog and BF conditions, it still exhibits edge blurring.
Inference times are reported in Table 4. IRReFormer requires 57.53 ms per image, exceeding the 20 ms acquisition interval but feasible for real-time monitoring via skip-frame processing (e.g. processing every third frame). This enables continuous high-quality monitoring even during charging, overcoming the limitation of methods restricted to charge-free intervals.
Visual results (Figure 9) show that traditional and super-resolution methods exhibit distortion, blurring, or overexposure, while dehazing algorithms cause edge warping. In contrast, IRReFormer confirms its robustness for BF top IR restoration. Specifically, as shown in the zoomed-in patches, IRReFormer effectively restores sharp chute contours and internal structural textures, which are critical for accurate visual inspection and measurement in BF operations.

Visual results on BF top IR image dataset. BF: blast furnace; IR: infrared.
Ablation study
To validate the efficacy of the FFE, DWT, and SDE blocks in IRReFormer, ablation studies were conducted on the BF top IR images test set (Table 5). The baseline model (BASE: three-layer U-Net with self-attention only) achieved 23.27 dB PSNR, 0.764 SSIM, 0.210 LPIPS, and 0.203 GMSD. Incorporating individual modules improved performance and pairwise combinations of modules further enhanced metrics, while the complete model integrating all components achieved optimal performance at 25.40 dB PSNR, 0.831 SSIM, 0.168 LPIPS, and 0.175 GMSD.
Results of ablation study.
BASE: baseline model; FFE: frequency feature enhancement; DWT: discrete wavelet transform; SDE: spatial detail enhancement; PSNR: peak signal-to-noise ratio; SSIM: structural similarity index measure; LPIPS: learned perceptual image patch similarity; GMSD: gradient magnitude similarity deviation. Bold values represent the optimal results in each category.
These results quantitatively demonstrate each module’s critical contribution to reconstruction quality. The FFE-SA block operates in the frequency domain to decouple and enhance structural (phase) information while suppressing noise-corrupted amplitude components, addressing mixed-frequency degradations. The DWT block captures multi-scale local details through the wavelet transform and uses high-frequency details to modulate large-scale features, thereby enhancing edge and texture recovery. The SDE block employs differential convolutions to focus on spatial gradients, effectively sharpening edges and contours. Together, these modules provide complementary enhancements: FFE-SA for global frequency-aware restoration, DWT for multi-scale detail reconstruction, and SDE for local edge refinement, resulting in a synergistic improvement in both quantitative metrics and visual quality.
Engineering application
Take the BF chute inspection as an example, which is a critical task for ensuring stable production since the chute, a core component inside the BF, must be set at the correct angle. This task involves using the Res-LSTM model to extract features from these IR images and map them to the corresponding chute angles, thereby diagnosing whether the chute angle matches the preset angle. However, deep learning-based detection algorithms heavily rely on the quality of the BF top IR images.
To systematically evaluate the adverse impact of hazy BF top IR images on chute detection accuracy, we designed four experimental groups with distinct training–testing configurations:
Group I (clear-only): The model is trained exclusively on pristine clear images (100% of the training set) and tested on both clear and hazy images to establish baseline performance. Group II (hazy-only): The model is trained solely on unprocessed hazy images (100% of the training set) and tested on both clear and hazy images to isolate degradation effects. Group III (mixed hazy): The model is trained on a hybrid dataset (50% clear + 50% hazy images) mimicking real-world operational variability, with testing on both clear and hazy images. Group IV (mixed restored): The model is trained on a combination of 50% clear images and 50% algorithmically restored images (restored from hazy images using the IRReFormer algorithm), and tested on both clear and restored images to assess recovery efficacy.
The experiments utilised a dataset of 21,600 clear-hazy-restoration triplets spanning chute angles from 20°to 40°. Hazy images were captured under dynamic material distribution conditions, while their corresponding clear counterparts were acquired during static, charge-free intervals. Restoration images were generated by processing hazy inputs with the IRReFormer algorithm to reconstruct visual fidelity. To ensure statistical rigour, the dataset was stratified into 17,280 training triplets (80%) and 4,320 testing triplets (20%), preserving a proportional representation of all three image types. All models underwent uniform training for 20 epochs (we observed that the validation loss plateaued around 15 epochs, indicating convergence, as shown in Figure 10; training for 20 epochs ensured adequate learning), with quantitative results detailed in Table 6.

Training and validation loss curves of the Res-LSTM model.
Accuracy of different experimental groups.
Bold values represent the optimal results in each category.
As quantified in Table 6, Group I (trained exclusively on clear images) achieved 99.79% accuracy on clear test images but catastrophically failed on hazy images (0.83%). Group II (trained solely on hazy images) attained 71.18% hazy-test accuracy, revealing inherent information loss in degraded data. Group III (50% clear + 50% hazy training) maintained high clear-image accuracy (99.86%) yet suffered significant hazy-test degradation (54.13%), demonstrating that mixed training cannot resolve fundamental haze-induced feature corruption.
Crucially, Group IV (50% clear + 50% IRReFormer-restored training) achieved 99.65% accuracy on restored test images – surpassing Group III’s hazy-test performance by 45.52 percentage points and approaching clear-image benchmarks (99.17%). This restoration-driven accuracy recovery confirms that IRReFormer effectively mitigates operational disturbances (dust, steam, and lighting variations), significantly enhancing the performance of visual tasks such as detection in industrial settings such as BF.
Conclusion
We present IRReFormer, an IR restoration algorithm specifically designed for BF top imaging. The framework integrates three synergistic components: (1) the FFE-SA block optimises multi-frequency feature representation while prioritising critical structural details; (2) the DWT block enables hierarchical extraction of global–local multi-scale features; (3) the SDE block employs differential convolutions to sharpen edges and suppress artefacts. This cross-domain fusion mechanism ensures robust performance in complex industrial environments.
Experimental results demonstrate IRReFormer’s superiority, achieving a PSNR of 25.40 dB and SSIM of 0.831 – outperforming conventional IR enhancement and visible-light dehazing methods. In downstream chute angle detection tasks, restoration accuracy increased from 54.13% (hazy inputs) to 99.65%, confirming practical utility in real-world BF operations.
While developed for BF top images, the proposed IRReFormer has the potential to be adapted to other industrial IR imaging scenarios, such as kiln monitoring, thermal inspection of machinery, and other high-temperature processes that suffer from similar mixed degradations (e.g. smoke, dust, and glare). However, direct application may be limited by domain-specific characteristics, including varying sensor properties, temperature ranges, and scene layouts. Future work will explore domain adaptation and fine-tuning techniques to enhance the model’s generalisation across different industrial environments. Additionally, we will focus on unsupervised or semi-supervised learning paradigms to reduce the dependency on paired data and improve adaptability in data-scarce scenarios. Continuous learning capabilities will also be investigated to address evolving industrial conditions.
Footnotes
Funding
The authors disclosed receipt of the following financial support for the research, authorship, and/or publication of this article: This work was funded by the National Natural Science Foundation of China under Grant No. 52474364, Grant No. 52074185, and Grant No. 61902269; the Science and Technology Major Project of WuHan (2023020302020572); and the Priority Academic Program Development of Jiangsu Higher Education Institutions, China.
Declaration of conflicting interests
The authors declared no potential conflicts of interest with respect to the research, authorship, and/or publication of this article.
