Training-time pseudo-label generation for single-image vision-language navigation
Build a teacher-only training pipeline for single-image navigation datasets. WorldMAP gives the clearest evidence in this pack that generated future views are useful when they are converted into path supervision before deployment, not when they are kept in the runtime loop. The concrete workflow is a pseudo-label generator that takes one egocentric image plus an instruction, expands future views with a world model, projects target and obstacle regions into a bird's-eye-view cost map, and writes waypoint labels for a smaller student model. Teams shipping indoor navigation on edge hardware would care first because this keeps inference cheap: the student runs alone at test time. The cheap validation is straightforward: add the pseudo-label stage to an existing waypoint predictor and compare ADE and FDE against direct VLM prediction on held-out scenes. The result to beat is concrete. On Target-Bench, WorldMAP reports ADE 42.06 and FDE 38.87, beating Gemini-3-Pro on both and far outperforming direct Qwen3-VL-8B trajectory prediction.