paper-with-me

Colorization Transformer

2000년 도입 · 논문 1편에서 사용

Colorization Transformer is a probabilistic colorization model composed only of axial self-attention blocks. The main advantages of these blocks are the ability to capture a global receptive field with only two layers and $\mathcal{O}(D\sqrt{D})$ instead of $\text{O}(D^{2})$ complexity. In order to enable colorization of high-resolution grayscale images, the task is decomposed into three simpler sequential subtasks: coarse low resolution autoregressive colorization, parallel color and spatial super-resolution. For coarse low resolution colorization, a conditional variant of Axial Transformer is applied. The authors leverage the semi-parallel sampling mechanism of Axial Transformers. Finally, fast parallel deterministic upsampling models are employed to super-resolve the coarsely colorized image into the final high resolution output.

출처: Colorization Transformer

소개 논문: Colorization Transformer

Image Colorization Models · Computer VisionVision Transformers · Computer Vision