English

Accel: A Corrective Fusion Network for Efficient Semantic Segmentation on Video

Computer Vision and Pattern Recognition 2019-07-09 v4 Machine Learning

Abstract

We present Accel, a novel semantic video segmentation system that achieves high accuracy at low inference cost by combining the predictions of two network branches: (1) a reference branch that extracts high-detail features on a reference keyframe, and warps these features forward using frame-to-frame optical flow estimates, and (2) an update branch that computes features of adjustable quality on the current frame, performing a temporal update at each video frame. The modularity of the update branch, where feature subnetworks of varying layer depth can be inserted (e.g. ResNet-18 to ResNet-101), enables operation over a new, state-of-the-art accuracy-throughput trade-off spectrum. Over this curve, Accel models achieve both higher accuracy and faster inference times than the closest comparable single-frame segmentation networks. In general, Accel significantly outperforms previous work on efficient semantic video segmentation, correcting warping-related error that compounds on datasets with complex dynamics. Accel is end-to-end trainable and highly modular: the reference network, the optical flow network, and the update network can each be selected independently, depending on application requirements, and then jointly fine-tuned. The result is a robust, general system for fast, high-accuracy semantic segmentation on video.

Keywords

Cite

@article{arxiv.1807.06667,
  title  = {Accel: A Corrective Fusion Network for Efficient Semantic Segmentation on Video},
  author = {Samvit Jain and Xin Wang and Joseph Gonzalez},
  journal= {arXiv preprint arXiv:1807.06667},
  year   = {2019}
}

Comments

CVPR 2019 (oral)

R2 v1 2026-06-23T03:05:02.478Z