paper-with-me

홈 › Papers

Notes-to-Self: Scratchpad Augmented VLAs for Memory Dependent Manipulation Tasks

2026-02-24 · Sanjay Haresh, Daniel Dijkman, Apratim Bhattacharyya, Roland Memisevic arxiv

Many dexterous manipulation tasks are non-markovian in nature, yet little attention has been paid to this fact in the recent upsurge of the vision-language-action (VLA) paradigm. Although they are successful in bringing internet-scale semantic understanding to robotics, existing VLAs are primarily "stateless" and struggle with memory-dependent long horizon tasks. In this work, we explore a way to impart both spatial and temporal memory to a VLA by incorporating a language scratchpad. The scratchpad makes it possible to memorize task-specific information, such as object positions, and it allows the model to keep track of a plan and progress towards subgoals within that plan. We evaluate this approach on a split of memory-dependent tasks from the ClevrSkills environment, on MemoryBench, as well as on a challenging real-world pick-and-place task. We show that incorporating a language scratchpad significantly improves generalization on these tasks for both non-recurrent and recurrent models.

📄 PDF Abstract BibTeX arXiv:2602.21013

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning to Reason and Memorize with Self-Notes

2023-05-01 · NeurIPS 2023 11

Large language models have been shown to struggle with multi-step reasoning, and do not retain previous reasoning steps for future use. We propose a simple method for solving both of these problems by allowing the model …

Keeping Notes: Conditional Natural Language Generation with a Scratchpad Mechanism

2019-06-12 · Ryan Y. Benmalek, Madian Khabsa, Suma Desu, Claire Cardie 외

We introduce the Scratchpad Mechanism, a novel addition to the sequence-to-sequence (seq2seq) neural network architecture and demonstrate its effectiveness in improving the overall fluency of seq2seq models for natural l…

DecoderMachine TranslationQuestion GenerationQuestion-Generation+3

Keeping Notes: Conditional Natural Language Generation with a Scratchpad Encoder

2019-07-01 · ACL 2019 7 · Ryan Benmalek, Madian Khabsa, Suma Desu, Claire Cardie 외

We introduce the Scratchpad Mechanism, a novel addition to the sequence-to-sequence (seq2seq) neural network architecture and demonstrate its effectiveness in improving the overall fluency of seq2seq models for natural l…

DecoderMachine TranslationQuestion GenerationQuestion-Generation+3

Contextual Agentic Memory is a Memo, Not True Memory

2026-04-30 · Binyan Xu, Xilin Dai, Kehuan Zhang arxiv

Current agentic memory systems (vector stores, retrieval-augmented generation, scratchpads, and context-window management) do not implement memory: they implement lookup. We argue that treating lookup as memory is a cate…

Chain-of-Thought and Compressed Looped Transformers: A Memory-Budget Separation

2026-05-29 · Haozhou Zhang arxiv

Chain-of-thought prompting and looped Transformers both give a fixed model more test-time computation, but they differ in what they remember. Chain-of-thought stores intermediate state in generated tokens that remain in …