Skip to content

Estimate the traversability of a terrain using semantic segmentation and deep learning!

License

Notifications You must be signed in to change notification settings

deeksha-sethi03/traversability_estimation

Repository files navigation

Improved Traversability Estimation using Attention with Fully Convolutional Networks

This project aims to prove that integrating attention with fully convolutional networks can improve the traversability estimation of the terrain. A red line to highlight the best possible path through the most traversable terrains in the field of view of the robot (as shown below).

2

The below plot demonstrates the consistent improvement in the performance of the model across epochs in the training phase. The training was performed on 931 training images (from the Yamaha CMU Off-Road Dataset). The proposed attention integration in the FCN has marginally improved the performance with minimal data instances for a semantic segmentation task. If scaled with better computing and larger datasets, it can potentially improve the performance of the network.

Training mIOU

The results of the test images are shown below. The improvement in the smooth terrain is evident in the mean IOU. We compare the results of our proposed Attention FCN with the Baseline FCN inspired by the model used in https://www.ri.cmu.edu/app/uploads/2017/11/semantic-mapping-offroad-nav-compressed.pdf.

Test mIOU

About

Estimate the traversability of a terrain using semantic segmentation and deep learning!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages