# NeurAll: Towards a Unified Visual Perception Model for Automated Driving

**Authors:** Ganesh Sistu, Isabelle Leang, Sumanth Chennupati, Senthil Yogamani,, Ciaran Hughes, Stefan Milz, Samir Rawashdeh

arXiv: 1902.03589 · 2024-03-12

## TL;DR

This paper introduces NeurAll, a multi-task CNN model for automated driving that shares features across tasks to improve efficiency, accuracy, and scalability, with promising preliminary results.

## Contribution

Proposes a unified multi-task CNN architecture for automated driving that enhances efficiency, accuracy, and scalability over separate models.

## Key findings

- Multi-task learning improves performance over single-task models.
- Shared convolutional layers reduce computational costs.
- Preliminary results show better accuracy with multi-task approach.

## Abstract

Convolutional Neural Networks (CNNs) are successfully used for the important automotive visual perception tasks including object recognition, motion and depth estimation, visual SLAM, etc. However, these tasks are typically independently explored and modeled. In this paper, we propose a joint multi-task network design for learning several tasks simultaneously. Our main motivation is the computational efficiency achieved by sharing the expensive initial convolutional layers between all tasks. Indeed, the main bottleneck in automated driving systems is the limited processing power available on deployment hardware. There is also some evidence for other benefits in improving accuracy for some tasks and easing development effort. It also offers scalability to add more tasks leveraging existing features and achieving better generalization. We survey various CNN based solutions for visual perception tasks in automated driving. Then we propose a unified CNN model for the important tasks and discuss several advanced optimization and architecture design techniques to improve the baseline model. The paper is partly review and partly positional with demonstration of several preliminary results promising for future research. We first demonstrate results of multi-stream learning and auxiliary learning which are important ingredients to scale to a large multi-task model. Finally, we implement a two-stream three-task network which performs better in many cases compared to their corresponding single-task models, while maintaining network size.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1902.03589/full.md

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1902.03589/full.md

## References

47 references — full list in the complete paper: https://tomesphere.com/paper/1902.03589/full.md

---
Source: https://tomesphere.com/paper/1902.03589