325 research outputs found
Enhanced C-V2X Mode 4 to Optimize Age of Information and Reliability for IoV
Internet of vehicles (IoV) has emerged as a key technology to realize
real-time vehicular application. For IoV, vehicles adopt cellular
vehicle-to-everything (C-V2X) standard to support direct communication among
them. C-V2X mode 4 controls resource allocation without the assistance of
cellular network, hence it is widely used for IoV. However, C-V2X mode 4 has
two drawbacks. First is that vehicles cannot communicate with each other for a
period in some case which will cause an increase in age of information (AoI);
second is that vehicles may select resource already occupied by others which
will deteriorate the reliability. To address the two drawbacks, we propose an
enhanced C-V2X mode 4 to optimize AoI and reliability. In addition, we consider
the fact that for most vehicular applications, each vehicle periodically
requires fresh information of vehicles within a certain distance and propose a
new performance metric to evaluate the system AoI for IoV. Furthermore, we
construct a platform through integrating SUMO and NS3. We demonstrate the
superiority of the enhanced C-V2X mode 4 base on this simulation platform.Comment: This paper has been accpeted by ICCT 2023. The source code can be
found at https://github.com/qiongwu86/ns3 sumo cv2x mode4.gi
Transcriptome-based network analysis related to M2-like tumor-associated macrophage infiltration identified VARS1 as a potential target for improving melanoma immunotherapy efficacy
Rationale
The M2-like tumor-associated macrophages (TAMs) are independent prognostic factors in melanoma.
Methods
We performed weighted gene co-expression network analysis (WGCNA) to identify the module most correlated with M2-like TAMs. The Cancer Genome Atlas (TCGA) patients were classified into two clusters that differed based on prognosis and biological function, with consensus clustering. A prognostic model was established based on the differentially expressed genes (DEGs) of the two clusters. We investigated the difference in immune cell infiltration and immune response-related gene expression between the high and low risk score groups.
Results
The risk score was defined as an independent prognostic value in melanoma. VARS1 was a hub gene in the M2-like macrophage-associated WGCNA module that the DepMap portal demonstrated was necessary for melanoma growth. Overexpressing VARS1 in vitro increased melanoma cell migration and invasion, while downregulating VARS1 had the opposite result. VARS1 overexpression promoted M2 macrophage polarization and increased TGF-β1 concentrations in tumor cell supernatant in vitro. VARS1 expression was inversely correlated with immune-related signaling pathways and the expression of several immune checkpoint genes. In addition, the VARS1 expression level helped predict the response to anti-PD-1 immunotherapy. Pan-cancer analysis demonstrated that VARS1 expression negatively correlated with CD8 T cell infiltration and the immune response-related pathways in most cancers.
Conclusion
We established an M2-like TAM-related prognostic model for melanoma and explored the role of VARS1 in melanoma progression, M2 macrophage polarization, and the development of immunotherapy resistance
Asynchronous Federated Learning for Edge-assisted Vehicular Networks
Vehicular networks enable vehicles support real-time vehicular applications
through training data. Due to the limited computing capability, vehicles
usually transmit data to a road side unit (RSU) at the network edge to process
data. However, vehicles are usually reluctant to share data with each other due
to the privacy issue. For the traditional federated learning (FL), vehicles
train the data locally to obtain a local model and then upload the local model
to the RSU to update the global model, thus the data privacy can be protected
through sharing model parameters instead of data. The traditional FL updates
the global model synchronously, i.e., the RSU needs to wait for all vehicles to
upload their models for the global model updating. However, vehicles may
usually drive out of the coverage of the RSU before they obtain their local
models through training, which reduces the accuracy of the global model. It is
necessary to propose an asynchronous federated learning (AFL) to solve this
problem, where the RSU updates the global model once it receives a local model
from a vehicle. However, the amount of data, computing capability and vehicle
mobility may affect the accuracy of the global model. In this paper, we jointly
consider the amount of data, computing capability and vehicle mobility to
design an AFL scheme to improve the accuracy of the global model. Extensive
simulation experiments have demonstrated that our scheme outperforms the FL
schemeComment: This paper has been submitted to WCS
An optimized encoding algorithm for systematic polar codes
Many different encoding algorithms for systematic polar codes (SPC) have been introduced since SPC was proposed in 2011. However, the number of the computing units of exclusive OR (XOR) has not been optimized yet. According to an iterative property of the generator matrix and particular lower triangular structure of the matrix, we propose an optimized encoding algorithm (OEA) of SPC that can reduce the number of XOR computing units compared with existing non-recursive algorithms. We also prove that this property of the generator matrix could extend to different code lengths and rates of the polar codes. Through the matrix segmentation and transformation, we obtain a submatrix with all zero elements to save computation resources. The proportion of zero elements in the matrix can reach up to 58.5{\%} from the OEA for SPC when the code length and code rate are 2048 and 0.5, respectively. Furthermore, the proposed OEA is beneficial to hardware implementation compared with the existing recursive algorithms in which signals are transmitted bidirectionally
Asynchronous Federated Learning Based Mobility-aware Caching in Vehicular Edge Computing
Vehicular edge computing (VEC) is a promising technology to support real-time
applications through caching the contents in the roadside units (RSUs), thus
vehicles can fetch the contents requested by vehicular users (VUs) from the RSU
within short time. The capacity of the RSU is limited and the contents
requested by VUs change frequently due to the high-mobility characteristics of
vehicles, thus it is essential to predict the most popular contents and cache
them in the RSU in advance. The RSU can train model based on the VUs' data to
effectively predict the popular contents. However, VUs are often reluctant to
share their data with others due to the personal privacy. Federated learning
(FL) allows each vehicle to train the local model based on VUs' data, and
upload the local model to the RSU instead of data to update the global model,
and thus VUs' privacy information can be protected. The traditional synchronous
FL must wait all vehicles to complete training and upload their local models
for global model updating, which would cause a long time to train global model.
The asynchronous FL updates the global model in time once a vehicle's local
model is received. However, the vehicles with different staying time have
different impacts to achieve the accurate global model. In this paper, we
consider the vehicle mobility and propose an Asynchronous FL based
Mobility-aware Edge Caching (AFMC) scheme to obtain an accurate global model,
and then propose an algorithm to predict the popular contents based on the
global model. Experimental results show that AFMC outperforms other baseline
caching schemes.Comment: This paper has been submitted to The 14th International Conference on
Wireless Communications and Signal Processing (WCSP 2022
- …