Beware of Aliases -- Signal Preservation is Crucial for Robust Image Restoration
Shashank Agnihotri, Julia Grabinski, Janis Keuper, Margret Keuper
TL;DR
This work tackles the vulnerability of image restoration models to aliasing artifacts by enforcing alias-free information paths through frequency-domain downsampling and upsampling. It introduces FrequencyPreservedPooling and FreqAvgUp, collectively BOA-Pooling, and enforces encoder–decoder symmetry to preserve high-frequency content while stabilizing low-frequency projections. The BOA-Restormer shows improved robustness against white-box adversarial attacks (PGD and CosPGD) on the GoPro image deblurring task, with reduced spectral artifacts and competitive restoration quality versus state-of-the-art baselines. The approach highlights the importance of signal-processing principles in pixel-wise vision tasks and suggests that carefully balancing low- and high-frequency information can yield robust restorations suitable for safety-critical applications.
Abstract
Image restoration networks are usually comprised of an encoder and a decoder, responsible for aggregating image content from noisy, distorted data and to restore clean, undistorted images, respectively. Data aggregation as well as high-resolution image generation both usually come at the risk of involving aliases, i.e.~standard architectures put their ability to reconstruct the model input in jeopardy to reach high PSNR values on validation data. The price to be paid is low model robustness. In this work, we show that simply providing alias-free paths in state-of-the-art reconstruction transformers supports improved model robustness at low costs on the restoration performance. We do so by proposing BOA-Restormer, a transformer-based image restoration model that executes downsampling and upsampling operations partly in the frequency domain to ensure alias-free paths along the entire model while potentially preserving all relevant high-frequency information.
