← Search

Wenxuan Guo

7 accepted papers

2026

AwareVLN: Reasoning with Self-awareness for Vision-Language Navigation

CVPR 2026

Vision-and-Language Navigation (VLN) requires an agent to ground language instructions to its own movement within a visual environment. While state-of-the-art methods leverage the reasoning capabilities of Vision-Language Models (VLMs) for end-to-end action prediction, they often lack an explicit an

Cited by 0SourcecodeScholar
2026

Towards Interpretable Visual Decoding with Attention to Brain Representations

ICLR 2026poster

Recent work has demonstrated that complex visual stimuli can be decoded from human brain activity using deep generative models, helping brain science researchers interpret how the brain represents real-world scenes. However, most current approaches leverage mapping brain signals into intermediate im…

Cited by 0SourceScholar
2025

GC-VLN: Instruction as Graph Constraints for Training-free Vision-and-Language Navigation

CoRL 2025poster

In this paper, we propose a training-free framework for vision-and-language navigation (VLN). Existing zero-shot VLN methods are mainly designed for discrete environments or involve unsupervised training in continuous simulator environments, which makes it challenging to generalize and deploy them i…

Cited by 0SourceScholar
2025

IGL-Nav: Incremental 3D Gaussian Localization for Image-goal Navigation

ICCV 2025poster

Visual navigation with an image as goal is a fundamental and challenging problem. Conventional methods either rely on end-to-end RL learning or modular-based policy with topological graph or BEV map as memory, which cannot fully model the geometric relationship between the explored 3D environment an…

2025

In Silico Mapping of Visual Categorical Selectivity Across the Whole Brain

NeurIPS 2025poster

A fine-grained account of functional selectivity in the cortex is essential for understanding how visual information is processed and represented in the brain. Classical studies using designed experiments have identified multiple category-selective regions; however, these approaches rely on preconce…

Cited by 0SourcecodeScholar
2025

Text-guided Sparse Voxel Pruning for Efficient 3D Visual Grounding

CVPR 2025highlight

In this paper, we propose an efficient multi-level convolution architecture for 3D visual grounding. Conventional methods are difficult to meet the requirements of real-time inference due to the two-stage or point-based architecture. Inspired by the success of multi-level fully sparse convolutional…

2022

ZARTS: On Zero-order Optimization for Neural Architecture Search

NeurIPS 2022accept

Differentiable architecture search (DARTS) has been a popular one-shot paradigm for NAS due to its high efficiency. It introduces trainable architecture parameters to represent the importance of candidate operations and proposes first/second-order approximation to estimate their gradients, making it…