自动驾驶论文集

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

  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等,深入了解

相关推荐
天天爱吃肉821832 分钟前
【比亚迪璇玑架构深度解析:重新定义智能电动汽车的“整车智能”】
数据库·人工智能·嵌入式硬件·架构·汽车
诸葛务农1 小时前
光电对抗:多模/复合制导中算法和软件平台
算法
Swift社区1 小时前
LeetCode 378 - 有序矩阵中第 K 小的元素
算法·leetcode·矩阵
墨染点香1 小时前
LeetCode 刷题【73. 矩阵置零】
算法·leetcode·矩阵
semantist@语校1 小时前
第十九篇|东京世界日本语学校的结构数据建模:制度函数、能力矩阵与升学图谱
数据库·人工智能·线性代数·矩阵·prompt·github·数据集
guygg881 小时前
HOG + SVM 行人检测
人工智能·机器学习·支持向量机
tqs_123451 小时前
redis zset score的计算
java·算法
_Coin_-1 小时前
算法训练营DAY60 第十一章:图论part11
算法·图论
林木辛1 小时前
LeetCode热题 438.找到字符中所有字母异位词 (滑动窗口)
算法·leetcode