paper-with-me

Papers

Self-Supervised Image-to-Text and Text-to-Image Synthesis

2021-12-09 · Anindya Sundar Das, Sriparna Saha

A comprehensive understanding of vision and language and their interrelation are crucial to realize the underlying similarities and differences between these modalities and to learn more generalized, meaningful representations. In recent years, most of the works related to Text-to-Image synthesis and Image-to-Text generation, focused on supervised generative deep architectures to solve the problems, where very little interest was placed on learning the similarities between the embedding spaces across modalities. In this paper, we propose a novel self-supervised deep learning based approach towards learning the cross-modal embedding spaces; for both image to text and text to image generations. In our approach, we first obtain dense vector representations of images using StackGAN-based autoencoder model and also dense vector representations on sentence-level utilizing LSTM based text-autoencoder; then we study the mapping from embedding space of one modality to embedding space of the other modality utilizing GAN and maximum mean discrepancy based generative networks. We, also demonstrate that our model learns to generate textual description from image data as well as images from textual data both qualitatively and quantitatively.

📄 PDF Abstract BibTeX arXiv:2112.04928

Code (1)

anindyasdas/selfsupervisedimagetext 공식 구현 pytorch

Tasks

Image GenerationImage to textSentenceText Generation

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Self-Supervised Learning of Pretext-Invariant Representations

2019-12-04 · CVPR 2020 6 · Ishan Misra, Laurens van der Maaten

The goal of self-supervised learning from images is to construct image representations that are semantically meaningful via pretext tasks that do not require semantic annotations for a large training set of images. Many …

Contrastive Learningobject-detectionObject DetectionRepresentation Learning+3

Self-Supervised Representation Learning on Document Images

2020-04-18 · Adrian Cosma, Mihai Ghidoveanu, Michael Panaitescu-Liess, Marius Popescu

This work analyses the impact of self-supervised pre-training on document images in the context of document image classification. While previous approaches explore the effect of self-supervision on natural images, we sho…

Classificationdocument-image-classificationDocument Image ClassificationGeneral Classification+3

DiT: Self-supervised Pre-training for Document Image Transformer

2022-03-04 · Junlong Li, Yiheng Xu, Tengchao Lv, Lei Cui 외

Image Transformer has recently achieved significant progress for natural image understanding, either using supervised (ViT, DeiT, etc.) or self-supervised (BEiT, MAE, etc.) pre-training techniques. In this paper, we prop…

Document AIdocument-image-classificationDocument Image ClassificationDocument Layout Analysis+5

Self-supervised Character-to-Character Distillation for Text Recognition

2022-11-01 · ICCV 2023 1 · Tongkun Guan, Wei Shen, Xue Yang, Qi Feng 외

When handling complicated text images (e.g., irregular structures, low resolution, heavy occlusion, and uneven illumination), existing supervised text recognition methods are data-hungry. Although these methods employ la…

Data AugmentationRepresentation LearningScene Text RecognitionSelf-Learning+5

Mixture of Self-Supervised Learning

2023-07-27 · Aristo Renaldo Ruslim, Novanto Yudistira, Budi Darma Setiawan

Self-supervised learning is popular method because of its ability to learn features in images without using its labels and is able to overcome limited labeled datasets used in supervised learning. Self-supervised learnin…

Classificationimage-classificationImage ClassificationSelf-Supervised Learning