paper-with-me

홈 › Papers

Cross from Left to Right Brain: Adaptive Text Dreamer for Vision-and-Language Navigation

2025-05-27 · Pingrui Zhang, Yifei Su, Pengyuan Wu, Dong An, Li Zhang, Zhigang Wang, Dong Wang, Yan Ding, Bin Zhao, Xuelong Li

Vision-and-Language Navigation (VLN) requires the agent to navigate by following natural instructions under partial observability, making it difficult to align perception with language. Recent methods mitigate this by imagining future scenes, yet they rely on vision-based synthesis, leading to high computational cost and redundant details. To this end, we propose to adaptively imagine key environmental semantics via \textit{language} form, enabling a more reliable and efficient strategy. Specifically, we introduce a novel Adaptive Text Dreamer (ATD), a dual-branch self-guided imagination policy built upon a large language model (LLM). ATD is designed with a human-like left-right brain architecture, where the left brain focuses on logical integration, and the right brain is responsible for imaginative prediction of future scenes. To achieve this, we fine-tune only the Q-former within both brains to efficiently activate domain-specific knowledge in the LLM, enabling dynamic updates of logical reasoning and imagination during navigation. Furthermore, we introduce a cross-interaction mechanism to regularize the imagined outputs and inject them into a navigation expert module, allowing ATD to jointly exploit both the reasoning capacity of the LLM and the expertise of the navigation model. We conduct extensive experiments on the R2R benchmark, where ATD achieves state-of-the-art performance with fewer parameters. The code is \href{https://github.com/zhangpingrui/Adaptive-Text-Dreamer}{here}.

📄 PDF Abstract BibTeX arXiv:2505.20897

Code (1)

zhangpingrui/adaptive-text-dreamer 공식 구현

Tasks

Large Language ModelLogical ReasoningNavigateVision and Language Navigation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Left-right asymmetry in predicting brain activity from LLMs' representations emerges with their formal linguistic competence

2026-02-13 · Laurent Bonnasse-Gahot, Christophe Pallier arxiv

When humans and large language models (LLMs) process the same text, activations in the LLMs correlate with brain activity measured, e.g., with functional magnetic resonance imaging (fMRI). Moreover, it has been shown tha…

EyeBrain: Left and Right Brain Lateralization Activity Classification Through Pupil Diameter and Fixation Duration

2026-04-26 · Ko Watanabe, Pooja Pol, Nicolas Großmann, Shoya Ishimaru 외 arxiv

The relationship between brain lateralization and cognitive functions is well-documented. The left hemisphere primarily handles tasks such as language and arithmetic, while the right hemisphere is involved in creative ac…

Information-Restricted Neural Language Models Reveal Different Brain Regions' Sensitivity to Semantics, Syntax and Context

2023-02-28 · Alexandre Pasquiou, Yair Lakretz, Bertrand Thirion, Christophe Pallier

A fundamental question in neurolinguistics concerns the brain regions involved in syntactic and semantic processing during speech comprehension, both at the lexical (word processing) and supra-lexical levels (sentence an…

Language ModelingLanguage ModellingSensitivitySentence

fMRI predictors based on language models of increasing complexity recover brain left lateralization

2024-05-28 · Laurent Bonnasse-Gahot, Christophe Pallier

Over the past decade, studies of naturalistic language processing where participants are scanned while listening to continuous text have flourished. Using word embeddings at first, then large language models, researchers…

Word Embeddings

Using Left and Right Brains Together: Towards Vision and Language Planning

2024-02-16 · Jun Cen, Chenfei Wu, Xiao Liu, Shengming Yin 외

Large Language Models (LLMs) and Large Multi-modality Models (LMMs) have demonstrated remarkable decision masking capabilities on a variety of tasks. However, they inherently operate planning within the language space, l…