# End-to-end Learning of Image based Lane-Change Decision

**Authors:** Seong-Gyun Jeong, Jiwon Kim, Sujung Kim, Jaesik Min

arXiv: 1706.08211 · 2017-06-27

## TL;DR

This paper introduces SLCAN, an end-to-end deep learning framework that classifies the safety of lane-change maneuvers using rear view images, achieving high accuracy without explicit object detection.

## Contribution

The paper presents a novel end-to-end CNN approach for lane-change decision-making that bypasses traditional object detection, trained on a large annotated dataset.

## Key findings

- Achieves 96.98% classification accuracy on unseen roadways
- Uses saliency maps to interpret decision-making process
- Demonstrates effectiveness of end-to-end learning in lane-change safety assessment

## Abstract

We propose an image based end-to-end learning framework that helps lane-change decisions for human drivers and autonomous vehicles. The proposed system, Safe Lane-Change Aid Network (SLCAN), trains a deep convolutional neural network to classify the status of adjacent lanes from rear view images acquired by cameras mounted on both sides of the vehicle. Rather than depending on any explicit object detection or tracking scheme, SLCAN reads the whole input image and directly decides whether initiation of the lane-change at the moment is safe or not. We collected and annotated 77,273 rear side view images to train and test SLCAN. Experimental results show that the proposed framework achieves 96.98% classification accuracy although the test images are from unseen roadways. We also visualize the saliency map to understand which part of image SLCAN looks at for correct decisions.

## Full text

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

## Figures

24 figures with captions in the complete paper: https://tomesphere.com/paper/1706.08211/full.md

## References

16 references — full list in the complete paper: https://tomesphere.com/paper/1706.08211/full.md

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