paper-with-me

Papers

Video Object Segmentation with Episodic Graph Memory Networks

2020-07-14 · ECCV 2020 8 · Xiankai Lu, Wenguan Wang, Martin Danelljan, Tianfei Zhou, Jianbing Shen, Luc van Gool

How to make a segmentation model efficiently adapt to a specific video and to online target appearance variations are fundamentally crucial issues in the field of video object segmentation. In this work, a graph memory network is developed to address the novel idea of "learning to update the segmentation model". Specifically, we exploit an episodic memory network, organized as a fully connected graph, to store frames as nodes and capture cross-frame correlations by edges. Further, learnable controllers are embedded to ease memory reading and writing, as well as maintain a fixed memory scale. The structured, external memory design enables our model to comprehensively mine and quickly store new knowledge, even with limited visual information, and the differentiable memory controllers slowly learn an abstract method for storing useful representations in the memory and how to later use these representations for prediction, via gradient descent. In addition, the proposed graph memory network yields a neat yet principled framework, which can generalize well both one-shot and zero-shot video object segmentation tasks. Extensive experiments on four challenging benchmark datasets verify that our graph memory network is able to facilitate the adaptation of the segmentation network for case-by-case video object segmentation.

📄 PDF Abstract BibTeX arXiv:2007.07020

Code (1)

carrierlxk/GraphMemVOS 공식 구현 pytorch

Tasks

ObjectSegmentationSemantic SegmentationVideo Object SegmentationVideo Semantic SegmentationZero-Shot Video Object Segmentation

Methods 이 논문이 사용한 방법론

Memory Network 설명 없음

Similar Papers 제목 키워드 기반

Online Episodic Memory Visual Query Localization with Egocentric Streaming Object Memory

2024-11-25 · Zaira Manigrasso, Matteo Dunnhofer, Antonino Furnari, Moritz Nottebaum 외

Episodic memory retrieval aims to enable wearable devices with the ability to recollect from past video observations objects or events that have been observed (e.g., "where did I last see my smartphone?"). Despite the cl…

Objectobject-detectionObject DetectionObject Discovery

ObjectNLQ @ Ego4D Episodic Memory Challenge 2024

2024-06-22 · Yisen Feng, Haoyu Zhang, Yuquan Xie, Zaijing Li 외

In this report, we present our approach for the Natural Language Query track and Goal Step track of the Ego4D Episodic Memory Benchmark at CVPR 2024. Both challenges require the localization of actions within long video …

Natural Language Queries

ESSENTIAL: Episodic and Semantic Memory Integration for Video Class-Incremental Learning

2025-08-14 · Jongseo Lee, Kyungho Bae, Kyle Min, Gyeong-Moon Park 외 arxiv

In this work, we tackle the problem of video classincremental learning (VCIL). Many existing VCIL methods mitigate catastrophic forgetting by rehearsal training with a few temporally dense samples stored in episodic memo…

class-incremental learningGeneral Knowledge

Video-EM: Event-Centric Episodic Memory for Long-Form Video Understanding

2025-08-13 · Yun Wang, Long Zhang, Jingren Liu, Jiaqi Yan 외 arxiv

Video Large Language Models (Video-LLMs) have shown strong video understanding, yet their application to long-form videos remains constrained by limited context windows. A common workaround is to compress long videos int…

Video Question Answering

REMem: Reasoning with Episodic Memory in Language Agent

2026-02-13 · Yiheng Shu, Saisri Padmaja Jonnalagedda, Xiang Gao, Bernal Jiménez Gutiérrez 외 arxiv

Humans excel at remembering concrete experiences along spatiotemporal contexts and performing reasoning across those events, i.e., the capacity for episodic memory. In contrast, memory in language agents remains mainly s…