paper-with-me

Papers

Multimodal Sequential Generative Models for Semi-Supervised Language Instruction Following

2022-12-29 · Kei Akuzawa, Yusuke Iwasawa, Yutaka Matsuo

Agents that can follow language instructions are expected to be useful in a variety of situations such as navigation. However, training neural network-based agents requires numerous paired trajectories and languages. This paper proposes using multimodal generative models for semi-supervised learning in the instruction following tasks. The models learn a shared representation of the paired data, and enable semi-supervised learning by reconstructing unpaired data through the representation. Key challenges in applying the models to sequence-to-sequence tasks including instruction following are learning a shared representation of variable-length mulitimodal data and incorporating attention mechanisms. To address the problems, this paper proposes a novel network architecture to absorb the difference in the sequence lengths of the multimodal data. In addition, to further improve the performance, this paper shows how to incorporate the generative model-based approach with an existing semi-supervised method called a speaker-follower model, and proposes a regularization term that improves inference using unpaired trajectories. Experiments on BabyAI and Room-to-Room (R2R) environments show that the proposed method improves the performance of instruction following by leveraging unpaired data, and improves the performance of the speaker-follower model by 2\% to 4\% in R2R.

📄 PDF Abstract BibTeX arXiv:2301.00676

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction Following

Similar Papers 제목 키워드 기반

Bi-Modality Medical Image Synthesis Using Semi-Supervised Sequential Generative Adversarial Networks

2023-08-27 · Xin Yang, Yi Lin, Zhiwei Wang, Xin Li 외

In this paper, we propose a bi-modality medical image synthesis approach based on sequential generative adversarial network (GAN) and semi-supervised learning. Our approach consists of two generative modules that synthes…

Generative Adversarial NetworkImage Generation

Multimodal Semi-Supervised Learning for Text Recognition

2022-05-08 · Aviad Aberdam, Roy Ganz, Shai Mazor, Ron Litman

Until recently, the number of public real-world text images was insufficient for training scene text recognizers. Therefore, most modern training methods rely on synthetic data and operate in a fully supervised manner. N…

Language ModellingRepresentation LearningScene Text RecognitionSelf-Supervised Learning

A Probabilistic Semi-Supervised Approach with Triplet Markov Chains

2023-09-07 · Katherine Morales, Yohan Petetin

Triplet Markov chains are general generative models for sequential data which take into account three kinds of random variables: (noisy) observations, their associated discrete labels and latent variables which aim at st…

Bayesian InferenceTriplet

Hypernetworks for Continual Semi-Supervised Learning

2021-10-05 · Dhanajit Brahma, Vinay Kumar Verma, Piyush Rai

Learning from data sequentially arriving, possibly in a non i.i.d. way, with changing task distribution over time is called continual learning. Much of the work thus far in continual learning focuses on supervised learni…

Continual LearningGenerative Adversarial NetworkSplit-CIFAR-10

Semi-supervised Structured Prediction with Neural CRF Autoencoder

2017-09-01 · EMNLP 2017 9 · Xiao Zhang, Yong Jiang, Hao Peng, Kewei Tu 외

In this paper we propose an end-to-end neural CRF autoencoder (NCRF-AE) model for semi-supervised learning of sequential structured prediction problems. Our NCRF-AE consists of two parts: an encoder which is a CRF model …

DecoderPart-Of-Speech TaggingPOSPOS Tagging+2