Space Time Recurrent Memory Network
Hung Nguyen, Chanho Kim, Fuxin Li

TL;DR
This paper introduces a novel fixed-memory neural network architecture for spatial-temporal learning in videos, achieving state-of-the-art results while maintaining constant memory regardless of sequence length.
Contribution
A new visual memory network with adaptive memory update strategy that outperforms transformer-based methods on video object segmentation and prediction tasks.
Findings
Achieves state-of-the-art results on VOS and video prediction.
Maintains constant memory capacity regardless of video length.
Outperforms recent transformer-based methods.
Abstract
Transformers have recently been popular for learning and inference in the spatial-temporal domain. However, their performance relies on storing and applying attention to the feature tensor of each frame in video. Hence, their space and time complexity increase linearly as the length of video grows, which could be very costly for long videos. We propose a novel visual memory network architecture for the learning and inference problem in the spatial-temporal domain. We maintain a fixed set of memory slots in our memory network and propose an algorithm based on Gumbel-Softmax to learn an adaptive strategy to update this memory. Finally, this architecture is benchmarked on the video object segmentation (VOS) and video prediction problems. We demonstrate that our memory architecture achieves state-of-the-art results, outperforming transformer-based methods on VOS and other recent methods on…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVisual Attention and Saliency Detection · Video Surveillance and Tracking Methods · Advanced Image and Video Retrieval Techniques
MethodsVOS · Memory Network
