paper-with-me

홈 › Papers

DART-VLN: Test-Time Memory Decay and Anti-Loop Regularization for Discrete Vision-Language Navigation

2026-07-01 · Shaoheng Zhang, Zhichen Li, Jie Mei arxiv

Memory-based agents for discrete vision-language navigation (VLN) operate under partial observability and can exhibit systematic inference-time failures even with strong pretrained backbones. We focus on two recurring problems: stale historical evidence during memory readout and inefficient local backtracking during action selection. We present DART-VLN, a training-free inference-time framework that combines Test-Time Memory Decay, which reweights stale and redundant memory slots without modifying their stored content, with Anti-Loop Regularization, a lightweight next-hop penalty that discourages immediate reversals. DART-VLN introduces no learnable parameters and leaves the navigation backbone unchanged. Experiments on R2R and REVERIE show that memory decay consistently preserves or improves task performance while reducing runtime. Adding anti-loop regularization further shortens trajectories, reduces local backtracking, and achieves the best overall balance between navigation quality and efficiency among the evaluated GridMM variants. These results indicate that lightweight inference-time control can improve the reliability and efficiency of memory-based discrete VLN without retraining.

📄 PDF Abstract BibTeX arXiv:2607.01043

Code (0)

등록된 구현이 없습니다.

Tasks

Vision-Language Navigation

Similar Papers 제목 키워드 기반

b-DARTS: Beta-Decay Regularization for Differentiable Architecture Search

2022-01-01 · CVPR 2022 1 · Peng Ye, Baopu Li, Yikang Li, Tao Chen 외

Neural Architecture Search (NAS) has attracted increasingly more attention in recent years because of its capability to design deep neural network automatically. Among them, differential NAS approaches such as DARTS,…

Neural Architecture Search

$β$-DARTS: Beta-Decay Regularization for Differentiable Architecture Search

2022-03-03 · Peng Ye, Baopu Li, Yikang Li, Tao Chen 외

Neural Architecture Search~(NAS) has attracted increasingly more attention in recent years because of its capability to design deep neural networks automatically. Among them, differential NAS approaches such as DARTS, ha…

Neural Architecture Search

$β$-DARTS++: Bi-level Regularization for Proxy-robust Differentiable Architecture Search

2023-01-16 · Peng Ye, Tong He, Baopu Li, Tao Chen 외

Neural Architecture Search has attracted increasing attention in recent years. Among them, differential NAS approaches such as DARTS, have gained popularity for the search efficiency. However, they still suffer from thre…

Neural Architecture Search

ROME: Robustifying Memory-Efficient NAS via Topology Disentanglement and Gradient Accumulation

2020-11-23 · ICCV 2023 1 · Xiaoxing Wang, Xiangxiang Chu, Yuda Fan, Zhexi Zhang 외

Albeit being a prevalent architecture searching approach, differentiable architecture search (DARTS) is largely hindered by its substantial memory cost since the entire supernet resides in the memory. This is where the s…

DisentanglementNeural Architecture Search

DART-ing Through the Drift: Dynamic Tracing of Knowledge Neurons for Adaptive Inference-Time Pruning

2026-01-30 · Abhishek Tyagi, Yunuo Cen, Shrey Dhorajiya, Bharadwaj Veeravalli 외 arxiv

Large Language Models (LLMs) exhibit substantial parameter redundancy, particularly in Feed-Forward Networks (FFNs). Existing pruning methods suffer from two primary limitations. First, reliance on dataset-specific calib…