Key Points Estimation and Point Instance Segmentation Approach for Lane Detection

paper: Key Points Estimation and Point Instance Segmentation Approach for Lane Detection

code: https://github.com/koyeongmin/PINet

dataset: Tusimple-dataset

Advantage:

  1. The arbitrary number of lanes;

  2. lower number of FP

二.方法介绍

在这里插入图片描述

1)方法

(1)generate exact points on the lanes ( resizing layer + 2 hourglass blocks)

(2)cluster points as a point cloud instance segmentation(loss func same as SPGN, point cloud instance)

(3)post-process (remove error lanes, a instance should consist of only one smooth lane)

2)网络结构PINet ( Point Instance Network )

在这里插入图片描述

(1)resizeing layer

Conv + max pooling, 512x256 → 64x32 / 32x16

(2)feature extraction layer

Architecture: 2 hourglass blocks, and each block has 3 output branches

output grid size = the resized input size

其中,1 hourglass block architecture:
在这里插入图片描述
(和 U-net结构相似)

3)网络layer setting

在这里插入图片描述

4)loss function

loss func from SPGN(3个分支)

a. confidence branch:
在这里插入图片描述

b.offset branch
在这里插入图片描述

c.feature branch
在这里插入图片描述
3)虽然使用了2个hourglass blocks,但是由于 hourglass input size 为3216或6432,因此,计算量并不会非常大。

4)每个hourglass block都会有一个loss的计算,这个与 stacked hourglass network一样。3)虽然使用了2个hourglass blocks,但是由于 hourglass input size 为3216或6432,因此,计算量并不会非常大。

4)每个hourglass block都会有一个loss的计算,这个与 stacked hourglass network一样。## 一.概述

d.Total loss
在这里插入图片描述

5)post-process

在这里插入图片描述
在这里插入图片描述
后处理过程: 就是一个再次对点进行聚类的过程,类似于 RANSAC, but 它是基于直线方程,可参考性不大。
在这里插入图片描述

三.实验效果

1)可视化效果

在这里插入图片描述

2)评测方法和指标

(1)方法:和Tusimple 数据集的方式一样,计算点的acc,以及车道线的FP和FN

ACC:在这里插入图片描述

C_clip 表示:the number of correct predicted points

S_clip 表示:the number of GT points

(The evaluation of tuSimple dataset require exact x axis value for some fixed y axis value, and we apply simple linear interpolation to find corresponding points for the given y values. Because the distance between predicted points is close, we can estimate accurate results without any complex curve fitting method.)

FP和FN:在这里插入图片描述

F_pred 表示:FP lanes数量

N_pred 表示:predicted lanes数量

M_pred 表示:FN lanes数量

N_gt 表示:GT lanes数量

在这里插入图片描述

四.总结

  • 1)通过resize layer和feature extraction layer获取不同车道线实例的点,使用2个关键点检测网络hourglass block提取车道线的点,然后使用点云实例分割的方式,使用点云实例分割网络的SPGN网络的loss函数作为损失函数,获得不同实例(车道线)的点。

  • 2)为了减少FP,采用进一步聚类的方式(类似RANSAC方式),对每个实例的点进行聚类,滤出error的点,最终获得每个实例上的点。

  • 3)虽然使用了2个hourglass blocks,但是由于 hourglass input size 为3216或6432,因此,计算量并不会非常大。

  • 4)每个hourglass block都会有一个loss的计算,这个与 stacked hourglass network一样。

  • 1
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值