paper-with-me

Papers

Experimenting with Self-Supervision using Rotation Prediction for Image Captioning

2021-07-28 · Ahmed Elhagry, Karima Kadaoui

Image captioning is a task in the field of Artificial Intelligence that merges between computer vision and natural language processing. It is responsible for generating legends that describe images, and has various applications like descriptions used by assistive technology or indexing images (for search engines for instance). This makes it a crucial topic in AI that is undergoing a lot of research. This task however, like many others, is trained on large images labeled via human annotation, which can be very cumbersome: it needs manual effort, both financial and temporal costs, it is error-prone and potentially difficult to execute in some cases (e.g. medical images). To mitigate the need for labels, we attempt to use self-supervised learning, a type of learning where models use the data contained within the images themselves as labels. It is challenging to accomplish though, since the task is two-fold: the images and captions come from two different modalities and usually handled by different types of networks. It is thus not obvious what a completely self-supervised solution would look like. How it would achieve captioning in a comparable way to how self-supervision is applied today on image recognition tasks is still an ongoing research topic. In this project, we are using an encoder-decoder architecture where the encoder is a convolutional neural network (CNN) trained on OpenImages dataset and learns image features in a self-supervised fashion using the rotation pretext task. The decoder is a Long Short-Term Memory (LSTM), and it is trained, along within the image captioning model, on MS COCO dataset and is responsible of generating captions. Our GitHub repository can be found: https://github.com/elhagry1/SSL_ImageCaptioning_RotationPrediction

📄 PDF Abstract BibTeX arXiv:2107.13111

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderImage CaptioningSelf-Supervised Learning

Similar Papers 제목 키워드 기반

AggSS: An Aggregated Self-Supervised Approach for Class-Incremental Learning

2024-08-08 · Jayateja Kalla, Soma Biswas

This paper investigates the impact of self-supervised learning, specifically image rotations, on various class-incremental learning paradigms. Here, each image with a predefined rotation is considered as a new class for …

class-incremental learningClass Incremental LearningIncremental LearningSelf-Supervised Learning

Exploring DeshuffleGANs in Self-Supervised Generative Adversarial Networks

2020-11-03 · Gulcin Baykal, Furkan Ozcelik, Gozde Unal

Generative Adversarial Networks (GANs) have become the most used networks towards solving the problem of image generation. Self-supervised GANs are later proposed to avoid the catastrophic forgetting of the discriminator…

Image Generation

Sound Localization from Motion: Jointly Learning Sound Direction and Camera Rotation

2023-03-20 · ICCV 2023 1 · Ziyang Chen, Shengyi Qian, Andrew Owens

The images and sounds that we perceive undergo subtle but geometrically consistent changes as we rotate our heads. In this paper, we use these cues to solve a problem we call Sound Localization from Motion (SLfM): jointl…

Self-supervised Domain Adaptation for Computer Vision Tasks

2019-07-25 · Jiaolong Xu, Liang Xiao, Antonio M. Lopez

Recent progress of self-supervised visual representation learning has achieved remarkable success on many challenging computer vision benchmarks. However, whether these techniques can be used for domain adaptation has no…

Domain AdaptationObject RecognitionRepresentation LearningSegmentation+1

Image Enhanced Rotation Prediction for Self-Supervised Learning

2019-12-25 · Shin'ya Yamaguchi, Sekitoshi Kanai, Tetsuya Shioda, Shoichiro Takeda

The rotation prediction (Rotation) is a simple pretext-task for self-supervised learning (SSL), where models learn useful representations for target vision tasks by solving pretext-tasks. Although Rotation captures infor…

Image EnhancementObjectPredictionSelf-Supervised Learning