Related Experiment Video
Updated: Dec 25, 2025

07:05
Applying Hyperspectral Reflectance Imaging to Investigate the Palettes and the Techniques of Painters
Published on: June 18, 2021
2.7K
PEPSI++: Fast and Lightweight Network for Image Inpainting
IEEE Transactions on Neural Networks and Learning Systems
|March 24, 2020
Summary
We introduce the PEPSI network for faster, more efficient image inpainting using generative adversarial networks (GANs). Diet-PEPSI further optimizes this by reducing parameters while maintaining high performance in image restoration.
Area of Science:
- Computer Vision
- Artificial Intelligence
- Deep Learning
Background:
- Generative adversarial network (GAN)-based image inpainting methods achieve high performance.
- Coarse-to-fine networks with contextual attention modules (CAM) are effective but computationally expensive.
- Existing methods suffer from low speed due to numerous parameters and operations.
Purpose of the Study:
- To propose a novel network architecture, PEPSI, for efficient and high-performance image inpainting.
- To reduce hardware costs and improve inpainting quality compared to existing methods.
- To introduce Diet-PEPSI for significant parameter reduction while preserving performance.
Main Methods:
- Developed the parallel extended-decoder path for semantic inpainting (PEPSI) network.
- PEPSI utilizes a shared encoding network and parallel coarse and inpainting decoding paths.
- Introduced rate-adaptive dilated convolutional layers in Diet-PEPSI for efficient global context capture.
Main Results:
- PEPSI and Diet-PEPSI significantly reduce computational time and network parameters.
- Both methods demonstrate improved qualitative scores, including peak signal-to-noise ratio (PSNR) and structural similarity (SSIM).
- Diet-PEPSI achieves substantial parameter reduction with maintained inpainting performance.
Conclusions:
- PEPSI offers an efficient alternative for GAN-based image inpainting, balancing speed and quality.
- Diet-PEPSI provides a highly optimized solution for resource-constrained environments.
- The proposed methods advance the state-of-the-art in semantic image inpainting.
Related Concept Videos
Fast Fourier Transform
789
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...
789
Reducing Line Loss
305
In a three-phase circuit, line loss is an indicator of energy dissipated as heat due to the resistance of transmission lines. To address this, incorporating transformers into the system—a step-up transformer at the source and a step-down transformer at the load—is a strategic solution. Two three-phase transformers are introduced to improve this.
With a step-up transformer at the source, the voltage is increased, thereby reducing the current in the transmission lines since power loss in...
With a step-up transformer at the source, the voltage is increased, thereby reducing the current in the transmission lines since power loss in...
305
Reconstruction of Signal using Interpolation
632
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...
632

