paper-with-me

Papers

Enhancing Steering Estimation with Semantic-Aware GNNs

2025-03-21 · Fouad Makiyeh, Huy-Dung Nguyen, Patrick Chareyre, Ramin Hasani, Marc Blanchon, Daniela Rus

Steering estimation is a critical task in autonomous driving, traditionally relying on 2D image-based models. In this work, we explore the advantages of incorporating 3D spatial information through hybrid architectures that combine 3D neural network models with recurrent neural networks (RNNs) for temporal modeling, using LiDAR-based point clouds as input. We systematically evaluate four hybrid 3D models, all of which outperform the 2D-only baseline, with the Graph Neural Network (GNN) - RNN model yielding the best results. To reduce reliance on LiDAR, we leverage a pretrained unified model to estimate depth from monocular images, reconstructing pseudo-3D point clouds. We then adapt the GNN-RNN model, originally designed for LiDAR-based point clouds, to work with these pseudo-3D representations, achieving comparable or even superior performance compared to the LiDAR-based model. Additionally, the unified model provides semantic labels for each point, enabling a more structured scene representation. To further optimize graph construction, we introduce an efficient connectivity strategy where connections are predominantly formed between points of the same semantic class, with only 20\% of inter-class connections retained. This targeted approach reduces graph complexity and computational cost while preserving critical spatial relationships. Finally, we validate our approach on the KITTI dataset, achieving a 71% improvement over 2D-only models. Our findings highlight the advantages of 3D spatial information and efficient graph construction for steering estimation, while maintaining the cost-effectiveness of monocular images and avoiding the expense of LiDAR-based systems.

📄 PDF Abstract BibTeX arXiv:2503.17153

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous Drivinggraph constructionGraph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

LF-Steering: Latent Feature Activation Steering for Enhancing Semantic Consistency in Large Language Models

2025-01-19 · Jingyuan Yang, Rongjun Li, Weixuan Wang, Ziyu Zhou 외

Large Language Models (LLMs) often generate inconsistent responses when prompted with semantically equivalent paraphrased inputs. Recently, activation steering, a technique that modulates LLMs' behaviours by adjusting th…

Enhancing LLM Steering through Sparse Autoencoder-Based Vector Refinement

2025-09-28 · Anyi Wang, Xuansheng Wu, Dong Shu, Yunpu Ma 외 arxiv

Steering has emerged as a promising approach in controlling large language models (LLMs) without modifying model parameters. However, most existing steering methods rely on large-scale datasets to learn clear behavioral …

Semantic Similarity

On the Topology Awareness and Generalization Performance of Graph Neural Networks

2024-03-07 · Junwei Su, Chuan Wu

Many computer vision and machine learning problems are modelled as learning tasks on graphs where graph neural networks GNNs have emerged as a dominant tool for learning representations of graph structured data A key fea…

Active Learning

A DoA Estimation Based Robust Beam Forming Method for UAV-BS Communication

2019-05-13 · Tianxiao Zhao, Chunbo Luo, Geyong Min, Jianming Zhou 외

High data rate communication with Unmanned Aerial Vehicles (UAV) is of growing demand among industrial and commercial applications since the last decade. In this paper, we investigate enhancing beam forming performance b…

Loss-aware Curriculum Learning for Heterogeneous Graph Neural Networks

2024-02-29 · Zhen Hao Wong, Hansi Yang, Xiaoyi Fu, Quanming Yao

Heterogeneous Graph Neural Networks (HGNNs) are a class of deep learning models designed specifically for heterogeneous graphs, which are graphs that contain different types of nodes and edges. This paper investigates th…