paper-with-me

Papers

Counterfactual Cycle-Consistent Learning for Instruction Following and Generation in Vision-Language Navigation

2022-03-30 · CVPR 2022 1 · Hanqing Wang, Wei Liang, Jianbing Shen, Luc van Gool, Wenguan Wang

Since the rise of vision-language navigation (VLN), great progress has been made in instruction following -- building a follower to navigate environments under the guidance of instructions. However, far less attention has been paid to the inverse task: instruction generation -- learning a speaker~to generate grounded descriptions for navigation routes. Existing VLN methods train a speaker independently and often treat it as a data augmentation tool to strengthen the follower while ignoring rich cross-task relations. Here we describe an approach that learns the two tasks simultaneously and exploits their intrinsic correlations to boost the training of each: the follower judges whether the speaker-created instruction explains the original navigation route correctly, and vice versa. Without the need of aligned instruction-path pairs, such cycle-consistent learning scheme is complementary to task-specific training targets defined on labeled data, and can also be applied over unlabeled paths (sampled without paired instructions). Another agent, called~creator is added to generate counterfactual environments. It greatly changes current scenes yet leaves novel items -- which are vital for the execution of original instructions -- unchanged. Thus more informative training scenes are synthesized and the three agents compose a powerful VLN learning system. Extensive experiments on a standard benchmark show that our approach improves the performance of various follower models and produces accurate navigation instructions.

📄 PDF Abstract BibTeX arXiv:2203.16586

Code (1)

hanqingwangai/ccc-vln 공식 구현 pytorch

Tasks

counterfactualData AugmentationInstruction FollowingNavigateVision-Language Navigation

Similar Papers 제목 키워드 기반

Gumbel Machine: Counterfactual Student Writing Generation via Gumbel Noise Steering

2026-05-26 · Hunter McNichols, Alexander Scarlatos, Mihai Dascalu, Danielle McNamara 외 arxiv

An effective method of teaching across disciplines is to provide examples of high-quality work. However, an example may be significantly different from a student's current work, making it challenging for them to emulate.…

Text Generation

When Vision Overrides Language: Evaluating and Mitigating Counterfactual Failures in VLAs

2026-02-19 · Yu Fang, Yuchun Feng, Dong Jing, Jiaqi Liu 외 arxiv

Vision-Language-Action models (VLAs) promise to ground language instructions in robot control, yet in practice often fail to faithfully follow language. When presented with instructions that lack strong scene-specific su…

Unified Pragmatic Models for Generating and Following Instructions

2017-11-14 · NAACL 2018 6 · Daniel Fried, Jacob Andreas, Dan Klein

We show that explicit pragmatic inference aids in correctly generating and following natural language instructions for complex, sequential tasks. Our pragmatics-enabled models reason about why speakers produce certain in…

Text Generation

Cycle Diffusion Model for Counterfactual Image Generation

2025-09-29 · Fangrui Huang, Alan Wang, Binxu Li, Bailey Trang 외 arxiv

Deep generative models have demonstrated remarkable success in medical image synthesis. However, ensuring conditioning faithfulness and high-quality synthetic images for direct or counterfactual generation remains a chal…

Medical Image GenerationData Augmentation

CAST: Counterfactual Labels Improve Instruction Following in Vision-Language-Action Models

2025-08-19 · Catherine Glossop, William Chen, Arjun Bhorkar, Dhruv Shah 외 arxiv

Generalist robots should be able to understand and follow user instructions. Despite providing a powerful architecture for mapping open-vocabulary language instructions to robot actions, current vision-language-action (V…

Vision-Language NavigationInstruction Following