当前位置:网站首页>写作系列之contribution
写作系列之contribution
2022-07-06 18:50:00 【patrickpdx】
例1. Unlike most of the existing works that consider the sensing and transmission for one task as a unit optimization objective, we further study the time consumption trade-off between the sensing and communication in the cellular Internet of UAVs. 在contribution之前,通过文献综述论证前人工作的确在我们要创新的点上存在不足
The main contributions of this paper are summarized as follows. First, we propose a model of the cellular Internet of UAVs, where a UAV updates the data for the sensing tasks frequently in a given period. (研究了什么模型) Second, we formulate a joint sensing and transmission optimization problem to minimize the total AoI of the system, and solve the NP-hard problem with gradient descent and dynamic programming (DP) algorithms. (问题+方法)Third, we prove that there exists only one optimal trade-off between the time for UAV sensing and that for UAV transmission, and verify the effectiveness of our proposed algorithm with simulations.(仿真结果)
摘自 S. Zhang, H. Zhang, L. Song, Z. Han and H. V. Poor, “Sensing and Communication Tradeoff Design for AoI Minimization in a Cellular Internet of UAVs,” ICC 2020 - 2020 IEEE International Conference on Communications (ICC), 2020, pp. 1-6, doi: 10.1109/ICC40277.2020.9148771.
例2. However, the above work only focused on UAV-assisted wireless communications where UAVs are dispatched as dedicated communication platforms … In fact, energy-efficient data uploading via trajectory and communication design for cellular-connected UAV systems with QoS constraints should balance the tradeoff between maximizing data uploading throughput, satisfying communication QoS requirement, and efficiently utilizing the limited on-board energy. Such joint design is challenging, which, to our best knowledge, has not been studied in prior work.
在contribution之前,通过文献综述论证前人工作的确在我们要创新的点上存在不足
In this paper, we aim to overcome the above limitations in the existing designs for UAV communication systems. We consider a cellular-connected UAV system where one energy-constrained UAV flies from an initial location to a final location, while uploading its data to the cellular network subject to a given QoS requirement. We assume that only the statistical channel distribution information (CDI) is available prior to the UAV’s flight, while the instantaneous channel state information (CSI) is available to the UAV in real time along the UAV’s flight.(模型) Our aim is to maximize the total data uploading throughput by jointly optimizing the UAV operation time, communication scheduling, as well as UAV trajectory and transmit power, where both offline and online design approaches are studied. (问题)The main contributions of this paper are summarized as follows:
• First, we formulate the uplink throughput maximization problemfor a cellular-connected UAV communication systemvia jointly optimizing the UAV operation time, communication scheduling, as well as UAV trajectory and transmit power, by taking into account the UAV energy budget and communication QoS requirement between the UAV and GBSs along its flight.
模型+问题
• Second, we focus on the offline design approach for the considered system by utilizing only the CDI knowledge that is available prior to the UAV’s flight. After defining the adopted performance metric and using path discretization technique, we formulate the design as a non convex optimization problem, which is difficult to solve directly. An efficient alternating optimization algorithm is then proposed to simultaneously update UAV velocity and time slot duration, as well as communication time and transmit power allocation at each iteration with successive convex approximation (SCA) technique, which converges to a solution that satisfies the Karush-KuhnTucker (KKT) conditions.
方法
• Third, we study the online design for the considered system by utilizing the instantaneous CSI obtained by the UAV in real time along its flight. An adaptive online optimization algorithm is proposed, by exploiting the similar structure between the online and offline design problems. To further reduce the computational complexity, a low complexity online algorithm based on receding horizon optimization (RHO) is developed by utilizing a combined offline and online design approach.
方法
• Extensive simulations are conducted and the results show that significant throughput improvement can be achieved by proposed designs compared to baseline schemes. Furthermore, our results unveil the tradeoff between system throughput and UAV endurance in the considered system.
摘自 Zhan, Cheng, and Yong Zeng. “Energy-Efficient Data Uploading for Cellular-Connected UAV Systems.” IEEE Transactions on Wireless Communications 19.11 (2020): 7279-7292.
例3. In this paper, we investigate air-ground coordinated communications system in which both UAV-BS trajectories and GU access control are optimized to further improve the system performance. (模型)This is different from most previous works [1]– [15], [17]–[19], [24]–[27], [30]–[32] which focus on either UAVs or GUs. (论证和前人的确在我们要创新的点上存在不足)Specifically, each GU requests to access one UAV-BS to maximize its own throughput and the UAV-BSs(问题)
The main contributions of this paper are summarized as follows:
• We study the air-ground coordinated communications systemwhere the UAV-BS trajectories and GU access control are optimized together instead of just optimizing UAV-BS trajectories or GU access control.
模型+问题
• Based on MADDPG [33], we propose a probabilistic multi-agent deep deterministic policy gradient (PMADDPG) approach to address the problems with hybrid action space. Specifically, PMADDPG transforms the discrete actions into continuous probabilities and samples an action according to the distribution. We then prove the existence of policy gradient, and thus DNN can be optimized in the way of training MADDPG.
方法
• We apply PMADDPG to the air-ground coordinated communications system, and propose AG-PMADDPG (airground PMADDPG) to enable GUs to maximize their own throughput and UAV-BSs to provide fair and highthroughput communication service.
方法
• We analyze the air-ground coordinated communications system from the perspective of game theory. To be specific, we calculate the price of anarchy (POA) [34] of the induced game among competitive GUs and show that the objective would suffer from severe performance loss if GUs learn independently.
结果
摘自 Ding R, Xu Y, Gao F, et al. Trajectory Design and Access Control for Air-Ground Coordinated Communications System with Multi-Agent Deep Reinforcement Learning[J]. IEEE Internet of Things Journal, 2021.
例4. Nevertheless, the decentralized trajectory design problem remains to be lack of discussion. This is important since in practical scenarios the UAVs may belong to different entities, and thus they have the incentive to maximize their own utilities.
The main contributions of this paper can be summarized as
follows.
- We propose a sense-and-send protocol to coordinate UAVs performing real-time sensing tasks, and solve the probability of successful valid sensory data transmission by using nested Markov chains.
- We formulate the decentralized UAV trajectory design problem, and propose an enhanced multi-UAV Q-learning algorithm to solve the problem.
- Simulation results show that the enhanced multi-UAV Q-learning algorithm converges faster and to higher rewards of UAVs compared to both single-agent and opponent modeling Q-learning algorithms.
摘自 Reinforcement Learning for Decentralized Trajectory Design in Cellular UAV Networks With Sense-and-Send Protocol
边栏推荐
- 4 -- Xintang nuc980 mount initramfs NFS file system
- 安全交付工程师
- A new path for enterprise mid Platform Construction -- low code platform
- 1--新唐nuc980 NUC980移植 UBOOT,从外部mx25l启动
- Metaforce force meta universe development and construction - fossage 2.0 system development
- Introduction to FLIR blackfly s industrial camera
- Difference and the difference between array and array structure and linked list
- Argo workflows source code analysis
- Web3对法律的需求
- Pgadmin4 of PostgreSQL graphical interface tool
猜你喜欢
Lombok同时使⽤@Data和@Builder 的坑
Compress JS code with terser
[paper reading | deep reading] rolne: improving the quality of network embedding with structural role proximity
6-6漏洞利用-SSH安全防御
How to build a 32core raspberry pie cluster from 0 to 1
The last line of defense of cloud primary mixing department: node waterline design
云原生混部最后一道防线:节点水位线设计
1--新唐nuc980 NUC980移植 UBOOT,从外部mx25l启动
如何从0到1构建32Core树莓派集群
【论文阅读|深读】 GraphSAGE:Inductive Representation Learning on Large Graphs
随机推荐
[paper reading | deep reading] graphsage:inductive representation learning on large graphs
C#/VB. Net to delete watermarks in word documents
安全交付工程师
Sensor: introduction of soil moisture sensor (xh-m214) and STM32 drive code
Decryption function calculates "task state and lifecycle management" of asynchronous task capability
建議收藏!!Flutter狀態管理插件哪家强?請看島上碼農的排行榜!
[leetcode]Search for a Range
1 -- Xintang nuc980 nuc980 porting uboot, starting from external mx25l
Halcon instance to opencvsharp (C openCV) implementation -- bottle mouth defect detection (with source code)
人脸识别应用解析
Go swagger use
遇到慢SQL该怎么办?(下)
Several classes and functions that must be clarified when using Ceres to slam
leetcode:5. Longest palindrome substring [DP + holding the tail of timeout]
CSDN 夏令营课程 项目分析
Infrared camera: juge infrared mag32 product introduction
【论文阅读|深读】DNGR:Deep Neural Networks for Learning Graph Representations
Web开发小妙招:巧用ThreadLocal规避层层传值
What to do when encountering slow SQL? (next)
Introduction to FLIR blackfly s industrial camera