paper-with-me

Papers

EPD: Long-term Memory Extraction, Context-awared Planning and Multi-iteration Decision @ EgoPlan Challenge ICML 2024

2024-07-28 · Letian Shi, Qi Lv, Xiang Deng, Liqiang Nie

In this technical report, we present our solution for the EgoPlan Challenge in ICML 2024. To address the real-world egocentric task planning problem, we introduce a novel planning framework which comprises three stages: long-term memory Extraction, context-awared Planning, and multi-iteration Decision, named EPD. Given the task goal, task progress, and current observation, the extraction model first extracts task-relevant memory information from the progress video, transforming the complex long video into summarized memory information. The planning model then combines the context of the memory information with fine-grained visual information from the current observation to predict the next action. Finally, through multi-iteration decision-making, the decision model comprehensively understands the task situation and current state to make the most realistic planning decision. On the EgoPlan-Test set, EPD achieves a planning accuracy of 53.85% over 1,584 egocentric task planning questions. We have made all codes available at https://github.com/Kkskkkskr/EPD .

📄 PDF Abstract BibTeX arXiv:2407.19510

Code (1)

kkskkkskr/epd 공식 구현

Tasks

Decision MakingTask Planning

Similar Papers 제목 키워드 기반

MemReader: From Passive to Active Extraction for Long-Term Agent Memory

2026-04-09 · Jingyi Kang, Chunyu Li, Ding Chen, Bo Tang 외 arxiv

Long-term memory is fundamental for personalized and autonomous agents, yet populating it remains a bottleneck. Existing systems treat memory extraction as a one-shot, passive transcription from context to structured ent…

SGMem: Sentence Graph Memory for Long-Term Conversational Agents

2025-09-25 · Yaxiong Wu, Yongyue Zhang, Sheng Liang, Yong Liu arxiv

Long-term conversational agents require effective memory management to handle dialogue histories that exceed the context window of large language models (LLMs). Existing methods based on fact extraction or summarization …

Conversational Question AnsweringResponse Generation

Leveraging Prior Knowledge for Protein-Protein Interaction Extraction with Memory Network

2020-01-07 · Huiwei Zhou, Zhuang Liu, Shixian Ning, Yunlong Yang 외

Automatically extracting Protein-Protein Interactions (PPI) from biomedical literature provides additional support for precision medicine efforts. This paper proposes a novel memory network-based model (MNM) for PPI extr…

Entity Embeddings

Automatic Open Knowledge Acquisition via Long Short-Term Memory Networks with Feedback Negative Sampling

2016-05-25 · Byung-soo Kim, Hwanjo Yu, Gary Geunbae Lee

Previous studies in Open Information Extraction (Open IE) are mainly based on extraction patterns. They manually define patterns or automatically learn them from a large corpus. However, these approaches are limited when…

Implicit RelationsOpen Information ExtractionSentence

VikingMem: A Memory Base Management System for Stateful LLM-based Applications

2026-05-28 · Jiajie Fu, Junwen Chen, Mengzhao Wang, Aoxiang He 외 arxiv

Large Language Models have revolutionized interactive applications; however, their finite context windows pose a critical data management challenge for maintaining stateful, long-term interactions. Existing memory approa…