paper-with-me

Papers

Bidirectional Decoding: Improving Action Chunking via Guided Test-Time Sampling

2024-08-30 · Yuejiang Liu, Jubayer Ibn Hamid, Annie Xie, Yoonho Lee, Maximilian Du, Chelsea Finn

Predicting and executing a sequence of actions without intermediate replanning, known as action chunking, is increasingly used in robot learning from human demonstrations. Yet, its effects on the learned policy remain inconsistent: some studies find it crucial for achieving strong results, while others observe decreased performance. In this paper, we first dissect how action chunking impacts the divergence between a learner and a demonstrator. We find that action chunking allows the learner to better capture the temporal dependencies in demonstrations but at the cost of reduced reactivity to unexpected states. To address this tradeoff, we propose Bidirectional Decoding (BID), a test-time inference algorithm that bridges action chunking with closed-loop adaptation. At each timestep, BID samples multiple candidate predictions and searches for the optimal one based on two criteria: (i) backward coherence, which favors samples that align with previous decisions; (ii) forward contrast, which seeks samples of high likelihood for future plans. By coupling decisions within and across action chunks, BID promotes both long-term consistency and short-term reactivity. Experimental results show that our method boosts the performance of two state-of-the-art generative policies across seven simulation benchmarks and two real-world tasks. Code and videos are available at https://bid-robot.github.io.

📄 PDF Abstract BibTeX arXiv:2408.17355

Code (2)

YuejiangLIU/bid_diffusion 공식 구현 pytorch
jubayer-hamid/bid_lerobot 공식 구현 pytorch

Tasks

Chunking

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 제목 키워드 기반

Accelerating Vision-Language-Action Model Integrated with Action Chunking via Parallel Decoding

2025-03-04 · Wenxuan Song, Jiayi Chen, Pengxiang Ding, Han Zhao 외

Vision-Language-Action (VLA) models demonstrate remarkable potential for generalizable robotic manipulation. The performance of VLA models can be improved by integrating with action chunking, a critical technique for eff…

ChunkingVision-Language-Action

Self-Guided Action Diffusion

2025-08-17 · Rhea Malhotra, Yuejiang Liu, Chelsea Finn arxiv

Recent works have shown the promise of inference-time search over action samples for improving generative robot policies. In particular, optimizing cross-chunk coherence via bidirectional decoding has proven effective in…

Grounding Language Model with Chunking-Free In-Context Retrieval

2024-02-15 · Hongjin Qian, Zheng Liu, Kelong Mao, Yujia Zhou 외

This paper presents a novel Chunking-Free In-Context (CFIC) retrieval approach, specifically tailored for Retrieval-Augmented Generation (RAG) systems. Traditional RAG systems often struggle with grounding responses usin…

ChunkingLanguage ModelingLanguage ModellingRAG+3

Bidirectional LSTM-CRF for Clinical Concept Extraction

2016-10-19 · WS 2016 12 · Raghavendra Chalapathy, Ehsan Zare Borzeshi, Massimo Piccardi

Extraction of concepts present in patient clinical records is an essential step in clinical research. The 2010 i2b2/VA Workshop on Natural Language Processing Challenges for clinical records presented concept extraction …

Clinical Concept ExtractionWord Embeddings

Context-Aware Dynamic Chunking for Streaming Tibetan Speech Recognition

2025-11-12 · Chao Wang, Yuqing Cai, Renzeng Duojie, Jin Zhang 외 arxiv

In this work, we propose a streaming speech recognition framework for Amdo Tibetan, built upon a hybrid CTC/Atten-tion architecture with a context-aware dynamic chunking mechanism. The proposed strategy adaptively adjust…

Speech Recognition