CVApr 4, 2019

Architecture Search of Dynamic Cells for Semantic Video Segmentation

arXiv:1904.02371v121 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of efficient and accurate semantic video segmentation for applications like autonomous driving, though it is incremental as it builds on existing methods by automating design.

The paper tackles the problem of achieving consistent semantic video segmentation by proposing a neural architecture search method to automatically design dynamic cells, eliminating the need for manually designed operations and expensive optical flow computation. The result is stable and accurate performance on benchmarks like CityScapes and CamVid, with the search taking only 2 GPU-days.

In semantic video segmentation the goal is to acquire consistent dense semantic labelling across image frames. To this end, recent approaches have been reliant on manually arranged operations applied on top of static semantic segmentation networks - with the most prominent building block being the optical flow able to provide information about scene dynamics. Related to that is the line of research concerned with speeding up static networks by approximating expensive parts of them with cheaper alternatives, while propagating information from previous frames. In this work we attempt to come up with generalisation of those methods, and instead of manually designing contextual blocks that connect per-frame outputs, we propose a neural architecture search solution, where the choice of operations together with their sequential arrangement are being predicted by a separate neural network. We showcase that such generalisation leads to stable and accurate results across common benchmarks, such as CityScapes and CamVid datasets. Importantly, the proposed methodology takes only 2 GPU-days, finds high-performing cells and does not rely on the expensive optical flow computation.

Foundations

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

Your Notes