paper-with-me

Papers

WavePaint: Resource-efficient Token-mixer for Self-supervised Inpainting

2023-07-01 · Pranav Jeevan, Dharshan Sampath Kumar, Amit Sethi

Image inpainting, which refers to the synthesis of missing regions in an image, can help restore occluded or degraded areas and also serve as a precursor task for self-supervision. The current state-of-the-art models for image inpainting are computationally heavy as they are based on transformer or CNN backbones that are trained in adversarial or diffusion settings. This paper diverges from vision transformers by using a computationally-efficient WaveMix-based fully convolutional architecture -- WavePaint. It uses a 2D-discrete wavelet transform (DWT) for spatial and multi-resolution token-mixing along with convolutional layers. The proposed model outperforms the current state-of-the-art models for image inpainting on reconstruction quality while also using less than half the parameter count and considerably lower training and evaluation times. Our model even outperforms current GAN-based architectures in CelebA-HQ dataset without using an adversarially trainable discriminator. Our work suggests that neural architectures that are modeled after natural image priors require fewer parameters and computations to achieve generalization comparable to transformers.

📄 PDF Abstract BibTeX arXiv:2307.00407

Code (1)

pranavphoenix/WavePaint 공식 구현 pytorch

Tasks

Image Inpainting

Methods 이 논문이 사용한 방법론

Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.

Similar Papers 제목 키워드 기반

MetaFormer Baselines for Vision

2022-10-24 · Weihao Yu, Chenyang Si, Pan Zhou, Mi Luo 외

MetaFormer, the abstracted architecture of Transformer, has been found to play a significant role in achieving competitive performance. In this paper, we further explore the capacity of MetaFormer, again, without focusin…

Domain GeneralizationImage Classification

Using pretrained graph neural networks with token mixers as geometric featurizers for conformational dynamics

2024-09-30 · Zihan Pengmei, Chatipat Lorpaiboon, Spencer C. Guo, Jonathan Weare 외

Identifying informative low-dimensional features that characterize dynamics in molecular simulations remains a challenge, often requiring extensive manual tuning and system-specific knowledge. Here, we introduce geom2vec…

Denoisingfeature selection

Convolutional Xformers for Vision

2022-01-25 · Pranav Jeevan, Amit Sethi

Vision transformers (ViTs) have found only limited practical use in processing images, in spite of their state-of-the-art accuracy on certain benchmarks. The reason for their limited use include their need for larger tra…

GPUimage-classificationImage Classification

GroupedMixer: An Entropy Model with Group-wise Token-Mixers for Learned Image Compression

2024-05-02 · Daxin Li, Yuanchao Bai, Kai Wang, Junjun Jiang 외

Transformer-based entropy models have gained prominence in recent years due to their superior ability to capture long-range dependencies in probability distribution estimation compared to convolution-based methods. Howev…

Image Compression

FFT-based Dynamic Token Mixer for Vision

2023-03-07 · Yuki Tatsunami, Masato Taki

Multi-head-self-attention (MHSA)-equipped models have achieved notable performance in computer vision. Their computational complexity is proportional to quadratic numbers of pixels in input feature maps, resulting in slo…

image-classificationImage Classificationobject-detectionObject Detection+1