Related Experiment Video
Updated: Apr 19, 2026

10:44
Three-Dimensional Phase Resolved Functional Lung Magnetic Resonance Imaging
Published on: June 21, 2024
1.4K
Multiresolution graph Fourier transform for compression of piecewise smooth images
Summary
This study introduces a new method for compressing piecewise smooth images using adaptive Graph Fourier Transforms (GFTs). The technique significantly improves compression efficiency and preserves image quality, outperforming existing standards.
Area of Science:
- Image processing
- Graph signal processing
- Computer vision
Background:
- Piecewise smooth (PWS) images, like depth maps, have distinct features such as sharp edges and smooth interiors.
- Traditional compression methods struggle to efficiently represent these unique signal characteristics.
Purpose of the Study:
- To develop an adaptive compression method for PWS images using Graph Fourier Transforms (GFTs).
- To minimize the total signal representation cost by optimizing transform selection and reducing computational complexity.
Main Methods:
- Utilizing graph optimization techniques like spectral clustering and minimum graph cuts to select optimal GFTs for pixel blocks.
- Implementing a multiresolution approach with low-pass filtering, downsampling, and adaptive upsampling with arithmetic edge coding.
- Employing pre-computed GFTs for reduced computational complexity during encoding and decoding.
Main Results:
- The proposed multiresolution-GFT scheme achieves superior compression performance compared to H.264 intra coding.
- Experimental results show an average improvement of 6.8 dB in peak signal-to-noise ratio (PSNR) at the same bit rate for depth maps and computer-graphics images.
- The method effectively preserves sharp object boundaries while compressing slowly varying regions.
Conclusions:
- Adaptive GFTs offer a powerful tool for compressing PWS images, outperforming conventional methods.
- The proposed multiresolution strategy and computational optimizations make the technique practical for real-world applications.
- This approach advances the field of image compression by leveraging graph signal processing for complex image structures.
Related Concept Videos
Convergence of Fourier Series
564
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...
564
Continuous -time Fourier Transform
1.2K
The Fourier series is instrumental in representing periodic functions, offering a powerful method to decompose such functions into a sum of sinusoids. This technique, however, necessitates modification when applied to nonperiodic functions. Consider a pulse-train waveform consisting of a series of rectangular pulses. When these pulses have a finite period, they can be accurately represented by a Fourier series. Yet, as the period approaches infinity, resulting in a single, isolated pulse, the...
1.2K
Upsampling
735
Managing signal sampling rates is essential in digital signal processing to maintain signal integrity. A decimated signal, characterized by a reduced frequency range due to its lower sampling rate, can be upsampled by inserting zeros between each sample. This upsampling process expands the original spectrum and introduces repeated spectral replicas at intervals dictated by the new Nyquist frequency. To refine this zero-inserted sequence, it is passed through a lowpass filter with a cutoff...
735
Reconstruction of Signal using Interpolation
890
Signal processing techniques are essential for accurately converting continuous signals to digital formats and vice versa. When a continuous signal is sampled with a period T, the resulting sampled signal exhibits replicas of the original spectrum in the frequency domain, spaced at intervals equal to the sampling frequency. To handle this sampled signal, a zero-order hold method can be applied, which creates a piecewise constant signal by retaining each sample's value until the next...
890
Fast Fourier Transform
1.3K
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...
1.3K
Downsampling
835
When considering a sampled sequence with zero values between sampling instants, one can replace it by taking every N-th value of the sequence. At these integer multiples of N, the original and sampled sequences coincide. This process, known as decimation, involves extracting every N-th sample from a sequence, thereby creating a more efficient sequence.
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
835

