中文
相关论文

相关论文: SeqGrowGraph: Learning Lane Topology as a Chain of…

200 篇论文

Understanding road structures is crucial for autonomous driving. Intricate road structures are often depicted using lane graphs, which include centerline curves and connections forming a Directed Acyclic Graph (DAG). Accurate extraction of…

计算机视觉与模式识别 · 计算机科学 2024-02-20 Renyuan Peng , Xinyue Cai , Hang Xu , Jiachen Lu , Feng Wen , Wei Zhang , Li Zhang

The robust and safe operation of automated vehicles underscores the critical need for detailed and accurate topological maps. At the heart of this requirement is the construction of lane graphs, which provide essential information on lane…

机器人学 · 计算机科学 2024-07-09 Martin Büchner , Simon Dorer , Abhinav Valada

Extracting lane topology from perspective views (PV) is crucial for planning and control in autonomous driving. This approach extracts potential drivable trajectories for self-driving vehicles without relying on high-definition (HD) maps.…

计算机视觉与模式识别 · 计算机科学 2025-07-02 Yiming Yang , Yueru Luo , Bingkun He , Erlong Li , Zhipeng Cao , Chao Zheng , Shuqi Mei , Zhen Li

Lane topology, which is usually modeled by a centerline graph, is essential for high-level autonomous driving. For a high-quality graph, both topology connectivity and spatial continuity of centerline segments are critical. However, most of…

计算机视觉与模式识别 · 计算机科学 2024-07-17 Yunhui Han , Kun Yu , Zhiwei Li

Online lane graph construction is a promising but challenging task in autonomous driving. Previous methods usually model the lane graph at the pixel or piece level, and recover the lane graph by pixel-wise or piece-wise connection, which…

计算机视觉与模式识别 · 计算机科学 2024-08-16 Bencheng Liao , Shaoyu Chen , Bo Jiang , Tianheng Cheng , Qian Zhang , Wenyu Liu , Chang Huang , Xinggang Wang

Interconnected road lanes are a central concept for navigating urban roads. Currently, most autonomous vehicles rely on preconstructed lane maps as designing an algorithmic model is difficult. However, the generation and maintenance of such…

计算机视觉与模式识别 · 计算机科学 2021-07-06 Robin Karlsson , David Robert Wong , Simon Thompson , Kazuya Takeda

The topological (or graph) structures of real-world networks are known to be predictive of multiple dynamic properties of the networks. Conventionally, a graph structure is represented using an adjacency matrix or a set of hand-crafted…

社会与信息网络 · 计算机科学 2016-10-21 Cheng Li , Xiaoxiao Guo , Qiaozhu Mei

We propose a motion forecasting model that exploits a novel structured map representation as well as actor-map interactions. Instead of encoding vectorized maps as raster images, we construct a lane graph from raw map data to explicitly…

计算机视觉与模式识别 · 计算机科学 2020-07-28 Ming Liang , Bin Yang , Rui Hu , Yun Chen , Renjie Liao , Song Feng , Raquel Urtasun

A map, as crucial information for downstream applications of an autonomous driving system, is usually represented in lanelines or centerlines. However, existing literature on map learning primarily focuses on either detecting geometry-based…

计算机视觉与模式识别 · 计算机科学 2026-01-13 Tianyu Li , Peijin Jia , Bangjun Wang , Li Chen , Kun Jiang , Junchi Yan , Hongyang Li

Lane graph estimation is an essential and highly challenging task in automated driving and HD map learning. Existing methods using either onboard or aerial imagery struggle with complex lane topologies, out-of-distribution scenarios, or…

计算机视觉与模式识别 · 计算机科学 2023-03-20 Martin Büchner , Jannik Zürn , Ion-George Todoran , Abhinav Valada , Wolfram Burgard

Deep neural networks can be powerful tools, but require careful application-specific design to ensure that the most informative relationships in the data are learnable. In this paper, we apply deep neural networks to the nonlinear…

机器学习 · 计算机科学 2019-12-04 Matthew A. Wright , Simon F. G. Ehlers , Roberto Horowitz

Graph convolutional networks (GCNs) enable end-to-end learning on graph structured data. However, many works assume a given graph structure. When the input graph is noisy or unavailable, one approach is to construct or learn a latent graph…

计算机视觉与模式识别 · 计算机科学 2023-07-19 Avishkar Saha , Oscar Mendez , Chris Russell , Richard Bowden

Aiming for higher-level scene understanding, this work presents a neural network approach that takes a road-layout map in bird's-eye-view as input, and predicts a human-interpretable graph that represents the road's topological layout. Our…

计算机视觉与模式识别 · 计算机科学 2022-05-02 Chenyang Lu , Gijs Dubbelman

Lane graph estimation is a long-standing problem in the context of autonomous driving. Previous works aimed at solving this problem by relying on large-scale, hand-annotated lane graphs, introducing a data bottleneck for training models to…

计算机视觉与模式识别 · 计算机科学 2023-11-13 Jannik Zürn , Ingmar Posner , Wolfram Burgard

Spatial-temporal graph modeling is an important task to analyze the spatial relations and temporal trends of components in a system. Existing approaches mostly capture the spatial dependency on a fixed graph structure, assuming that the…

机器学习 · 计算机科学 2019-06-04 Zonghan Wu , Shirui Pan , Guodong Long , Jing Jiang , Chengqi Zhang

Understanding the road genome is essential to realize autonomous driving. This highly intelligent problem contains two aspects - the connection relationship of lanes, and the assignment relationship between lanes and traffic elements, where…

计算机视觉与模式识别 · 计算机科学 2023-08-29 Tianyu Li , Li Chen , Huijie Wang , Yang Li , Jiazhi Yang , Xiangwei Geng , Shengyin Jiang , Yuting Wang , Hang Xu , Chunjing Xu , Junchi Yan , Ping Luo , Hongyang Li

One of the fundamental challenges to scale self-driving is being able to create accurate high definition maps (HD maps) with low cost. Current attempts to automate this process typically focus on simple scenarios, estimate independent maps…

计算机视觉与模式识别 · 计算机科学 2020-12-24 Namdar Homayounfar , Wei-Chiu Ma , Justin Liang , Xinyu Wu , Jack Fan , Raquel Urtasun

Recently, adaptive graph convolutional network based traffic prediction methods, learning a latent graph structure from traffic data via various attention-based mechanisms, have achieved impressive performance. However, they are still…

机器学习 · 计算机科学 2021-04-02 Jun Fu , Wei Zhou , Zhibo Chen

Recently, lane detection has made great progress with the rapid development of deep neural networks and autonomous driving. However, there exist three mainly problems including characterizing lanes, modeling the structural relationship…

计算机视觉与模式识别 · 计算机科学 2021-06-11 Jinming Su , Chao Chen , Ke Zhang , Junfeng Luo , Xiaoming Wei , Xiaolin Wei

Heterogeneous graphs offer powerful data representations for traffic, given their ability to model the complex interaction effects among a varying number of traffic participants and the underlying road infrastructure. With the recent advent…

机器学习 · 计算机科学 2023-04-25 Eivind Meyer , Maurice Brenner , Bowen Zhang , Max Schickert , Bilal Musani , Matthias Althoff
‹ 上一页 1 2 3 10 下一页 ›