paper-with-me

Papers

PLM-Net: Perception Latency Mitigation Network for Vision-Based Lateral Control of Autonomous Vehicles

2024-07-23 · Aws Khalil, Jaerock Kwon

This study introduces the Perception Latency Mitigation Network (PLM-Net), a novel deep learning approach for addressing perception latency in vision-based Autonomous Vehicle (AV) lateral control systems. Perception latency is the delay between capturing the environment through vision sensors (e.g., cameras) and applying an action (e.g., steering). This issue is understudied in both classical and neural-network-based control methods. Reducing this latency with powerful GPUs and FPGAs is possible but impractical for automotive platforms. PLM-Net comprises the Base Model (BM) and the Timed Action Prediction Model (TAPM). BM represents the original Lane Keeping Assist (LKA) system, while TAPM predicts future actions for different latency values. By integrating these models, PLM-Net mitigates perception latency. The final output is determined through linear interpolation of BM and TAPM outputs based on real-time latency. This design addresses both constant and varying latency, improving driving trajectories and steering control. Experimental results validate the efficacy of PLM-Net across various latency conditions. Source code: https://github.com/AwsKhalil/oscar/tree/devel-plm-net.

📄 PDF Abstract BibTeX arXiv:2407.16740

Code (1)

awskhalil/oscar 공식 구현

Tasks

Autonomous VehiclesSteering Control

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Reinforcement Learning and Deep Learning based Lateral Control for Autonomous Driving

2018-10-30 · Dong Li, Dongbin Zhao, Qichao Zhang, Yaran Chen

This paper investigates the vision-based autonomous driving with deep learning and reinforcement learning methods. Different from the end-to-end learning method, our method breaks the vision-based lateral control system …

Autonomous DrivingDeep LearningDeep Reinforcement LearningModel Predictive Control+4

Efficient Perception, Planning, and Control Algorithm for Vision-Based Automated Vehicles

2022-09-15 · Der-Hau Lee

Autonomous vehicles have limited computational resources and thus require efficient control systems. The cost and size of sensors have limited the development of self-driving cars. To overcome these restrictions, this st…

Autonomous DrivingAutonomous VehiclesMotion Planningobject-detection+3

Nonlinear Performance Degradation of Vision-Based Teleoperation under Network Latency

2026-03-06 · Aws Khalil, Jaerock Kwon arxiv

Teleoperation is increasingly being adopted as a critical fallback for autonomous vehicles. However, the impact of network latency on vision-based, perception-driven control remains insufficiently studied. The present wo…

Autonomous Vehicles

Event-driven Vision and Control for UAVs on a Neuromorphic Chip

2021-08-08 · Antonio Vitale, Alpha Renner, Celine Nauer, Davide Scaramuzza 외

Event-based vision sensors achieve up to three orders of magnitude better speed vs. power consumption trade off in high-speed control of UAVs compared to conventional image sensors. Event-based cameras produce a sparse s…

Drone ControllerEvent-based vision

Bridging Large-Model Reasoning and Real-Time Control via Agentic Fast-Slow Planning

2026-04-02 · Jiayi Chen, Shuai Wang, Guangxu Zhu, Chengzhong Xu arxiv

Large foundation models enable powerful reasoning for autonomous systems, but mapping semantic intent to reliable real-time control remains challenging. Existing approaches either (i) let Large Language Models (LLMs) gen…