# 使用指南
首先需要在本地环境中包含有Xelatex或是latexmk,并且已经正确安装make 工具。
直接Clone 本项目到本地,之后使用make 进行编译:
```shell
make
```
编译后会生成一个`main.pdf`文件,该文件即为符合2023年重庆大学毕业论文格式要求的文件。
# 车载信息物理融合系统建模与优化关键技术研究
> Research on Key Techniques for Modeling and Optimization of Vehicular Cyber-Physical Systems
## 特性🔥
* 本项目是本人的重庆大学博士学位论文,理论上硕士和本科也可使用
* 使用 LaTeX 编写,Mom再也不用担心我的博士论文排版(大雾)
* 支持《**重庆大学博士、硕士学位论文格式标准(2023年修订)**》格式要求
## 目录🔎
* [中文摘要](#中文摘要)
* [Abstract](#Abstract)
* [论文目录](#论文目录)
* [编译运行](#编译运行)
* [使用指南](#使用指南)
* [引用本学位论文](#引用本学位论文)
* [致谢](#致谢)
## 中文摘要🀄
随着感知模式、通讯技术和计算范式的发展,传统汽车正朝着智能化、网联化和协同化方向迅速演进。以智能网联汽车为抓手,车联网驱动的智能交通系统(Intelligent Transportation System, ITS)有望实现更安全、高效和可持续发展的交通运输。车载信息物理融合系统(Vehicular Cyber-Physical System, VCPS)是实现ITS应用的基础和关键。然而,车联网高异构、高动态和分布式等特征以及ITS应用的多元化需求给VCPS的实现带来了巨大挑战。首先,面向车联网高动态物理环境,创新的服务架构和高效的数据感知与质量评估模型是VCPS的架构基础和驱动核心。其次,面向车联网分布式异构节点资源,先进的任务调度与资源分配策略是进一步优化VCPS服务质量的技术支撑。再次,面向智能交通系统多元应用需求,创新的服务质量与系统开销均衡策略是实现高质量、低成本和可扩展VCPS的理论保障。最后,面向动态复杂车联网环境,原型系统的设计和实现是针对VCPS必要的验证手段。因此,从架构融合与系统建模、协同资源优化、质量-开销均衡,以及原型系统实现四个方面,对车载信息物理融合系统进行了理论、技术和系统上的协同创新。主要创新成果包括:
1️⃣ **基于分层车联网架构的车载信息物理融合系统建模**。
首先,设计了分层车联网服务架构,其融合了软件定义网络和移动边缘计算范式,并最大化逻辑集中控制与边缘分布式服务的协同效应。在此基础上,提出了分布式感知与多源信息融合场景,其中边缘节点融合感知信息并构建逻辑视图。其次,建立了基于多类M/G/1优先队列的信息排队模型,并针对多源信息需求对车载信息物理融合质量进行建模,设计了 Age of View 指标来定量评估视图质量,并形式化定义了VCPS质量最大化问题。再次,提出了基于差分奖励的多智能体深度强化学习(Multi-Agent Difference-Reward-based Deep Reinforcement Learning, MADR)算法,通过确定信息感知频率、上传优先级,以及车与基础设施通信(Vehicle-to-Infrastructure, V2I)带宽,以实现VCPS质量最大化。最后,构建了仿真实验模型并进行了性能评估,证明了 MADR 算法的优越性。
2️⃣ **面向车载信息物理融合的通信与计算资源协同优化**。
首先,提出了协同通信与计算卸载场景,其中边缘节点协同调度通信与计算资源来实现VCPS实时任务处理。其次,考虑非正交多址接入(Non-Orthogonal Multiple Access, NOMA)车联网中同一边缘内与不同边缘间的干扰,并建立了V2I传输模型。形式化定义了协同资源优化问题,旨在最大化服务率。再次,提出了基于博弈理论的多智能体深度强化学习(Multi-Agent Game-Theoretic Deep Reinforcement Learning, MAGT)算法,将原问题分解为任务卸载和资源分配两个子问题,其中,任务卸载子问题建模为严格势博弈并实现纳什均衡,资源分配子问题分解为两个独立凸优化问题,并分别利用基于梯度的迭代方法和KKT条件得到最优解,以实现异构资源协同优化。最后,构建了仿真实验模型并进行了性能评估,证明了 MAGT 算法的优越性。
3️⃣ **面向车载信息物理融合的质量-开销均衡优化**。
首先,提出了协同感知与 V2I 上传场景,其中车辆进行协同感知与上传,而边缘节点在构建视图时会同时考虑视图质量与开销。其次,考虑边缘视图中多源信息的及时性和一致性,建立了VCPS质量模型。同时,考虑到视图信息冗余度、感知开销以及传输开销,建立了VCPS开销模型。在此基础上,形式化定义了双目标优化问题,以最大化VCPS质量和最小化VCPS开销。再次,提出了基于多目标的多智能体深度强化学习(Multi-Agent Multi-Objective Deep Reinforcement Learning, MAMO)算法,其中系统奖励包含VCPS质量和VCPS利润,并通过决斗评论家网络基于状态价值和动作优势来评估智能体动作,以实现质量-开销均衡。最后,构建了仿真实验模型并进行了性能评估,证明了 MAMO 算法的优越性。
4️⃣ **面向车载信息物理融合的超视距碰撞预警原型系统设计与实现**。
首先,提出了超视距(None-Light-of-Sight, NLOS)碰撞预警场景,其中交叉路口的车辆由于视线遮挡而具有潜在碰撞风险。其次,提出了基于车载信息物理融合系统优化的碰撞预警(Vehicular Cyber-Physical System Optimization based Collision Warning, VOCW)算法,建立了V2I 应用层传输时延拟合模型,设计了数据包丢失检测机制,通过丢包检测与时延补偿实现更加实时准确的逻辑视图以提高碰撞预警系统性能。再次,构建了仿真实验模型并进行了性能评估,证明了 VOCW 算法的优越性。最后,搭建了基于车载终端和路侧设备的硬件在环试验平台,并进一步在真实的车联网环境中实现了超视距碰撞预警原型系统,并验证了所提系统的可行性与有效性。
## Abstract🔠
With the development of sensing patterns, communication technologies, and computing paradigms, traditional vehicles are rapidly evolving towards intelligence, networking, and collaboration. By leveraging intelligent connected vehicles as the starting point, the intelligent transportation system (ITS) driven by vehicle-to-everything (V2X) communications is expected to achieve safer, more efficient, and sustainable transportation. The vehicular cyber-physical system (VCPS) is the foundation and key to implement ITS applications. However, the implementation of VCPS faces significant challenges due to the highly heterogeneous, dynamic, and distributed nature of vehicular networks, along with the diverse requirements of ITS applications. First, an innovative service architecture and efficient data sensing and quality evaluation models tailored to the highly heterogeneous and dynamic physical environment of vehicular networks are the architecture foundation and driving force of VCPS. Second, advanced task scheduling and resource allocation towards distributed heterogeneous resources in vehicular networks is the technical support for further optimizing the quality of VCPS services. Third, a novel equilibrium strategy for system quality and cost towards the diversified application demands of ITS is the theoretical guarantee for achieving high-quality, low-cost, and scalable VCPS. Finally, the design and implementation of a prototype system towards the real-world dynamical vehicular network environment is a necessary verification method
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
重庆大学研究生(博士硕士)毕业论文,Latex模板,支持最新.zip (124个子文件)
makewin.bat 4KB
makewin-en.bat 3KB
ref\refs.bib 74KB
gbt7714-numerical.bst 47KB
cqunumerical.bst 32KB
cquthesis.cfg 10KB
cquthesis.cls 25KB
cquthesis.cwl 2KB
doc\cover.doc 59KB
doc\独创性声明学位论文版权使用授权书-普通.doc 27KB
cquthesis.dtx 96KB
figures\README 333B
gh-md-toc 8KB
.git\config 313B
.git\description 73B
.git\HEAD 27B
.git\index 9KB
.git\info\exclude 240B
.git\logs\HEAD 193B
.git\logs\refs\heads\cquthesoul 193B
.git\logs\refs\remotes\origin\HEAD 193B
.git\packed-refs 118B
.git\refs\heads\cquthesoul 41B
.git\refs\remotes\origin\HEAD 36B
.gitattributes 539B
.gitignore 609B
.git\objects\pack\pack-29114831edd9049cadd0a2ad13e4e0bebb706dd8.idx 19KB
cquthesis.ins 3KB
doc\example.jpg 341KB
.latexmkrc 446B
LICENSE 18KB
Makefile 3KB
README.md 33KB
CONTRIBUTORS.md 2KB
toolkit\README.md 1KB
.git\objects\pack\pack-29114831edd9049cadd0a2ad13e4e0bebb706dd8.pack 168.87MB
车载信息物理融合系统建模与优化关键技术研究.pdf 14.04MB
figures\Fig5-12-outdoor.pdf 4.09MB
figures\Fig5-12-1.pdf 1.5MB
figures\Fig5-12-2.pdf 1.23MB
figures\Fig2-2a-architerture.pdf 1.16MB
cquthesis.pdf 1.01MB
figures\Fig5-9-C-V2X-hardware-in-loop.pdf 1014KB
figures\Fig5-11-unmanned-vehicle-platform.pdf 1010KB
figures\Fig3-1-noma-architecture.pdf 390KB
figures\Fig2-1-hierarchical-architecture.pdf 371KB
figures\Fig1-1-V2X.pdf 294KB
figures\Fig5-1-example.pdf 275KB
figures\Fig4-1-architerture.pdf 266KB
figures\Fig5-8-hardware-in-the-loop-architecture.pdf 213KB
figures\Fig2-5-heat-map.pdf 211KB
figures\Fig1-3-intersection.pdf 202KB
figures\Fig5-10-delays.pdf 166KB
figures\Fig5-2-delay.pdf 165KB
figures\Fig3-3-solution-model.pdf 153KB
cover.pdf 145KB
figures\Fig5-3-delay-fitting.pdf 140KB
figures\Fig4-2-solution-model.pdf 139KB
figures\Fig3-4-convergence.pdf 96KB
figures\Fig2-4-solution-model.pdf 96KB
figures\Fig2-3-cooperative-sensing.pdf 95KB
figures\Fig2-2b-procedures.pdf 88KB
figures\Fig3-2-system-model.pdf 75KB
authscan.pdf 73KB
figures\Fig2-6-convergence.pdf 60KB
figures\Fig1-4-content.pdf 57KB
figures\Fig1-2-V2X-evolution.pdf 56KB
figures\Fig2-8-different-bandwidths.pdf 50KB
figures\Fig2-9-different-view-sizes.pdf 48KB
figures\Fig4-3-different-algorithms.pdf 46KB
figures\Fig2-7-different-scenarios.pdf 42KB
figures\Fig3-6-different-computation-capability.pdf 40KB
figures\Fig3-7-different-task-arrival-probability.pdf 40KB
figures\CQUbadge.pdf 37KB
figures\Fig4-6-different-bandwidths.pdf 34KB
figures\Fig4-7-different-numbers.pdf 34KB
figures\Fig3-5-different-traffica-scenarios.pdf 34KB
figures\Fig4-4-different-networks.pdf 31KB
figures\Fig4-5-different-scenarios.pdf 25KB
figures\Fig5-6a-different-headways.pdf 21KB
figures\Fig5-6b-different-headways.pdf 21KB
figures\Fig5-5b-different-scenarios.pdf 21KB
figures\Fig5-5a-different-scenarios.pdf 21KB
figures\Fig5-6c-different-headways.pdf 19KB
figures\Fig5-5c-different-scenarios.pdf 19KB
figures\Fig5-7a-different-packet-loss-rate.pdf 19KB
figures\Fig5-7c-different-packet-loss-rate.pdf 18KB
figures\Fig5-7b-different-packet-loss-rate.pdf 18KB
contents\abbreviate_sort.py 2KB
.git\objects\pack\pack-29114831edd9049cadd0a2ad13e4e0bebb706dd8.rev 3KB
.git\hooks\pre-rebase.sample 5KB
.git\hooks\fsmonitor-watchman.sample 5KB
.git\hooks\update.sample 4KB
.git\hooks\push-to-checkout.sample 3KB
.git\hooks\sendemail-validate.sample 2KB
.git\hooks\pre-commit.sample 2KB
.git\hooks\prepare-commit-msg.sample 1KB
.git\hooks\pre-push.sample 1KB
.git\hooks\commit-msg.sample 896B
.git\hooks\pre-receive.sample 544B
共 124 条
- 1
- 2
资源评论
学习开源项目成就精彩人生
- 粉丝: 1183
- 资源: 1774
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 实用数据上市公司数字化转型双重差分准自然实验数据(2007-2022年).txt
- Jave Web实验报告二:开源中国静态复刻
- j avascipt 测试程序代码
- content_1732197590653.zip
- 模拟题最终版.docx
- Java Web实验报告一:通讯录
- XP-245废墨清零,懂的都懂 买了个打印机,清零好几次了,这个比较好用,也有简单的操作图,用起来不恶心 杀毒软件没报毒
- 不同温度下的光谱数据,仅截取550nm-700nm
- 不同温度下的光谱数据,仅截取550nm-700nm
- HengCe-18900-2024-2030全球与中国eMMC和UFS市场现状及未来发展趋势-样本.docx
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功