CVAIFeb 17, 2021

Temporal Memory Attention for Video Semantic Segmentation

arXiv:2102.08643v291 citations
AI Analysis

This addresses the problem of heavy computational cost in video semantic segmentation for computer vision applications, representing a novel method rather than incremental.

The paper tackles video semantic segmentation by proposing a Temporal Memory Attention Network (TMANet) that adaptively integrates long-range temporal relations without optical flow, achieving state-of-the-art performances of 80.3% mIoU on Cityscapes and 76.5% mIoU on CamVid with ResNet-50.

Video semantic segmentation requires to utilize the complex temporal relations between frames of the video sequence. Previous works usually exploit accurate optical flow to leverage the temporal relations, which suffer much from heavy computational cost. In this paper, we propose a Temporal Memory Attention Network (TMANet) to adaptively integrate the long-range temporal relations over the video sequence based on the self-attention mechanism without exhaustive optical flow prediction. Specially, we construct a memory using several past frames to store the temporal information of the current frame. We then propose a temporal memory attention module to capture the relation between the current frame and the memory to enhance the representation of the current frame. Our method achieves new state-of-the-art performances on two challenging video semantic segmentation datasets, particularly 80.3% mIoU on Cityscapes and 76.5% mIoU on CamVid with ResNet-50.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes