June, 2026
Co-located with MOBISYS 2026
Cambridge, UK
The Internet of Things(IoT) and Edge Computing are undergoing a fundamental transformation. What began as a largely cloud-dependent ecosystem of passive, data-collecting sensors is evolving into a distributed mesh of multi-layered intelligent, decision-making devices. These IoT and Edge nodes, ranging from milliwatt-powered environmental sensors and wearables to microcontroller-driven robots, industrial actuators, and vehicle subsystems, are becoming the first and often the only computational point capable of responding to real-world events. These devices operate under severe constraints, limited compute, intermittent connectivity, strict privacy requirements, and tight energy budgets.
In such conditions, autonomic computing becomes essential - devices must be able to configure themselves, continuously optimise their behaviour, recover from faults, and adapt to changing conditions without external intervention. Autonomous agents that perceive, reason, plan, act, and learn and autonomic computing, self-configuring, self-healing, self-optimising behaviours, should provide the foundational principles for this shift. Recent breakthroughs in small language models (Phi-3-mini, MobileLLaMA, TinyLlama), TinyML frameworks, extreme NN quantisation, and microcontroller-grade NN accelerators have made it realistic to run sophisticated reasoning and self-management directly on devices alongside the main application.
AutoEdge focuses on this convergence of Agentic AI and Autonomic Computing at the extreme edge. The workshop explores how to design, deploy, and manage IoT systems that are truly self-managed and resilient, autonomously maintaining reliable operations in various application domains such as smart buildings, smart cities, connected/autonomous vehicles, healthcare devices, and industrial settings.
By bringing together the MobiSys systems community with researchers in agentic AI and autonomic computing, this workshop aims to accelerate the transition from cloud-dependent IoT to resilient, intelligent, and self-sustaining edge ecosystems.
We invite submissions on a wide range of topics including, but not limited to:
*All deadlines are Anywhere on Earth (AoE).
Authors are invited to submit original and unpublished work, which must not be submitted concurrently for publication elsewhere, in the following format:
This workshop will strictly follow the MobiSys 2026 submission guidelines. We will ensure the workshop is inclusive by strictly adhering to the
ACM Publications Policies and Procedures page.
For each accepted paper, at least one author is required to register and attend the workshop in-person to present their poster/paper on-site.
The MobiSys 2026 workshop proceedings will be published in the ACM Digital Library.
Submission Portal: Submit papers via HotCRP.
Senior Lecturer (Associate Professor) at Newcastle University, UK
Lecturer (Assistant Professor) at Newcastle University, UK
Senior Lecturer (Associate Professor) at Newcastle University, UK
Assistant Professor at University of Messina, Italy
9:00 am - 9:15 am
9:15 am - 10:00 am
Dr. Rishad Shafik, Professor in Microelectronic Systems at the School of Engineering, Newcastle University, UK.
Prof. Rishad Shafik
is a Professor in Microelectronic Systems within the Microsystems Research Group and the Director of the new Microsystems AI (MAI) Lab. He received PhD and MSc (with distinction) degrees from the University of Southampton in 2010 and 2005, and BSc in Electronic Engineering degree (with distinction) from the IUT, Bangladesh in 2001. He is an editor of the Springer USA published book - "Energy-efficient Fault-Tolerant Systems" and author/co-author of more than 200 research articles published in leading conferences and journals. Seven of the articles he co-authored were nominated for best paper awards, four of which won the best paper/poster awards. He is also a visiting researcher at CAIR, a Member of IET and a Senior Member of IEEE. He recently co-founded Literal Labs. For more information, please visit his personal website at: https://www.staff.ncl.ac.uk/rishad.shafik/.Authors: Sukumarn Sankeawthong, Jun Niu, Xudong Cao, Shangru Zhao, and Yuqing Zhang
Abstract: Battery-powered wireless sensor networks (WSNs) cluster heads (CHs) require autonomic self-protection under strict autonomy envelopes, yet many intrusion detection system (IDS) pipelines assume budgets beyond CH-class nodes. We present SecureNet, an energy-proportional co-design pairing offline RF-assisted feature selection with a compact LSTM temporal head and leakage-safe SMOTE-NearMiss within training folds for class imbalance. On WSN-DS and WSN-BFSF, SecureNet reduces input dimensionality by 68% (19→6), achieving 31% lower emulated latency and 31% lower peak inference memory than an LSTM-only baseline under identical emulated conditions, while preserving near-ceiling detection (up to 99.98% accuracy, 0.01–0.02% FPR). A reproducible QEMU/ARM-class profiling harness establishes these relative improvements under controlled, comparable conditions (ARMv7-A reference guest; not equivalent to the target ESP32-S3/Xtensa LX7); absolute on-device values remain to be validated. As a design-study reference, hardware-informed energy projections using ESP32-S3 datasheet figures yield 0.95–1.90 mJ/decision (MCU-class)—an order-of-magnitude indicator that SecureNet is compatible with the target autonomy envelope, pending on-device validation. SecureNet offers a transferable co-design lesson: semantic pruning before temporal modeling enables continuous self-protection within explicit mJ/ms/MB envelopes.
Authors: Shiqiang Wang and Herbert Woisetschläger
Abstract: Agentic artificial intelligence (AI) is a natural fit for Internet of Things (IoT) and edge systems, but edge deployments are often constrained to models around 8 billion parameters or smaller. An important question is: How much agentic-task quality is lost when model size is constrained by memory, power, and latency budgets? To address this question, in this paper, we provide an initial empirical study considering edge-focused model scaling, general-purpose versus coder-oriented model effects, and tool-enabled execution under a fixed protocol. We introduce a domain-conditioned evaluation methodology, an implementation-grounded analysis of model-tool interactions, practical guidance for model selection under constraints, and an analysis of failure modes that reveals distinct semantic versus execution failure patterns across model families. Our core finding is that edge-agent quality is not a simple function of parameter count. Robust deployment depends on the joint design of model choice and tool workflow. Domain-conditioned analysis reveals Pareto fronts in the accuracy-latency space that can guide strategy selection based on operational priorities.
10:30 am - 11:00 am
Authors: Jacob Hobson, Slimane Merzouk, Shidong Wang, Jon Mills, and Deepayan Bhowmik
Abstract: Ground-based processing pipelines for Earth Observation (EO) constellations impose hours-long capture-to-ground latency, limiting their operational utility for time-critical applications. Onboard AI inference has recently been demonstrated in orbit to reduce downlink burden, but the system-level question of how processing should be distributed across a satellite constellation to minimise latency remains largely unaddressed. Using a modular discrete-event simulation framework parameterised against Sentinel-2 mission data and Jetson Nano hardware measurements, we sweep the processor node count from zero to five across three inference models spanning EO scene detection, classification and segmentation, with and without an additional GEO communication relay. Results demonstrate that a single onboard processing node reduces mean end-to-end latency by approximately 65% relative to the ground-only baseline, with a second node contributing a further 9–11%; beyond two nodes, additional satellites yield no reliable latency improvement across any tested model. This improvement arises not from faster inference but from reduced packet size, thereby relieving the contact-window downlink bottleneck, a structural constraint that dominates pipeline latency beyond a small threshold, regardless of processing capacity. The GEO relay independently reduces latency by 96–98% across all processor counts, confirming that link geometry and processing capacity are orthogonal contributors to pipeline performance.
Authors: Ibtisam Ehsan, Jun Niu, and Yuqing Zhang
Abstract: On-device mobile agents depend on energy-saving mechanisms—early-exit classifiers, computation pruning, and adaptive routing—to satisfy the battery constraints of always-on deployment. This paper shows that these optimizations inadvertently disclose whether a particular input appeared in the model's training data. We introduce a membership inference attack relying solely on power consumption measurements, requiring no access to model outputs, weights, or gradients. The attacker operates as an unprivileged co-resident application, reading energy data through standard Android kernel interfaces available to any installed app without special permissions, while injecting just 0.5% poisoned samples into the shared training corpus. We evaluate across three mobile architectures, three real-world public datasets (NUS SMS Corpus, GeoLife, ExtraSensory), and three Android device families (Google Tensor, Samsung Exynos, Qualcomm Snapdragon). Attack accuracy ranges from 83.1% to 89.7%, degrading gracefully to 74% under heavy background workloads. A transferability ablation confirms trigger path divergence persists across fine-tuning depths (Pearson r = 0.91). Execution-path defenses reduce accuracy to 67%–70% at under 2.5% utility cost, establishing path-level privacy as a first-class design requirement in mobile inference.
Authors: Yangyang Wang, Abdolrahman Peimankar, Petteri Nurmi, Agustin Zuniga, Sasu Tarkoma, and Naser Hossein Motlagh
Abstract: We present PhysioAgent, a spatiotemporal continual-learning agent that learns environment-to-physiology mappings from labeled datasets and transfers this knowledge to smart office environments without physiological occupant data. Integrating an uncertainty-aware TCN+GCN architecture with graph-based spatial reasoning and intra-day adaptation, PhysioAgent transforms raw sensor streams into confidence-bounded physiological comfort estimates and seating recommendations. In a real-world 25-node deployment across four days, we compare naive fine-tuning and experience replay under environmental drift. Both strategies reduce prediction uncertainty within each day through intra-day adaptation, but only the experience replay strategy, by learning from previous-day knowledge, maintains a monotonically decreasing trend across days. By the final task, experience replay reduces HR uncertainty by 16.7% and EDA uncertainty by 26.7% relative to naive fine-tuning, demonstrating robust continual adaptation to drastic environmental and behavioral shifts while generating health-optimized recommendations.
11:45 am - 12:00 pm
12:00 pm
For any inquiries regarding the workshop, please contact MIND chairs at: