CRAIJul 3, 2025

LLM-Driven Auto Configuration for Transient IoT Device Collaboration

arXiv:2507.03064v12 citationsh-index: 10SEC
Originality Incremental advance
AI Analysis

This addresses the challenge of secure, automated device configuration for non-expert users in transient IoT settings, representing a domain-specific incremental improvement.

The paper tackles the problem of enabling secure and seamless collaboration between transient IoT devices in visited environments by presenting CollabIoT, a system that uses an LLM to convert high-level user intents into fine-grained access control policies, achieving 100% accuracy in policy generation and configuring devices in about 150 ms with minimal overhead.

Today's Internet of Things (IoT) has evolved from simple sensing and actuation devices to those with embedded processing and intelligent services, enabling rich collaborations between users and their devices. However, enabling such collaboration becomes challenging when transient devices need to interact with host devices in temporarily visited environments. In such cases, fine-grained access control policies are necessary to ensure secure interactions; however, manually implementing them is often impractical for non-expert users. Moreover, at run-time, the system must automatically configure the devices and enforce such fine-grained access control rules. Additionally, the system must address the heterogeneity of devices. In this paper, we present CollabIoT, a system that enables secure and seamless device collaboration in transient IoT environments. CollabIoT employs a Large language Model (LLM)-driven approach to convert users' high-level intents to fine-grained access control policies. To support secure and seamless device collaboration, CollabIoT adopts capability-based access control for authorization and uses lightweight proxies for policy enforcement, providing hardware-independent abstractions. We implement a prototype of CollabIoT's policy generation and auto configuration pipelines and evaluate its efficacy on an IoT testbed and in large-scale emulated environments. We show that our LLM-based policy generation pipeline is able to generate functional and correct policies with 100% accuracy. At runtime, our evaluation shows that our system configures new devices in ~150 ms, and our proxy-based data plane incurs network overheads of up to 2 ms and access control overheads up to 0.3 ms.

Foundations

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

Your Notes