paper-with-me

홈 › Papers

Polynomial Regression Network for Variable-Number Lane Detection

2020-08-01 · ECCV 2020 8 · Bingke Wang, Zilei Wang, Yixin Zhang

Lane detection is a fundamental yet challenging task in autonomous driving and intelligent traffic systems due to perspective projection and occlusion. Most of previous methods utilize semantic segmentation to identify the regions of traffic lanes in an image, and then adopt some curve-fitting method to reconstruct the lanes. In this work, we propose to use polynomial curves to represent traffic lanes and then propose a novel polynomial regression network (PRNet) to directly predict them, where semantic segmentation is not involved. Specifically, PRNet consists of one major branch and two auxiliary branches: (1) polynomial regression to estimate the polynomial coefficients of lanes, (2) initialization classification to detect the initial retrieval point of each lane, and (3) height regression to determine the ending point of each lane. Through the cooperation of three branches, PRNet can detect variable-number of lanes and is highly effective and efficient. We experimentally evaluate the proposed PRNet on two popular benchmark datasets: TuSimple and CULane. The results show that our method significantly outperforms the previous state-of-the-art methods in terms of both accuracy and speed.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingLane DetectionregressionRetrievalSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

PolyLaneNet: Lane Estimation via Deep Polynomial Regression

2020-04-23 · arXiv 2020 4 · Lucas Tabelini, Rodrigo Berriel, Thiago M. Paixão, Claudine Badue 외

One of the main factors that contributed to the large advances in autonomous driving is the advent of deep learning. For safer self-driving vehicles, one of the problems that has yet to be solved completely is lane detec…

Autonomous DrivingLane Detectionregression

Learned Lossless Image Compression based on Bit Plane Slicing

2024-01-01 · CVPR 2024 1 · Zhe Zhang, Huairui Wang, Zhenzhong Chen, Shan Liu

Autoregressive Initial Bits (ArIB) a framework that combines subimage autoregression and latent variable models has shown its advantages in lossless image compression. However in current methods the image splitting m…

Image Compression

Support Recovery of Sparse Signals from a Mixture of Linear Measurements

2021-06-10 · NeurIPS 2021 12 · Venkata Gandikota, Arya Mazumdar, Soumyabrata Pal

Recovery of support of a sparse vector from simple measurements is a widely-studied problem, considered under the frameworks of compressed sensing, 1-bit compressed sensing, and more general single index models. We consi…

compressed sensing

LaneAF: Robust Multi-Lane Detection with Affinity Fields

2021-03-22 · Hala Abualsaud, Sean Liu, David Lu, Kenny Situ 외

This study presents an approach to lane detection involving the prediction of binary segmentation masks and per-pixel affinity fields. These affinity fields, along with the binary masks, can then be used to cluster lane …

ClusteringLane Detection

Sums of Separable and Quadratic Polynomials

2021-05-11 · Amir Ali Ahmadi, Cemil Dibek, Georgina Hall

We study separable plus quadratic (SPQ) polynomials, i.e., polynomials that are the sum of univariate polynomials in different variables and a quadratic polynomial. Motivated by the fact that nonnegative separable and no…