A VAE-Driven Multi-Task Satellite-Aided Semantic Communication Framework for 6G-Enabled Connected Autonomous Vehicles


Abstract

The development of smart transportation systems and the introduction of 6G wireless communication technologies have significantly changed vehicle network topologies. Future connected autonomous vehicle (CAV) networks require bandwidth-efficient, reliable, and low-latency communication for safety-critical applications such as traffic sign recognition and decision-making. Conventional communication systems transmit raw data regardless of task relevance, which is inefficient in resource-constrained satellite channels where uplink bandwidth is scarce and propagation losses are large. Semantic communication addresses this limitation by transmitting task-relevant information instead of full signal representations. It extracts and conveys essential semantic features and leverages deep learning to optimize task performance at the receiver. Therefore, we present a Variational Autoencoder (VAE)-based multi-task semantic communication framework for satellite-assisted autonomous driving. Unlike deterministic autoencoder-based methods, the proposed model uses probabilistic latent representations for more robust and efficient encoding. The learned features are transmitted over noisy wireless channels to perform traffic sign reconstruction and classification. The framework is trained end-to-end to jointly optimize both tasks. Results show that the proposed approach achieves significant bandwidth reduction of up to 87.23% to 98.17% while maintaining stable performance across varying signal-to-noise ratio conditions.

Semantic communication, variational autoencoder, satellite-assisted communication, connected autonomous vehicles, 6G wireless networks, image reconstruction, Rayleigh fading, signal-to-noise ratio, structural similarity index.

1 Introduction↩︎

Autonomous vehicles in rural or disaster areas increasingly depend on satellite communication to share vital data. When a sender vehicle detects a traffic sign, it must transmit not just the image but actionable semantic information for the receiver vehicle to identify the sign in real time. This procedure is difficult because of the limited bandwidth of satellites, propagation losses, and channel problems like fading and noise. Conventional methods that separate compression, modulation, and inference are inefficient, as they transmit pixel-level data without addressing the receiver’s needs. In semantic communication, one learns compact representations that maintain the information related to the tasks. The foundational work on joint source and channel coding (JSCC) demonstrated that end-to-end training of transmission and reception implicitly takes into account channel effects. Most of the research efforts have been dedicated to single-task problems, e.g., reconstruction and classification  [1][4]. Few studies exist on joint task learning, and those that do typically use mean squared error (MSE) for reconstruction  [5].

While MSE is convenient, it has limitations in perceptual quality. Decoders minimizing pixel-wise squared error often produce blurred outputs, averaging over plausible reconstructions instead of choosing a definitive option. This is particularly problematic for traffic sign images, where precise geometry is crucial for distinguishing similar categories. Blurred boundaries between characters or shapes reduce both the image quality and the discriminative signal necessary for effective classification, as both the decoder and classifier rely on the same latent vector.

This work proposes a VAE-based multi-task semantic communication framework for satellite-assisted vehicular networks, in which MSE-only reconstruction is replaced by a composite perceptual loss combining MSE, structural similarity (SSIM), and image-gradient terms. A two-branch decoder with a residual refinement sub-network recovers detail suppressed by the communication bottleneck, and a deterministic inference strategy, substituting the posterior mean for a stochastic sample at test time, stabilizes reconstruction quality without sacrificing the benefits of probabilistic training. The main contributions are as follows:

  • We propose a satellite-assisted semantic communication framework for connected autonomous vehicles that enhances efficiency and robustness by using task-oriented feature encoding instead of raw pixel-level transmission.

  • We employ a probabilistic latent representation with a dimension-scaled Kullback-Leibler (KL) weight to enhance robustness under high noise levels in satellite channels and to prevent posterior collapse at small codeword dimensions.

  • We introduce a unified multi-task framework that jointly optimizes reconstruction and classification, incorporating a two-branch decoder with a residual refinement sub-network that recovers fine-grained edge detail suppressed by the communication bottleneck.

  • We test our approach against conventional methods on different traffic sign datasets under different channel conditions, including shadowed and clear-sky satellite propagation.

The rest of the paper is organized as follows: 2 reviews related works in semantic communication and deep learning-based communication systems. 3 presents the system model. 4 describes the proposed methodology. 4.7 details the experimental setup. 5 presents the results and analysis, and finally, 6 concludes the paper.

2 Related Work↩︎

Deep joint source–channel coding (DeepJSCC) [1] replaces the conventional separation of source and channel coding with end-to-end learning over noisy channels, enabling graceful degradation under channel impairments. Extensions have explored feedback mechanisms and advanced architectures such as transformers and diffusion-based receivers, although their high computational cost and latency limit deployment in real-time or resource-constrained scenarios, where lightweight convolutional models remain more practical. Moreover, most prior work focuses on terrestrial or Additive White Gaussian Noise (AWGN) channels, while satellite-specific challenges such as large path loss, Doppler shifts in LEO systems, and two-hop relay geometry remain underexplored, motivating this study. Recent task-oriented semantic communication methods [5] demonstrate shared latent spaces for joint reconstruction and classification, but reliance on pixel-wise losses obscures the contribution of latent modeling versus architectural design; in contrast, this work introduces a composite perceptual loss and a matched deterministic baseline to isolate the effects of loss design and stochastic latent representations. Furthermore, while MSE-based objectives often yield overly smooth reconstructions, perceptual and structural metrics such as SSIM [6] and feature-based losses [7], together with gradient-based constraints [8], better preserve visual fidelity, motivating our composite loss formulation.

3 System Model and Problem Formulation↩︎

3.1 Transmission Scenario↩︎

We consider a satellite-assisted vehicular communication scenario where a sender autonomous vehicle captures a traffic sign image and transmits a compressed semantic codeword to a satellite relay, which forwards it to a receiver vehicle. The end-to-end uplink–downlink path is modeled as a single equivalent flat-fading AWGN channel using the standard two-hop abstraction in satellite systems [5], valid under decode- or amplify-and-forward relaying with an equivalent received signal-to-noise ratio (SNR) denoted as \(\gamma\). Although satellite links often exhibit strong line-of-sight conditions, we adopt Rayleigh fading as a conservative worst-case model to account for urban blockage, foliage shadowing, and low-elevation passes, ensuring robust performance evaluation. The transmitter maps an image \(\mathbf{x} \in [0,1]^{H \times W}\) with class label \(c \in \mathcal{Y} = \{0,\ldots,C-1\}\) to a latent codeword \(\mathbf{z} \in \mathbb{R}^d\), which is transmitted over the channel. The received signal \(\mathbf{y} \in \mathbb{R}^d\) is then used to jointly reconstruct the image \(\hat{\mathbf{x}}\) and predict the label \(\hat{c}\). A single fading coefficient \(h\) is assumed constant across all \(d\) dimensions within one transmission interval, corresponding to a narrowband channel.

3.2 Problem Formulation↩︎

Let \(f_\phi: \mathbb{R}^{H \times W} \rightarrow \mathbb{R}^d\) denote the encoder with parameters \(\phi\), and let \(g_\theta: \mathbb{R}^d \rightarrow \mathbb{R}^{H \times W}\) and \(q_\psi: \mathbb{R}^d \rightarrow \mathbb{R}^C\) denote the reconstruction and classification networks at the receiver, respectively. The system is trained in an end-to-end manner by solving the following constrained optimization problem: \[\begin{align} \min_{\phi,\,\theta,\,\psi}\quad \mathbb{E}_{\mathbf{x},c,\mathbf{y}}\Big[ &\alpha\,\mathcal{L}_{\mathrm{cls}}\!\left(q_\psi(\mathbf{y}), c\right) + \beta\,\mathcal{L}_{\mathrm{rec}}\!\left(g_\theta(\mathbf{y}), \mathbf{x}\right) \\ &+ \gamma\,\mathcal{L}_{\mathrm{kl}}\!\left(f_\phi(\mathbf{x})\right) \Big], \end{align} \label{eq:objective}\tag{1}\] \[\begin{align} \text{s.t.}\quad &\mathbb{E}\!\left[\|\mathbf{z}\|_2^2\right] \leq P,\tag{2} \\ &d \leq d_{\max},\tag{3} \\ &\hat{\mathbf{x}} = g_\theta(\mathbf{y}) \in [0,1]^{H \times W},\tag{4} \\ &\mathbf{y} = h\,\tilde{\mathbf{z}} + \mathbf{n}, \quad h \sim \mathrm{Rayleigh},\; \mathbf{n} \sim \mathcal{N}(\mathbf{0}, \sigma_n^2 \mathbf{I}),\tag{5} \end{align}\] where \(\mathbf{z} = f_\phi(\mathbf{x})\) denotes the encoded latent representation and \(\tilde{\mathbf{z}}\) is its power-normalized version. Constraint 2 enforces a transmit power budget \(P\), while 3 limits the codeword dimension to \(d_{\max}\) based on available bandwidth. Constraint 4 ensures valid pixel reconstruction, and 5 defines the satellite channel model, where \(\sigma_n^2 = 1/(2\,\mathrm{\gamma}_{\mathrm{lin}})\). The objective jointly optimizes classification accuracy, reconstruction fidelity, and latent regularization, enabling robust end-to-end semantic communication over noisy wireless channels. The regularization term \(\mathcal{L}_{\mathrm{kl}}(\cdot)\) is included only in the probabilistic VAE formulation and is omitted for the deterministic baseline. In practice, the power constraint in 2 is enforced by normalizing \(\mathbf{z}\) to unit RMS amplitude before transmission, as detailed in the methodology Section 4.

4 Proposed Framework↩︎

Figure 1: VAE-based multi-task satellite-aided semantic communication framework for 6G autonomous vehicles, featuring a refinement branch for better reconstruction and a parallel classifier for traffic sign recognition in noisy channels.

4.1 Encoder Architecture↩︎

Figure 2: Proposed encoder–decoder architecture of VAE with latent sampling and a refinement branch.

The encoder \(f_\phi\) comprises three strided convolutional blocks that progressively reduce the spatial resolution, as shown in Fig. 2. Each block processes an input spatial map and produces a downsampled output. The convolution blocks are denoted as \(\text{C}(k,s,p)\), where \(k\) is the kernel size, \(s\) is the stride, and \(p\) is the padding. The resulting feature volume is flattened into a vector \(\mathbf{h} \in \mathbb{R}^{8192}\), which is then passed through two separate fully connected layers to yield the posterior mean and log-variance: \[\boldsymbol{\mu}= \mathbf{W}_\mu \mathbf{h} + \mathbf{b}_\mu, \quad \log\boldsymbol{\sigma}^2 = \mathbf{W}_v \mathbf{h} + \mathbf{b}_v, \label{eq:encoder95out}\tag{6}\] each producing a \(d\)-dimensional vector. These two branches correspond to fully connected dense layers, specifically FC(\(\mu\)) and FC(\(\sigma\)) layers, as shown in Fig. 2.

4.2 Reparameterization and Channel Model↩︎

During training, the latent vector is drawn via the reparameterization trick [9]:

\[\mathbf{z} = \boldsymbol{\mu}+ \boldsymbol{\varepsilon}\odot \boldsymbol{\sigma}, \quad \boldsymbol{\varepsilon}\sim \mathcal{N}(\mathbf{0},\mathbf{I}), \label{eq:reparam}\tag{7}\] where \(\boldsymbol{\sigma}= \exp\!\left(0.5\,\log\boldsymbol{\sigma}^2\right)\). At inference, we substitute \(\mathbf{z} = \boldsymbol{\mu}\) for deterministic evaluation, eliminating stochastic reconstruction variance and consistently improving perceptual quality on the test set. Before transmission, \(\mathbf{z}\) is normalized by its root-mean-square amplitude to decouple signal power from input scale: \[\tilde{\mathbf{z}} = \frac{\mathbf{z}}{\displaystyle\sqrt{\frac{1}{d}\sum_{i=1}^d z_i^2}}. \label{eq:power95norm}\tag{8}\]

The channel introduces Rayleigh fading and AWGN: \[\mathbf{y} = h\,\tilde{\mathbf{z}} + \mathbf{n}, \label{eq:channel}\tag{9}\] where the fading coefficient is drawn element-wise as \[h = \sqrt{\frac{h_R^2 + h_I^2}{2}}, \quad h_R,h_I \sim \mathcal{N}(0,1), \label{eq:rayleigh}\tag{10}\] and the noise is \(\mathbf{n} \sim \mathcal{N}(\mathbf{0},\sigma_n^2\mathbf{I})\) with standard deviation \[\sigma_n = \frac{1}{\sqrt{2\,\gamma_{\mathrm{lin}}}},\quad \gamma_{\mathrm{lin}} = 10^{\gamma_{\mathrm{dB}}/10}. \label{eq:noise95std}\tag{11}\] No channel state information is assumed at the transmitter; both the decoder and classifier learn to operate within the faded, noisy signal space defined by the training channel distribution. The received signal \(\mathbf{y}\) is rescaled by the original RMS power before being passed to the decoder and classifier.

4.3 Decoder with Refinement Branch↩︎

The decoder transforms the vector \(\mathbf{y}\) into image space through a fully connected projection and four transposed convolutional blocks, following the encoder’s downsampling hierarchy. The first three blocks enhance spatial resolution while decreasing channel depth, while the fourth block keeps a \(64 \times 64\) resolution and has a refinement branch. Transposed convolution is defined as \(\text{CT}(k,s,p)\) with kernel size \(k\), stride \(s\), and padding \(p\), followed by a ReLU activation. In the final stage, a base map \(\mathbf{x}_\mathrm{base} \in \mathbb{R}^{64 \times 64}\) is generated using a \(3 \times 3\) convolution (from \(32\) to \(1\) channel), alongside a three-layer refinement sub-network. \[\begin{align} \mathbf{x}_\mathrm{detail} \in &\;\mathrm{Conv}_{3\times3}^{1\to32} \rightarrow \mathrm{ReLU} \rightarrow \\ &\;\mathrm{Conv}_{3\times3}^{32\to32} \rightarrow \mathrm{ReLU} \rightarrow \mathrm{Conv}_{3\times3}^{32\to1} \end{align} \label{eq:refine}\tag{12}\] and the two branches are fused as: \[\hat{\mathbf{x}} = \sigma\!\left(\mathbf{x}_\mathrm{base} + 0.5\,\mathbf{x}_\mathrm{detail}\right), \label{eq:decoder95out}\tag{13}\] where \(\sigma(\cdot)\) is the sigmoid function.

4.4 Classifier Design↩︎

We use a classifier \(q_\psi\) to map the received signal \(\mathbf{y}\) to class logits using two fully-connected layers with dropout (\(p=0.25\)), forming a compact nonlinear decision head: \[\mathbb{R}^d \rightarrow 256 \rightarrow 128 \rightarrow C. \label{eq:classifier}\tag{14}\]

4.5 Composite Reconstruction Loss↩︎

To improve perceptual fidelity beyond pixel-wise supervision, we design a composite reconstruction loss combining intensity, structural, and edge-aware objectives: \[\mathcal{L}_{\mathrm{rec}}= 0.4\,\mathcal{L}_1 + 0.1\,\mathcal{L}_\mathrm{MSE} + 0.3\,(1 - \mathrm{SSIM}) + 0.2\,\mathcal{L}_\mathrm{edge}. \label{eq:lrec}\tag{15}\] Where \(\mathcal{L}_1\) preserves sharpness, MSE stabilizes optimization, SSIM [6] enforces structural similarity, and the edge loss preserves boundary information critical for traffic sign semantics.

Figure 3: Satellite-Assisted Semantic Transmission and Inference

Algorithm 3 summarizes the inference procedure at deployment, explicitly showing the two-hop satellite relay channel through which the semantic codeword passes before reconstruction and classification at the receiver vehicle.

4.6 Training Objective↩︎

The classification loss is defined using cross-entropy with label smoothing: \[\mathcal{L}_{\mathrm{cls}}= -\sum_{c=0}^{C-1}\tilde{y}_c\log\hat{p}_c. \label{eq:cls}\tag{16}\] The latent regularization term is given by the KL divergence: \[\mathcal{L}_{\mathrm{KL}}= \frac{1}{d}\left( -\frac{1}{2}\sum_{i=1}^d (1+\log\sigma_i^2-\mu_i^2-\sigma_i^2) \right), \label{eq:kl}\tag{17}\] with adaptive scaling: \[\gamma(d) = \gamma_0\cdot\frac{16}{d}, \quad \gamma_0=0.01. \label{eq:gamma95scale}\tag{18}\] The overall optimization objective is: \[\mathcal{L}_{\mathrm{total}}= \alpha\,\mathcal{L}_{\mathrm{cls}}+ \beta\,\mathcal{L}_{\mathrm{rec}}+ \gamma(d)\,\mathcal{L}_{\mathrm{KL}}, \quad \alpha=0.8,\;\beta=1.8. \label{eq:total}\tag{19}\]

4.7 Simulation Setup↩︎

4.7.1 Dataset↩︎

We evaluate the proposed framework on two benchmark traffic sign datasets: the Chinese Traffic Sign dataset [10] and the German Traffic Sign Recognition Benchmark (GTSRB) [11]. Both datasets consist of grayscale images resized to \(64 \times 64\) pixels and cover multiple fine-grained traffic sign categories. To ensure sufficient class representation and training stability, we retain only categories with a minimum number of samples per class. After filtering, 30 classes are selected from the Chinese dataset and 35 classes from GTSRB based on their sample frequency. The dataset splits and training configurations are summarized in Table 1.

Table 1: Dataset and Training Configuration
Parameter Chinese Dataset German Dataset
Training samples 2964 12270
Validation samples 524 2630
Test samples 1756 10110
Image resolution \(64 \times 64\) \(64 \times 64\)
Batch size 32 32
Training epochs 100 100
Optimizer AdamW AdamW
Learning rate \(5 \times 10^{-4}\) \(5 \times 10^{-4}\)
Weight decay \(1 \times 10^{-4}\) \(1 \times 10^{-4}\)
Selected classes 30 35

12pt

4.7.2 Baselines↩︎

We compare the proposed method against two representative baselines:

  1. Convolutional Autoencoder (AE): A deterministic semantic communication model that employs the same encoder–decoder architecture as the proposed method but excludes stochastic latent sampling and KL regularization. The training objective includes reconstruction and classification losses only.

  2. Quadrature Amplitude Modulation (QAM): A conventional digital communication system in which images are quantized and transmitted using 16-QAM modulation over a Rayleigh fading channel. At the receiver, a linear equalizer is applied, followed by an RBF-kernel SVM classifier, representing a classical separated source-channel coding approach.

4.7.3 Evaluation Metrics↩︎

We evaluate performance using accuracy, SSIM, bandwidth efficiency, and robustness under varying SNR conditions, as summarized in Table 2.

Table 2: Evaluation Metrics
Metric Definition
Accuracy Classification correctness, \(\displaystyle \text{Acc} = \frac{N_{\text{correct}}}{N_{\text{total}}}\)
SSIM Perceptual reconstruction quality
Bandwidth Ratio Compression efficiency, \(\displaystyle R_B = \frac{L_z}{L_x}\)
SNR (dB) Channel quality indicator, \(\displaystyle \mathrm{SNR}_{\mathrm{dB}} = 10\log_{10}\!\left(\frac{P_s}{P_n}\right)\)

3pt

a

b

c

d

e

f

g

h

Figure 4: Visual comparison of traffic sign reconstruction performance: (a) Chinese original, (b) German original, (c) Chinese reconstructed using VAE, (d) German reconstructed using VAE, (e) Chinese reconstructed using AE, (f) German reconstructed using AE, (g) Chinese reconstructed using QAM, and (h) German reconstructed using QAM..

5 Results and Discussion↩︎

5.1 Classification Accuracy vs.SNR↩︎

Table 3: Classification Accuracy (%) at Each Test SNR Level
SNR (dB)
4-8 Dataset System Code \(-10\) \(0\) \(10\) \(20\) \(30\)
Chinese VAE (proposed) 16 16.23 55.64 68.74 69.99 71.47
32 24.49 64.18 74.54 73.86 73.41
64 33.20 67.08 73.58 75.00 74.43
128 46.81 73.75 77.90 78.47 77.56
AE (baseline) 16 18.85 55.24 70.22 72.38 72.32
32 22.44 62.07 72.55 74.66 75.06
64 30.13 64.35 72.38 73.41 73.92
128 39.81 69.31 75.28 76.94 75.40
QAM-16 + SVM 2.28 17.37 30.81 32.40 32.86
German VAE (proposed) 16 22.72 77.42 95.32 96.04 96.13
32 34.61 86.78 95.79 96.53 96.09
64 52.62 92.05 96.26 96.52 96.39
128 74.22 95.46 96.56 96.58 96.68
AE (baseline) 16 20.01 76.77 92.35 93.35 93.15
32 27.81 87.06 93.27 93.38 93.43
64 35.49 93.16 95.15 95.40 95.36
128 49.32 94.24 96.36 96.48 96.58
QAM-16 + SVM 3.03 15.66 27.03 25.49 25.03
Bold denotes best result per dataset and SNR level.

3.5pt

Table 3 shows the classification accuracy for both the German and Chinese datasets at different SNR levels. Across all noise conditions, the proposed 4\(\times\)VAE consistently outperforms the AE baseline in all noise conditions, and the performance gap increases in the low-SNR regimes. In the German dataset, the proposed method achieves an accuracy ranging from 74.22% to 96.68% across SNR values from -10 dB to 30 dB. Similar trends are observed for the Chinese dataset, where the proposed method achieves accuracies ranging from 46.81% to 77.56% over SNR values between -10 dB and 30 dB. The proposed method, VAE, maintains more robustness under severe channel noise. At moderate and high SNR levels (10-30 dB), both AE and VAE approaches converge; however, the proposed VAE still achieves marginal gains, indicating improved latent robustness and better feature preservation under channel perturbations. The classical QAM baseline suffers from severe degradation, confirming the advantage of learned joint source-channel representations.

5.2 Reconstruction Quality (SSIM) vs.SNR↩︎

Table 4: Structural Similarity at Each Test SNR Level
SNR (dB)
4-8 Dataset System Code \(-10\) \(0\) \(10\) \(20\) \(30\)
Chinese VAE (proposed) 16 0.319 0.451 0.508 0.516 0.516
32 0.333 0.506 0.569 0.576 0.578
64 0.366 0.568 0.630 0.638 0.638
128 0.404 0.630 0.681 0.687 0.688
AE (baseline) 16 0.103 0.166 0.192 0.196 0.197
32 0.112 0.207 0.246 0.250 0.250
64 0.134 0.273 0.316 0.321 0.322
128 0.170 0.351 0.404 0.410 0.411
QAM-16 + SVM 0.152 0.262 0.363 0.382 0.384
German VAE (proposed) 16 0.379 0.604 0.688 0.699 0.702
32 0.416 0.669 0.756 0.766 0.767
64 0.426 0.733 0.814 0.823 0.824
128 0.474 0.799 0.865 0.872 0.872
AE (baseline) 16 0.379 0.534 0.599 0.612 0.612
32 0.369 0.582 0.653 0.662 0.664
64 0.380 0.634 0.706 0.714 0.715
128 0.402 0.6836 0.754 0.762 0.763
QAM-16 + SVM 0.119 0.227 0.406 0.488 0.502
Bold denotes best result per dataset and SNR level.

3.5pt

Table 4 shows SSIM results that reflect the perceptual quality of the reconstruction of transmitted images. The proposed VAE outperforms with higher SSIM values for all SNRs and datasets. The SSIM is 87.2% in the German dataset and 68.8% at 30dB in the Chinese dataset. Compared to AE and QAM, the VAE preserves structural details more effectively, especially under low SNR conditions where AE and QAM performance drops noticeably. This demonstrates that the stochastic latent representation of VAE leads to better robustness against channel noise, thereby providing better perceptual consistency for reconstructed images.

5.3 Bandwidth Analysis↩︎

Table 5: Bandwidth Analysis: Compressed Latent Payload vs.Raw Image (\(64{\times}64{\times}1 = 4096\) bytes)
Scheme Bytes KBytes Savings
Raw image (reference) 4096 4.000
VAE / AE, Code = 16 75 0.073 98.17%
VAE / AE, Code = 32 139 0.136 96.61%
VAE / AE, Code = 64 267 0.261 93.48%
VAE / AE, Code = 128 523 0.511 87.23%

13pt

Table 5 highlights that both AE and VAE can achieve a significant bandwidth reduction, with a maximum of 98.17% saving compared to raw image transmission. But efficiency in compression does not guarantee reliable performance. The proposed VAE is consistently more robust to keep semantic and structural information in the noisy channel conditions, even with similar compression ratios. On the other hand, the AE suffers a significant degradation in reconstruction quality and classification accuracy. This emphasizes that bandwidth efficiency alone is not enough, and that a strong latent representation of the VAE is essential to reliable performance in a noisy channel environment.

5.4 Qualitative Reconstruction↩︎

Fig. 4 shows behaviors beyond what SSIM scores can capture. At \(10\) dB and above, VAE outputs maintain stroke contours, numeric annotations, and boundary geometry for clear sign identification. In contrast, the AE, despite having the same architecture, produces softer reconstructions, flattening interior details and blurring boundaries. QAM-16 reconstructions are severely degraded, primarily showing only coarse outlines due to channel noise. This issue worsens at \(0\) dB and \(-10\) dB, with VAE reconstructions maintaining structural coherence while AE outputs fall into low-contrast patches and QAM-16 results become nearly unrecognizable. The difference arises from VAE’s probabilistic latent structure, allowing for better adaptation to noise compared to the deterministic AE and non-adaptive QAM-16.

6 Conclusion↩︎

In this paper, we present a multi-task semantic communication framework utilizing a VAE with a composite perceptual reconstruction loss. By combining \(L_1\), MSE, SSIM, and image-gradient terms, our method improves reconstruction fidelity and classification robustness over the AE baseline and QAM transmission pipeline. The decoder refinement branch enhances perceptual quality, while a deterministic inference reduces variability during testing. We utilize a scaled KL-weighting mechanism to tackle the issue of posterior collapse, which helps us maintain stable training across different compression rates. Experimental results show that our VAE performs better than both the autoencoder baseline and the QAM-16 scheme, especially in low SNR conditions. We have successfully achieved a balance between classification accuracy, reconstruction quality, and bandwidth efficiency. Our results demonstrate that probabilistic semantic encoding is a feasible and effective strategy for bandwidth-limited satellite-assisted vehicular networks, opening a principled path towards intelligent, task-aware communication in next-generation autonomous driving infrastructure.

References↩︎

[1]
Bourtsoulatze, E., Kurka, D. & Gündüz, D. Deep joint source-channel coding for wireless image transmission. IEEE Transactions On Cognitive Communications And Networking. 5, 567-579 (2019).
[2]
Xie, H. & Qin, Z. A lite distributed semantic communication system for Internet of Things. IEEE Journal On Selected Areas In Communications. 39, 142-153 (2020).
[3]
Raha, A., Adhikary, A., Dam, S., Park, S. & Hong, C. A Goal-Oriented Semantic Communication Framework for Connected and Autonomous Vehicular Network: A Deep Auto-Encoder Approach. pp. 1017-1019 (2022).
[4]
Raha, A., Munir, M., Adhikary, A., Qiao, Y., Park, S. & Hong, C. An artificial intelligent-driven semantic communication framework for connected autonomous vehicular network. 2023 International Conference On Information Networking (ICOIN). pp. 352-357 (2023).
[5]
Eldeeb, E., Shehab, M. & Alves, H. A multi-task oriented semantic communication framework for autonomous vehicles. IEEE Wireless Communications Letters. 13, 3469-3473 (2024).
[6]
Wang, Z., Bovik, A., Sheikh, H. & Simoncelli, E. Image quality assessment: from error visibility to structural similarity. IEEE Transactions On Image Processing. 13, 600-612 (2004).
[7]
Johnson, J., Alahi, A. & Fei-Fei, L. Perceptual losses for real-time style transfer and super-resolution. European Conference On Computer Vision. pp. 694-711 (2016).
[8]
Ledig, C., Theis, L., Huszár, F., Caballero, J., Cunningham, A., Acosta, A., Aitken, A., Tejani, A., Totz, J., Wang, Z. & Others Photo-realistic single image super-resolution using a generative adversarial network. Proceedings Of The IEEE Conference On Computer Vision And Pattern Recognition. pp. 4681-4690 (2017).
[9]
Kingma, D. & Welling, M. Auto-encoding variational bayes. ArXiv Preprint ArXiv:1312.6114. (2013).
[10]
Yang, Y., Luo, H., Xu, H. & Wu, F. Towards real-time traffic sign detection and classification. IEEE Transactions On Intelligent Transportation Systems. 17, 2022-2031 (2015).
[11]
Stallkamp, J., Schlipsing, M., Salmen, J. & Igel, C. The German traffic sign recognition benchmark: a multi-class classification competition. The 2011 International Joint Conference On Neural Networks. pp. 1453-1460 (2011).