paper-with-me

Papers

Taming Transformers for High-Resolution Image Synthesis

2020-12-17 · CVPR 2021 1 · Patrick Esser, Robin Rombach, Björn Ommer

Designed to learn long-range interactions on sequential data, transformers continue to show state-of-the-art results on a wide variety of tasks. In contrast to CNNs, they contain no inductive bias that prioritizes local interactions. This makes them expressive, but also computationally infeasible for long sequences, such as high-resolution images. We demonstrate how combining the effectiveness of the inductive bias of CNNs with the expressivity of transformers enables them to model and thereby synthesize high-resolution images. We show how to (i) use CNNs to learn a context-rich vocabulary of image constituents, and in turn (ii) utilize transformers to efficiently model their composition within high-resolution images. Our approach is readily applied to conditional synthesis tasks, where both non-spatial information, such as object classes, and spatial information, such as segmentations, can control the generated image. In particular, we present the first results on semantically-guided synthesis of megapixel images with transformers and obtain the state of the art among autoregressive models on class-conditional ImageNet. Code and pretrained models can be found at https://github.com/CompVis/taming-transformers .

📄 PDF Abstract BibTeX arXiv:2012.09841

Code (13)

CompVis/taming-transformers 공식 구현 pytorch
FaceOnLive/DeepFake-Detection-SDK-Linux
YvanG/VQGAN-CLIP pytorch
alibaba/EasyNLP/tree/master/examples/text2image_generation jax
dome272/VQGAN pytorch
dome272/vqgan-pytorch pytorch
hyn2028/llm-cxr pytorch
joanrod/ocr-vqgan pytorch
joh-fischer/PlantLDM pytorch
samb-t/unleashing-transformers pytorch
tgisaturday/taming-transformers-tpu jax
v-iashin/SpecVQGAN pytorch
xiaoiker/meta_dpm pytorch

Tasks

DeepFake DetectionImage GenerationImage OutpaintingImage ReconstructionImage-to-Image TranslationInductive BiasText-to-Image GenerationVocal Bursts Intensity Prediction

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
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…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음

Similar Papers 제목 키워드 기반

FontTransformer: Few-shot High-resolution Chinese Glyph Image Synthesis via Stacked Transformers

2022-10-12 · Yitian Liu, Zhouhui Lian

Automatic generation of high-quality Chinese fonts from a few online training samples is a challenging task, especially when the amount of samples is very small. Existing few-shot font generation methods can only synthes…

Few-Shot LearningFont GenerationImage Generation

StyleSwin: Transformer-based GAN for High-resolution Image Generation

2021-12-20 · CVPR 2022 1 · BoWen Zhang, Shuyang Gu, Bo Zhang, Jianmin Bao 외

Despite the tantalizing success in a broad of vision tasks, transformers have not yet demonstrated on-par ability as ConvNets in high-resolution image generative modeling. In this paper, we seek to explore using pure tra…

BlockingComputational EfficiencyGenerative Adversarial NetworkImage Generation+1

DiM: Diffusion Mamba for Efficient High-Resolution Image Synthesis

2024-05-23 · Yao Teng, Yue Wu, Han Shi, Xuefei Ning 외

Diffusion models have achieved great success in image generation, with the backbone evolving from U-Net to Vision Transformers. However, the computational cost of Transformers is quadratic to the number of tokens, leadin…

Image GenerationMambaState Space Models

Scalable High-Resolution Pixel-Space Image Synthesis with Hourglass Diffusion Transformers

2024-01-21 · Katherine Crowson, Stefan Andreas Baumann, Alex Birch, Tanishq Mathew Abraham 외

We present the Hourglass Diffusion Transformer (HDiT), an image generative model that exhibits linear scaling with pixel count, supporting training at high-resolution (e.g. $1024 \times 1024$) directly in pixel-space. Bu…

Image Generation

ResDiT: Evoking the Intrinsic Resolution Scalability in Diffusion Transformers

2025-12-01 · Yiyang Ma, Feng Zhou, Xuedan Yin, Pu Cao 외 arxiv

Leveraging pre-trained Diffusion Transformers (DiTs) for high-resolution (HR) image synthesis often leads to spatial layout collapse and degraded texture fidelity. Prior work mitigates these issues with complex pipelines…