首页 > 最新文献

Journal of Systems Architecture最新文献

英文 中文
Scaling NVMM-based file system on intensive shared file access 在密集的共享文件访问上扩展基于nvmm的文件系统
IF 4.1 2区 计算机科学 Q1 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2026-06-01 Epub Date: 2026-02-26 DOI: 10.1016/j.sysarc.2026.103750
Qiqi Gu , Chenpeng Wu , Dong Zhang , Bingheng Yan , Junwei Zhou , Jianguo Yao
The emergence of byte-addressable Non-Volatile Main Memory (NVMM) with near-DRAM latency, high endurance, and true persistence has enabled a new generation of high-performance file systems. However, existing NVMM-based file systems exhibit poor scalability under intensive concurrent access to a shared file, primarily due to coarse-grained file-level lock mechanism. To address this bottleneck, we propose three design principles as guidelines for developing a scalable file system. Based on these principles, three design strategies, including block-level lock, log pre-allocation, and page-level garbage collection, are introduced and implemented in a scalable NVMM-based file system called ISFS, which supports intensive concurrent requests for a shared file. Compared with NVMM-based kernel-level file systems, ISFS achieves up to 22.4× and 2.2× performance improvement for intensive shared-file read and write workloads, respectively. By narrowing the performance gap between private and shared file access, ISFS demonstrates that native, scalable shared-file support is achievable on byte-addressable persistent memory.
字节可寻址非易失性主存储器(NVMM)的出现,具有接近dram的延迟、高持久性和真正的持久性,使新一代高性能文件系统成为可能。然而,现有的基于nvmm的文件系统在对共享文件的密集并发访问下表现出较差的可伸缩性,这主要是由于粗粒度的文件级锁机制。为了解决这个瓶颈,我们提出了三个设计原则作为开发可伸缩文件系统的指导方针。基于这些原则,在称为ISFS的可扩展的基于nvmm的文件系统中引入并实现了三种设计策略,包括块级锁、日志预分配和页面级垃圾收集,该文件系统支持对共享文件的密集并发请求。与基于nvmm的内核级文件系统相比,对于密集的共享文件读写工作负载,ISFS的性能分别提高了22.4倍和2.2倍。通过缩小私有文件访问和共享文件访问之间的性能差距,ISFS证明了本机的、可扩展的共享文件支持是可以在字节可寻址的持久内存上实现的。
{"title":"Scaling NVMM-based file system on intensive shared file access","authors":"Qiqi Gu ,&nbsp;Chenpeng Wu ,&nbsp;Dong Zhang ,&nbsp;Bingheng Yan ,&nbsp;Junwei Zhou ,&nbsp;Jianguo Yao","doi":"10.1016/j.sysarc.2026.103750","DOIUrl":"10.1016/j.sysarc.2026.103750","url":null,"abstract":"<div><div>The emergence of byte-addressable Non-Volatile Main Memory (NVMM) with near-DRAM latency, high endurance, and true persistence has enabled a new generation of high-performance file systems. However, existing NVMM-based file systems exhibit poor scalability under intensive concurrent access to a shared file, primarily due to coarse-grained file-level lock mechanism. To address this bottleneck, we propose three design principles as guidelines for developing a scalable file system. Based on these principles, three design strategies, including block-level lock, log pre-allocation, and page-level garbage collection, are introduced and implemented in a scalable NVMM-based file system called ISFS, which supports intensive concurrent requests for a shared file. Compared with NVMM-based kernel-level file systems, ISFS achieves up to 22.4<span><math><mo>×</mo></math></span> and 2.2<span><math><mo>×</mo></math></span> performance improvement for intensive shared-file read and write workloads, respectively. By narrowing the performance gap between private and shared file access, ISFS demonstrates that native, scalable shared-file support is achievable on byte-addressable persistent memory.</div></div>","PeriodicalId":50027,"journal":{"name":"Journal of Systems Architecture","volume":"175 ","pages":"Article 103750"},"PeriodicalIF":4.1,"publicationDate":"2026-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147386517","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
On Mutation Testing of In-Context Learning Systems 情境学习系统的突变测试研究
IF 4.1 2区 计算机科学 Q1 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2026-06-01 Epub Date: 2026-03-04 DOI: 10.1016/j.sysarc.2026.103760
Zeming Wei, Guanzhang Yue, Yihao Zhang, Meng Sun
Recently, Large Language Models (LLMs) have achieved tremendous success in various tasks. In particular, In-context Learning (ICL) has emerged as a popular inference paradigm for eliciting the reasoning capability of LLMs. In ICL systems, LLMs can efficiently learn new tasks during inference without modifying their parameters by adding only a few input–output example pairs demonstrating the task. Such mysterious ability of LLMs has attracted great research interests in understanding, formatting, and improving the in-context demonstrations, while still suffering from drawbacks like the sensitivity to the selection and organization of examples, making reliable evaluations for ICL systems crucial. Inspired by the foundations of adopting testing techniques in machine learning (ML) systems, we study the mutation testing technique for ICL systems, aiming to characterize the quality and effectiveness of their test data. First, we propose a general mutation testing framework for ICL systems, as well as the mutation operators and scores that are specialized for ICL demonstrations. Then, we implement this testing pipeline under various types of ICL systems, including classification, regression, and generation tasks. By adapting the generalized mutation operators and scores, we demonstrate the framework’s versatility and effectiveness for different ICL applications. With comprehensive experiments across multiple models and benchmarks, we show the effectiveness of our framework in evaluating the reliability and quality of ICL test suites under various scenarios, contributing new insights and techniques for ICL system evaluation. Our code is available at https://github.com/weizeming/MILE.
近年来,大型语言模型(llm)在各种任务中取得了巨大的成功。特别是,上下文学习(ICL)已经成为激发法学硕士推理能力的一种流行的推理范式。在ICL系统中,llm可以在推理过程中有效地学习新任务,而无需修改其参数,只需添加少量演示任务的输入-输出示例对。llm的这种神秘能力吸引了人们对理解、格式化和改进上下文演示的极大研究兴趣,但仍然存在对示例选择和组织的敏感性等缺点,因此对ICL系统进行可靠的评估至关重要。受机器学习(ML)系统中采用测试技术的基础启发,我们研究了ICL系统的突变测试技术,旨在表征其测试数据的质量和有效性。首先,我们提出了一个通用的ICL系统突变测试框架,以及专门用于ICL演示的突变算子和分数。然后,我们在各种类型的ICL系统下实现该测试管道,包括分类、回归和生成任务。通过采用广义变异算子和分数,我们证明了该框架在不同ICL应用中的通用性和有效性。通过跨多个模型和基准的综合实验,我们展示了我们的框架在评估各种场景下ICL测试套件的可靠性和质量方面的有效性,为ICL系统评估提供了新的见解和技术。我们的代码可在https://github.com/weizeming/MILE上获得。
{"title":"On Mutation Testing of In-Context Learning Systems","authors":"Zeming Wei,&nbsp;Guanzhang Yue,&nbsp;Yihao Zhang,&nbsp;Meng Sun","doi":"10.1016/j.sysarc.2026.103760","DOIUrl":"10.1016/j.sysarc.2026.103760","url":null,"abstract":"<div><div>Recently, Large Language Models (LLMs) have achieved tremendous success in various tasks. In particular, In-context Learning (ICL) has emerged as a popular inference paradigm for eliciting the reasoning capability of LLMs. In ICL systems, LLMs can efficiently learn new tasks during inference without modifying their parameters by adding only a few input–output example pairs demonstrating the task. Such mysterious ability of LLMs has attracted great research interests in understanding, formatting, and improving the in-context demonstrations, while still suffering from drawbacks like the sensitivity to the selection and organization of examples, making reliable evaluations for ICL systems crucial. Inspired by the foundations of adopting testing techniques in machine learning (ML) systems, we study the mutation testing technique for ICL systems, aiming to characterize the quality and effectiveness of their test data. First, we propose a general mutation testing framework for ICL systems, as well as the mutation operators and scores that are specialized for ICL demonstrations. Then, we implement this testing pipeline under various types of ICL systems, including classification, regression, and generation tasks. By adapting the generalized mutation operators and scores, we demonstrate the framework’s versatility and effectiveness for different ICL applications. With comprehensive experiments across multiple models and benchmarks, we show the effectiveness of our framework in evaluating the reliability and quality of ICL test suites under various scenarios, contributing new insights and techniques for ICL system evaluation. Our code is available at <span><span>https://github.com/weizeming/MILE</span><svg><path></path></svg></span>.</div></div>","PeriodicalId":50027,"journal":{"name":"Journal of Systems Architecture","volume":"175 ","pages":"Article 103760"},"PeriodicalIF":4.1,"publicationDate":"2026-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147386520","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Energetic SmartData: A data-driven power management approach for cyber–physical systems Energetic SmartData:一种数据驱动的网络物理系统电源管理方法
IF 4.1 2区 计算机科学 Q1 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2026-06-01 Epub Date: 2026-02-21 DOI: 10.1016/j.sysarc.2026.103741
Antônio Augusto Fröhlich, Leonardo Passig Horstmann, Jozimar Custódio Xavier
Power management is a cornerstone for many Cyber-Physical Systems (CPSs), which relies on low-power circuits, dynamic power management algorithms and energy-aware software to match their requirements in terms of energy. As CPSs evolve towards data-centric designs to more promptly accommodate AI models and integration, traditional power management techniques must also be improved. In this paper, we build on SmartData to introduce a data-centric Power Manager (PM) framework that allows CPSs to model energy in terms of data. SmartData defines a high-level interface for sensing, actuation, and control in data-centric CPSs. It abstracts the myriad of features of modern embedded platforms related to processing, scheduling, synchronization, and communication. These Energetic SmartData encapsulate the components of a CPS, which interact in a publish–subscribe fashion, declaring interest on other SmartData and responding to other SmartData interests. We introduce an algorithm to extract a Directed Acyclic Graph (DAG) from these Interest relationships, with vertices representing the involved components and edges representing the associated cost in terms of energy. We also introduce a Power Manager that uses such DAGs to monitor the state of the system, eventually overriding low-priority Interests to reach the specified lifetime. We evaluated the proposed framework through a case study with Ocean-Bottom Nodes (OBNs) under realistic, dynamic energy conditions. Results show that without any power management, the system fails 12 days before its target operational lifetime. The proposed data-driven PM was then benchmarked against a fixed-schedule Static PM and a reactive Threshold PM. Our approach was the only strategy to guarantee a 365-day lifetime in all scenarios. With an ideal initial battery capacity of 260 Ah, it achieved a high utility of 23.1%. It also proved its adaptability in an energy-deficit scenario with an initial capacity of 257 Ah, where it reduced utility to 2.8% to survive, a condition in which the other strategies failed.
电源管理是许多网络物理系统(cps)的基石,它依赖于低功耗电路,动态电源管理算法和能量感知软件来满足其在能量方面的要求。随着cps向以数据为中心的设计发展,以更迅速地适应人工智能模型和集成,传统的电源管理技术也必须得到改进。在本文中,我们在SmartData的基础上引入了一个以数据为中心的电源管理器(PM)框架,该框架允许cps根据数据对能源进行建模。SmartData在以数据为中心的cps中定义了一个用于传感、驱动和控制的高级接口。它抽象了与处理、调度、同步和通信相关的现代嵌入式平台的无数特性。这些充满活力的SmartData封装了CPS的组件,这些组件以发布-订阅的方式交互,声明对其他SmartData的兴趣并响应其他SmartData的兴趣。我们引入了一种从这些兴趣关系中提取有向无环图(DAG)的算法,其中顶点表示相关组件,边表示相关的能量成本。我们还介绍了一个电源管理器,它使用这样的dag来监视系统的状态,最终覆盖低优先级的兴趣以达到指定的生命周期。我们通过实际动态能量条件下的海底节点(obn)案例研究来评估所提出的框架。结果表明,在没有任何电源管理的情况下,系统在其目标运行寿命前12天失效。然后根据固定计划的静态项目管理和反应性的阈值项目管理对提议的数据驱动项目管理进行基准测试。我们的方法是唯一一种在所有情况下保证365天使用寿命的策略。理想的初始电池容量为260 Ah,实现了23.1%的高利用率。它还证明了它在初始容量为257 Ah的能量短缺情况下的适应性,在这种情况下,它将利用率降低到2.8%,而其他策略都失败了。
{"title":"Energetic SmartData: A data-driven power management approach for cyber–physical systems","authors":"Antônio Augusto Fröhlich,&nbsp;Leonardo Passig Horstmann,&nbsp;Jozimar Custódio Xavier","doi":"10.1016/j.sysarc.2026.103741","DOIUrl":"10.1016/j.sysarc.2026.103741","url":null,"abstract":"<div><div>Power management is a cornerstone for many Cyber-Physical Systems (CPSs), which relies on low-power circuits, dynamic power management algorithms and energy-aware software to match their requirements in terms of energy. As CPSs evolve towards data-centric designs to more promptly accommodate AI models and integration, traditional power management techniques must also be improved. In this paper, we build on SmartData to introduce a data-centric Power Manager (PM) framework that allows CPSs to model energy in terms of data. SmartData defines a high-level interface for sensing, actuation, and control in data-centric CPSs. It abstracts the myriad of features of modern embedded platforms related to processing, scheduling, synchronization, and communication. These <em>Energetic SmartData</em> encapsulate the components of a CPS, which interact in a publish–subscribe fashion, declaring interest on other SmartData and responding to other SmartData interests. We introduce an algorithm to extract a Directed Acyclic Graph (DAG) from these Interest relationships, with vertices representing the involved components and edges representing the associated cost in terms of energy. We also introduce a Power Manager that uses such DAGs to monitor the state of the system, eventually overriding low-priority Interests to reach the specified lifetime. We evaluated the proposed framework through a case study with Ocean-Bottom Nodes (OBNs) under realistic, dynamic energy conditions. Results show that without any power management, the system fails 12 days before its target operational lifetime. The proposed data-driven PM was then benchmarked against a fixed-schedule Static PM and a reactive Threshold PM. Our approach was the only strategy to guarantee a 365-day lifetime in all scenarios. With an ideal initial battery capacity of 260 Ah, it achieved a high utility of 23.1%. It also proved its adaptability in an energy-deficit scenario with an initial capacity of 257 Ah, where it reduced utility to 2.8% to survive, a condition in which the other strategies failed.</div></div>","PeriodicalId":50027,"journal":{"name":"Journal of Systems Architecture","volume":"175 ","pages":"Article 103741"},"PeriodicalIF":4.1,"publicationDate":"2026-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147386647","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Accuracy-Aware IDK Cascades for Real-Time Object Classification at the Edge 边缘实时目标分类的精度感知IDK级联
IF 4.1 2区 计算机科学 Q1 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2026-06-01 Epub Date: 2026-02-24 DOI: 10.1016/j.sysarc.2026.103753
Ishrak Jahan Ratul , Zhishan Guo , Kecheng Yang
Real-time object classification on edge devices with constrained computing resources involves a trade-off between computation workload and classification accuracy. Existing classifier models are typically developed either for fast inference with compromised accuracy or for high accuracy with heavy computational cost. A recently proposed concept, called IDK (“I don’t know”) classifiers, enables cascading multiple existing classifiers to achieve high accuracy while reducing average inference time. In this work, we compose IDK classifier cascades by fine-tuning existing models. We use the Tiny ImageNet and CIFAR-100 datasets with modified final layers for 200- and 100-class classification, respectively. We select a confidence threshold for each model to declare either a successful classification or an IDK decision. With a cascade of IDK classifiers, each input can be examined by more than one classifier, ordered from faster, less accurate ones to slower, more accurate ones. When an upstream classifier returns a class with high confidence, downstream classifiers are not executed, improving inference time. More accurate downstream classifiers are needed when upstream ones lack confidence. Our experimental results demonstrate that IDK classifier cascades reduce average inference time while maintaining high classification accuracy, making them suitable for real-time AI applications on edge devices.
在计算资源受限的边缘设备上进行实时目标分类需要在计算工作量和分类精度之间进行权衡。现有的分类器模型要么是为了快速推理而降低精度,要么是为了高精度而增加计算成本。最近提出了一个概念,称为IDK(“我不知道”)分类器,它支持级联多个现有分类器,以实现高准确率,同时减少平均推理时间。在这项工作中,我们通过微调现有模型来组成IDK分类器级联。我们使用带有修改的最终层的Tiny ImageNet和CIFAR-100数据集,分别用于200类和100类分类。我们为每个模型选择一个置信度阈值来声明一个成功的分类或一个IDK决策。使用IDK分类器级联,每个输入都可以由多个分类器检查,顺序从更快、更不准确的分类器到更慢、更准确的分类器。当上游分类器返回高置信度的类时,下游分类器不会执行,从而缩短了推理时间。当上游分类器缺乏信心时,需要更准确的下游分类器。我们的实验结果表明,IDK分类器级联在保持高分类精度的同时减少了平均推理时间,使其适合边缘设备上的实时AI应用。
{"title":"Accuracy-Aware IDK Cascades for Real-Time Object Classification at the Edge","authors":"Ishrak Jahan Ratul ,&nbsp;Zhishan Guo ,&nbsp;Kecheng Yang","doi":"10.1016/j.sysarc.2026.103753","DOIUrl":"10.1016/j.sysarc.2026.103753","url":null,"abstract":"<div><div>Real-time object classification on edge devices with constrained computing resources involves a trade-off between computation workload and classification accuracy. Existing classifier models are typically developed either for fast inference with compromised accuracy or for high accuracy with heavy computational cost. A recently proposed concept, called IDK (“I don’t know”) classifiers, enables cascading multiple existing classifiers to achieve high accuracy while reducing average inference time. In this work, we compose IDK classifier cascades by fine-tuning existing models. We use the Tiny ImageNet and CIFAR-100 datasets with modified final layers for 200- and 100-class classification, respectively. We select a confidence threshold for each model to declare either a successful classification or an IDK decision. With a cascade of IDK classifiers, each input can be examined by more than one classifier, ordered from faster, less accurate ones to slower, more accurate ones. When an upstream classifier returns a class with high confidence, downstream classifiers are not executed, improving inference time. More accurate downstream classifiers are needed when upstream ones lack confidence. Our experimental results demonstrate that IDK classifier cascades reduce average inference time while maintaining high classification accuracy, making them suitable for real-time AI applications on edge devices.</div></div>","PeriodicalId":50027,"journal":{"name":"Journal of Systems Architecture","volume":"175 ","pages":"Article 103753"},"PeriodicalIF":4.1,"publicationDate":"2026-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147386652","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
PMU and wireless sensor placement in WAMS: A joint resolution WAMS中PMU和无线传感器的放置:一种联合解决方案
IF 4.1 2区 计算机科学 Q1 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2026-06-01 Epub Date: 2026-02-28 DOI: 10.1016/j.sysarc.2026.103758
Amel Faiza Tandjaoui
This paper addresses the joint optimization of Phasor Measurement Unit (PMU) and wireless communication sensor placement to minimize the installation cost of Wide Area Measurement Systems (WAMS) while ensuring both complete power grid observability and communication network connectivity. Mathematical models are first provided for the optimal PMU placement and optimal sensor placement problems independently, with the latter formulated as a Steiner tree problem. These are then integrated into a unified mixed integer linear program for joint optimization. Due to its computational complexity for large-scale networks, two efficient solution approaches are proposed: GlobalGrid, which is exhaustive, and SubSteiner, which balances optimality with computational efficiency. Numerical experiments demonstrate that networks with higher nodal degrees require fewer sensors for connectivity. Results show that incorporating Zero Injection Buses (ZIBs) reduces the required number of PMUs by up to 23%, leading to a corresponding reduction in sensor deployment costs of up to 12%. The proposed SubSteiner approach achieves near-optimal solutions with an optimality gap of less than 6% compared to GlobalGrid while significantly reducing computational time.
本文讨论了相量测量单元(PMU)和无线通信传感器放置的联合优化,以最大限度地降低广域测量系统(WAMS)的安装成本,同时确保电网的可观测性和通信网络的连通性。首先分别为PMU最优配置问题和传感器最优配置问题提供了数学模型,并将后者表述为斯坦纳树问题。然后将其整合成统一的混合整数线性规划进行联合优化。由于大规模网络的计算复杂性,提出了两种有效的求解方法:GlobalGrid和SubSteiner,前者是穷举的,后者是平衡最优性和计算效率的方法。数值实验表明,节点度越高的网络所需的传感器越少。结果表明,采用零注入总线(zib)可将所需的pmu数量减少23%,从而将传感器部署成本降低12%。与GlobalGrid相比,所提出的SubSteiner方法实现了接近最优的解决方案,最优性差距小于6%,同时显著减少了计算时间。
{"title":"PMU and wireless sensor placement in WAMS: A joint resolution","authors":"Amel Faiza Tandjaoui","doi":"10.1016/j.sysarc.2026.103758","DOIUrl":"10.1016/j.sysarc.2026.103758","url":null,"abstract":"<div><div>This paper addresses the joint optimization of Phasor Measurement Unit (PMU) and wireless communication sensor placement to minimize the installation cost of Wide Area Measurement Systems (WAMS) while ensuring both complete power grid observability and communication network connectivity. Mathematical models are first provided for the optimal PMU placement and optimal sensor placement problems independently, with the latter formulated as a Steiner tree problem. These are then integrated into a unified mixed integer linear program for joint optimization. Due to its computational complexity for large-scale networks, two efficient solution approaches are proposed: GlobalGrid, which is exhaustive, and SubSteiner, which balances optimality with computational efficiency. Numerical experiments demonstrate that networks with higher nodal degrees require fewer sensors for connectivity. Results show that incorporating Zero Injection Buses (ZIBs) reduces the required number of PMUs by up to 23%, leading to a corresponding reduction in sensor deployment costs of up to 12%. The proposed SubSteiner approach achieves near-optimal solutions with an optimality gap of less than 6% compared to GlobalGrid while significantly reducing computational time.</div></div>","PeriodicalId":50027,"journal":{"name":"Journal of Systems Architecture","volume":"175 ","pages":"Article 103758"},"PeriodicalIF":4.1,"publicationDate":"2026-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147386516","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
RIS-augmented distributed crowdsourcing multi-agent reinforcement learning with edge AI-enabled UAV communications ris增强分布式众包多智能体强化学习与边缘ai支持的无人机通信
IF 4.1 2区 计算机科学 Q1 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2026-06-01 Epub Date: 2026-02-27 DOI: 10.1016/j.sysarc.2026.103727
Juhyeong Han , Jalel Ben-Othman , Hyunbum Kim
In urban and disaster environments, non-line-of-sight (NLoS) blockage and strict end-to-end latency constraints jointly degrade multi-UAV connectivity, especially when stable backhaul is unavailable. We present a RIS-augmented distributed crowdsourcing multi-agent reinforcement learning (MARL) framework in which UAV agents and RIS agents are modeled as independent learners under centralized training and distributed execution (CTDE). Each UAV learns motion and single-link selection (direct-only or direct + one selected RIS) with PPO, while each RIS learns a discrete phase/codebook policy with a categorical PPO backend.
Our learning objective explicitly internalizes (i) step-wise deadline-exceedance penalties (ReLU of delay above deadline), (ii) a priced bandwidth-sharing budget for control/neighbor messages via an online dual variable, and (iii) a non-negative diversity loss that discourages traffic collapse onto a single RIS. Tail metrics (delay p95/p99) and deadline miss rate (DMR) are used strictly as evaluation KPIs and are not backpropagated through.
In simulation under matched urban/disaster settings, we observe that RIS-augmented MARL improves service-level reliability and tail behavior under contention: success rate increases while delay p95 decreases compared with heuristic baselines. The average SNR improvement is modest (e.g., 4.848 dB vs. 4.74 dB under the common logging schema), so our claims focus on tail-aware robustness and deadline feasibility rather than large mean-SNR gains. Overall, these results demonstrate that coupling learnable RIS control with distributed MARL and explicit overhead/deadline pricing yields a practical design point for edge AI-enabled crowdsourcing UAV communications under NLoS and time-critical constraints.
在城市和灾害环境中,非视距阻塞和严格的端到端延迟约束共同降低了多架无人机的连通性,特别是在无法获得稳定回程的情况下。我们提出了一个RIS增强分布式众包多智能体强化学习(MARL)框架,其中无人机智能体和RIS智能体在集中训练和分布式执行(CTDE)下被建模为独立的学习者。每个无人机使用PPO学习运动和单链路选择(直接-only或直接+一个选定的RIS),而每个RIS使用分类PPO后端学习离散阶段/码本策略。我们的学习目标明确地内化了(i)逐步超过截止日期的惩罚(延迟超过截止日期的ReLU), (ii)通过在线双变量对控制/邻居消息进行定价的带宽共享预算,以及(iii)非负的多样性损失,以阻止流量崩溃到单个RIS。尾部指标(延迟p95/p99)和最后期限缺失率(DMR)严格用作评估kpi,并且不会反向传播。在匹配的城市/灾难环境下的模拟中,我们观察到ris增强的MARL提高了争用下的服务级可靠性和尾部行为:与启发式基线相比,成功率增加,延迟p95降低。平均信噪比的改善是适度的(例如,- 4.848 dB与- 4.74 dB在普通日志模式下),因此我们的主张侧重于尾部感知的鲁棒性和截止日期可行性,而不是大的平均信噪比增益。总的来说,这些结果表明,将可学习的RIS控制与分布式MARL和明确的开销/截止日期定价相结合,可以为NLoS和时间关键约束下的边缘人工智能众包无人机通信提供一个实用的设计点。
{"title":"RIS-augmented distributed crowdsourcing multi-agent reinforcement learning with edge AI-enabled UAV communications","authors":"Juhyeong Han ,&nbsp;Jalel Ben-Othman ,&nbsp;Hyunbum Kim","doi":"10.1016/j.sysarc.2026.103727","DOIUrl":"10.1016/j.sysarc.2026.103727","url":null,"abstract":"<div><div>In urban and disaster environments, non-line-of-sight (NLoS) blockage and strict end-to-end latency constraints jointly degrade multi-UAV connectivity, especially when stable backhaul is unavailable. We present a <em>RIS-augmented distributed crowdsourcing multi-agent reinforcement learning (MARL)</em> framework in which UAV agents and RIS agents are modeled as independent learners under centralized training and distributed execution (CTDE). Each UAV learns motion and <em>single-link selection</em> (direct-only or direct + one selected RIS) with PPO, while each RIS learns a discrete phase/codebook policy with a categorical PPO backend.</div><div>Our learning objective explicitly internalizes (i) step-wise <em>deadline-exceedance</em> penalties (ReLU of delay above deadline), (ii) a priced bandwidth-sharing budget for control/neighbor messages via an online dual variable, and (iii) a non-negative <em>diversity loss</em> that discourages traffic collapse onto a single RIS. Tail metrics (delay <span><math><mrow><mi>p</mi><mn>95</mn><mo>/</mo><mi>p</mi><mn>99</mn></mrow></math></span>) and deadline miss rate (DMR) are used strictly as <em>evaluation KPIs</em> and are not backpropagated through.</div><div>In simulation under matched urban/disaster settings, we observe that RIS-augmented MARL improves service-level reliability and tail behavior under contention: success rate increases while delay <span><math><mrow><mi>p</mi><mn>95</mn></mrow></math></span> decreases compared with heuristic baselines. The average SNR improvement is modest (e.g., <span><math><mrow><mo>−</mo><mn>4</mn><mo>.</mo><mn>848</mn></mrow></math></span> dB vs. <span><math><mrow><mo>−</mo><mn>4</mn><mo>.</mo><mn>74</mn></mrow></math></span> dB under the common logging schema), so our claims focus on <em>tail-aware robustness and deadline feasibility</em> rather than large mean-SNR gains. Overall, these results demonstrate that coupling learnable RIS control with distributed MARL and explicit overhead/deadline pricing yields a practical design point for edge AI-enabled crowdsourcing UAV communications under NLoS and time-critical constraints.</div></div>","PeriodicalId":50027,"journal":{"name":"Journal of Systems Architecture","volume":"175 ","pages":"Article 103727"},"PeriodicalIF":4.1,"publicationDate":"2026-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147386515","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Certificateless privacy-preserving multidimensional data aggregation scheme with fault-tolerance for fog-based smart grids 基于雾的智能电网无证书保护隐私的容错多维数据聚合方案
IF 4.1 2区 计算机科学 Q1 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2026-06-01 Epub Date: 2026-03-05 DOI: 10.1016/j.sysarc.2026.103773
Zejia Li , Lunzhi Deng , Xidan Xiao , Na Wang , Lanlan Liu , Siwei Li
In fog-based smart grids, smart meters collect users’ electricity data in real time and transmit it to fog node (FN) for aggregation. Then FN sends the aggregated data to control center for in-depth analysis. Throughout this process, data privacy preservation must be implemented, for which privacy-preserving data aggregation (PPDA) serves as a viable solution. However, most existing PPDA schemes do not support multidimensional data aggregation and fault-tolerance(i.e. scheme can still achieve data aggregation even when some devices malfunction), and these schemes are vulnerable to collusion attacks and have high computational and communicational overheads. To address these issues, this paper proposes a certificateless privacy-preserving multidimensional data aggregation scheme with fault-tolerance. The scheme first employs Chinese Remainder Theorem to integrate multidimensional data into a single data, followed by data obfuscation using the updated blind factors, and subsequently encrypts the data via the Paillier homomorphic encryption. Security analysis indicates that the scheme achieves data confidentiality and authenticity while resisting collusion attacks. Performance comparisons indicate its advantages in both communicational and computational overheads.
在基于雾的智能电网中,智能电表实时采集用户用电数据,传输到雾节点(fog node, FN)进行汇总。然后,FN将汇总的数据发送到控制中心进行深入分析。在整个过程中,必须实现数据隐私保护,其中隐私保护数据聚合(PPDA)是一种可行的解决方案。然而,大多数现有的PPDA方案不支持多维数据聚合和容错。方案在部分设备出现故障的情况下仍能实现数据聚合,但这些方案容易受到合谋攻击,且计算和通信开销较高。为了解决这些问题,本文提出了一种无证书保护隐私的容错多维数据聚合方案。该方案首先利用中国剩余定理将多维数据整合为单个数据,然后利用更新后的盲因子对数据进行模糊处理,最后通过Paillier同态加密对数据进行加密。安全性分析表明,该方案在抵御合谋攻击的同时,实现了数据的保密性和真实性。性能比较表明它在通信和计算开销方面都有优势。
{"title":"Certificateless privacy-preserving multidimensional data aggregation scheme with fault-tolerance for fog-based smart grids","authors":"Zejia Li ,&nbsp;Lunzhi Deng ,&nbsp;Xidan Xiao ,&nbsp;Na Wang ,&nbsp;Lanlan Liu ,&nbsp;Siwei Li","doi":"10.1016/j.sysarc.2026.103773","DOIUrl":"10.1016/j.sysarc.2026.103773","url":null,"abstract":"<div><div>In fog-based smart grids, smart meters collect users’ electricity data in real time and transmit it to fog node (FN) for aggregation. Then FN sends the aggregated data to control center for in-depth analysis. Throughout this process, data privacy preservation must be implemented, for which privacy-preserving data aggregation (PPDA) serves as a viable solution. However, most existing PPDA schemes do not support multidimensional data aggregation and fault-tolerance(i.e. scheme can still achieve data aggregation even when some devices malfunction), and these schemes are vulnerable to collusion attacks and have high computational and communicational overheads. To address these issues, this paper proposes a certificateless privacy-preserving multidimensional data aggregation scheme with fault-tolerance. The scheme first employs Chinese Remainder Theorem to integrate multidimensional data into a single data, followed by data obfuscation using the updated blind factors, and subsequently encrypts the data via the Paillier homomorphic encryption. Security analysis indicates that the scheme achieves data confidentiality and authenticity while resisting collusion attacks. Performance comparisons indicate its advantages in both communicational and computational overheads.</div></div>","PeriodicalId":50027,"journal":{"name":"Journal of Systems Architecture","volume":"175 ","pages":"Article 103773"},"PeriodicalIF":4.1,"publicationDate":"2026-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147386523","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A measurement-based calibration approach for highly scalable timing and energy modeling of EdgeAI multi-core systems 一种基于测量的校准方法,用于EdgeAI多核系统的高可扩展时序和能量建模
IF 4.1 2区 计算机科学 Q1 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2026-06-01 Epub Date: 2026-02-17 DOI: 10.1016/j.sysarc.2026.103738
Quentin Dariol , Sébastien Le Nours , Sébastien Pillement , Ralf Stemmer , Domenik Helms , Kim Grüttner
Deploying Artificial Neural Networks (ANNs) on embedded multi-core platforms requires precise models for estimating and optimizing timing and energy, which is crucial for enabling novel Artificial Intelligence (AI) applications. However, predicting non-functional properties (timing, power) is challenging due to degrees of parallelism in ANNs and complex effects in execution platforms (e.g. contentions at shared resources, dynamic power management). This article presents an Electronic System-Level (ESL) timing and energy modeling flow and the associated calibration methodology for optimizing ANN deployment on multi-core platforms. The proposed flow leverages SystemC simulation to offer both speed and accuracy while ensuring high scalability in many dimensions, such as platform resources modeling. Analytical models are used for ANN layer computation and communication delays as well as power consumption and energy cost. We propose a measurement-based calibration approach to these models which enables high prediction accuracy while guaranteeing high re-usability. The calibrated models can be used across different settings without the need to re-perform a calibration phase. We validate our flow against real measurements of ANN implementations on a prototype multi-core platform. Results demonstrate over 97% accuracy in timing and 93% in energy for 54 mappings of different ANNs tested with and without the use of power management on the platform, with an evaluation time under 2s per mapping. Furthermore, we illustrate that our flow is suitable for Design Space Exploration (DSE), allowing up to 24% improvement in inference time and 16% in energy compared to baseline implementation.
在嵌入式多核平台上部署人工神经网络(ann)需要精确的模型来估计和优化时间和能量,这对于实现新型人工智能(AI)应用至关重要。然而,由于人工神经网络的并行度和执行平台的复杂影响(例如共享资源争用、动态电源管理),预测非功能属性(时序、功耗)是具有挑战性的。本文提出了一种电子系统级(ESL)时序和能量建模流程以及用于优化多核平台上人工神经网络部署的相关校准方法。提议的流程利用SystemC仿真来提供速度和准确性,同时确保在许多维度(例如平台资源建模)上具有高可伸缩性。分析模型用于人工神经网络的层计算、通信延迟、功耗和能源成本。我们提出了一种基于测量的模型校准方法,该方法在保证高可重用性的同时具有较高的预测精度。校准后的模型可以在不同的设置中使用,而无需重新执行校准阶段。我们根据原型多核平台上人工神经网络实现的实际测量验证了我们的流程。结果表明,在平台上使用电源管理和不使用电源管理的情况下,不同ann的54个映射的时间精度超过97%,能量精度超过93%,每次映射的评估时间低于2s。此外,我们还说明了我们的流程适用于设计空间探索(DSE),与基线实现相比,可以将推理时间提高24%,并将能量降低16%。
{"title":"A measurement-based calibration approach for highly scalable timing and energy modeling of EdgeAI multi-core systems","authors":"Quentin Dariol ,&nbsp;Sébastien Le Nours ,&nbsp;Sébastien Pillement ,&nbsp;Ralf Stemmer ,&nbsp;Domenik Helms ,&nbsp;Kim Grüttner","doi":"10.1016/j.sysarc.2026.103738","DOIUrl":"10.1016/j.sysarc.2026.103738","url":null,"abstract":"<div><div>Deploying Artificial Neural Networks (ANNs) on embedded multi-core platforms requires precise models for estimating and optimizing timing and energy, which is crucial for enabling novel Artificial Intelligence (AI) applications. However, predicting non-functional properties (timing, power) is challenging due to degrees of parallelism in ANNs and complex effects in execution platforms (e.g. contentions at shared resources, dynamic power management). This article presents an Electronic System-Level (ESL) timing and energy modeling flow and the associated calibration methodology for optimizing ANN deployment on multi-core platforms. The proposed flow leverages SystemC simulation to offer both speed and accuracy while ensuring high scalability in many dimensions, such as platform resources modeling. Analytical models are used for ANN layer computation and communication delays as well as power consumption and energy cost. We propose a measurement-based calibration approach to these models which enables high prediction accuracy while guaranteeing high re-usability. The calibrated models can be used across different settings without the need to re-perform a calibration phase. We validate our flow against real measurements of ANN implementations on a prototype multi-core platform. Results demonstrate over 97% accuracy in timing and 93% in energy for 54 mappings of different ANNs tested with and without the use of power management on the platform, with an evaluation time under 2s per mapping. Furthermore, we illustrate that our flow is suitable for Design Space Exploration (DSE), allowing up to 24% improvement in inference time and 16% in energy compared to baseline implementation.</div></div>","PeriodicalId":50027,"journal":{"name":"Journal of Systems Architecture","volume":"175 ","pages":"Article 103738"},"PeriodicalIF":4.1,"publicationDate":"2026-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147386646","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
VWchain: A lightweight scalable edge-side blockchain based on Value-Witness VWchain:基于Value-Witness的轻量级可扩展边缘端区块链
IF 4.1 2区 计算机科学 Q1 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2026-06-01 Epub Date: 2026-02-20 DOI: 10.1016/j.sysarc.2026.103733
Lide Xue , Mingzheng Wang , Xin Wang
Blockchain technology is emerging as the foundational trust infrastructure for Web 3.0, albeit faced with significant scalability challenges. While Layer-2 solutions offer high throughput, they diminish decentralization, increase security risks, or require users to continuously monitor the blockchain network—a practice unfriendly to mobile and IoT devices.
To address these issues, this paper introduces VWchain, a scalable end-to-end blockchain designed for lightweight devices. It employs a novel Value Witness (VW) data structure and a series of on-chain designs that fully leverage the storage and computational resources on the edge side (user-side), achieving a rational dispersion of global state data storage and transaction validation computation. Thanks to this approach, VWchain can be effectively deployed on consumer-grade hardware, providing the system with strong decentralization and robustness. Meanwhile, user usability is also ensured as users can freely manage their online time. Furthermore, we formally analyze and prototype VWchain, experimental results demonstrate that VWchain exhibits balanced and outstanding performance in terms of performance, device cost, and security.
区块链技术正在成为Web 3.0的基础信任基础设施,尽管它面临着重大的可伸缩性挑战。虽然第二层解决方案提供了高吞吐量,但它们减少了去中心化,增加了安全风险,或者要求用户持续监控区块链网络,这对移动和物联网设备不友好。为了解决这些问题,本文介绍了VWchain,一种专为轻量级设备设计的可扩展的端到端区块链。它采用了一种新颖的Value Witness (VW)数据结构和一系列链上设计,充分利用了边缘侧(用户侧)的存储和计算资源,实现了全局状态数据存储和交易验证计算的合理分散。由于这种方法,VWchain可以有效地部署在消费级硬件上,为系统提供了强大的去中心化和鲁棒性。同时,用户可以自由管理自己的上网时间,保证了用户的可用性。此外,我们正式分析和原型化了VWchain,实验结果表明,VWchain在性能、设备成本和安全性方面表现出平衡和出色的性能。
{"title":"VWchain: A lightweight scalable edge-side blockchain based on Value-Witness","authors":"Lide Xue ,&nbsp;Mingzheng Wang ,&nbsp;Xin Wang","doi":"10.1016/j.sysarc.2026.103733","DOIUrl":"10.1016/j.sysarc.2026.103733","url":null,"abstract":"<div><div>Blockchain technology is emerging as the foundational trust infrastructure for Web 3.0, albeit faced with significant scalability challenges. While Layer-2 solutions offer high throughput, they diminish decentralization, increase security risks, or require users to continuously monitor the blockchain network—a practice unfriendly to mobile and IoT devices.</div><div>To address these issues, this paper introduces VWchain, a scalable end-to-end blockchain designed for lightweight devices. It employs a novel Value Witness (VW) data structure and a series of on-chain designs that fully leverage the storage and computational resources on the edge side (user-side), achieving a rational dispersion of global state data storage and transaction validation computation. Thanks to this approach, VWchain can be effectively deployed on consumer-grade hardware, providing the system with strong decentralization and robustness. Meanwhile, user usability is also ensured as users can freely manage their online time. Furthermore, we formally analyze and prototype VWchain, experimental results demonstrate that VWchain exhibits balanced and outstanding performance in terms of performance, device cost, and security.</div></div>","PeriodicalId":50027,"journal":{"name":"Journal of Systems Architecture","volume":"175 ","pages":"Article 103733"},"PeriodicalIF":4.1,"publicationDate":"2026-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147386648","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Enhancing IoT object integrity and energy efficiency through DBSCAN and fuzzy Logic-based self-management framework 通过DBSCAN和基于模糊逻辑的自我管理框架增强物联网对象的完整性和能源效率
IF 4.1 2区 计算机科学 Q1 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2026-06-01 Epub Date: 2026-02-27 DOI: 10.1016/j.sysarc.2026.103751
Abdelhamid Garah, Nader Mbarek, Sergey Kirgizov
Ensuring the integrity of Internet of Things (IoT) objects is challenging due to their limited energy and processing resources, as well as their exposure to security threats. Remote Attestation (RA) is a widely used technique that enables a trusted entity, such as a gateway, to verify the integrity of constrained IoT devices remotely. However, applying RA in constrained environments introduces challenges, including redundant attestations, high energy consumption, and vulnerabilities, such as Time-of-Check-Time-of-Use (TOCTOU) attacks. To address these limitations, this paper proposes a novel autonomic IoT framework for self-managing the integrity of IoT objects using a lightweight remote attestation mechanism and the Autonomic Computing paradigm. The proposed approach uses a DBSCAN model to determine when attestation is required, along with a fuzzy-logic system that dynamically selects an appropriate lightweight hash function based on the device state. Meanwhile, the attestation process uses a lightweight HMAC scheme to ensure device integrity. Our proposed framework reduces redundant attestations, optimizes energy consumption, and extends the lifetime of IoT systems, making it suitable for resource-constrained environments.
由于物联网(IoT)对象的能源和处理资源有限,并且容易受到安全威胁,因此确保物联网(IoT)对象的完整性具有挑战性。远程认证(RA)是一种广泛使用的技术,它使可信实体(如网关)能够远程验证受约束的物联网设备的完整性。然而,在受约束的环境中应用RA会带来挑战,包括冗余证明、高能耗和漏洞,例如检查时间-使用时间(TOCTOU)攻击。为了解决这些限制,本文提出了一种新的自主物联网框架,用于使用轻量级远程认证机制和自主计算范式对物联网对象的完整性进行自我管理。所建议的方法使用DBSCAN模型来确定何时需要认证,以及一个模糊逻辑系统,该系统根据设备状态动态选择适当的轻量级散列函数。同时,认证过程采用轻量级HMAC方案,保证了设备的完整性。我们提出的框架减少了冗余认证,优化了能源消耗,延长了物联网系统的生命周期,使其适用于资源受限的环境。
{"title":"Enhancing IoT object integrity and energy efficiency through DBSCAN and fuzzy Logic-based self-management framework","authors":"Abdelhamid Garah,&nbsp;Nader Mbarek,&nbsp;Sergey Kirgizov","doi":"10.1016/j.sysarc.2026.103751","DOIUrl":"10.1016/j.sysarc.2026.103751","url":null,"abstract":"<div><div>Ensuring the integrity of Internet of Things (IoT) objects is challenging due to their limited energy and processing resources, as well as their exposure to security threats. Remote Attestation (RA) is a widely used technique that enables a trusted entity, such as a gateway, to verify the integrity of constrained IoT devices remotely. However, applying RA in constrained environments introduces challenges, including redundant attestations, high energy consumption, and vulnerabilities, such as Time-of-Check-Time-of-Use (TOCTOU) attacks. To address these limitations, this paper proposes a novel autonomic IoT framework for self-managing the integrity of IoT objects using a lightweight remote attestation mechanism and the Autonomic Computing paradigm. The proposed approach uses a DBSCAN model to determine when attestation is required, along with a fuzzy-logic system that dynamically selects an appropriate lightweight hash function based on the device state. Meanwhile, the attestation process uses a lightweight HMAC scheme to ensure device integrity. Our proposed framework reduces redundant attestations, optimizes energy consumption, and extends the lifetime of IoT systems, making it suitable for resource-constrained environments.</div></div>","PeriodicalId":50027,"journal":{"name":"Journal of Systems Architecture","volume":"175 ","pages":"Article 103751"},"PeriodicalIF":4.1,"publicationDate":"2026-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147386514","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Journal of Systems Architecture
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1