自动驾驶论文集

自动驾驶技术的前沿研究涵盖了多个方面,包括感知、决策与规划、传感器融合、仿真与测试、安全性与可靠性等。以下是一些近期关于自动驾驶技术的前沿论文和研究方向,可以通过查找相关的学术数据库和会议论文来进一步了解。

  1. **感知与视觉识别**:
  • "PointPillars: Fast Encoders for Object Detection from Point Clouds" - Alex H. Lang et al., CVPR 2019.

  • "CenterNet: Keypoint Triplets for Object Detection" - Xingyi Zhou et al., CVPR 2019.

  • "PointRCNN: 3D Object Proposal Generation and Detection from Point Cloud" - Shi et al., CVPR 2019.

  1. **决策与规划**:
  • "Motion Planning for Automated Driving on Unstructured Road Scenarios using Deep Reinforcement Learning" - Yoo et al., IEEE IV 2020.

  • "End-to-End Learning of Driving Models from Large-Scale Video Datasets" - Codevilla et al., CoRL 2018.

  • "Safe Reinforcement Learning for Autonomous Driving" - Yang et al., NeurIPS 2018.

  1. **传感器融合与感知**:
  • "Probabilistic Multisensor Fusion for Safe Urban Driving" - Engelhard et al., IEEE Transactions on Intelligent Transportation Systems, 2019.

  • "Deep Multi-Sensor Fusion for Object Detection in Autonomous Vehicles" - Chen et al., IEEE Intelligent Vehicles Symposium, 2020.

  1. **仿真与测试**:
  • "ScenarioNet: A Large-Scale Benchmark for Modular Autonomous Driving" - Devarakonda et al., arXiv:2105.09685, 2021.

  • "Development and Validation of Autonomous Vehicle Testing Methodologies" - Barkan et al., IEEE Transactions on Intelligent Vehicles, 2020.

  1. **安全性与可靠性**:
  • "Safety-Critical Control for Autonomous Vehicles Using Convex Optimization" - Li et al., IEEE Transactions on Control Systems Technology, 2020.

  • "A Comprehensive Study on the Deployment of Self-Driving Cars: from Perception and Control to Safety-Critical Challenges" - Wu et al., IEEE Transactions on Intelligent Transportation Systems, 2020.

这些论文代表了自动驾驶技术在不同方面的最新研究进展和应用案例。你可以通过访问IEEE Xplore、ACM Digital Library、Google Scholar等学术数据库,或者关注顶级会议如CVPR、ICRA、IV等,深入了解

相关推荐
csdn_aspnet3 分钟前
C# 求n边凸多边形的对角线数量(Find number of diagonals in n sided convex polygon)
开发语言·算法·c#
Daydream.V8 分钟前
OpenCV高端操作——光流估计(附案例)
人工智能·opencv·计算机视觉
凌波粒18 分钟前
LeetCode--349.两个数组的交集(哈希表)
java·算法·leetcode·散列表
冬奇Lab44 分钟前
一天一个开源项目(第60篇):IndexTTS - B 站开源的工业级零样本语音合成系统
人工智能·开源·资讯
子兮曰1 小时前
🚀Hermes Agent 爆火真相:19k Star 背后的自学习 Agent 系统
人工智能·agent
AI先驱体验官1 小时前
智能体变现:从技术实现到产品化的实践路径
大数据·人工智能·深度学习·重构·aigc
大连好光景1 小时前
软件测试笔记(2)
人工智能·功能测试·模块测试
paeamecium2 小时前
【PAT甲级真题】- Student List for Course (25)
数据结构·c++·算法·list·pat考试
纪伊路上盛名在2 小时前
机器学习中的固定随机种子方案
人工智能·机器学习·数据分析·随机种子
Book思议-2 小时前
【数据结构】栈与队列全方位对比 + C 语言完整实现
c语言·数据结构·算法··队列