paper-with-me

홈 › Papers

On the Effectiveness of Spectral Discriminators for Perceptual Quality Improvement

2023-07-22 · ICCV 2023 1 · Xin Luo, Yunan Zhu, Shunxin Xu, Dong Liu

Several recent studies advocate the use of spectral discriminators, which evaluate the Fourier spectra of images for generative modeling. However, the effectiveness of the spectral discriminators is not well interpreted yet. We tackle this issue by examining the spectral discriminators in the context of perceptual image super-resolution (i.e., GAN-based SR), as SR image quality is susceptible to spectral changes. Our analyses reveal that the spectral discriminator indeed performs better than the ordinary (a.k.a. spatial) discriminator in identifying the differences in the high-frequency range; however, the spatial discriminator holds an advantage in the low-frequency range. Thus, we suggest that the spectral and spatial discriminators shall be used simultaneously. Moreover, we improve the spectral discriminators by first calculating the patch-wise Fourier spectrum and then aggregating the spectra by Transformer. We verify the effectiveness of the proposed method twofold. On the one hand, thanks to the additional spectral discriminator, our obtained SR images have their spectra better aligned to those of the real images, which leads to a better PD tradeoff. On the other hand, our ensembled discriminator predicts the perceptual quality more accurately, as evidenced in the no-reference image quality assessment task.

📄 PDF Abstract BibTeX arXiv:2307.12027

Code (1)

luciennnnnnn/dualformer 공식 구현 pytorch

Tasks

Image Quality AssessmentImage Super-ResolutionNo-Reference Image Quality AssessmentSuper-Resolution

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Adam 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Super-Resolved Image Perceptual Quality Improvement via Multi-Feature Discriminators

2019-04-24 · Xuan Zhu, Yue Cheng, Jinye Peng, Rongzhi Wang 외

Generative adversarial network (GAN) for image super-resolution (SR) has attracted enormous interests in recent years. However, the GAN-based SR methods only use image discriminator to distinguish SR images and high-reso…

Generative Adversarial NetworkImage Super-ResolutionSuper-Resolution

StyleMelGAN: An Efficient High-Fidelity Adversarial Vocoder with Temporal Adaptive Normalization

2020-11-03 · Ahmed Mustafa, Nicola Pia, Guillaume Fuchs

In recent years, neural vocoders have surpassed classical speech generation approaches in naturalness and perceptual quality of the synthesized speech. Computationally heavy models like WaveNet and WaveGlow achieve best …

Spectral Reconstructiontext-to-speechText to SpeechVocal Bursts Intensity Prediction

HP-GAN: Harnessing pretrained networks for GAN improvement with FakeTwins and discriminator consistency

2026-02-03 · Geonhui Son, Jeong Ryong Lee, Dosik Hwang arxiv

Generative Adversarial Networks (GANs) have made significant progress in enhancing the quality of image synthesis. Recent methods frequently leverage pretrained networks to calculate perceptual losses or utilize pretrain…

Self-Supervised Learning

EuleroDec: A Complex-Valued RVQ-VAE for Efficient and Robust Audio Coding

2026-01-24 · Luca Cerovaz, Michele Mancusi, Emanuele Rodolà arxiv

Audio codecs power discrete music generative modelling, music streaming and immersive media by shrinking PCM audio to bandwidth-friendly bit-rates. Recent works have gravitated towards processing in the spectral domain; …

Extreme Image Coding via Multiscale Autoencoders With Generative Adversarial Optimization

2019-04-08 · Chao Huang, Haojie Liu, Tong Chen, Qiu Shen 외

We propose a MultiScale AutoEncoder(MSAE) based extreme image compression framework to offer visually pleasing reconstruction at a very low bitrate. Our method leverages the "priors" at different resolution scale to impr…

Generative Adversarial NetworkImage Compression