WoS İndeksli Yayınlar Koleksiyonu

Permanent URI for this collectionhttps://hdl.handle.net/20.500.12573/394

Browse

Search Results

Now showing 1 - 5 of 5
  • Article
    Citation - WoS: 16
    Citation - Scopus: 23
    Review on Energy Application Using Blockchain Technology With an Introductions in the Pricing Infrastructure
    (IEEE-Inst Electrical Electronics Engineers Inc, 2022) Al-Abri, Tariq; Onen, Ahmet; Al-Abri, Rashid; Hossen, Abdulnasir; Al-Hinai, Amer; Jung, Jaesung; Ustun, Taha Selim
    With the rapid transformation of the energy sector towards modern power systems represented by smart grids (SGs), microgrids (MG), and distributed generation, blockchain (BC) technology has shown the capability for solving security, privacy, and reliability challenges that hinder progress. Currently, the energy structure is forming a decentralized system that prioritizes customer satisfaction. BC technology undertakes power network stockholders in a secure energy market, transparent transactions, and fair competition and offers promising energy solutions. This paper is a comprehensive review of energy applications using BC integration. Firstly, we introduce the drivers of BC leverage that make it a potentially important component of the power network. Following that, we provide background information on BC and its application in areas other than the energy sector. Subsequently, we discuss studies and sort potential energy applications from various recent papers and surveys that have already adopted BC technology in the energy sector. Then, we summarize the pricing infrastructure for applying BC in the energy sector and identify the requirements to build it. Finally, energy security and privacy challenges based on BC are highlighted, along with potential drawbacks and concerns related to the pricing infrastructure.
  • Article
    Citation - WoS: 8
    Citation - Scopus: 9
    Priceless: Privacy Enhanced AI-Driven Scalable Framework for IoT Applications in Serverless Edge Computing Environments
    (John Wiley & Sons Ltd, 2024-02-14) Golec, Muhammed; Golec, Mustafa; Xu, Minxian; Wu, Huaming; Gill, Sukhpal Singh; Uhlig, Steve
    Serverless edge computing has emerged as a new paradigm that integrates the serverless and edge computing. By bringing processing power closer to the edge of the network, it provides advantages such as low latency by quickly processing data for time-sensitive Internet of Things (IoT) applications. Additionally, serverless edge computing also brings inherent problems of edge and serverless computing such as cold start, security and privacy that are still waiting to be solved. In this paper, we propose a new Blockchain-based AI-driven scalable framework called PRICELESS, to offer security and privacy in serverless edge computing environments while performing cold start prediction. In PRICELESS framework, we used deep reinforcement learning for the cold start latency prediction. For experiments, a cold start dataset is created using a heart disease risk-based IoT application and deployed using Google Cloud Functions. Experimental results show the additional delay that the blockchain module brings to cold start latency and its impact on cold start prediction performance. Additionally, the performance of PRICELESS is compared with the current state-of-the-art method based on energy cost, computation time and cold start prediction. Specifically, it has been observed that PRICELESS causes 19 ms of external latency, 358.2 watts for training, and 3.6 watts for prediction operations, resulting in additional energy consumption at the expense of security and privacy.
  • Article
    Citation - WoS: 2
    Citation - Scopus: 2
    Machine-Generated Hierarchical Structure of Human Activities to Reveal How Machines Think
    (IEEE-Inst Electrical Electronics Engineers Inc, 2021) Altin, Mahsun; Gursoy, Furkan; Xu, Lina
    Deep-learning based computer vision models have proved themselves to be ground-breaking approaches to human activity recognition (HAR). However, most existing works are dedicated to improve the prediction accuracy through either creating new model architectures, increasing model complexity, or refining model parameters by training on larger datasets. Here, we propose an alternative idea, differing from existing work, to increase model accuracy and also to shape model predictions to align with human understandings through automatically creating higher-level summarizing labels for similar groups of human activities. First, we argue the importance and feasibility of constructing a hierarchical labeling system for human activity recognition. Then, we utilize the predictions of a black box HAR model to identify similarities between different activities. Finally, we tailor hierarchical clustering methods to automatically generate hierarchical trees of activities and conduct experiments. In this system, the activity labels on the same level will have a designed magnitude of accuracy and reflect a specific amount of activity details. This strategy enables a trade-off between the extent of the details in the recognized activity and the user privacy by masking some sensitive predictions; and also provides possibilities for the use of formerly prohibited invasive models in privacy-concerned scenarios. Since the hierarchy is generated from the machine's perspective, the predictions at the upper levels provide better accuracy, which is especially useful when there are too detailed labels in the training set that are rather trivial to the final prediction goal. Moreover, the analysis of the structure of these trees can reveal the biases in the prediction model and guide future data collection strategies.
  • Article
    Citation - WoS: 21
    Citation - Scopus: 27
    Blockchain-Based Energy Applications: The DSO Perspective
    (IEEE-Inst Electrical Electronics Engineers Inc, 2021) Yagmur, Ahmet; Dedeturk, Beyhan Adanur; Soran, Ahmet; Jung, Jaesung; Onen, Ahmet
    This paper discusses blockchain-based energy applications from the distribution system operator (DSO) perspective. Blockchain has a potential impact on newly emergent actors, such as electric vehicles (EVs) and the charging facility units (CFUs) of the electricity grid. Although Blockchain offers magnificent decentralized solutions, the central management of DSOs still plays a significant, non-negligible role, owing to the reality of the existing grid structure. Numerous related studies of proposed blockchain-based EV systems have investigated the energy costs of EVs, fast and efficient charging, privacy and security, P2P energy trading, sharing economy, the selection of appropriate CFUs location, and scheduling. However, cooperation with DSO organizations has not been adequately addressed. Blockchain-based solutions mainly suggest an entirely distributed and decentralized approach for energy trading; however, converting the entire power system infrastructure is considerably expensive. Building a thoroughly decentralized electricity network in a short time is nearly impossible, particularly at the national grid level. In this regard, the applicability of the solutions is as significant as their appropriateness, especially from the DSO perspective, and must be examined closely. We searched and analyzed the blockchain literature related to EVs, CFUs, DERs, microgrids, marketing, and DSOs to define the DSO-based requirements for potential blockchain applications in the energy sector, specifically EV evolution.
  • Article
    Citation - WoS: 18
    Citation - Scopus: 27
    BlockFaas: Blockchain-Enabled Serverless Computing Framework for AI-Driven IoT Healthcare Applications
    (Springer, 2023-11-03) Golec, Muhammed; Gill, Sukhpal Singh; Golec, Mustafa; Xu, Minxian; Ghosh, Soumya K.; Kanhere, Salil S.; Uhlig, Steve
    With the development of new sensor technologies, Internet of Things (IoT)-based healthcare applications have gained momentum in recent years. However, IoT devices have limited resources, making them incapable of executing large computational operations. To solve this problem, the serverless paradigm, with its advantages such as dynamic scalability and infrastructure management, can be used to support the requirements of IoT-based applications. However, due to the heterogeneous structure of IoT, user trust must also be taken into account when providing this integration. This problem can be overcome by using a Blockchain that guarantees data immutability and ensures that any data generated by the IoT device is not modified. This paper proposes a BlockFaaS framework that supports dynamic scalability and guarantees security and privacy by integrating a serverless platform and Blockchain architecture into latency-sensitive Artificial Intelligence (AI)-based healthcare applications. To do this, we deployed the AIBLOCK framework, which guarantees data immutability in smart healthcare applications, into HealthFaaS, a serverless-based framework for heart disease risk detection. To expand this framework, we used high-performance AI models and a more efficient Blockchain module. We use the Transport Layer Security (TLS) protocol in all communication channels to ensure privacy within the framework. To validate the proposed framework, we compare its performance with the HealthFaaS and AIBLOCK frameworks. The results show that BlockFaaS outperforms HealthFaaS with an AUC of 4.79% and consumes 162.82 millijoules less energy on the Blockchain module than AIBLOCK. Additionally, the cold start latency value occurring in Google Cloud Platform, the serverless platform into which BlockFaaS is integrated, and the factors affecting this value are examined.