MultiNet++: Multi-Stream Feature Aggregation and Geometric Loss Strategy for Multi-Task Learning

Abstract

Multi-task learning is commonly used in autonomous driving for solving various visual perception tasks. It offers significant benefits in terms of both performance and computational complexity. Current work on multi-task learning networks focus on processing a single input image and there is no known implementation of multi-task learning handling a sequence of images. In this work, we propose a multi-stream multi-task network to take advantage of using feature representations from preceding frames in a video sequence for joint learning of segmentation, depth, and motion. The weights of the current and previous encoder are shared so that features computed in the previous frame can be leveraged without additional computation. In addition, we propose to use the geometric mean of task losses as a better alternative to the weighted average of task losses. The proposed loss function facilitates better handling of the difference in convergence rates of different tasks. Experimental results on KITTI, Cityscapes and SYNTHIA datasets demonstrate that the proposed strategies outperform various existing multi-task learning solutions.

Cite

Text

Chennupati et al. "MultiNet++: Multi-Stream Feature Aggregation and Geometric Loss Strategy for Multi-Task Learning." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2019. doi:10.1109/CVPRW.2019.00159

Markdown

[Chennupati et al. "MultiNet++: Multi-Stream Feature Aggregation and Geometric Loss Strategy for Multi-Task Learning." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2019.](https://mlanthology.org/cvprw/2019/chennupati2019cvprw-multinet/) doi:10.1109/CVPRW.2019.00159

BibTeX

@inproceedings{chennupati2019cvprw-multinet,
  title     = {{MultiNet++: Multi-Stream Feature Aggregation and Geometric Loss Strategy for Multi-Task Learning}},
  author    = {Chennupati, Sumanth and Sistu, Ganesh and Yogamani, Senthil Kumar and Rawashdeh, Samir A.},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2019},
  pages     = {1200-1210},
  doi       = {10.1109/CVPRW.2019.00159},
  url       = {https://mlanthology.org/cvprw/2019/chennupati2019cvprw-multinet/}
}