BriefGPT.xyz
Jan, 2021
快速视频语义分割的局部内存注意力
Local Memory Attention for Fast Video Semantic Segmentation
HTML
PDF
Matthieu Paul, Martin Danelljan, Luc Van Gool, Radu Timofte
TL;DR
本文提出了一种新颖的神经网络模块,可以将现有的单帧语义分割模型转化为视频语义分割流水线,并将过去帧中的语义信息聚合到内存模块中,并通过关注机制来对其进行访问。通过将这些提示与当前帧的编码进行融合,可以改善Cityscapes数据集上的分割性能,并只需增加1.5ms的推理时间。
Abstract
We propose a novel
neural network module
that transforms an existing single-frame semantic segmentation model into a
video semantic segmentation
pipeline. In contrast to prior works, we strive towards a simple an
→