This document summarizes a paper on optical flow estimation using semantic segmentation. The paper proposes:
1. Using semantic segmentation to provide object boundaries and class types to inform motion models.
2. Modeling motion with localized layers instead of globally, to better represent complex scene motions and boundaries.
3. Defining three object classes (things, planes, stuff) with different motion models and optimizing a cost function combining data, motion, time, layer, and space terms.
Experiments on YouTube videos and KITTI 2015 data show improved optical flow over methods without semantic guidance. The code has been released to experiment further integrating segmentation and optical flow.
Related topics: