CVMay 5, 2024

Boundary-aware Decoupled Flow Networks for Realistic Extreme Rescaling

arXiv:2405.02941v22 citationsh-index: 14Has CodeIJCAI
Originality Incremental advance
AI Analysis

This addresses image quality issues in rescaling for applications like computer vision, though it is incremental as it builds on prior generative methods.

The paper tackles the problem of image rescaling where existing methods produce over-smoothed or fake details, proposing Boundary-aware Decoupled Flow Networks (BDFlow) to generate realistic results, achieving a 4.4 dB PSNR improvement and 0.1 SSIM gain over GRAIN with reduced complexity.

Recently developed generative methods, including invertible rescaling network (IRN) based and generative adversarial network (GAN) based methods, have demonstrated exceptional performance in image rescaling. However, IRN-based methods tend to produce over-smoothed results, while GAN-based methods easily generate fake details, which thus hinders their real applications. To address this issue, we propose Boundary-aware Decoupled Flow Networks (BDFlow) to generate realistic and visually pleasing results. Unlike previous methods that model high-frequency information as standard Gaussian distribution directly, our BDFlow first decouples the high-frequency information into \textit{semantic high-frequency} that adheres to a Boundary distribution and \textit{non-semantic high-frequency} counterpart that adheres to a Gaussian distribution. Specifically, to capture semantic high-frequency parts accurately, we use Boundary-aware Mask (BAM) to constrain the model to produce rich textures, while non-semantic high-frequency part is randomly sampled from a Gaussian distribution.Comprehensive experiments demonstrate that our BDFlow significantly outperforms other state-of-the-art methods while maintaining lower complexity. Notably, our BDFlow improves the PSNR by 4.4 dB and the SSIM by 0.1 on average over GRAIN, utilizing only 74% of the parameters and 20% of the computation. The code will be available at https://github.com/THU-Kingmin/BAFlow.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes