Trust Semantics Distillation for Collaborator Selection via Memory-Augmented Agentic AI
Botao Zhu, Jeslyn Wang, Dusit Niyato, Xianbin Wang
TL;DR
The paper tackles the overhead and latency of trust-based collaborator selection for resource-constrained devices in collaborative computing. It introduces Trust Semantics Distillation (TSD), a memory-augmented, LAM-enabled teacher–student architecture where a powerful server extracts task-specific trust semantics from global data and transfers concise knowledge to lightweight device agents. This enables rapid, task-aware collaborator selection with unified evaluation standards and reduced communication/computation on devices, using few-shot learning to adapt to dynamic environments. Experimental results show improved selection accuracy, reduced data collection, and faster decision-making, highlighting TSD's potential for scalable, reliable collaboration in heterogeneous networks.
Abstract
Offloading computational tasks from resource-constrained devices to resource-abundant peers constitutes a critical paradigm for collaborative computing. Within this context, accurate trust evaluation of potential collaborating devices is essential for the effective execution of complex computing tasks. This trust evaluation process involves collecting diverse trust-related information from every potential collaborator and performing trust inference based on the collected data. However, when each resource-constrained device independently assesses all potential collaborators, frequent data exchange and complex reasoning can incur significant overhead and further degrade the timeliness of trust evaluation. To overcome these challenges, we propose a task-specific trust semantics distillation (TSD) model based on a large AI model (LAM)-enabled teacher-student agent architecture. Specifically, the teacher agent is deployed on a server with powerful computational capabilities and an augmented memory module to perform multidimensional trust-related data collection, task-specific trust semantics extraction, and task-collaborator matching analysis. Upon receiving task-specific evaluation requests from device-side student agents, the teacher agent transfers the trust semantics of potential collaborators to the student agents, enabling rapid and accurate collaborator selection. Experimental results demonstrate that the proposed TSD model can reduce collaborator evaluation time, decrease device resource consumption, and improve the accuracy of collaborator selection.
