paper-with-me

Papers

Dense Hybrid Proposal Modulation for Lane Detection

2023-04-28 · Yuejian Wu, Linqing Zhao, Jiwen Lu, Haibin Yan

In this paper, we present a dense hybrid proposal modulation (DHPM) method for lane detection. Most existing methods perform sparse supervision on a subset of high-scoring proposals, while other proposals fail to obtain effective shape and location guidance, resulting in poor overall quality. To address this, we densely modulate all proposals to generate topologically and spatially high-quality lane predictions with discriminative representations. Specifically, we first ensure that lane proposals are physically meaningful by applying single-lane shape and location constraints. Benefitting from the proposed proposal-to-label matching algorithm, we assign each proposal a target ground truth lane to efficiently learn from spatial layout priors. To enhance the generalization and model the inter-proposal relations, we diversify the shape difference of proposals matching the same ground-truth lane. In addition to the shape and location constraints, we design a quality-aware classification loss to adaptively supervise each positive proposal so that the discriminative power can be further boosted. Our DHPM achieves very competitive performances on four popular benchmark datasets. Moreover, we consistently outperform the baseline model on most metrics without introducing new parameters and reducing inference speed.

📄 PDF Abstract BibTeX arXiv:2304.14874

Code (1)

wuyuej/dhpm 공식 구현 pytorch

Tasks

Lane Detection

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

Polar R-CNN: End-to-End Lane Detection with Fewer Anchors

2024-11-03 · Shengqi Wang, Junmin Liu, Xiangyong Cao, Zengjie Song 외

Lane detection is a critical and challenging task in autonomous driving, particularly in real-world scenarios where traffic lanes can be slender, lengthy, and often obscured by other vehicles, complicating detection effo…

Autonomous DrivingLane DetectionTriplet

Deep Multiple Instance Learning for Airplane Detection in High Resolution Imagery

2018-08-19 · Mohammad Reza Mohammadi

Automatic airplane detection in aerial imagery has a variety of applications. Two of the significant challenges in this task are variations in the scale and direction of the airplanes. To solve these challenges, we prese…

Multiple Instance LearningVocal Bursts Intensity Prediction

Row-wise LiDAR Lane Detection Network with Lane Correlation Refinement

2022-10-17 · Dong-Hee Paek, Kevin Tirta Wijaya, Seung-Hyun Kong

Lane detection is one of the most important functions for autonomous driving. In recent years, deep learning-based lane detection networks with RGB camera images have shown promising performance. However, camera-based me…

Autonomous DrivingLane Detection

LaneNet: Real-Time Lane Detection Networks for Autonomous Driving

2018-07-04 · Ze Wang, Weiqiang Ren, Qiang Qiu

Lane detection is to detect lanes on the road and provide the accurate location and shape of each lane. It severs as one of the key techniques to enable modern assisted and autonomous driving systems. However, several un…

Autonomous DrivingEdge ClassificationLane Detection

Towards Lightweight Lane Detection by Optimizing Spatial Embedding

2020-08-19 · arXiv.org 2020 8 · Seokwoo Jung, Sungha Choi, Mohammad Azam Khan, Jaegul Choo

A number of lane detection methods depend on a proposal-free instance segmentation because of its adaptability to flexible object shape, occlusion, and real-time application. This paper addresses the problem that pixel e…

ClusteringInstance SegmentationLane DetectionSegmentation+2