IOT

IoT
  • 文章类型: Journal Article
    医疗物联网(IoMT)通过连接医疗设备改变了医疗保健,传感器,和病人,显著改善患者护理。然而,通过IoMT交换的敏感数据容易受到安全攻击,引发严重的隐私问题。传统的密钥共享机制容易受到损害,对数据完整性构成风险。本文针对资源受限设备提出了一种基于时间戳的秘密密钥生成(T-SKG)方案,在患者的设备上生成密钥,并在医生的设备上重新生成密钥,从而消除了直接的密钥共享,并将密钥折衷风险降至最低。使用MATLAB和Java的仿真结果证明了T-SKG方案的抗猜测能力,生日,暴力攻击。具体来说,如果攻击者知道密钥序列模式,在猜测攻击中密钥泄露的可能性只有9%,而该计划在指定的时间范围内仍然可以抵御暴力和生日攻击。T-SKG方案集成到医疗保健框架中,以安全地传输使用MySignals传感器套件收集的生命体征。为了保密,具有各种密码块模式的数据加密标准(DES)(ECB、CBC,使用CTR)。
    The Internet of Medical Things (IoMT) has transformed healthcare by connecting medical devices, sensors, and patients, significantly improving patient care. However, the sensitive data exchanged through IoMT is vulnerable to security attacks, raising serious privacy concerns. Traditional key sharing mechanisms are susceptible to compromise, posing risks to data integrity. This paper proposes a Timestamp-based Secret Key Generation (T-SKG) scheme for resource-constrained devices, generating a secret key at the patient\'s device and regenerating it at the doctor\'s device, thus eliminating direct key sharing and minimizing key compromise risks. Simulation results using MATLAB and Java demonstrate the T-SKG scheme\'s resilience against guessing, birthday, and brute force attacks. Specifically, there is only a 9 % chance of key compromise in a guessing attack if the attacker knows the key sequence pattern, while the scheme remains secure against brute force and birthday attacks within a specified timeframe. The T-SKG scheme is integrated into a healthcare framework to securely transmit health vitals collected using the MySignals sensor kit. For confidentiality, the Data Encryption Standard (DES) with various Cipher Block modes (ECB, CBC, CTR) is employed.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

       PDF(Pubmed)

  • 文章类型: Journal Article
    联盟学习中的内隐中毒是一个重大威胁,恶意节点每轮巧妙地改变梯度参数,使检测变得困难。这项研究调查了这个问题,揭示出仅靠时间分析就难以识别这种秘密攻击,这可以绕过余弦相似性和聚类等在线方法。常见的检测方法依赖于离线分析,导致反应延迟。然而,重新计算梯度更新揭示了恶意客户端的明显特征。基于这一发现,设计了一种基于轨迹异常检测的隐私保护检测算法。矩阵的奇异值用作特征,和改进的隔离林算法处理这些以检测恶意行为。MNIST实验,FashionMNIST,和CIFAR-10数据集显示,我们的方法实现了94.3%的检测准确率和1.2%以下的假阳性率,表明它在检测隐式模型中毒攻击方面具有很高的准确性和有效性。
    Implicit poisoning in federated learning is a significant threat, with malicious nodes subtly altering gradient parameters each round, making detection difficult. This study investigates this problem, revealing that temporal analysis alone struggles to identify such covert attacks, which can bypass online methods like cosine similarity and clustering. Common detection methods rely on offline analysis, resulting in delayed responses. However, recalculating gradient updates reveals distinct characteristics of malicious clients. Based on this finding, we designed a privacy-preserving detection algorithm using trajectory anomaly detection. Singular values of matrices are used as features, and an improved Isolation Forest algorithm processes these to detect malicious behavior. Experiments on MNIST, FashionMNIST, and CIFAR-10 datasets show our method achieves 94.3% detection accuracy and a false positive rate below 1.2%, indicating its high accuracy and effectiveness in detecting implicit model poisoning attacks.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

       PDF(Pubmed)

  • 文章类型: Journal Article
    本文提出了一种在称为蜜蜂智能检测节点的嵌入式物联网设备中实现的新边缘检测过程,以检测灾难性的养蜂场事件。这些事件包括蜂拥而至,失去女王,以及对蜂群崩溃障碍(CCD)条件的检测。为此使用了两个深度学习子过程。第一种使用称为fuzzy-stranded-NN的可变深度的模糊多层神经网络,基于蜂箱内部的温度和湿度测量来检测CCD条件。第二个利用深度学习CNN模型来检测基于录音的蜂拥和女王丢失案例。所提出的过程已被实施到自主蜜蜂智能检测物联网设备中,这些设备通过Wi-Fi将其测量和检测结果传输到云。BeeSD设备已经过测试,易于使用的功能,自主运作,深度学习模型推理精度,和推理执行速度。作者介绍了用于检测临界条件的模糊链NN模型和用于检测蜂群和女王损失的深度学习CNN模型的实验结果。从给出的实验结果来看,绞合NN实现了高达95%的准确度结果,而ResNet-50模型在检测蜂群或女王丢失事件方面的准确率高达99%。ResNet-18模型也是ResNet-50模型的最快推理速度的替代品,实现高达93%的准确度结果。最后,深度学习模型与机器学习模型的交叉比较表明,深度学习模型可以提供至少3-5%的准确性结果。
    This paper presents a new edge detection process implemented in an embedded IoT device called Bee Smart Detection node to detect catastrophic apiary events. Such events include swarming, queen loss, and the detection of Colony Collapse Disorder (CCD) conditions. Two deep learning sub-processes are used for this purpose. The first uses a fuzzy multi-layered neural network of variable depths called fuzzy-stranded-NN to detect CCD conditions based on temperature and humidity measurements inside the beehive. The second utilizes a deep learning CNN model to detect swarming and queen loss cases based on sound recordings. The proposed processes have been implemented into autonomous Bee Smart Detection IoT devices that transmit their measurements and the detection results to the cloud over Wi-Fi. The BeeSD devices have been tested for easy-to-use functionality, autonomous operation, deep learning model inference accuracy, and inference execution speeds. The author presents the experimental results of the fuzzy-stranded-NN model for detecting critical conditions and deep learning CNN models for detecting swarming and queen loss. From the presented experimental results, the stranded-NN achieved accuracy results up to 95%, while the ResNet-50 model presented accuracy results up to 99% for detecting swarming or queen loss events. The ResNet-18 model is also the fastest inference speed replacement of the ResNet-50 model, achieving up to 93% accuracy results. Finally, cross-comparison of the deep learning models with machine learning ones shows that deep learning models can provide at least 3-5% better accuracy results.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

       PDF(Pubmed)

  • 文章类型: Journal Article
    物联网(IoT)是一种用于感测和监视环境以减少灾难影响的有前途的技术。能源是物联网设备的主要关注点之一,因为物联网设备中使用的传感器是电池供电的。因此,重要的是减少能源消耗,特别是在容易发生灾害的情况下进行数据传输。基于集群的通信有助于减少数据传输过程中节点的能量衰减,并延长网络寿命。已经提出了许多混合组合算法用于聚类和路由协议,以提高灾难场景中的网络寿命。然而,这些协议的性能根据底层网络配置和所考虑的优化参数而变化很大。在这项研究中,我们使用了与灾难场景最相关的聚类参数,例如节点的剩余能量,距离下沉,和网络覆盖。然后,我们提出了生物启发的混合BOA-PSO算法,其中蝴蝶优化算法(BOA)用于聚类,粒子群优化(PSO)用于路由协议。将所提出的算法的性能与各种基准协议的性能进行了比较:LEACH,DEEC,PSO,PSO-GA,和PSO-HAS。剩余能量,网络吞吐量,和网络寿命被认为是性能指标。仿真结果表明,该算法有效地节约了剩余能量,在短程场景中实现17%以上的改进,在远程场景中实现10%以上的改进。在吞吐量方面,与LEACH相比,所提出的方法提高了60%的性能,与DEEC相比提高了53%,与PSO相比提高了37%。此外,所提出的方法与LEACH和DEEC相比,数据包丢弃减少了60%,与PSO相比减少了30%。与基准算法相比,它将网络寿命提高了10-20%。
    The Internet of Things (IoT) is a promising technology for sensing and monitoring the environment to reduce disaster impact. Energy is one of the major concerns for IoT devices, as sensors used in IoT devices are battery-operated. Thus, it is important to reduce energy consumption, especially during data transmission in disaster-prone situations. Clustering-based communication helps reduce a node\'s energy decay during data transmission and enhances network lifetime. Many hybrid combination algorithms have been proposed for clustering and routing protocols to improve network lifetime in disaster scenarios. However, the performance of these protocols varies widely based on the underlying network configuration and the optimisation parameters considered. In this research, we used the clustering parameters most relevant to disaster scenarios, such as the node\'s residual energy, distance to sink, and network coverage. We then proposed the bio-inspired hybrid BOA-PSO algorithm, where the Butterfly Optimisation Algorithm (BOA) is used for clustering and Particle Swarm Optimisation (PSO) is used for the routing protocol. The performance of the proposed algorithm was compared with that of various benchmark protocols: LEACH, DEEC, PSO, PSO-GA, and PSO-HAS. Residual energy, network throughput, and network lifetime were considered performance metrics. The simulation results demonstrate that the proposed algorithm effectively conserves residual energy, achieving more than a 17% improvement for short-range scenarios and a 10% improvement for long-range scenarios. In terms of throughput, the proposed method delivers a 60% performance enhancement compared to LEACH, a 53% enhancement compared to DEEC, and a 37% enhancement compared to PSO. Additionally, the proposed method results in a 60% reduction in packet drops compared to LEACH and DEEC, and a 30% reduction compared to PSO. It increases network lifetime by 10-20% compared to the benchmark algorithms.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

       PDF(Pubmed)

  • 文章类型: Journal Article
    正交时间频率空间(OTFS)调制最近作为时变信道中更有效的波形在文献中找到了它的位置。预计OTFS将广泛应用于智能车辆的通信,尤其是在物联网(IoT)范围内考虑的那些。有努力获得定制的传统点对点单输入单输出(SISO)-OTFS研究在文献中,但他们的BER性能似乎有点低。可以使用协作通信来提高BER性能,但值得注意的是,在合作通信领域的OTFS研究很少。在这项研究中,据作者所知,文献中首次解决了在选择性解码和转发(SDF)协作通信场景中实现OTFS波形传输的更好性能。在这种情况下,通过建立由基站/源组成的协作通信模型,交通标志/继电器和以恒定速度移动的智能车辆/目的地,得出端到端BER表达式。使用此SDF-OTFS方案进行SNR-BER分析,结果表明,与传统的点对点单输入单输出(SISO)-OTFS结构相比,实现了出色的BER性能。
    Orthogonal time frequency space (OTFS) modulation has recently found its place in the literature as a much more effective waveform in time-varying channels. It is anticipated that OTFS will be widely used in the communications of smart vehicles, especially those considered within the scope of Internet of Things (IoT). There are efforts to obtain customized traditional point-to-point single-input single-output (SISO)-OTFS studies in the literature, but their BER performance seems a bit low. It is possible to use cooperative communications in order improve BER performance, but it is noticeable that there are very few OTFS studies in the area of cooperative communications. In this study, to the best of the authors\' knowledge, it is addressed for the first time in the literature that better performance is achieved for the OTFS waveform transmission in a selective decode-and-forward (SDF) cooperative communication scenario. In this context, by establishing a cooperative communication model consisting of a base station/source, a traffic sign/relay and a smart vehicle/destination moving at a constant speed, an end-to-end BER expression is derived. SNR-BER analysis is performed with this SDF-OTFS scheme and it is shown that a superior BER performance is achieved compared to the traditional point-to-point single-input single-output (SISO)-OTFS structure.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

       PDF(Pubmed)

  • 文章类型: Journal Article
    在普适计算时代,对实时数据处理的需求不断增加带来的挑战,安全,和能源效率要求创新的解决方案。雾计算的出现提供了一个有希望的范例,通过使计算资源更接近数据源来解决这些挑战。尽管有其优势,雾计算特性在异构环境中对资源分配和管理提出了挑战,供应,安全,和连通性,在其他人中。本文介绍了COGNIFOG,目前正在开发的一种新的认知迷雾框架,旨在利用智能,分散的决策过程,机器学习算法,和分布式计算原理,实现自主运行,适应性,以及跨IoT边缘云连续体的可扩展性。通过整合认知能力,COGNIFOG有望提高下一代计算环境的效率和可靠性,可能提供物理世界和数字世界之间的无缝桥梁。使用有限的一组与连接相关的COGNIFOG构建块的初步实验结果表明,在基于现实世界的物联网场景中,网络资源利用率得到了有希望的改善。总的来说,这项工作为框架的进一步发展铺平了道路,旨在使它更智能,弹性,并与下一代计算环境不断变化的需求保持一致。
    In the era of ubiquitous computing, the challenges imposed by the increasing demand for real-time data processing, security, and energy efficiency call for innovative solutions. The emergence of fog computing has provided a promising paradigm to address these challenges by bringing computational resources closer to data sources. Despite its advantages, the fog computing characteristics pose challenges in heterogeneous environments in terms of resource allocation and management, provisioning, security, and connectivity, among others. This paper introduces COGNIFOG, a novel cognitive fog framework currently under development, which was designed to leverage intelligent, decentralized decision-making processes, machine learning algorithms, and distributed computing principles to enable the autonomous operation, adaptability, and scalability across the IoT-edge-cloud continuum. By integrating cognitive capabilities, COGNIFOG is expected to increase the efficiency and reliability of next-generation computing environments, potentially providing a seamless bridge between the physical and digital worlds. Preliminary experimental results with a limited set of connectivity-related COGNIFOG building blocks show promising improvements in network resource utilization in a real-world-based IoT scenario. Overall, this work paves the way for further developments on the framework, which are aimed at making it more intelligent, resilient, and aligned with the ever-evolving demands of next-generation computing environments.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

       PDF(Pubmed)

  • 文章类型: Journal Article
    机器学习(ML)代表了当前数字时代的主要支柱之一,特别是在现代现实世界的应用。物联网(IoT)技术是开发先进智能系统的基础。ML和物联网的融合推动了各个领域的重大进步,例如使基于物联网的安全系统更智能,更高效。然而,基于ML的物联网系统在训练和测试阶段容易受到潜伏攻击。对抗性攻击旨在通过引入扰动的输入来破坏ML模型的功能。因此,它可能构成导致设备故障的重大风险,服务中断,和个人数据滥用。本文研究了对抗性攻击的严重性,并强调了在物联网环境中设计安全和强大的ML模型的重要性。提供了对抗性机器学习(AML)的综合分类。此外,提出了对AML和基于物联网的安全系统交集的最新研究趋势(从2020年到2024年)的系统文献综述。结果显示了各种AML攻击技术的可用性,其中使用最多的是快速梯度符号法(FGSM)。一些研究建议使用对抗训练技术来防御此类攻击。最后,强调了潜在的开放问题和主要研究方向,以供将来考虑和加强。
    Machine learning (ML) represents one of the main pillars of the current digital era, specifically in modern real-world applications. The Internet of Things (IoT) technology is foundational in developing advanced intelligent systems. The convergence of ML and IoT drives significant advancements across various domains, such as making IoT-based security systems smarter and more efficient. However, ML-based IoT systems are vulnerable to lurking attacks during the training and testing phases. An adversarial attack aims to corrupt the ML model\'s functionality by introducing perturbed inputs. Consequently, it can pose significant risks leading to devices\' malfunction, services\' interruption, and personal data misuse. This article examines the severity of adversarial attacks and accentuates the importance of designing secure and robust ML models in the IoT context. A comprehensive classification of adversarial machine learning (AML) is provided. Moreover, a systematic literature review of the latest research trends (from 2020 to 2024) of the intersection of AML and IoT-based security systems is presented. The results revealed the availability of various AML attack techniques, where the Fast Gradient Signed Method (FGSM) is the most employed. Several studies recommend the adversarial training technique to defend against such attacks. Finally, potential open issues and main research directions are highlighted for future consideration and enhancement.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

       PDF(Pubmed)

  • 文章类型: Journal Article
    人类皮肤有几个受体与大脑合作,在施加刺激时提供适当的“决定”。几篇研究文章指出,据报道,仿生电子皮肤(e-skin)用于传感器相关应用,并与自然皮肤相似。然而,报告电子皮肤做出决定并因此在暴露于不利条件时做出反应的能力的研究仍处于起步阶段。在这里,我们报道了电子皮肤的发展,ThermoSense,可以通过做出适当的决定进行温度调节。热塑性聚氨酯和多壁碳纳米管被用作模型复合材料。详细研究了优化的电子皮肤的加热和传感能力。在研究窗口,电子皮肤通过产生192°C的温度表现出优异的电热转换效率,消耗2.23W的功率。在优化的电子皮肤的情况下,采用有限元建模(FEM)来确定填料的分布,因此用于通过绘制电子皮肤上的内部能量来探测电子皮肤上加热的原因。有限元结果与实验结果非常吻合。此外,电子皮肤证明了其作为热传感器的能力,灵敏度为0.947%°C-1。为了整合电子皮肤的决策能力,物联网(IoT)大脑控制台是使用电子皮肤和电子芯片通过利用超过摩尔的概念。物联网大脑通过决策编程实现自动化,可通过内部开发的移动应用程序进行控制。控制台仅在模拟条件下工作。当温度偏离设定点时,开始变热了.Postusage,电子皮肤基质被回收利用,回收的电子皮肤表现出性能属性的边际下降。这项研究为开发下一代人机界面的决策电子皮肤开辟了新的途径。
    Human skin has several receptors collaborating with the brain to provide appropriate \"decisions\" when applying stimuli. Several research articles state that biomimetic electronic skin (e-skin) is reportedly used for sensor-related applications and performs similarly to natural skin. However, research reporting the capability of the e-skin to make decisions and therefore react upon exposure to adverse conditions is still in its nascent stage. Herein, we report the development of an e-skin, ThermoSense, that can thermoregulate by making appropriate decisions. Thermoplastic polyurethane and multiwalled carbon nanotubes were used as the model composite. The heating and sensing capabilities of the optimized e-skin were studied in detail. In the study window, the e-skin demonstrated excellent electrothermal conversion efficiency by generating a temperature of 192 °C, consuming a power of 2.23 W. A finite element modeling (FEM) was adopted to determine the distribution of the filler in the case of the optimized e-skin and thus was used to probe the reason for the heating across the e-skin via mapping of the internal energy across the sample. FEM results and experimental findings are in strong agreement. Additionally, the e-skin demonstrated its capability to act as a thermal sensor with a 0.947% °C-1 sensitivity. To integrate the decision-making capabilities of the e-skin, an Internet of Things (IoT) brain console was made using the e-skin and electronic chips by leveraging More than Moore\'s concept. The IoT brain was automated with decision-making programming that was controllable via an in-house-developed mobile application. The console worked exclusively under simulated conditions. When there was a shift from the set point temperature, it started to heat. Postusage, the e-skin matrix was recycled, and the recycled e-skin demonstrated a marginal decrement in performance attributes. This study opens new avenues for developing decision-making e-skins for next-generation human-machine interphases.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

    求助全文

  • 文章类型: Journal Article
    睡眠质量是人类健康和福祉的关键因素,对各种生理和心理过程都有影响。由于召回偏差和主观解释等问题,传统的睡眠数据收集方法通常受到数据质量和可靠性的限制。这项研究旨在提出一种新颖的框架,使用配备运动传感器的智能恒温器客观地测量和评估睡眠质量,提供无创和毫不费力的睡眠监测。这项研究对睡眠模式进行了全面分析,探索活动传感器与睡眠质量之间的关系。通过分析行为特征,该研究确定了在健康和压力水平方面需要注意的时间段或时间段。该方法确保隐私,容易进入,整合环境因素,能够全面了解个人的睡眠健康。研究结果表明,这种零努力技术可以显着增强个人和人群水平的睡眠监测,对健康监测有影响,压力管理,个性化医疗干预。未来的工作将集中在扩展数据集,包含更多变量,和整合背景数据,以进一步改善睡眠质量分析和支持实时健康干预。
    Sleep quality is a critical factor in human health and well-being, with implications for various physiological and psychological processes. Traditional methods of sleep data collection are often limited by the quality and reliability of the data due to issues such as recall bias and subjective interpretation. This research aims to propose a novel framework that objectively measures and evaluates sleep quality using smart thermostats equipped with motion sensors, providing noninvasive and effortless sleep monitoring. The study conducts a comprehensive analysis of sleep patterns, exploring the relationship between activity sensors and sleep quality. By analyzing behavioral characteristics, the study identifies periods or clusters of days that require attention in terms of health and stress levels. The approach ensures privacy, ease of access, and integrates environmental factors, enabling a comprehensive understanding of an individual\'s sleep health. The findings suggest that this zero-effort technology can significantly enhance sleep monitoring at both individual and population levels, with implications for health monitoring, stress management, and personalized healthcare interventions. Future work will focus on expanding the data set, incorporating more variables, and integrating contextual data to further improve sleep quality analysis and support real-time health interventions.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

    求助全文

  • 文章类型: Journal Article
    人口的大量增加使食物供应急剧紧张。农民需要健康的土壤和天然矿物质来进行传统农业,生产需要更长的时间。与传统的依赖土壤的耕作技术相比,称为垂直耕作(VF)的无土壤耕作方法需要很小的土地,并且消耗的水很少。有了水培等现代技术,aeroponics,和aquaponics,在耕地非常昂贵和稀缺的城市地区,VF的概念似乎有一个充满希望的未来。VF在同时监测多个指标方面面临困难,营养建议,和工厂诊断系统。然而,这些问题可以通过实施当前的技术进步来解决,例如基于人工智能(AI)的控制技术,例如机器学习(ML),深度学习(DL),物联网(IoT)图像处理以及计算机视觉。本文对ML和物联网在VF系统中的应用进行了全面分析。重点关注的领域包括疾病检测,作物产量预测,营养,和灌溉控制管理。为了预测作物产量和作物病害,鉴于作物图像的不同集合的分类,研究了计算机视觉技术。本文还介绍了基于ML和IoT的VF系统,这些系统可以长期提高产品质量和产量。本文还概述了基于知识的VF系统的评估和评估,以及潜在的结果,优势,以及ML和物联网在VF系统中的局限性。
    The substantial increase in the human population dramatically strains food supplies. Farmers need healthy soil and natural minerals for traditional farming, and production takes a little longer time. The soil-free farming method known as vertical farming (VF) requires a small land and consumes a very small amount of water than conventional soil-dependent farming techniques. With modern technologies like hydroponics, aeroponics, and aquaponics, the notion of the VF appears to have a promising future in urban areas where farming land is very expensive and scarce. VF faces difficulty in the simultaneous monitoring of multiple indicators, nutrition advice, and plant diagnosis systems. However, these issues can be resolved by implementing current technical advancements like artificial intelligence (AI)-based control techniques such as machine learning (ML), deep learning (DL), the internet of things (IoT), image processing as well as computer vision. This article presents a thorough analysis of ML and IoT applications in VF system. The areas on which the attention is concentrated include disease detection, crop yield prediction, nutrition, and irrigation control management. In order to predict crop yield and crop diseases, the computer vision technique is investigated in view of the classification of distinct collections of crop images. This article also illustrates ML and IoT-based VF systems that can raise product quality and production over the long term. Assessment and evaluation of the knowledge-based VF system have also been outlined in the article with the potential outcomes, advantages, and limitations of ML and IoT in the VF system.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

       PDF(Pubmed)

公众号