Channel-Aware Throughput Maximization for Cooperative Data Fusion in CAV

Haonan An,Zhengru Fang,Yuang Zhang,Senkang Hu,Xianhao Chen,Guowen Xu,Yuguang Fang
2024-10-06
Abstract:Connected and autonomous vehicles (CAVs) have garnered significant attention due to their extended perception range and enhanced sensing coverage. To address challenges such as blind spots and obstructions, CAVs employ vehicle-to-vehicle (V2V) communications to aggregate sensory data from surrounding vehicles. However, cooperative perception is often constrained by the limitations of achievable network throughput and channel quality. In this paper, we propose a channel-aware throughput maximization approach to facilitate CAV data fusion, leveraging a self-supervised autoencoder for adaptive data compression. We formulate the problem as a mixed integer programming (MIP) model, which we decompose into two sub-problems to derive optimal data rate and compression ratio solutions under given link conditions. An autoencoder is then trained to minimize bitrate with the determined compression ratio, and a fine-tuning strategy is employed to further reduce spectrum resource consumption. Experimental evaluation on the OpenCOOD platform demonstrates the effectiveness of our proposed algorithm, showing more than 20.19\% improvement in network throughput and a 9.38\% increase in average precision (AP@IoU) compared to state-of-the-art methods, with an optimal latency of 19.99 ms.
Artificial Intelligence
What problem does this paper attempt to address?
### Problems the paper attempts to solve This paper aims to solve the problems of network throughput and channel quality limitations faced by connected and autonomous vehicles (CAVs) in cooperative perception. Specifically, the paper proposes a channel - aware - based throughput maximization method to promote data fusion among CAVs. By using self - supervised auto - encoders for adaptive data compression, this method can optimize the data transmission rate and compression ratio, thereby improving network throughput and perception accuracy. ### Background and challenges 1. **Requirements for cooperative perception**: - CAVs aggregate sensor data of surrounding vehicles through vehicle - to - vehicle (V2V) communication to expand the perception range and enhance the perception coverage. - However, cooperative perception is often limited by network throughput and channel quality. 2. **Challenges in data transmission**: - The amount of perception data is huge (for example, point clouds and image sequences), resulting in data transmission requiring a large network throughput. - For example, according to the KITTI data set, each frame generated by a 3D laser scanner contains 100,000 points, and the minimum recorded scene contains 114 frames, with a total of more than 10 million points. - Therefore, the V2V network among large - scale vehicle nodes cannot actually transmit such a large amount of data. 3. **Insufficiencies of existing solutions**: - Existing research attempts to use communication - efficient collaborative perception frameworks, point - cloud - feature - based perception frameworks, or frameworks that send compressed depth feature maps to overcome the challenges of network throughput. - However, most of these methods assume that the wireless channel is time - invariant and fail to fully consider the impact of dynamic and uncertain channel conditions on throughput. ### Proposed methods 1. **Problem modeling**: - Model the problem as a mixed - integer programming (MIP) model and decompose it into two sub - problems to solve for the optimal data transmission rate and compression ratio respectively. 2. **Adaptive data compression**: - Use self - supervised auto - encoders to reduce the temporal and spatial redundancies of multi - frame data to achieve adaptive data compression. - Further improve the reconstruction performance through a fine - tuning strategy of historical information, saving 42.0% of the spectrum resources. 3. **Experimental verification**: - Conduct experiments on the OpenCOOD platform to verify the effectiveness of the proposed algorithm. - The experimental results show that compared with existing methods, the network throughput is increased by 20.19%, the average precision (AP@IoU) is increased by 9.38%, and it has an optimal delay of 19.99 milliseconds. ### Main contributions 1. **Propose the channel - aware - based throughput maximization method for the first time**: - Model the problem as MIP and decompose it into two sub - problems to solve for the optimal data transmission rate and compression ratio respectively. 2. **Adaptive data compression scheme**: - Use self - supervised auto - encoders to reduce the temporal and spatial redundancies of data, balance the data reconstruction accuracy and the channel - aware compression ratio. - Further improve the reconstruction performance through a fine - tuning strategy of historical information and save spectrum resources. 3. **Experimental verification**: - Conduct extensive experiments on the OpenCOOD platform to verify that the proposed algorithm significantly improves network throughput and average precision under the same wireless channel conditions. ### Conclusion This paper effectively solves the problems of network throughput and channel quality limitations faced by CAVs in cooperative perception by introducing the channel - aware - based throughput maximization method and the adaptive data compression scheme. The experimental results show that the proposed method has significant advantages in improving network throughput and perception accuracy.