Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Pull-Based Query Scheduling for Goal-Oriented Semantic Communication

Created by
  • Haebom

Author

Pouya Agheli, Nikolaos Pappas, Marios Kountouris

Outline

This paper addresses the query scheduling problem for goal-oriented semantic communication in a pull-based state update system. We consider a system where multiple sensing agents (SAs) observe sources characterized by diverse attributes and, using the received information, provide updates to multiple actuation agents (AAs) that act to achieve heterogeneous goals at a final destination. A hub acts as an intermediary, queries the SAs for updates on observed attributes and maintains a knowledge base that is then broadcast to the AAs. The AAs utilize this knowledge to perform their tasks effectively. To quantify the semantic value of updates, we introduce the Grade of Effectiveness (GoE) metric. Furthermore, we integrate Cumulative Perspective Theory (CPT) into long-term effectiveness analysis to account for the system's risk perception and loss aversion. Using this framework, we compute an effect-aware scheduling policy that maximizes the expected discounted sum of the CPT-based total GoE provided by the transmitted updates while respecting a given query cost constraint. To achieve this, we propose a model-based solution based on dynamic programming and a model-free solution utilizing state-of-the-art deep reinforcement learning (DRL) algorithms. Our results show that effect-aware scheduling significantly improves the effectiveness of communication updates compared to benchmark scheduling methods, especially in settings with strict cost constraints where optimal query scheduling is crucial for system performance and overall effectiveness.

Takeaways, Limitations

Takeaways:
An Effective Query Scheduling Framework for Goal-Oriented Semantic Communication
Integrating the Grade of Effect (GoE) metric with Cumulative Perspective Theory (CPT) to consider the semantic value and risk aversion of updates.
Presenting model-based and model-free solutions based on dynamic programming and deep reinforcement learning.
Demonstrating the superiority of effect-aware scheduling in a cost-constrained environment.
Limitations:
Further research is needed to evaluate the proposed model's performance and application in real environments.
Generalizability across various types of sensing agents, actuation agents, and goals needs to be verified.
Further research is needed on parameter settings and sensitivity analysis of the CPT model.
Scalability and learning efficiency issues of DRL algorithms in high-dimensional state spaces need to be addressed.
👍