VISTAv2: World Imagination for Indoor Vision-and-Language Navigation
TLDR
VISTAv2 uses a generative world model to imagine future views for indoor vision-and-language navigation, improving planning via an online value map.
Reasoning
The paper introduces a novel integration of generative video prediction with value-based planning, demonstrating strong empirical results on MP3D and RoboTHOR. However, it is limited to short-horizon futures and evaluated on only two datasets, leaving scalability and long-horizon generalization unaddressed.
Read-first score
Read-first score 68.5, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 61.
Field roles
Rank sensitivity
Stability: volatile; rank range: 258.
Keyword Scores
Deep Analysis
Innovations
- Action-conditioned egocentric future view prediction using a generative world model
- Online value map for planning fused at score level with base objective
- Action-aware Conditional Diffusion Transformer video predictor for synthesizing short-horizon futures
- Differentiable imagination-to-value head that fuses multiple rollouts into an egocentric value map
- Efficient rollouts in VAE latent space with distilled sampler and sparse decoding on a single consumer GPU
- Instruction-guided value fusion via vision-language scorer
Methodology
VISTAv2 is a generative world model that rolls out egocentric future views conditioned on past observations, candidate action sequences, and instructions. It uses an action-aware Conditional Diffusion Transformer video predictor to synthesize short-horizon futures, aligns them with language via a vision-language scorer, and fuses multiple rollouts in a differentiable imagination-to-value head to output an egocentric value map. Rollouts are performed in VAE latent space with a distilled sampler and sparse decoding for efficiency. The model is evaluated on MP3D and RoboTHOR against strong baselines.
Key Results
VISTAv2 improves over strong baselines on MP3D and RoboTHOR, and ablations confirm that action-conditioned imagination, instruction-guided value fusion, and the online value-map planner are all critical to performance.
Limitations
- Only evaluated on indoor environments (MP3D and RoboTHOR)
- Requires candidate action sequences for rollouts, which may limit applicability in unknown or dynamic settings
- Relies on short-horizon future predictions, potentially limiting long-horizon planning