paper-with-me

Papers

READMem: Robust Embedding Association for a Diverse Memory in Unconstrained Video Object Segmentation

2023-05-22 · Stéphane Vujasinović, Sebastian Bullinger, Stefan Becker, Norbert Scherer-Negenborn, Michael Arens, Rainer Stiefelhagen

We present READMem (Robust Embedding Association for a Diverse Memory), a modular framework for semi-automatic video object segmentation (sVOS) methods designed to handle unconstrained videos. Contemporary sVOS works typically aggregate video frames in an ever-expanding memory, demanding high hardware resources for long-term applications. To mitigate memory requirements and prevent near object duplicates (caused by information of adjacent frames), previous methods introduce a hyper-parameter that controls the frequency of frames eligible to be stored. This parameter has to be adjusted according to concrete video properties (such as rapidity of appearance changes and video length) and does not generalize well. Instead, we integrate the embedding of a new frame into the memory only if it increases the diversity of the memory content. Furthermore, we propose a robust association of the embeddings stored in the memory with query embeddings during the update process. Our approach avoids the accumulation of redundant data, allowing us in return, to restrict the memory size and prevent extreme memory demands in long videos. We extend popular sVOS baselines with READMem, which previously showed limited performance on long videos. Our approach achieves competitive results on the Long-time Video dataset (LV1) while not hindering performance on short sequences. Our code is publicly available.

📄 PDF Abstract BibTeX arXiv:2305.12823

Code (1)

Vujas-Eteph/READMem 공식 구현 pytorch

Tasks

Semantic SegmentationSemi-Supervised Video Object SegmentationVideo Object SegmentationVideo Semantic Segmentation

Similar Papers 제목 키워드 기반

Online Multiple Object Tracking with Cross-Task Synergy

2021-04-01 · CVPR 2021 1 · Song Guo, Jingya Wang, Xinchao Wang, DaCheng Tao

Modern online multiple object tracking (MOT) methods usually focus on two directions to improve tracking performance. One is to predict new positions in an incoming frame based on tracking information from previous frame…

Multiple Object TrackingObjectObject TrackingPosition

Predictive Associative Memory: Retrieval Beyond Similarity Through Temporal Co-occurrence

2026-02-11 · Jason Dury arxiv

Current approaches to memory in neural systems rely on similarity-based retrieval: given a query, find the most representationally similar stored state. This assumption -- that useful memories are similar memories -- fai…

Transformer Network for Multi-Person Tracking and Re-Identification in Unconstrained Environment

2023-12-19 · Hamza Mukhtar, Muhammad Usman Ghani Khan

Multi-object tracking (MOT) has profound applications in a variety of fields, including surveillance, sports analytics, self-driving, and cooperative robotics. Despite considerable advancements, existing MOT methodologie…

DecoderMulti-Object TrackingObjectobject-detection+3

MeMOT: Multi-Object Tracking with Memory

2022-03-31 · CVPR 2022 1 · Jiarui Cai, Mingze Xu, Wei Li, Yuanjun Xiong 외

We propose an online tracking algorithm that performs the object detection and data association under a common framework, capable of linking objects after a long time span. This is realized by preserving a large spatio-t…

Multi-Object TrackingObjectobject-detectionObject Detection+1

Whose Hands Are These? Hand Detection and Hand-Body Association in the Wild

2022-01-01 · CVPR 2022 1 · Supreeth Narasimhaswamy, Thanh Nguyen, Mingzhen Huang, Minh Hoai

We study a new problem of detecting hands and finding the location of the corresponding person for each detected hand. This task is helpful for many downstream tasks such as hand tracking and hand contact estimation.…

Hand Detection