LGITMAOCJan 29, 2024

Effective Communication with Dynamic Feature Compression

arXiv:2401.16236v116 citationsh-index: 22Has CodeIEEE Trans Commun
Originality Incremental advance
AI Analysis

This addresses communication bottlenecks for industrial systems using 5G and beyond, but it is incremental as it builds on existing methods like VQ-VAE and DRL.

The paper tackles the problem of overloading wireless connections in industrial remote control by optimizing sensory data transmission to discard irrelevant information, achieving a significant performance increase over traditional approaches on the CartPole control problem.

The remote wireless control of industrial systems is one of the major use cases for 5G and beyond systems: in these cases, the massive amounts of sensory information that need to be shared over the wireless medium may overload even high-capacity connections. Consequently, solving the effective communication problem by optimizing the transmission strategy to discard irrelevant information can provide a significant advantage, but is often a very complex task. In this work, we consider a prototypal system in which an observer must communicate its sensory data to a robot controlling a task (e.g., a mobile robot in a factory). We then model it as a remote Partially Observable Markov Decision Process (POMDP), considering the effect of adopting semantic and effective communication-oriented solutions on the overall system performance. We split the communication problem by considering an ensemble Vector Quantized Variational Autoencoder (VQ-VAE) encoding, and train a Deep Reinforcement Learning (DRL) agent to dynamically adapt the quantization level, considering both the current state of the environment and the memory of past messages. We tested the proposed approach on the well-known CartPole reference control problem, obtaining a significant performance increase over traditional approaches.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes