paper-with-me

Papers

ViT-Inception-GAN for Image Colourising

2021-06-11 · Tejas Bana, Jatan Loya, Siddhant Kulkarni

Studies involving colourising images has been garnering researchers' keen attention over time, assisted by significant advances in various Machine Learning techniques and compute power availability. Traditionally, colourising images have been an intricate task that gave a substantial degree of freedom during the assignment of chromatic information. In our proposed method, we attempt to colourise images using Vision Transformer - Inception - Generative Adversarial Network (ViT-I-GAN), which has an Inception-v3 fusion embedding in the generator. For a stable and robust network, we have used Vision Transformer (ViT) as the discriminator. We trained the model on the Unsplash and the COCO dataset for demonstrating the improvement made by the Inception-v3 embedding. We have compared the results between ViT-GANs with and without Inception-v3 embedding.

📄 PDF Abstract BibTeX arXiv:2106.06321

Code (0)

등록된 구현이 없습니다.

Tasks

Generative Adversarial Network

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Auxiliary Classifier Auxiliary Classifiers are type of architectural component that seek to improve the convergence of very deep networks. They are classifier heads we attach to layers before the…
Average Pooling 설명 없음
Inception-v3 Module Inception-v3 Module is an image block used in the Inception-v3 architecture. This architecture is used on the coarsest (8 ×…

Similar Papers 제목 키워드 기반

Is It a Plausible Colour? UCapsNet for Image Colourisation

2020-12-04 · Rita Pucci, Christian Micheloni, Gian Luca Foresti, Niki Martinel

Human beings can imagine the colours of a grayscale image with no particular effort thanks to their ability of semantic feature extraction. Can an autonomous system achieve that? Can it hallucinate plausible and vibrant …

Self-Supervised Learning

Xception: Deep Learning with Depthwise Separable Convolutions

2016-10-07 · CVPR 2017 · François Chollet

We present an interpretation of Inception modules in convolutional neural networks as being an intermediate step in-between regular convolution and the depthwise separable convolution operation (a depthwise convolution f…

ClassificationDeep Learningimage-classificationImage Classification+1

Xception: Deep Learning With Depthwise Separable Convolutions

2017-07-01 · CVPR 2017 7 · Francois Chollet

We present an interpretation of Inception modules in convolutional neural networks as being an intermediate step in-between regular convolution and the depthwise separable convolution operation (a depthwise convolution f…

Deep Learningimage-classificationImage Classification

Inception-v4, Inception-ResNet and the Impact of Residual Connections on Learning

2016-02-23 · Christian Szegedy, Sergey Ioffe, Vincent Vanhoucke, Alex Alemi

Very deep convolutional networks have been central to the largest advances in image recognition performance in recent years. One example is the Inception architecture that has been shown to achieve very good performance …

ClassificationGeneral ClassificationImage Classification

Inception-inspired LSTM for Next-frame Video Prediction

2019-08-28 · Matin Hosseini, Anthony S. Maida, Majid Hosseini, Gottumukkala Raju

The problem of video frame prediction has received much interest due to its relevance to many computer vision applications such as autonomous vehicles or robotics. Supervised methods for video frame prediction rely on la…

Autonomous Vehiclesimage-classificationImage ClassificationPrediction+1