Deep Common Feature Mining for Efficient Video Semantic Segmentation
Yaoyan Zheng, Hongyu Yang, Di Huang
TL;DR
This work addresses the efficiency gap in video semantic segmentation by introducing Deep Common Feature Mining (DCFM), which decouples backbone features into a reusable deep common representation and a frame-specific independent component. By pairing a lightweight feature fusion module with a symmetric training strategy and a self-supervised consistency loss, DCFM enables direct reuse of high-level information across frames while preserving per-frame details, yielding fast non-keyframe inference without sacrificing accuracy. The approach demonstrates strong speed–accuracy trade-offs on VSPW, Cityscapes, and CamVid, including substantial non-keyframe speedups and improved temporal consistency, and is supported by ablations that underscore the importance of feature decomposition and the consistency loss. Together, these contributions offer a robust, scalable solution for practical VSS deployment in high-frame-rate or resource-constrained scenarios.
Abstract
Recent advancements in video semantic segmentation have made substantial progress by exploiting temporal correlations. Nevertheless, persistent challenges, including redundant computation and the reliability of the feature propagation process, underscore the need for further innovation. In response, we present Deep Common Feature Mining (DCFM), a novel approach strategically designed to address these challenges by leveraging the concept of feature sharing. DCFM explicitly decomposes features into two complementary components. The common representation extracted from a key-frame furnishes essential high-level information to neighboring non-key frames, allowing for direct re-utilization without feature propagation. Simultaneously, the independent feature, derived from each video frame, captures rapidly changing information, providing frame-specific clues crucial for segmentation. To achieve such decomposition, we employ a symmetric training strategy tailored for sparsely annotated data, empowering the backbone to learn a robust high-level representation enriched with common information. Additionally, we incorporate a self-supervised loss function to reinforce intra-class feature similarity and enhance temporal consistency. Experimental evaluations on the VSPW and Cityscapes datasets demonstrate the effectiveness of our method, showing a superior balance between accuracy and efficiency. The implementation is available at https://github.com/BUAAHugeGun/DCFM.
