paper-with-me

Papers

Vector Quantization With Self-Attention for Quality-Independent Representation Learning

2023-01-01 · CVPR 2023 1 · Zhou Yang, Weisheng Dong, Xin Li, Mengluan Huang, Yulin Sun, Guangming Shi

Recently, the robustness of deep neural networks has drawn extensive attention due to the potential distribution shift between training and testing data (e.g., deep models trained on high-quality images are sensitive to corruption during testing). Many researchers attempt to make the model learn invariant representations from multiple corrupted data through data augmentation or image-pair-based feature distillation to improve the robustness. Inspired by sparse representation in image restoration, we opt to address this issue by learning image-quality-independent feature representation in a simple plug-and-play manner, that is, to introduce discrete vector quantization (VQ) to remove redundancy in recognition models. Specifically, we first add a codebook module to the network to quantize deep features. Then we concatenate them and design a self-attention module to enhance the representation. During training, we enforce the quantization of features from clean and corrupted images in the same discrete embedding space so that an invariant quality-independent feature representation can be learned to improve the recognition robustness of low-quality images. Qualitative and quantitative experimental results show that our method achieved this goal effectively, leading to a new state-of-the-art result of 43.1% mCE on ImageNet-C with ResNet50 as the backbone. On other robustness benchmark datasets, such as ImageNet-R, our method also has an accuracy improvement of almost 2%.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationImage RestorationQuantizationRepresentation Learning

Methods 이 논문이 사용한 방법론

OPT OPT is a suite of decoder-only pre-trained transformers ranging from 125M to 175B parameters. The model uses an AdamW optimizer and weight decay of 0.1. It follows a linear…

Similar Papers 제목 키워드 기반

Self-control: A Better Conditional Mechanism for Masked Autoregressive Model

2024-12-18 · Qiaoying Qu, Shiyu Shen

Autoregressive conditional image generation algorithms are capable of generating photorealistic images that are consistent with given textual or image conditions, and have great potential for a wide range of applications…

Conditional Image GenerationImage GenerationQuantization

Transformer-VQ: Linear-Time Transformers via Vector Quantization

2023-09-28 · Lucas D. Lingle

We introduce Transformer-VQ, a decoder-only transformer computing softmax-based dense self-attention in linear time. Transformer-VQ's efficient attention is enabled by vector-quantized keys and a novel caching mechanism.…

8kDecoderQuantization

GA-GAN: CT reconstruction from Biplanar DRRs using GAN with Guided Attention

2019-09-27 · Ashish Sinha, Yohei Sugawara, Yuichiro Hirano

This work investigates the use of guided attention in the reconstruction of CTvolumes from biplanar DRRs. We try to improve the visual image quality of the CT reconstruction using Guided Attention based GANs (GA-GAN). We…

CT ReconstructionQuantization

Self-Supervised Speech Quality Estimation and Enhancement Using Only Clean Speech

2024-02-26 · Szu-Wei Fu, Kuo-Hsuan Hung, Yu Tsao, Yu-Chiang Frank Wang

Speech quality estimation has recently undergone a paradigm shift from human-hearing expert designs to machine-learning models. However, current models rely mainly on supervised learning, which is time-consuming and expe…

QuantizationSpeech Enhancement

Efficient-VQGAN: Towards High-Resolution Image Generation with Efficient Vision Transformers

2023-10-09 · ICCV 2023 1 · Shiyue Cao, Yueqin Yin, Lianghua Huang, Yu Liu 외

Vector-quantized image modeling has shown great potential in synthesizing high-quality images. However, generating high-resolution images remains a challenging task due to the quadratic computational overhead of the self…

Image GenerationImage ReconstructionQuantization