Related Experiment Video
Updated: Jun 26, 2026

06:48
A Multimodal Wide-Field Fourier-Transform Raman Microscope
Published on: December 30, 2025
FSSM: Frequency-Enhanced State Space Modeling with FFT-Based Two-Sided Non-Causal Convolution for Image Dehazing
1School of Mechatronics and Vehicle Engineering, Chongqing Jiaotong University, Chongqing 400074, China.
Journal of Imaging
|June 25, 2026
Summary
This study introduces FSSM, an efficient image dehazing framework that uses frequency-enhanced State Space Modeling and a hierarchical architecture. FSSM improves global dependency modeling and local texture enhancement for better visual restoration in challenging conditions.
Area of Science:
- Computer Vision
- Artificial Intelligence
- Signal Processing
Background:
- Image dehazing is crucial for visual perception in adverse weather, particularly for UAV remote sensing, traffic monitoring, and surveillance.
- Existing methods like CNNs struggle with long-range dependencies, while Transformers are computationally expensive.
Purpose of the Study:
- To propose an efficient image dehazing framework, FSSM, that overcomes limitations of existing methods.
- To enhance both global dependency modeling and local texture details for superior image restoration.
Main Methods:
- Developed FSSM, integrating frequency-enhanced State Space Modeling with a hierarchical encoder-decoder architecture.
- Introduced FFT-based State Space Block (FFTSSB) for efficient bidirectional global dependency modeling via frequency-domain convolution.
- Designed Frequency-Aware Discriminative Enhancement Block (FDEB) for local texture enhancement using spatial gating and frequency modulation.
- Constructed Frequency-Aware State Interaction (FASI) block to couple global and local enhancement stages.
Main Results:
- FSSM demonstrated superior restoration accuracy, structural consistency, and perceptual quality on the HazyDet dataset compared to existing methods.
- Ablation studies confirmed the effectiveness of the proposed FFT-based state modeling, frequency-aware enhancement, and hierarchical design.
Conclusions:
- FSSM offers an effective and efficient solution for image dehazing, balancing global context and local detail restoration.
- The proposed frequency-domain approach and hierarchical structure significantly contribute to improved visual restoration performance.
Related Concept Videos
Fast Fourier Transform
The Fast Fourier Transform (FFT) is a computational algorithm designed to compute the Discrete Fourier Transform (DFT) efficiently. By breaking down the calculations into smaller, manageable sections, the FFT significantly reduces the computational complexity involved. Direct computation of an N-point DFT requires N2 complex multiplications, whereas the FFT algorithm needs only (N/2)log2N multiplications, offering a much faster performance.
The computational efficiency of the FFT becomes...
The computational efficiency of the FFT becomes...
Discrete Fourier Transform
The Discrete Fourier Transform (DFT) is a fundamental tool in signal processing, extending the discrete-time Fourier transform by evaluating discrete signals at uniformly spaced frequency intervals. This transformation converts a finite sequence of time-domain samples into frequency components, each representing complex sinusoids ordered by frequency. The DFT translates these sequences into the frequency domain, effectively indicating the magnitude and phase of each frequency component present...
State Space Representation
The frequency-domain technique, commonly used in analyzing and designing feedback control systems, is effective for linear, time-invariant systems. However, it falls short when dealing with nonlinear, time-varying, and multiple-input multiple-output systems. The time-domain or state-space approach addresses these limitations by utilizing state variables to construct simultaneous, first-order differential equations, known as state equations, for an nth-order system.
Consider an RLC circuit, a...
Consider an RLC circuit, a...
Deconvolution
Deconvolution, also known as inverse filtering, is the process of extracting the impulse response from known input and output signals. This technique is vital in scenarios where the system's characteristics are unknown, and they must be inferred from the observable signals.
Deconvolution involves several mathematical techniques to derive the impulse response. One common approach is polynomial division. In this method, the input and output sequences are treated as coefficients of...
Deconvolution involves several mathematical techniques to derive the impulse response. One common approach is polynomial division. In this method, the input and output sequences are treated as coefficients of...
Discrete-Time Fourier Series
The Discrete-Time Fourier Series (DTFS) is a fundamental concept in signal processing, serving as the discrete-time counterpart to the continuous-time Fourier series. It allows for the representation and analysis of discrete-time periodic signals in terms of their frequency components. Unlike its continuous counterpart, which utilizes integrals, the calculation of DTFS expansion coefficients involves summations due to the discrete nature of the signal.
For a discrete-time periodic signal x[n]...
For a discrete-time periodic signal x[n]...
Convergence of Fourier Series
The Fourier series is a powerful mathematical tool for representing periodic signals as an infinite sum of complex exponentials. In practice, this infinite series is truncated to a finite number of terms, yielding a partial sum. This truncation makes the approximation of the signal feasible but introduces certain challenges, particularly near discontinuities, known as the Gibbs phenomenon.
The Gibbs phenomenon refers to the persistent oscillations and overshoots that occur near discontinuities...
The Gibbs phenomenon refers to the persistent oscillations and overshoots that occur near discontinuities...