Next Article in Journal
Parsing the Relative Contributions of Leaf and Canopy Traits in Airborne Spectrometer Measurements
Next Article in Special Issue
A Scene Classification Method for Dead-End Road Association Zones in Mountainous Areas Using Optical Remote Sensing
Previous Article in Journal
A New Joint Retrieval of Soil Moisture and Vegetation Optical Depth from Spaceborne GNSS-R Observations
Previous Article in Special Issue
SMA-YOLO: An Improved YOLOv8 Algorithm Based on Parameter-Free Attention Mechanism and Multi-Scale Feature Fusion for Small Object Detection in UAV Images
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Boosting All-in-One UAV Image Restoration via Degradation-Aware Frequency Prompt State Space Model

School of Basic Sciences for Aviation, Naval Aviation University, Yantai 264001, China
*
Author to whom correspondence should be addressed.
Remote Sens. 2026, 18(2), 354; https://doi.org/10.3390/rs18020354
Submission received: 24 December 2025 / Revised: 16 January 2026 / Accepted: 18 January 2026 / Published: 20 January 2026

Highlights

What are the main findings?
  • A degradation-aware Frequency Prompt State Space Model is proposed, integrating Prompt-Guided Mamba Blocks and Adaptive Frequency Prompt Blocks to jointly achieve spatial–frequency collaborative restoration for UAV images.
  • The proposed method consistently outperforms existing all-in-one restoration approaches on multiple benchmarks, demonstrating strong robustness and generalization capability across blur, noise, haze, raindrop, and low-light degradations.
What are the implications of the main findings?
  • Explicitly modeling frequency-domain degradation characteristics and embedding them as prompts effectively mitigates cross-degradation interference and enhances detail preservation and structural fidelity in UAV image restoration.
  • The proposed unified framework provides a practical and efficient solution for UAV perception systems, improving visual reliability under complex and coupled degradations and supporting downstream UAV vision tasks.

Abstract

Unmanned Aerial Vehicle (UAV)-captured images are easily affected by various degradations such as motion blur, noise, low illumination, haze, and raindrops in complex environments, and these degradations exhibit significant differences in the frequency domain. Existing all-in-one models typically operate in the spatial domain, making it difficult to effectively distinguish different degradation types, which leads to degradation interference and suboptimal restoration quality. To address these challenges, this paper proposes a degradation-aware prompt state space model for unified UAV image restoration. Specifically, we design a Prompt-Guided Mamba Block (PGMB) that injects dynamic degradation prompts into state space modeling, achieving differentiated global structure modeling. Meanwhile, we introduce an Adaptive Frequency Prompt Block (AFPB) that explicitly perceives frequency characteristics of diverse degradations and dynamically guides the reconstruction process via frequency-domain prompts, enabling collaborative restoration in both spatial and frequency domains. Extensive experiments demonstrate that the proposed method outperforms existing all-in-one approaches across multiple typical degradation tasks, significantly enhancing visual quality and robustness of UAV imagery.

1. Introduction

Unmanned Aerial Vehicles (UAV) offer strong mobility, flexible deployment, and diverse imaging perspectives, and they have been widely applied in security inspection [1,2], remote sensing mapping [3,4,5], agricultural monitoring [6,7], and disaster response [8]. High-quality aerial images are essential for ensuring the performance of downstream visual [9] tasks such as object detection, semantic segmentation, and target tracking. However, due to unstable flight attitudes, complex illumination conditions, and various environmental disturbances, UAV-captured images often suffer from different levels of visual degradation, which severely compromises the reliability and practicality of UAV-based vision systems.
In real-world applications, UAV-captured images are often affected by multiple complex degradations such as motion blur, sensor noise, low-light conditions, haze, and raindrop occlusion. These degradations have different causes and destructive behaviors: motion blur reduces edge sharpness and structural clarity, noise corrupts high-frequency texture details, low illumination decreases the overall signal-to-noise ratio, and haze and raindrops lead to contrast attenuation and local occlusions. The coexistence of these factors poses more complex and stringent challenges for UAV image restoration.
With the rapid development of image processing technology, extensive studies have been conducted on image restoration. Traditional methods are typically designed for a single degradation type, such as denoising [10,11,12], deraining [13,14,15], deblurring [16,17], dehazing [18,19,20], or low-light enhancement [21,22]. In recent years, deep learning has significantly improved the performance of single-task restoration. However, these approaches generally lack degradation-awareness and cannot dynamically adjust their inference strategies when dealing with multiple degradations. As a result, their generalization capability remains limited, making them insufficient for real-world UAV applications where diverse degradations frequently coexist.
To improve model generalization, all-in-one image restoration methods [23,24,25,26,27,28] have gradually become a research focus. Convolution-based [29] models are limited by their restricted receptive fields and struggle to capture long-range contextual dependencies. Transformer-based [30,31] approaches can model global features but suffer from the quadratic computational complexity of self-attention. Recent methods, such as PromptIR [28], achieve multi-degradation restoration through prompt modulation; however, their prompts are highly implicit and insufficient to suppress interference among different degradations. InstructIR [32] introduces textual prompts but still fails to handle the performance imbalance caused by heterogeneous degradation distributions. AMIR [33] enhances adaptiveness via dynamic expert routing, yet it ignores the inherent frequency characteristics of degradations, leading to insufficient detail recovery.
Moreover, although existing all-in-one methods are capable of handling multiple degradations within a single framework, they primarily rely on spatial-domain feature interaction and fail to explicitly leverage the distinct frequency-domain distributions of different degradations. We observe that degradations such as blur, noise, low-light conditions, haze, and raindrop occlusion exhibit significant differences in their frequency characteristics. As shown in Figure 1, motion blur causes clear anisotropic streak patterns, noise introduces uniformly distributed high-frequency components forming a cross-shaped spectrum, low-light and haze lead to over-concentrated low-frequency energy and reduced global contrast, while raindrops result in approximately isotropic attenuation in the mid-to-high frequency bands. Ignoring these distinctions leads to feature interference among different degradations, compromising the stability and overall performance of unified restoration frameworks. Therefore, explicitly analyzing degradation-specific frequency cues and transforming them into learnable prompts to guide targeted reconstruction is crucial for mitigating cross-degradation interference and improving all-in-one UAV image restoration.
In recent years, state space models (SSMs) [34,35,36] have shown great potential in the vision domain due to their efficient long-range dependency modeling and linear computational complexity. Although some all-in-one restoration studies have adopted SSM-based architectures, they typically rely on fixed-direction state scanning and static modeling parameters, making it difficult to flexibly adapt to heterogeneous degradation distributions. Moreover, such static state propagation often leads to ineffective state accumulation, resulting in insufficient detail recovery under diverse degradation conditions.
To address the above issues, we propose a degradation-aware state space model guided by frequency prompts for unified UAV image restoration. Specifically, we integrate state space modeling with a prompt-guided strategy and introduce a Prompt-Guided Mamba Block (PGMB), where learnable degradation prompts adaptively regulate the state update process to achieve differentiated modeling of multiple degradations without requiring explicit degradation labels or prior knowledge. In addition, we design an Adaptive Frequency Prompt Block (AFPB) that adaptively identifies degradation-specific frequency characteristics and generates frequency prompts to accurately distinguish diverse degradation patterns. This enables collaborative optimization between global structural consistency and high-frequency detail enhancement. Extensive experiments demonstrate that the proposed method significantly outperforms existing state-of-the-art all-in-one approaches under complex and coupled degradation conditions such as motion blur, noise, low-light, haze, and raindrop occlusion, effectively improving the visual quality of UAV images and the usability of downstream perception tasks.
The main contributions of this work can be summarized as follows:
  • We propose a degradation-aware state space model guided by frequency prompts for unified UAV image restoration. By introducing learnable degradation prompts into state space modeling, our method achieves differentiated global representation without requiring explicit degradation labels or task priors.
  • We design an Adaptive Frequency Prompt Block that exploits frequency-domain degradation priors to dynamically perceive degradation characteristics and guide selective restoration of texture and structural details.
  • Extensive experiments on multiple public benchmarks demonstrate that our method consistently outperforms existing state-of-the-art all-in-one restoration approaches, validating its effectiveness and robustness in complex UAV imaging conditions.
In the following sections, we first review the relevant research on multi-degradation image restoration, including recent advances in single-degradation restoration, multi-degradation restoration, and all-in-one image restoration approaches. Section 3 then presents the proposed degradation-aware state space model guided by frequency prompts in detail, including the overall network architecture and each of its core components. Section 4 provides comprehensive experimental evaluations, covering datasets and implementation details, quantitative and qualitative comparisons against state-of-the-art methods, as well as ablation studies. Finally, Section 5 concludes this work and discusses potential directions for future research.

2. Related Work

2.1. Image Restoration for Single Degradation

For single-degradation image restoration tasks, extensive research has been conducted, with remarkable progress in typical scenarios such as deblurring, dehazing, deraining, denoising, and low-light enhancement. For motion deblurring, Lee et al. [17] proposed a UAV image deblurring network that enhances structural detail visibility through deep feature modeling, while Li et al. [37] employed a Transformer-based architecture tailored to UAV imaging characteristics to effectively restore sharp images in complex aerial scenes. In the field of dehazing, the HazyDet dataset [9] provides a realistic benchmark with depth cues for UAV detection under hazy weather, and ClearSight [2] demonstrated efficient dehazing through deep reconstruction. Regarding rain-induced degradation, DRSformer [38] introduces a sparse Transformer framework that improves rain-streak separation, and MSDT [39] leverages multi-scale feature modeling to enhance deraining performance. Chen et al. [40] established a large-scale 4K deraining benchmark and designed an efficient deraining network achieving low complexity and high-quality restoration in ultra-high-resolution settings. Zhou et al. [41] further developed a multi-patch raindrop removal network for UAV imagery, where frequency-aware attention effectively suppresses raindrop artifacts. For image denoising, LAN [13] adaptively adjusts its denoising strategy by learning noise distributions, achieving robust performance in complex environments, while IDR introduces an iterative self-supervised data refinement framework that approaches supervised performance without clean ground truth. Low-light enhancement has also advanced rapidly. RNet [42] enhances UAV night-view images through multi-feature fusion, RetinexFormer [43] integrates Retinex decomposition with Transformer-based modeling for illumination–detail co-optimization, and Wave-Mamba [23] combines wavelet transform with state space modeling to yield excellent performance in ultra-high-resolution low-light settings.
Although these single-task methods achieve superior results for specific degradations, they often struggle to generalize when facing multiple co-existing degradations, leading to performance degradation in real-world UAV scenarios.

2.2. Image Restoration for Multiple Degradations

In the field of multi-degradation image restoration, IPT [44] introduced large-scale pre-training into low-level vision and proposed a multi-head multi-tail Transformer framework that supports unified pre-training across multiple restoration tasks, enabling cross-task feature sharing and transfer. However, its computational cost is extremely high, and its generalization ability remains limited under real-world degradations. Restormer [45] designed an efficient Transformer architecture for high-resolution restoration and achieved strong performance across multiple degradation tasks, making it a widely used backbone network. MambaIR [35] incorporated selective state space modeling to capture long-range dependencies with linear complexity, improving both efficiency and accuracy, while MambaIRv2 [36] further enhanced performance through attentive state space modeling. IR-SDE [46] proposed a mean-reversion stochastic differential equation framework for universal image restoration, which requires no task-specific prior knowledge and can handle different tasks simply by changing the dataset. DGUNet [47] introduced an interpretable deep generalized unfolding framework that improves the performance of various restoration tasks. NAFNet [48] simplified traditional residual blocks by removing nonlinear activations, thereby reducing computational and inference overhead while maintaining or even surpassing the performance of activation-based models. Uformer [49] adopted a universal U-shaped Transformer that integrates local window self-attention with multi-scale representation learning to achieve enhanced restoration ability under diverse degradation settings.
Although these methods demonstrate promising performance across multiple degradation tasks, they typically require separate models for each degradation type, resulting in increased parameter and storage costs, and they still struggle to handle scenarios where multiple degradations coexist, as commonly encountered in UAV imagery.

2.3. All-in-One Image Restoration

All-in-one image restoration aims to handle multiple degradation types within a single model, without training separate networks for each specific task, thus providing stronger generalization capability. As a result, a variety of all-in-one restoration approaches have emerged in recent years. AirNet [24] constructs a degradation-aware network via contrastive learning and introduces degradation guidance to achieve unified modeling across multiple tasks. TransWeather [50] incorporates learnable weather-type query tokens into a single Transformer framework, enabling simultaneous handling of various adverse weather conditions. PromptIR [28] designs learnable prompt modules based on Restormer, where implicit prompts adaptively modulate feature distributions for blind multi-degradation restoration. DiffUIR [25] leverages diffusion models to map different restoration tasks into a shared latent space, achieving a balance in performance across multiple degradations. AutoDIR [26] combines task-agnostic blind image quality assessment with structure-constrained latent diffusion to automatically identify unknown degradations and generate textual prompts for unified restoration. InstructIR [32] uses natural language instructions as conditions to address denoising, deblurring, deraining, dehazing, and low-light enhancement within a single model. Li et al. [27] introduced a UAV-oriented all-in-one dataset, UAVIR-5D, and proposed a prompt-guided wavelet state space model capable of efficiently handling diverse degradations in a unified framework.
Although these all-in-one methods can process multiple degradations under a single architecture and support blind degradation recognition to some extent, they mainly rely on spatial-domain modeling and implicit prompting. Specifically, approaches like PromptIR and InstructIR primarily modulate features in the spatial domain, which limits their ability to effectively decouple mixed degradations that are entangled spatially. Consequently, they insufficiently exploit the explicit frequency-domain differences among degradations. Moreover, most existing approaches are developed for general natural scenes rather than UAV imagery, where degradation is more diverse and severe due to dynamic aerial conditions. These limitations motivate us to explore a UAV-specific all-in-one framework. To clarify the position of our work within the field, we provide a systematic comparison of prompt mechanisms in representative methods see Table 1.
It is worth noting that the recently proposed PG-WSSM [27] also incorporates state space models for UAV restoration. However, a fundamental difference lies in the prompt domain. PG-WSSM employs wavelet transforms, which rely on fixed basis functions to decompose features into spatial-frequency sub-bands. While effective for local analysis, this fixed decomposition limits the flexibility to capture holistic degradation patterns. In contrast, our method leverages the Fourier transform to access the global Fourier space. Unlike spatial, textual, or wavelet-based prompts, our frequency prompts are dynamically learned to adaptively modulate components across the full Fourier spectrum. As shown in Table 1, this adaptive global strategy allows for precise degradation disentanglement, distinguishing our approach from existing spatial or wavelet-based baselines.

3. Materials and Methods

In this section, we first present the overall architecture of our proposed network, followed by detailed descriptions of its major components in the subsequent subsections.

3.1. Overall Architecture

The proposed Degradation-Aware Frequency Prompt State Space Model aims to achieve unified and efficient restoration of multi-degradation UAV imagery. The overall architecture is illustrated in Figure 2. The network adopts a multi-stage U-shaped encoder–decoder structure, consisting of three main components: shallow feature extraction, state space–based deep feature modeling, and high-quality image reconstruction. Specifically, given a degraded input image I D R H × W × 3 , we first employ a 3 × 3 convolution to extract basic structural and texture information, obtaining the initial feature representation F 0 R H × W × C , where H, W denote the spatial resolution and C is the channel dimension. Then, F 0 is progressively downsampled and fed into a four-stage Prompt-Guided Mamba Block encoder, which models long-range dependencies through state space modeling while enhancing feature expressiveness. The channel capacity is increased with decreasing spatial resolution, yielding deep feature maps denoted as F s R H 8 × W 8 × 8 C , which effectively capture global contextual information and mitigate degradation interference. In the decoding path, features are progressively upsampled and fused with encoder features at the corresponding scales via skip connections to recover high-resolution feature representations F r R H × W × 2 C . Finally, the reconstructed feature F r is processed by a 3 × 3 convolution and combined with the input image through residual addition to generate the restored output I r . Moreover, to further reinforce frequency-aware structural restoration, the proposed Adaptive Frequency Prompt Block (AFPB) is inserted into the skip connections between encoder and decoder, enabling frequency-domain guidance for high-frequency details and contrast enhancement. To effectively supervise the parameter learning process and enhance the quality of image restoration, we employ a reconstruction loss that constrains the difference between the restored output and the ground-truth image. The overall loss function L is defined as follows:
L = I r I g t 1
where I g t denotes the ground truth image, and · 1 represents the L 1 norm.

3.2. Prompt-Guided Mamba Block

The Prompt-Guided Mamba Block (PGMB) is the core component of our network for modeling long-range dependencies and achieving adaptive degradation-aware restoration. The key idea is to inject dynamic degradation prompts into the visual state space modeling process to enhance the capability of identifying and restoring different degradation patterns. The overall procedure consists of two stages. Specifically, given the input feature F i n , we first apply Layer Normalization to obtain the normalized feature representation, which is then fed into the Vision State Space Model (VSSM) to capture long-range contextual dependencies. Subsequently, a residual connection is applied between the VSSM output and the original input feature to form the output F 1 of the first stage:
F 1 = VSSM ( LN ( F i n ) ) + F i n
where LN denotes the Layer Normalization operation.
Next, the output feature F 1 from the first stage is fed into the second stage, where it is sequentially processed by LayerNorm and a Feed-Forward Network (FFN). The resulting features are further combined with F 1 through a residual connection to obtain the final output representation F o u t . This process can be formulated as:
F o u t = FFN ( LN ( F 1 ) ) + F 1
Through the two-stage processing, the Prompt-Guided Mamba Block achieves both stable training and a balance between global structure modeling and local detail enhancement. Unlike conventional modules that rely solely on convolution or self-attention, and inspired by the design philosophy of Mamba-based [36] architectures, our PGMB incorporates degradation-aware prompts into the state space framework, enabling stronger adaptability and generalization to diverse UAV degradation conditions. Next, we provide a detailed introduction to the Vision State Space Model, which serves as the core component of dynamic context aggregation within the PGMB.
To enable the state space model to dynamically adapt to and accurately restore various UAV degradations, we incorporate a Dynamic Prompt Modulation mechanism into the Prompt-Guided Mamba Block (PGMB). This mechanism enhances feature discrimination and selective representation across different degradation types. Specifically, given an input feature map F i n R H × W × C , positional encoding is first applied to preserve spatial structural cues. Then, we adopt a semantics-guided neighborhood unfolding (SGN-unfold) strategy to reorganize the 2D feature map into a 1D sequence along the channel dimension, represented as X R L × C , where L = H × W .
Unlike conventional row or column unfolding strategies which organize tokens strictly based on spatial raster scanning, SGN-unfold reorganizes tokens according to their learned semantic attributes. Specifically, semantic similarity is measured by the affinity of pixels to the learnable degradation prompts. We generate a routing map via a linear projection of input features, assigning each pixel to a specific latent prompt category. Pixels that share the same prompt assignment are grouped together in the unfolded sequence. This transformation allows the subsequent state space modeling to efficiently exploit long-range dependencies among semantically related regions while maintaining computational efficiency. Based on the unfolded sequence representation, we introduce a learnable Prompt Pool P R N × d into the Vision State Space Modeling stage, where N denotes the number of prompt components and d corresponds to the latent dimension consistent with the state representation.
The prompt pool acts as a trainable degradation knowledge base, whose internal embeddings are optimized during training and gradually encode the latent priors of diverse UAV degradations (e.g., blur, noise, low-light, haze, and raindrops). To enhance representation sharing across layers while maintaining the expressiveness of degradation-specific differences, we decouple the prompt pool into two parts:
P = { P s h a r e d , P s p e c i f i c }
where P s h a r e d stores global degradation-agnostic priors shared across different PGMB layers, ensuring consistent cross-layer guidance. P s p e c i f i c contains local degradation-dependent patterns, enabling fine-grained adaptation to degradation variations at different processing stages. Together, these prompts provide hierarchical conditional cues to guide state transition refinement, improving degradation-aware feature selection and long-range dependency restoration.
To achieve pixel-level degradation-aware prompt selection, we project the unfolded sequence features into a prompt attention space using a lightweight linear transformation. Different from standard attention mechanisms that use Softmax to produce a soft mixture of features, we aim for a sharper selection to distinctively identify specific degradation patterns. Specifically, the projection results are then activated by a LogSoftmax function to ensure numerical stability, optionally coupled with a Gumbel sampling operation to facilitate differentiable sharper selection, to obtain the prompt attention weights:
W = Proj ( X ) R L × N
α = LogSoftmax ( W ) R L × N
where Proj ( · ) represents the projection operator, and α represents the log-probability of each token’s preference toward different prompt components.
Based on these learned attention weights, the degradation-aware prompt embedding is dynamically aggregated from the prompt pool, enabling token-wise prompt variation:
P = α · P R L × d
where L is the number of prompt tokens in the prompt pool and d denotes the feature dimensionality of each token.
Thus, different spatial regions within the same UAV image are allowed to select distinct prompt vectors according to their underlying degradation properties, forming spatially heterogeneous restoration constraints that adaptively modulate the reconstruction behavior.
Finally, the dynamically generated prompt P is injected into the state space output transformation, forming a prompt-guided state transition formulation that tightly integrates with VSSM:
h t = A ¯ h t 1 + B ¯ x t , y t = ( C + P ) h t + D x t
where A ¯ , B ¯ , C , and D denote learnable state transition and projection matrices.
By modulating the output projection matrix, the degradation-aware prompt directly influences the hidden state decoding, allowing the model to adaptively adjust feature propagation with respect to different degradation types—without relying on explicit degradation labels or predefined classifiers. The updated sequence representation is then projected back into the 2D feature space through SGN-fold, serving as the output of the first stage in the Prompt-Guided Mamba Block. Owing to this design, the proposed dynamic prompt modulation enables single-direction scanning while preserving robust degradation adaptivity, thereby avoiding the extra computational cost and redundancy that exist in multi-direction scanning Mamba variants.

3.3. Adaptive Frequency Prompt Block

UAV images often suffer from multiple coexisting degradations such as rain streaks, Gaussian noise, haze, and low-light conditions. Existing spatial-domain restoration methods struggle to effectively disentangle such hybrid degradations due to the entanglement of structural and texture corruptions. However, we observe that these degradations exhibit distinct spectral behaviors in the frequency domain: rain streaks and noise mainly introduce sharp fluctuations in the high-frequency components, whereas haze and low-light conditions predominantly weaken low-frequency responses by reducing illumination and global contrast.
Motivated by this observation, we propose an Adaptive Frequency Prompt Block (AFPB) to explicitly capture degradation discrepancies in the frequency domain. The module learns adaptive degradation-aware prompts that selectively suppress specific corrupted frequency patterns while preserving valid image structures. Specifically, given an input feature map F i n R H × W × C , we first apply the Fast Fourier Transform (FFT) [51] to convert spatial-domain representations into frequency-domain spectra, enabling global spectral modeling:
F f r e q = FFT ( F i n )
Next, we divide the frequency-domain representations into low-frequency and high-frequency components to separately characterize global structural information and local texture variations. To make the restoration strategy degradation-adaptive, we establish parallel prompt generation paths for both frequency branches. For each frequency component (either low-frequency or high-frequency), we first apply global average pooling (GAP) followed by a linear projection and Softmax activation to derive a normalized frequency-wise prompt weight W. Specifically, the Softmax function is employed to ensure that the generated attention weights form a valid probability distribution (i.e., W j = 1 ). This design introduces a competition mechanism among the prompt components, encouraging the model to selectively emphasize the most relevant frequency patterns for the current input while suppressing irrelevant ones. The calculation is formulated as:
W = Softmax ( Linear ( GAP ( F f r e q ) ) )
Based on the learned frequency weights, we linearly combine a set of learnable frequency prompt components P c o m p to produce degradation-aware frequency prompts P f r e q :
P f r e q = j = 1 N W j · P c o m p j , P f r e q = { P l o w , P h i g h }
where P c o m p j denotes the j-th prompt component and W j corresponds to its dynamically predicted importance. P f r e q includes both high-frequency prompt P h i g h and low-frequency prompt P l o w embeddings.
This weighted aggregation adaptively adjusts prompt embeddings according to input-dependent degradation characteristics, enabling accurate degradation pattern encoding in the frequency domain. Finally, the low-frequency prompt P l o w and high-frequency prompt P h i g h are concatenated and injected into the frequency features to simultaneously strengthen valid structures and suppress corruption artifacts. After the frequency-domain modulation, we apply the inverse Fast Fourier Transform (IFFT) to project the enhanced frequency representation back into the spatial domain:
F s p a t i a l = IFFT ( C o n c a t ( P l o w , P h i g h ) )
where C o n c a t ( · ) denotes the concatenation operation along the channel dimension.
Although frequency-domain operations excel at handling global degradations, they may introduce slight artifacts or inconsistencies in local textures. To alleviate this issue and further fuse the features, we apply a 3 × 3 convolution after the IFFT operation for local spatial refinement. The refined feature maps are then concatenated with the original spatial features to preserve both global structural cues and local details. Finally, the fused representation is fed into the Prompt-Guided Mamba Block (PGMB), where the degradation-aware prompts dynamically regulate feature propagation and selection, ensuring adaptive restoration according to the input degradation type. A concluding 1 × 1 convolution is employed to adjust the channel dimension, yielding the final output feature F o u t :
F o u t = C o n v 1 × 1 ( P G M B ( C o n v 3 × 3 ( F s p a t i a l ) + F i n ) )
where C o n v 1 × 1 and C o n v 3 × 3 denote the convolution operations with kernel sizes of 1 × 1 and 3 × 3 , respectively. Through this collaborative spatial–frequency design, the AFPB significantly enhances model robustness against complex and mixed degradations commonly observed in UAV imagery.

4. Result

In this section, we present the datasets, evaluation metrics, and implementation details used in our experiments, followed by comprehensive quantitative and qualitative comparisons. In addition, we conduct ablation studies to verify the effectiveness of the proposed components.

4.1. Datasets and Evaluation Metrics

Datasets. In UAV image restoration experiments, we adopt the UAVIR-5D [27] dataset to verify the performance of our method. UAVIR-5D is a multi-degradation benchmark tailored for UAV viewpoints, containing 4520 paired training images and 500 paired test images, with five typical degradation types including blur, noise, haze, low-light, and raindrops. UAVIR-5D covers various common UAV aerial scenarios such as urban roads, building complexes, and campus environments, providing a unified evaluation benchmark for multi-degradation UAV image restoration.
To further evaluate the generalization capability of our model, we also conduct experiments on the MDRS-Landsat [52] remote sensing dataset proposed in Ada4DIR. MDRS-Landsat is constructed using 5500 high-quality Landsat-8 images from the RSHaze dataset, and synthetic degradations including blur, noise, haze, and low-light are systematically applied. This dataset contains 5130 training samples, 100 validation samples, and 270 test samples, covering diverse large-scale land surfaces and man-made structures, providing a more realistic benchmark for cross-domain generalization in multi-degradation restoration.
Evaluation Metrics. For evaluation, consistent with most existing image restoration works, we report Peak Signal-to-Noise Ratio (PSNR) [53] and Structural Similarity Index Measure (SSIM) [54] for each degradation task as well as overall performance. PSNR measures pixel-wise reconstruction fidelity between restored and reference images, where a higher value indicates lower reconstruction error. SSIM assesses perceptual similarity in terms of luminance, contrast, and structure, focusing more on structural information and human visual consistency.

4.2. Implementation Details

For implementation, our model is developed based on the PyTorch 2.0.1 framework and trained using an environment configured with Anaconda3, and CUDA 11.8. All experiments are carried out on a single NVIDIA RTX 4090D GPU. To ensure reproducibility, we specify the key architectural parameters: the initial channel dimension C is set to 48, and the encoder follows a four-stage hierarchical design with channel dimensions of { 48 , 96 , 192 , 384 } . The prompt pool size is set to N = 128 , with components initialized using a standard Gaussian distribution with a standard deviation of σ = 0.02 . In the AFPB, we employ a fixed frequency separation strategy, where the low-frequency component is defined as the central rectangular region occupying 50% of the spectrum area, while the remaining area is treated as high-frequency. Additionally, the number of Prompt Components is set to 5. We adopt the Adam [55] optimizer with β 1 = 0.9 and β 2 = 0.999 , setting an initial learning rate of 3 × 10 4 and employ a cosine annealing strategy to gradually decay the learning rate to 1 × 10 6 for more stable convergence. The batch size is set to 4, and input images are randomly cropped into 128 × 128 patches during training. The total number of training iterations is fixed to 300 K. To improve the robustness and generalization of our model, standard data augmentation strategies such as random horizontal and vertical flips are applied, while strictly maintaining alignment between degraded images and their corresponding ground truth. During inference, the best checkpoint is selected to generate the final results.

4.3. Comparisons with the State of the Art

In this section, we evaluate the overall performance of different models across various restoration tasks on the UAVIR-5D dataset, including deblurring, denoising, dehazing, de-raindropping, and low-light enhancement. Both quantitative and qualitative results are provided to comprehensively assess the effectiveness of each method. Furthermore, to verify the generalization capability of our approach, we additionally conduct experiments on the publicly available MDRS-Landsat dataset for multi-degradation remote sensing image restoration.
Evaluations on UAVIR-5D datasets for all-in-one UAV image restoration. To validate the effectiveness of the proposed method in handling multiple UAV degradation tasks, we conduct comprehensive comparisons on the UAVIR-5D dataset with a series of representative all-in-one image restoration approaches, including AirNet [24], TransWeather [50], DGUNet [47], IDR [11], IR-SDE [46], PromptIR [28], MambaIR [35], AutoDIR [26], DiffUIR [25], InstructIR [32], PG-WSSM [27], and FoundIR [56].
As shown in Table 2, the proposed method achieves superior performance on most degradation types, except for a few cases where the leading results are not obtained. In terms of overall restoration quality, our approach reaches an average PSNR of 31.64 dB across the five degradation tasks, outperforming the second-best method PG-WSSM by 0.43 dB, and thus achieving the best overall results. The notable improvement clearly demonstrates the effectiveness of our frequency prompts mechanism in mitigating degradation interference and enhancing robust multi-degradation restoration performance.
In terms of individual restoration tasks, our method achieves different levels of improvement under various degradations. For the deblurring task, the performance gain over the second-best approach is relatively small, which may be attributed to the fact that motion blur typically causes more severe structural information loss, thereby increasing the difficulty of accurate recovery. Regarding the denoising task, we observe a slight performance gap compared with the best-performing method PromptIR. This trade-off is deeply rooted in the distinct mechanisms of frequency-domain versus spatial-domain prompting. As illustrated in the frequency spectrum visualization in Figure 1, Gaussian noise manifests as a uniform distribution across high-frequency bands, lacking the specific directional or structural patterns observed in motion blur or rain streaks. Existing spatial-based methods like PromptIR excel at pixel-wise correction, enabling them to effectively suppress such stochastic, non-structural noise through local feature modulation.
In contrast, our proposed frequency-domain prompts are designed to capture and disentangle global degradation patterns based on their spectral signatures. Since random noise presents as a global disturbance without a compact spectral representation, our frequency-aware filters are slightly less precise in distinguishing noise from high-frequency image textures compared to localized spatial attention. However, this marginal trade-off in pure denoising allows our model to gain significant robustness in handling complex, spatially coupled degradations. For instance, in the dehazing task, our approach surpasses the second-best method by 0.69 dB, benefiting from the proposed frequency prompt that compensates for low-frequency attenuation and effectively improves the overall contrast and visibility of the restored images. For the de-raindrop task and low-light enhancement, our method achieves remarkable improvements of 0.81 dB and 0.53 dB, respectively. This demonstrates that while slightly less sensitive to random noise, the frequency prompts provide superior guidance in distinguishing occlusion artifacts (rain) from background textures and ensuring robust luminance recovery.
To further assess the restoration capability of the proposed method in UAV imaging scenarios, we provide visual comparisons across various degradation tasks. Figure 3, Figure 4, Figure 5 and Figure 6 illustrate the results of our approach and several representative methods under different degradation conditions. Overall, compared with existing advanced approaches, our method preserves better global visual consistency, enhances contrast and dynamic range, and substantially improves texture reconstruction quality, achieving superior structural fidelity and color restoration.
Figure 3 presents the deblurring results. As observed, our method effectively suppresses streak-like motion artifacts and significantly improves object boundaries and overall clarity. In contrast, TransWeather and AutoDIR still retain noticeable blur, while MambaIR and DiffUIR generate overly smoothed results, leading to the loss of fine details.
Figure 4 shows dehazing performance under challenging non-uniform haze conditions, where strong local scattering causes spatially varying degradation. Our method better captures low-frequency haze components and reduces scattering halos, restoring natural color appearances for buildings and vegetation. In comparison, PromptIR and InstructIR fail to fully remove haze and produce residual artifacts, while AutoDIR and DiffUIR partially suppress haze but suffer from luminance imbalance and color shifts.
Figure 5 illustrates the de-raindrop results. AutoDIR and InstructIR still exhibit prominent residual rain droplets or blur artifacts, whereas DGUNet and PromptIR mistakenly treat large rain streaks as background textures, leaving streak remnants. By contrast, our method effectively removes raindrop occlusions and streak artifacts without compromising background details.
Figure 6 presents the low-light enhancement results. Our approach achieves a more natural illumination enhancement by simultaneously improving brightness, suppressing noise, and maintaining chromatic consistency. DGUNet, although increasing brightness, fails to recover fine-grained textures, while IR-SDE suffers from insufficient contrast enhancement or abnormal color saturation, degrading the overall perceptual quality.
Evaluations on MDRS-Landsat for Remote Sensing Image Restoration. To further validate the cross-scene generalization capability of the proposed method, we conduct experiments on the MDRS-Landsat dataset and compare our approach with several representative image restoration methods, including NAFNet [48], Restormer [45], DGUNet [47], TransWeather [50], AirNet [24], PromptIR [28], IDR [11], SrResNet-AP [57], Restormer-AP [57], Uformer-AP [57], and Ada4DIR-s [52]. All compared methods follow the official train/test split and unified experimental configuration of MDRS-Landsat. Specifically, we randomly select 2048 samples from the dataset as the training set, with 512 images for each degradation type, while the entire validation and test sets are used for evaluation under their respective tasks.
As shown in Table 3, our method achieves an average PSNR of 38.39 dB over four degradation types, outperforming the second-best approach, Ada4DIR-s, by 0.92 dB. This significant improvement verifies the strong effectiveness and generalization capability of combining frequency prompts with state space modeling for unified restoration in multi-degradation remote sensing scenarios.
Regarding specific restoration tasks, our method delivers consistent and notable performance gains across most degradation types. For the deblurring task, our approach surpasses IDR by 1.89 dB, demonstrating its superior ability to recover structural information. For the dehazing task, we obtain an improvement of 0.07 dB, indicating robustness in compensating low-frequency contrast attenuation. In the denoising task, our method achieves 36.85 dB, outperforming PromptIR by 1.86 dB, highlighting a better balance between noise suppression and detail preservation. For the low-light enhancement task, although our model achieves the second-best PSNR, it still shows clear advantages over most competing methods. Overall, even when trained with only 2048 samples, our method maintains excellent performance across all degradation categories in the remote sensing domain, demonstrating strong generalization ability under limited data conditions.
Evaluation of Model Complexity. To further assess the computational efficiency of our model, we compare its complexity with recent state-of-the-art approaches in terms of floating-point operations (FLOPs) and the number of learnable parameters. As reported in Table 4, our method achieves an effective balance between computational cost and parameter capacity, demonstrating competitive efficiency while maintaining strong restoration performance.

4.4. Ablation Study

In this section, we validate the effectiveness of the key components integrated into our network through comprehensive ablation experiments conducted on the UAVIR-5D dataset. We report the average PSNR results in Table 3. To ensure fairness and reliability, all experiments follow the same training settings described in Section 4.2.
Effectiveness of Key Components. We first analyze the contribution of the two major components proposed in our architecture, namely the PGMB and the AFPB. In the experiments, SS2D denotes the Mamba block equipped with a 2D selective scanning strategy, and APB refers to an adaptive prompt block operating purely in the spatial domain. As shown in Table 5, each component contributes noticeably to the overall performance, indicating that both modules play indispensable roles in multi-degradation restoration. Moreover, the visual comparisons in Figure 7 further demonstrate the qualitative benefits introduced by each component.
Effectiveness from Structural and Parametric Perspectives. Following standard ablation study protocols, we extended our analysis to investigate the optimal configuration of the prompt modules from both structural and parametric perspectives. First, regarding the structural placement, Table 6 demonstrates that integrating the AFPB into the skip connections is crucial for performance enhancement. This highlights that a rational structural design is as critical as the presence of the module itself. Second, to provide a detailed parameter comparison, we investigated the impact of the number of Prompt Components (N) on restoration performance. As reported in Table 7, the results exhibit a clear trend: the performance peaks at N = 5 with a PSNR of 31.64 dB. Specifically, at N = 3, the restricted representational capacity limits the restoration quality. Conversely, increasing N beyond 5 to 7 and 9 results in performance saturation or slight degradation rather than improvement. This non-monotonic trend implies that excessive components may introduce semantic redundancy or feature interference. Consequently, N = 5 is adopted as the optimal balance between representation capability and model compactness.
Beyond these quantitative analyses, we further examine the internal working mechanism of the proposed modules. The AFPB functions effectively because different degradation types exhibit distinct spectral signatures—for instance, haze concentrates in low-frequency bands, whereas noise dominates high-frequency regions. By explicitly separating these components in the Fourier domain, the AFPB enables the model to apply targeted suppression or enhancement strategies, thereby effectively addressing the challenge of decoupling distinct degradation components, which remains difficult for spatial-domain methods (such as standard convolution). This rationale explains why our method outperforms existing approaches in complex coupled tasks such as dehazing and raindrop removal, as verified by the superior PSNR results.

4.5. Limitations and Discussion

Although the proposed Degradation-Aware Frequency Prompt State Space Model achieves state-of-the-art performance across multiple tasks, we have identified several limitations and potential failure cases that merit further discussion.
First, regarding extreme coupled degradation scenarios, the model’s reliance on implicit frequency-domain encoding faces challenges when multiple severe degradations co-occur. As raised in our experimental analysis, restoration performance depends heavily on the accuracy of self-generated frequency prompts. Under extremely challenging conditions—such as the simultaneous presence of dense haze and low illumination—the signal-to-noise ratio drops critically. In these cases, the spectral characteristics of haze and low-light become highly entangled in the low-frequency band. The implicit degradation encoding may fail to correctly disentangle these dominant degradation patterns from the inherent image structure, potentially leading to failure cases characterized by suboptimal brightness recovery or residual color casts.
Second, there is an inherent performance trade-off regarding denoising. As indicated in Table 1, our method performs slightly worse (−0.51 dB) than the spatial-domain method PromptIR in pure denoising tasks. This is a consequence of our architectural design choice: our frequency prompts prioritize capturing global degradation patterns (like streaks or haze distribution) to maximize all-in-one generalization. However, Gaussian noise manifests as a uniform distribution across high frequencies without specific structural patterns. Consequently, our frequency-aware filters are less sensitive to such stochastic pixel-level noise compared to spatially localized modulation methods. We acknowledge this as a necessary trade-off to achieve superior robustness in handling complex, spatially variant degradations.
Third, the domain gap between synthetic and real-world data remains a challenge. Our model is trained on the UAVIR-5D dataset, which is constructed using physics-based synthesis. However, real-world UAV imagery often suffers from more complex, non-uniform artifacts that are difficult to simulate perfectly, such as the coupling of video compression blocking, sensor jitter caused by high-speed flight, and atmospheric turbulence. When applied to real-world wild data, the model may exhibit minor artifacts or reduced restoration quality due to these unseen degradation combinations, limiting its flexibility compared to multi-expert systems trained on diverse real data.
Finally, we must consider computational constraints for practical deployment. While the Mamba-based architecture offers linear complexity and is more efficient than standard Transformers, the proposed AFPB introduces Fast Fourier Transform (FFT) operations. FFT involves complex number calculations that can introduce additional inference latency, especially on edge computing devices with limited hardware acceleration for spectral operations. This could potentially act as a bottleneck for time-sensitive UAV navigation missions requiring high-FPS processing.
In future work, we plan to address these limitations by exploring controllable prompt mechanisms with user intervention to handle extreme cases, and by investigating lightweight spectral approximations to reduce the computational overhead on UAV edge devices.

5. Conclusions

This paper proposes a degradation-aware prompt-guided state space model for all-in-one UAV image restoration. By introducing a Prompt-Guided Mamba Block, the method enables global context modeling with degradation-aware feature learning. In addition, an Adaptive Frequency Prompt Block is designed to capture spectral differences among various degradation types and dynamically guide restoration in the frequency domain. The experimental results demonstrate that our approach achieves outstanding performance across multiple representative degradation tasks, effectively improving the visual quality and reliability of UAV imagery. In the future, we plan to explore finer-grained degradation semantic prompting and cross-domain adaptation strategies to enhance robustness under extreme degradations and real-world scenarios, providing more practical image quality support for intelligent UAV perception applications.

Author Contributions

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

Funding

This research was funded by the National Natural Science Foundation of China grant number 51779028.

Data Availability Statement

The datasets used in this study are publicly available and can be accessed at: https://github.com/adminxcl/UAV-Image-Restoration, accessed on 16 January 2026, and https://github.com/colacomo/Ada4DIR, accessed on 16 January 2026. No new data were generated in this research.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Rave, A.; Fontaine, P.; Kuhn, H. Drone location and vehicle fleet planning with trucks and aerial drones. Eur. J. Oper. Res. 2023, 308, 113–130. [Google Scholar] [CrossRef] [Scilit]
  2. Wang, Y.; Zhang, J.; Zhou, J.; Han, M.; Li, S.; Miao, H. ClearSight: Deep Learning-Based Image Dehazing for Enhanced UAV Road Patrol. In Proceedings of the 2024 5th International Conference on Computer Vision, Image and Deep Learning (CVIDL), Zhuhai, China, 19–21 April 2024; pp. 68–74. [Google Scholar]
  3. Ayamga, M.; Akaba, S.; Nyaaba, A.A. Multifaceted applicability of drones: A review. Technol. Forecast. Soc. Change 2021, 167, 120677. [Google Scholar] [CrossRef] [Scilit]
  4. Ma, Y.; Chen, S.; Ermon, S.; Lobell, D.B. Transfer learning in environmental remote sensing. Remote Sens. Environ. 2024, 301, 113924. [Google Scholar] [CrossRef] [Scilit]
  5. Buchelt, A.; Adrowitzer, A.; Kieseberg, P.; Gollob, C.; Nothdurft, A.; Eresheim, S.; Tschiatschek, S.; Stampfer, K.; Holzinger, A. Exploring artificial intelligence for applications of drones in forest ecology and management. For. Ecol. Manag. 2024, 551, 121530. [Google Scholar] [CrossRef] [Scilit]
  6. Su, J.; Zhu, X.; Li, S.; Chen, W.H. AI meets UAVs: A survey on AI empowered UAV perception systems for precision agriculture. Neurocomputing 2023, 518, 242–270. [Google Scholar] [CrossRef] [Scilit]
  7. Rejeb, A.; Abdollahi, A.; Rejeb, K.; Treiblmaier, H. Drones in agriculture: A review and bibliometric analysis. Comput. Electron. Agric. 2022, 198, 107017. [Google Scholar] [CrossRef] [Scilit]
  8. Rezaee, M.R.; Hamid, N.A.W.A.; Hussin, M.; Zukarnain, Z.A. Comprehensive review of drones collision avoidance schemes: Challenges and open issues. IEEE Trans. Intell. Transp. Syst. 2024, 25, 6397–6426. [Google Scholar] [CrossRef] [Scilit]
  9. Feng, C.; Chen, Z.; Li, X.; Wang, C.; Yang, J.; Cheng, M.M.; Dai, Y.; Fu, Q. HazyDet: Open-source benchmark for drone-view object detection with depth-cues in hazy scenes. arXiv 2024, arXiv:2409.19833. [Google Scholar]
  10. Li, Y.; Chen, H.; Kong, C.; Dai, L.; Chen, X. Learning an anchor-free network with angle attention for remote sensing object detection. Remote Sens. Lett. 2023, 14, 936–946. [Google Scholar] [CrossRef] [Scilit]
  11. Zhang, J.; Huang, J.; Yao, M.; Yang, Z.; Yu, H.; Zhou, M.; Zhao, F. Ingredient-oriented multi-degradation learning for image restoration. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Vancouver, BC, Canada, 17–24 June 2023; pp. 5825–5835. [Google Scholar]
  12. Tian, C.; Fei, L.; Zheng, W.; Xu, Y.; Zuo, W.; Lin, C.W. Deep learning on image denoising: An overview. Neural Netw. 2020, 131, 251–275. [Google Scholar] [CrossRef] [Scilit]
  13. Kim, C.; Kim, T.H.; Baik, S. LAN: Learning to adapt noise for image denoising. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Seattle, WA, USA, 16–22 June 2024; pp. 25193–25202. [Google Scholar]
  14. Chen, X.; Pan, J.; Dong, J. Bidirectional multi-scale implicit neural representations for image deraining. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Seattle, WA, USA, 16–22 June 2024; pp. 25627–25636. [Google Scholar]
  15. Li, Y.; Xie, C.; Chen, H. Multi-scale representation for image deraining with state space model. Signal Image Video Process. 2025, 19, 183. [Google Scholar] [CrossRef] [Scilit]
  16. Chen, X.; Pan, J.; Dong, J.; Tang, J. Towards unified deep image deraining: A survey and a new benchmark. IEEE Trans. Pattern Anal. Mach. Intell. 2025, 47, 5414–5433. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  17. Lee, J.H.; Gwon, G.H.; Kim, I.H.; Jung, H.J. A motion deblurring network for enhancing UAV image quality in bridge inspection. Drones 2023, 7, 657. [Google Scholar] [CrossRef] [Scilit]
  18. Liu, K.; Zhang, Y.; Li, A.; Wang, C.; Ma, X. Aerial image deblurring via progressive residual recurrent network. Signal Image Video Process. 2024, 18, 5879–5892. [Google Scholar] [CrossRef] [Scilit]
  19. Wu, S.; He, X.; Chen, X. Weamba: Weather-Degraded Remote Sensing Image Restoration with Multi-Router State Space Model. Remote Sens. 2025, 17, 458. [Google Scholar] [CrossRef] [Scilit]
  20. Song, T.; Fan, S.; Li, P.; Jin, J.; Jin, G.; Fan, L. Learning an effective transformer for remote sensing satellite image dehazing. IEEE Geosci. Remote Sens. Lett. 2023, 20, 1–5. [Google Scholar] [CrossRef] [Scilit]
  21. Liang, S.; Gao, T.; Chen, T.; Cheng, P. A remote sensing image dehazing method based on heterogeneous priors. IEEE Trans. Geosci. Remote Sens. 2024, 62, 1–13. [Google Scholar] [CrossRef] [Scilit]
  22. Wei, C.; Wang, W.; Yang, W.; Liu, J. Deep retinex decomposition for low-light enhancement. arXiv 2018, arXiv:1808.04560. [Google Scholar] [CrossRef] [Scilit]
  23. Zou, W.; Gao, H.; Yang, W.; Liu, T. Wave-mamba: Wavelet state space model for ultra-high-definition low-light image enhancement. In Proceedings of the 32nd ACM International Conference on Multimedia, Melbourne, VIC, Australia, 28 October–1 November 2024; pp. 1534–1543. [Google Scholar]
  24. Li, B.; Liu, X.; Hu, P.; Wu, Z.; Lv, J.; Peng, X. All-in-one image restoration for unknown corruption. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, New Orleans, LA, USA, 18–24 June 2022; pp. 17452–17462. [Google Scholar]
  25. Zheng, D.; Wu, X.M.; Yang, S.; Zhang, J.; Hu, J.F.; Zheng, W.S. Selective hourglass mapping for universal image restoration based on diffusion model. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Seattle, WA, USA, 16–22 June 2024; pp. 25445–25455. [Google Scholar]
  26. Jiang, Y.; Zhang, Z.; Xue, T.; Gu, J. Autodir: Automatic all-in-one image restoration with latent diffusion. In Proceedings of the European Conference on Computer Vision, Milan, Italy, 29 September–4 October 2024; Springer: Berlin/Heidelberg, Germany, 2024; pp. 340–359. [Google Scholar]
  27. Li, Y.; Wu, S.; Xie, C. All-in-one UAV image restoration via prompt-guided wavelet state space model. J. Appl. Remote Sens. 2025, 19, 036505. [Google Scholar] [CrossRef] [Scilit]
  28. Potlapalli, V.; Zamir, S.W.; Khan, S.H.; Shahbaz Khan, F. Promptir: Prompting for all-in-one image restoration. Adv. Neural Inf. Process. Syst. 2023, 36, 71275–71293. [Google Scholar]
  29. O’shea, K.; Nash, R. An introduction to convolutional neural networks. arXiv 2015, arXiv:1511.08458. [Google Scholar] [CrossRef] [Scilit]
  30. Vaswani, A.; Shazeer, N.; Parmar, N.; Uszkoreit, J.; Jones, L.; Gomez, A.N.; Kaiser, Ł.; Polosukhin, I. Attention is all you need. Adv. Neural Inf. Process. Syst. 2017, 30, 5998–6008. [Google Scholar]
  31. Dosovitskiy, A. An image is worth 16x16 words: Transformers for image recognition at scale. arXiv 2020, arXiv:2010.11929. [Google Scholar]
  32. Conde, M.V.; Geigle, G.; Timofte, R. Instructir: High-quality image restoration following human instructions. In Proceedings of the European Conference on Computer Vision, Milan, Italy, 29 September–4 October 2024; Springer: Berlin/Heidelberg, Germany, 2024; pp. 1–21. [Google Scholar]
  33. Yang, Z.; Chen, H.; Qian, Z.; Yi, Y.; Zhang, H.; Zhao, D.; Wei, B.; Xu, Y. All-in-one medical image restoration via task-adaptive routing. In Proceedings of the International Conference on Medical Image Computing and Computer-Assisted Intervention, Marrakesh, Morocco, 6–10 October 2024; Springer: Berlin/Heidelberg, Germany, 2024; pp. 67–77. [Google Scholar]
  34. Gu, A.; Dao, T. Mamba: Linear-time sequence modeling with selective state spaces. In Proceedings of the First Conference on Language Modeling, Philadelphia, PA, USA, 7–9 October 2024. [Google Scholar]
  35. Guo, H.; Li, J.; Dai, T.; Ouyang, Z.; Ren, X.; Xia, S.T. Mambair: A simple baseline for image restoration with state-space model. In Proceedings of the European Conference on Computer Vision, Milan, Italy, 29 September–4 October 2024; Springer: Berlin/Heidelberg, Germany, 2024; pp. 222–241. [Google Scholar]
  36. Guo, H.; Guo, Y.; Zha, Y.; Zhang, Y.; Li, W.; Dai, T.; Xia, S.T.; Li, Y. Mambairv2: Attentive state space restoration. In Proceedings of the Computer Vision and Pattern Recognition Conference, Nashville, TN, USA, 10–17 June 2025; pp. 28124–28133. [Google Scholar]
  37. Li, R.; Zhao, X. A Transformer-Based Motion Deblurring Network for UAV Images. In Proceedings of the IGARSS 2024-2024 IEEE International Geoscience and Remote Sensing Symposium, Athens, Greece, 7–12 July 2024; pp. 6572–6575. [Google Scholar]
  38. Chen, X.; Li, H.; Li, M.; Pan, J. Learning a sparse transformer network for effective image deraining. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Vancouver, BC, Canada, 17–24 June 2023; pp. 5896–5905. [Google Scholar]
  39. Chen, H.; Chen, X.; Lu, J.; Li, Y. Rethinking multi-scale representations in deep deraining transformer. In Proceedings of the AAAI Conference on Artificial Intelligence, Vancouver, BC, Canada, 26–27 February 2024; Volume 38, pp. 1046–1053. [Google Scholar]
  40. Chen, H.; Chen, X.; Wu, C.; Zheng, Z.; Pan, J.; Fu, X. Towards ultra-high-definition image deraining: A benchmark and an efficient method. arXiv 2024, arXiv:2405.17074. [Google Scholar]
  41. Li, Y.; Zhou, Q.; Xie, C.; Wu, S. Multi-patch de-raindrop Transformer for UAV images. Signal Image Video Process. 2025, 19, 60. [Google Scholar] [CrossRef] [Scilit]
  42. Singh, A.; Chougule, A.; Narang, P.; Chamola, V.; Yu, F.R. Low-light image enhancement for UAVs with multi-feature fusion deep neural networks. IEEE Geosci. Remote Sens. Lett. 2022, 19, 1–5. [Google Scholar] [CrossRef] [Scilit]
  43. Cai, Y.; Bian, H.; Lin, J.; Wang, H.; Timofte, R.; Zhang, Y. Retinexformer: One-stage retinex-based transformer for low-light image enhancement. In Proceedings of the IEEE/CVF International Conference on Computer Vision, Paris, France, 2–3 October 2023; pp. 12504–12513. [Google Scholar]
  44. Chen, H.; Wang, Y.; Guo, T.; Xu, C.; Deng, Y.; Liu, Z.; Ma, S.; Xu, C.; Xu, C.; Gao, W. Pre-trained image processing transformer. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Nashville, TN, USA, 20–25 June 2021; pp. 12299–12310. [Google Scholar]
  45. Zamir, S.W.; Arora, A.; Khan, S.; Hayat, M.; Khan, F.S.; Yang, M.H. Restormer: Efficient transformer for high-resolution image restoration. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, New Orleans, LA, USA, 21–24 June 2022; pp. 5728–5739. [Google Scholar]
  46. Luo, Z.; Gustafsson, F.K.; Zhao, Z.; Sjölund, J.; Schön, T.B. Image restoration with mean-reverting stochastic differential equations. arXiv 2023, arXiv:2301.11699. [Google Scholar] [CrossRef] [Scilit]
  47. Mou, C.; Wang, Q.; Zhang, J. Deep generalized unfolding networks for image restoration. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, New Orleans, LA, USA, 18–24 June 2022; pp. 17399–17410. [Google Scholar]
  48. Chen, L.; Chu, X.; Zhang, X.; Sun, J. Simple baselines for image restoration. In Proceedings of the European Conference on Computer Vision, Tel Aviv, Israel, 23–27 October 2022; Springer: Berlin/Heidelberg, Germany, 2022; pp. 17–33. [Google Scholar]
  49. Wang, Z.; Cun, X.; Bao, J.; Zhou, W.; Liu, J.; Li, H. Uformer: A general u-shaped transformer for image restoration. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, New Orleans, LA, USA, 18–24 June 2022; pp. 17683–17693. [Google Scholar]
  50. Valanarasu, J.M.J.; Yasarla, R.; Patel, V.M. Transweather: Transformer-based restoration of images degraded by adverse weather conditions. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, New Orleans, LA, USA, 18–24 June 2022; pp. 2353–2363. [Google Scholar]
  51. Cooley, J.W.; Tukey, J.W. An algorithm for the machine calculation of complex Fourier series. Math. Comput. 1965, 19, 297–301. [Google Scholar] [CrossRef]
  52. Lihe, Z.; Yuan, Q.; He, J.; Jin, X.; Xiao, Y.; Chen, Y.; Shen, H.; Zhang, L. Ada4DIR: An adaptive model-driven all-in-one image restoration network for remote sensing images. Inf. Fusion 2025, 118, 102930. [Google Scholar] [CrossRef] [Scilit]
  53. Huynh-Thu, Q.; Ghanbari, M. Scope of validity of PSNR in image/video quality assessment. Electron. Lett. 2008, 44, 800–801. [Google Scholar] [CrossRef] [Scilit]
  54. Wang, Z.; Bovik, A.C.; Sheikh, H.R.; Simoncelli, E.P. Image quality assessment: From error visibility to structural similarity. IEEE Trans. Image Process. 2004, 13, 600–612. [Google Scholar] [CrossRef] [Scilit]
  55. Kingma, D.P. Adam: A method for stochastic optimization. arXiv 2014, arXiv:1412.6980. [Google Scholar]
  56. Li, H.; Chen, X.; Dong, J.; Tang, J.; Pan, J. Foundir: Unleashing million-scale training data to advance foundation models for image restoration. In Proceedings of the IEEE/CVF International Conference on Computer Vision, Honolulu, HI, USA, 19–24 October 2025; pp. 12626–12636. [Google Scholar]
  57. Kong, X.; Dong, C.; Zhang, L. Towards effective multiple-in-one image restoration: A sequential and prompt learning strategy. arXiv 2024, arXiv:2401.03379. [Google Scholar] [CrossRef] [Scilit]
Figure 1. Frequency spectrum visualization of UAV images under Ground Truth and five typical different degradation types.
Figure 1. Frequency spectrum visualization of UAV images under Ground Truth and five typical different degradation types.
Remotesensing 18 00354 g001
Figure 2. Overall architecture of the proposed Degradation-Aware Frequency Prompt State Space Model for all-in-one UAV image restoration. The network adopts a multi-scale U-shaped encoder–decoder structure, where Prompt-Guided Mamba Block (PGMB) perform global degradation-aware representation modeling, and Adaptive Frequency Prompt Block (AFPB) explicitly model frequency-domain degradation differences, enabling robust unified restoration across diverse UAV degradations.
Figure 2. Overall architecture of the proposed Degradation-Aware Frequency Prompt State Space Model for all-in-one UAV image restoration. The network adopts a multi-scale U-shaped encoder–decoder structure, where Prompt-Guided Mamba Block (PGMB) perform global degradation-aware representation modeling, and Adaptive Frequency Prompt Block (AFPB) explicitly model frequency-domain degradation differences, enabling robust unified restoration across diverse UAV degradations.
Remotesensing 18 00354 g002
Figure 3. Visualization of deblurring performance on the UAVIR-5D dataset, where the proposed method restores clearer structural details and edge sharpness. The red boxes indicate the zoomed-in regions for better visualization.
Figure 3. Visualization of deblurring performance on the UAVIR-5D dataset, where the proposed method restores clearer structural details and edge sharpness. The red boxes indicate the zoomed-in regions for better visualization.
Remotesensing 18 00354 g003
Figure 4. Visualization of dehazing performance on the UAVIR-5D dataset, where the proposed method effectively enhances visibility and restores natural color contrast. The red boxes indicate the zoomed-in regions for better visualization.
Figure 4. Visualization of dehazing performance on the UAVIR-5D dataset, where the proposed method effectively enhances visibility and restores natural color contrast. The red boxes indicate the zoomed-in regions for better visualization.
Remotesensing 18 00354 g004
Figure 5. Visualization of de-raindrop performance on the UAVIR-5D dataset, where the proposed method effectively removes raindrop occlusions while preserving background textures. The red boxes indicate the zoomed-in regions for better visualization.
Figure 5. Visualization of de-raindrop performance on the UAVIR-5D dataset, where the proposed method effectively removes raindrop occlusions while preserving background textures. The red boxes indicate the zoomed-in regions for better visualization.
Remotesensing 18 00354 g005
Figure 6. Visualization of low-light enhancement performance on the UAVIR-5D dataset, where the proposed method effectively improves brightness while preserving texture details and color consistency. The red boxes indicate the zoomed-in regions for better visualization.
Figure 6. Visualization of low-light enhancement performance on the UAVIR-5D dataset, where the proposed method effectively improves brightness while preserving texture details and color consistency. The red boxes indicate the zoomed-in regions for better visualization.
Remotesensing 18 00354 g006
Figure 7. Visualization of ablation studies validating the effectiveness of the Prompt-Guided Mamba Block and Adaptive Frequency Prompt Block.
Figure 7. Visualization of ablation studies validating the effectiveness of the Prompt-Guided Mamba Block and Adaptive Frequency Prompt Block.
Remotesensing 18 00354 g007
Table 1. Comparison of prompt mechanisms in representative all-in-one image restoration methods. To clarify the distinction, PG-WSSM relies on fixed wavelet bases for local spatial-frequency analysis, whereas our method leverages the Fourier transform for adaptive global spectral filtering.
Table 1. Comparison of prompt mechanisms in representative all-in-one image restoration methods. To clarify the distinction, PG-WSSM relies on fixed wavelet bases for local spatial-frequency analysis, whereas our method leverages the Fourier transform for adaptive global spectral filtering.
MethodPrompt DomainMechanismKey Characteristic
PromptIR [28]SpatialImplicit ModulationLocal pixel-wise correction
InstructIR [32]TextualInstruction-ConditionalHuman-instruction-driven
PG-WSSM [27]Wavelet SpaceFixed Basis DecompositionLocal Spatial-Frequency analysis
OursFourier SpaceAdaptive Spectral FilteringGlobal Frequency disentanglement
Table 2. Quantitative comparisons (PSNR/SSIM) on the UAVIR-5D dataset under five degradation types for different restoration methods. The best results are highlighted in bold.
Table 2. Quantitative comparisons (PSNR/SSIM) on the UAVIR-5D dataset under five degradation types for different restoration methods. The best results are highlighted in bold.
MethodsVenueBlurNoiseHazeRaindropLowlightAverage
PSNRSSIMPSNRSSIMPSNRSSIMPSNRSSIMPSNRSSIMPSNRSSIM
AirNetCVPR 2221.540.631227.920.774913.760.785814.700.60648.190.293317.220.6183
TransWeatherCVPR 2223.300.638627.900.725011.970.713915.060.58628.730.353517.390.6034
DGUNetCVPR 2225.900.780431.730.860223.960.937420.900.796018.160.898424.130.8545
IDRCVPR 2319.060.482016.770.191111.120.341913.360.255918.170.452215.700.3446
IR-SDEICML 2323.380.724829.270.873112.640.777416.350.76158.870.400018.100.7074
PromptIRNeurIPS 2329.990.901333.990.925619.620.910820.470.815533.600.987127.530.9081
MambaIRECCV 2423.510.655329.770.872420.860.879721.330.786028.330.932024.760.8247
AutoDIRECCV 2421.440.608227.670.808616.890.736414.990.495920.070.723620.210.6745
DiffUIRCVPR 2429.830.901733.240.914124.490.945121.270.830625.220.969826.810.9122
InstructIRECCV 2425.890.779033.800.916515.930.858615.190.641122.290.901622.620.8194
PG-WSSMJARS 2530.040.903933.400.915628.490.965024.590.878239.520.987931.210.9301
FoundIRICCV 2529.860.900633.320.912824.800.944422.310.861129.910.978628.040.9195
Ours-30.070.904433.480.916329.180.970625.400.886740.050.990831.640.9338
Table 3. Quantitative comparisons on the MDRS-Landsat dataset for different methods. The best results are highlighted in bold.
Table 3. Quantitative comparisons on the MDRS-Landsat dataset for different methods. The best results are highlighted in bold.
ModelVenueBlurNoiseHazeLowlightAverage
PSNRSSIMPSNRSSIMPSNRSSIMPSNRSSIMPSNRSSIM
NAFNetECCV 22 33.100.812033.080.826331.560.964230.400.951632.040.8885
RestormerCVPR 2235.230.855934.530.858936.180.986737.860.987235.950.9222
DGUNetCVPR 2229.640.782230.310.731427.450.933827.150.901028.640.8371
TransWeatherCVPR 2233.450.815933.690.842835.020.968936.330.970534.620.8995
AirNetCVPR 2228.270.788730.300.744624.390.933128.380.947227.840.8534
PromptIRNIPS 2336.410.886134.990.872937.610.989739.090.990037.020.9347
IDRCVPR 2336.570.890234.880.868136.990.989235.190.986535.910.9335
SrResNet-APCVPR 2434.630.847934.700.862034.780.982533.870.982334.500.9187
Restormer-AP  CVPR 2435.750.873234.960.869737.360.988837.270.988536.340.9301
Uformer-APCVPR 2434.640.848834.390.853336.060.987736.580.989935.410.9199
Ada4DIR-sIF 2535.990.879234.790.864237.800.989841.320.991837.470.9313
Ours-38.460.906336.850.893637.870.992740.390.990838.390.9461
Table 4. Comparison of model complexity, in terms of the number of parameters (#Param) and FLOPs, for different methods. FLOPs are computed with an input resolution of 256 × 256 .
Table 4. Comparison of model complexity, in terms of the number of parameters (#Param) and FLOPs, for different methods. FLOPs are computed with an input resolution of 256 × 256 .
MethodTransWeatherDGUNetIR-SDEPromptIRMambaIRAutoDIRDiffUIRInstructIROurs
#Param (M)37.9317.3334.2035.5930.90115.0036.6015.8024.90
FLOPs (G)6.14199.8798.30158.14126.2963.769.8816.2055.10
Table 5. Quantitative ablation results of key components. SS2D denotes the selective 2D scanning strategy, and APB denotes the general prompt module. The checkmark (✓) indicates that the corresponding component or strategy is employed in the experiment.
Table 5. Quantitative ablation results of key components. SS2D denotes the selective 2D scanning strategy, and APB denotes the general prompt module. The checkmark (✓) indicates that the corresponding component or strategy is employed in the experiment.
MethodPGMBAFPBAPBPSNRSSIM
VSSMSS2D
(a) 28.050.9049
(b) 28.720.9115
(c) 29.180.9191
(d) 29.990.9256
(e) 30.850.9276
Ours 31.640.9338
Table 6. Comparison of AFPB module at different positions. The best results are highlighted in bold.
Table 6. Comparison of AFPB module at different positions. The best results are highlighted in bold.
MethodPSNRSSIM
AFPB in Encoder30.490.9226
AFPB in Decoder31.180.9265
AFPB in Skip Connection31.640.9338
Table 7. Ablation study on the number of Prompt Components. We investigate the impact of the component quantity (N) on restoration performance.
Table 7. Ablation study on the number of Prompt Components. We investigate the impact of the component quantity (N) on restoration performance.
ModelNumber (N)PSNR (dB)SSIM
(a)330.310.9275
(b)531.640.9338
(c)731.600.9332
(d)931.480.9335
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

Lv, H.; He, X.; Liu, F.; Peng, H.; Chen, N.; Li, S.; He, J. Boosting All-in-One UAV Image Restoration via Degradation-Aware Frequency Prompt State Space Model. Remote Sens. 2026, 18, 354. https://doi.org/10.3390/rs18020354

AMA Style

Lv H, He X, Liu F, Peng H, Chen N, Li S, He J. Boosting All-in-One UAV Image Restoration via Degradation-Aware Frequency Prompt State Space Model. Remote Sensing. 2026; 18(2):354. https://doi.org/10.3390/rs18020354

Chicago/Turabian Style

Lv, Haoyi, Xin He, Fengning Liu, Haowei Peng, Naiwei Chen, Shengyuan Li, and Jiaen He. 2026. "Boosting All-in-One UAV Image Restoration via Degradation-Aware Frequency Prompt State Space Model" Remote Sensing 18, no. 2: 354. https://doi.org/10.3390/rs18020354

APA Style

Lv, H., He, X., Liu, F., Peng, H., Chen, N., Li, S., & He, J. (2026). Boosting All-in-One UAV Image Restoration via Degradation-Aware Frequency Prompt State Space Model. Remote Sensing, 18(2), 354. https://doi.org/10.3390/rs18020354

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