Decentralized Federated Learning improves data privacy and eliminates single points of failure by removing reliance on centralized storage and model aggregation in distributed computing systems. Ensuring the integrity of computations during local model training is a significant challenge, especially before sharing gradient updates from each local client. Current methods for ensuring computation integrity often involve patching local models to implement cryptographic techniques, such as Zero-Knowledge Proofs. However, this approach becomes highly complex and sometimes impractical for large-scale models that use techniques such as random dropouts to improve training convergence. These random dropouts create non-deterministic behavior, making it challenging to verify model updates under deterministic protocols. We propose ProxyZKP, a novel framework combining Zero-Knowledge Proofs with polynomial proxy models to provide computation integrity in local training to address this issue. Each local node combines a private model for online deep learning applications and a proxy model that mediates decentralized model training by exchanging gradient updates. The multivariate polynomial nature of proxy models facilitates the application of Zero-Knowledge Proofs. These proofs verify the computation integrity of updates from each node without disclosing private data. Experimental results indicate that ProxyZKP significantly reduces computational load. Specifically, ProxyZKP achieves proof generation times that are 30-50% faster compared to established methods like zk-SNARKs and Bulletproofs. This improvement is largely due to the high parallelization potential of the univariate polynomial decomposition approach. Additionally, integrating Differential Privacy into the ProxyZKP framework reduces the risk of Gradient Inversion attacks by adding calibrated noise to the gradients, while maintaining competitive model accuracy. The results demonstrate that ProxyZKP is a scalable and efficient solution for ensuring training integrity in decentralized federated learning environments, particularly in scenarios with frequent model updates and the need for strong model scalability.
With the development of the data-sharing system in recent years, financial management systems and their privacy have sparked great interest. Existing financial data-sharing systems store metadata, which include a hash value and database index on the blockchain, and store high-capacity actual data in the center database. However, current data-sharing systems largely depend on centralized systems, which are susceptible to distributed denial-of-service (DDoS) attacks and present a centralized attack vector. Furthermore, storing data in a local center database has a high risk of information disclosure and tampering. In this paper, we propose the ChainMaker Privacy Computing (CPC) system, a new decentralized data-sharing system for secure financial data, to solve this problem. It provides a series of financial data information and a data structure rather than actual data on the blockchain to protect the privacy of data. We utilize a smart contract to establish a trusted platform for the local database to obtain encrypted data. We design a resource catalog to provide a trusted environment of data usage in the privacy computing system that is visible for members on the blockchain. Based on cipher-policy attribute-based encryption (CP-ABE), We design a CPC-CP-ABE algorithm to enable fine-grained access control through attribute based encryption. Finally, We propose an efficient scheme that allows authenticated data-sharing systems to perform Boolean searches on encrypted data information. The results of experiment show that the CPC system can finish trusted data sharing to all organizations on the blockchain.
Federated learning (FL) has emerged as an exceptionally promising method within the realm of machine learning, enabling multiple entities to jointly train a global model while maintaining decentralized data. This paper presents a comprehensive review of federated learning methodologies, applications, and challenges. We begin by elucidating the fundamental concepts underlying FL, including federated optimization algorithms, communication protocols, and privacy-preserving techniques. Subsequently, we delve into various domains where FL has found significant traction, examples include healthcare, finance, and the Internet of Things (IoT), showcasing successful deployments and innovative strategies. Furthermore, we discuss the inherent challenges associated with federated learning, such as communication overhead, heterogeneity of data sources, and privacy concerns, and explore state- of-the-art solutions proposed in literature. Finally, we outline future research directions in federated learning, including advancements in privacy-preserving techniques, scalability improvements, and extension of FL to emerging domains. This thorough examination provides a valuable asset for researchers, practitioners, and policymakers keen on grasping the panorama of federated learning and its ramifications for collaborative machine learning in dispersed settings.
Daryn Monteiro, Ishaan Mavinkurve, Parth Kambli, Prof. Sakshi Surve
Abstract: Artificial Intelligence has found widespread use across various industries, from optimizing manufacturing workflows to diagnosing health conditions. However, the large volumes of data required to train AI models raise privacy concerns, especially when stored in centralized databases vulnerable to leaks. Federated Learning solves this problem by training models collaboratively by avoiding centralization of the sensitive data, preserving privacy while allowing decentralized models to be exported to edge devices. This paper explores Federated Learning, focusing on its technical aspects, algorithms, and decentralized architecture. By keeping raw data localized, Federated Learning enables global models while safeguarding individual privacy, fostering collaboration across sectors like healthcare, finance, and IoT. It also addresses challenges such as privacy vulnerabilities and model aggregation across devices, proposing solutions to strengthen Federated Learning's effectiveness. Ultimately, this study highlights Federated Learning's pivotal role in the future of AI, where privacy preservation and collaboration are key. By balancing model performance with data privacy, Federated Learning stands as a promising framework for responsible and inclusive AI development.
Background: Land records have traditionally derived their credibility from a central database of local government records, with copies issued to land owners. Physical records are the only credible source of any information related to land ownership that has been in existence for a long time. However, physical records are prone to manipulation and fraud. Recently, some academic research has begun to address the potential use of blockchain technology to improve the security and reliability of land registration processes. Objective: The purpose of the present work is to propose an architecture for blockchain-based access control for distribution, ensuring information privacy. We take advantage of the benefits of blockchain technology in improving land record management while granting access to electronic data through user permissions. Methods: This approach replicates cryptographic primitives, while smart contracts are used to assist land record owners and users in interacting with each other using the Ethereum blockchain in the proposed system. The approach includes performance evaluation by the execution of a smart contract and security analysis to check the system robustness. Results: The performance evaluation and security analysis prove the proposed blockchain architecture to be secure and feasible for practical implementation in managing land records. Conclusion: The research proves how the application of blockchain technology can significantly enhance both security and reliability in land registration processes, giving credibility to tamper-resistant systems for maintaining information about land ownership.
ABSTRACT With the increasing trend of outsourcing data to cloud services, ensuring data security and privacy has become crucial. Typically, data are stored on cloud servers in encrypted form to mitigate risks. However, accessing the encrypted data requires an access key distributed by a third party. If this third party is untrustworthy, it poses a significant security threat to the system. To address this challenge, we propose a Decentralized Secure Data Outsourcing System (DSDOS) that uses blockchain technology to ensure data security and privacy. The DSDOS system comprises three modules: data security and privacy, access control and authorization, and data integrity and availability. The data security and privacy module uses a hybrid encryption scheme that combines Advanced Encryption Standard (AES), partially homomorphic encryption (PHE), and Diffie–Hellman (DH) to ensure secure data storage and access. The access control and authorization module uses a blockchain‐based smart contract system to manage access to the encrypted data. The data integrity and availability module uses hash‐based message authentication code (HMAC) to ensure that the data are not tampered with and is always available. We conducted a security and performance analysis of the DSDOS system and found that it outperforms previous schemes in terms of security and performance. The DSDOS system is a secure and privacy‐preserving data outsourcing system that can be used to mitigate the security risks associated with traditional cloud storage systems.
Leveraging blockchain in Federated Learning (FL) emerges as a new paradigm for secure collaborative learning on Massive Edge Networks (MENs). As the scale of MENs increases, it becomes more difficult to implement and manage a blockchain among edge devices due to complex communication topologies, heterogeneous computation capabilities, and limited storage capacities. Moreover, the lack of a standard metric for blockchain security becomes a significant issue. To address these challenges, we propose a lightweight blockchain for verifiable and scalable FL, namely LiteChain, to provide efficient and secure services in MENs. Specifically, we develop a distributed clustering algorithm to reorganize MENs into a two-level structure to improve communication and computing efficiency under security requirements. Moreover, we introduce a Comprehensive Byzantine Fault Tolerance (CBFT) consensus mechanism and a secure update mechanism to ensure the security of model transactions through LiteChain. Our experiments based on Hyperledger Fabric demonstrate that LiteChain presents the lowest end-to-end latency and on-chain storage overheads across various network scales, outperforming the other two benchmarks. In addition, LiteChain exhibits a high level of robustness against replay and data poisoning attacks.
Federated learning, a potent paradigm for collaborative machine learning across multiple parties, offers significant promise for contemporary industries. Nonetheless, its collaborative essence necessitates addressing concerns pertaining to data security and privacy. Sensitive user information, encompassing preferences, behaviors, and identities, remains vulnerable to adversarial analysis, thereby revealing the inadequacies of conventional privacy preservation strategies within federated learning frameworks. To mitigate these challenges, this paper proposes GSFL, an innovative federated learning architecture that amalgamates smart contracts with group signatures. GSFL facilitates secure and reliable distributed machine learning data sharing, while concurrently bolstering privacy protection. Furthermore, its enhanced decentralization fosters greater user participation in federated learning initiatives. Empirical analysis and testing validate GSFL's efficacy in satisfying the prerequisites for data sharing and privacy preservation in federated learning contexts.
In distributed computing, data trading mechanisms are essential for ensuring the sharing of data across multiple computing nodes. Nevertheless, they currently encounter considerable obstacles, including low accuracy in matching trading parties, ensuring fairness in transactions, and safeguarding data privacy throughout the trading process. In order to address these issues, we put forward a data trading security scheme based on zero-knowledge proofs and smart contracts. In the phase of preparing the security parameters, the objective is to reduce the complexity of generating non-interactive zero-knowledge proofs and to enhance the efficiency of data trading. In the pre-trading phase, we devise attribute atomic matching smart contracts based on precise data property alignment, with the objective of achieving fine-grained matching of data attributes between trading parties. In the trading execution phase, lightweight cryptographic algorithms based on elliptic curve cryptography (ECC) and non-interactive zero-knowledge proofs are employed for the dual encryption of trading data and the generation of attribute proof contracts, thus ensuring the security and privacy of the data. The results of experiments conducted on the Ethereum platform in an industrial IoT scenario demonstrate that our scheme maintains stable and low-cost consumption while ensuring accuracy in matching and privacy protection.
The detection of vulnerabilities in smart contracts remains a significant challenge. While numerous tools are available for analyzing smart contracts in source code, only about 1.79% of smart contracts on Ethereum are open-source. For existing tools that target bytecodes, most of them only consider the semantic logic context and disregard function interface information in the bytecodes. In this paper, we propose COBRA, a novel framework that integrates semantic context and function interfaces to detect vulnerabilities in bytecodes of the smart contract. To our best knowledge, COBRA is the first framework that combines these two features. Moreover, to infer the function signatures that are not present in signature databases, we propose SRIF, automatically learn the rules of function signatures from the smart contract bytecodes. The bytecodes associated with the function signatures are collected by constructing a control flow graph (CFG) for the SRIF training. We optimize the semantic context using the operation code in the static single assignment (SSA) format. Finally, we integrate the context and function interface representations in the latent space as the contract feature embedding. The contract features in the hidden space are decoded for vulnerability classifications with a decoder and attention module. Experimental results demonstrate that SRIF can achieve 94.76% F1-score for function signature inference. Furthermore, when the ground truth ABI exists, COBRA achieves 93.45% F1-score for vulnerability classification. In the absence of ABI, the inferred function feature fills the encoder, and the system accomplishes an 89.46% recall rate.
As the Internet of Things (IoT) continues to evolve, the ability to share data has become an integral aspect of cloud computing services.Nevertheless, the persistent issue of data security presents a formidable challenge within the domain.This study introduces a novel blockchain oriented data sharing architecture designed to reinforce data security while optimizing efficiency.The architecture is structured around advanced smart contracts and security mechanisms that register cloud-based data activities on a blockchain ledger.In instances of anomalous activities, the blockchain is scrutinized by a centralized cloud service to identify and hold accountable any malicious gateways.The framework employs robust authentication and secure data transmission protocols to fortify data security.Furthermore, it utilizes sophisticated yet efficient partial decryption algorithms within smart contracts to alleviate the computational load on end users.Blockchain's capability to provide traceable historical records underpins the system's ability to meet stringent data safety standards through transparent and open oversight.Empirical evidence underscores the effectiveness of the proposed system in safeguarding data exchanges across various clients while maintaining high operational efficiency.
In the era of digital transformation, securing data on metaverse platforms poses significant challenges. This paper proposes Multiparty Space Sharing and Authentication (MSSA), a novel approach for secure user login and location access control within specialized metaverse platforms. MSSA leverages Quantum Multiparty Secret Computation (QMSC) integrated with a quantum blockchain network. This integration facilitates user verification within the presence of potentially untrusted metaverse authority. The underlying quantum blockchain employs a Delegated Proof-of-Stake (DPoS) consensus mechanism with a Borda voting scheme for authority node selection. By harnessing the principles of quantum cryptography, MSSA offers enhanced security against both classical and anticipated future quantum attacks. This research demonstrates the feasibility and potential of quantum blockchain for securing metaverse platforms, paving the way for secure and decentralized digital ecosystems.
The diversity and scarcity of the medical information makes it difficult to create precise global classification approach for the healthcare applications.The main motive is the privacy issue that restricts the data exchanging scope between healthcare institutions.On the contrary, an information from single source is not adequate for developing the worldwide diagnosis approach.The Federated Learning (FL) is a promising solution for privacy and data multiplicity issues, an appropriate aggregation model for multi class and dissimilar medical information is still challenging task in the recognition.Moreover, the FL approaches does not effectively analyzes the each participant execution in the local model and secures the user data.In order to overcome this issue, the Zero-Knowledge Proof (ZKP) based FL approach is developed over blockchain (BC) for performing the COVID-19 classification.The global model of FL uses the two layer Long Short Term Memory (2LLSTM) with federated proximal term (FedProx) namely 2LLSTMFP while the Convolutional Neural Network (CNN) is used in the local model.The integration ZKP and BS is used to improve the data confidentiality while the immutability of BC helps to prevent unauthorized variations for the ledger.The developed FLBC-ZKP is analyzed with two datasets such as COVID-19 Radiography, and CXR images pneumonia and COVID-19.The FLBC-ZKP is evaluated using accuracy, recall, precision, specificity, F1-score, False Negative Rate (FNR) and False Positive Rate (FPR).The existing researches such as WMT, MCCF, 3SFDL and TOTL are used to compare the FLBC-ZKP method.The FLBC-ZKP achieves improved accuracy of 98.34 % for COVID-19 Radiography dataset that is better than the MCCF and 3SFDL.
Chi Xu, Peifeng Zhang, Xiaofang Xia, Linghe Kong · 6 authors
Blockchain-based vehicular edge computing (VEC) is regarded as a promising computing paradigm that can enhance the computing capabilities of mobile vehicles while ensuring security during task offloading. However, the blockchain consensus for secure task offloading inevitably increases the communication and computation resource consumption. More importantly, the frequent handover among roadside units during the fast movement of vehicles also raises the communication cost for blockchain consensus. To address these issues, this article proposes intelligent secure task offloading and caching (ISTOC) scheme for VEC networks. Specifically, we first establish a digital twin-assisted VEC network that migrates the blockchain consensus process from the physical space to the cyber space, supporting the dynamic handover of vehicles. Correspondingly, we propose a lightweight blockchain scheme named diffused delegated Byzantine fault tolerance (d2BFT). Then, aiming at simultaneously reducing the task processing latency and improving the blockchain transaction throughput, we formulate the joint blockchain, communication, computation, and caching (B3C) optimization problem subject to task division, communication bandwidth, computing frequency, cache storage, task deadline, and blockchain stability. Due to the nonconvexity of B3C, we transform it into a Markov decision process, and propose a multiagent double actor-critic (MADAC) algorithm in light of the distributed characteristic of blockchain. Through offline training and online execution, we jointly optimize the task division, communication bandwidth, computing frequency and cache storage allocation, block size, and block generation interval for ISTOC. Experimental results show that the proposed MADAC-based ISTOC scheme can stably converge with a much higher reward than the benchmark schemes based on MADDPG, soft actor-critic, deep deterministic policy gradient, and TD3. The improvement of MADAC-ISTOC over SAC-ISTOC is more than 25.93%.
This article explores the transformative potential of blockchain technology in revolutionizing data management and enhancing transparency across various industries. As a decentralized, immutable ledger system, blockchain offers a secure and efficient way to record, share, and verify information, eliminating the need for intermediaries and reducing the risk of fraud. The article reviews the fundamental principles of blockchain, including distributed consensus, cryptographic security, and smart contracts, to highlight how these features improve data integrity and trust in digital transactions. Through case studies in sectors such as finance, supply chain management, healthcare, and government services, the article demonstrates how blockchain can streamline operations, reduce costs, and promote accountability. Particular attention is given to the role of blockchain in improving transparency by providing an auditable and tamper-proof record of transactions, which is especially valuable in industries prone to corruption and data manipulation. The article also addresses the challenges facing blockchain adoption, including scalability issues, regulatory concerns, and the need for standardization. Additionally, the potential of blockchain in emerging applications, such as decentralized finance (DeFi) and non-fungible tokens (NFTs), is discussed, highlighting the technology’s expanding role in reshaping digital economies. The article concludes by emphasizing that while blockchain is still in its developmental stages, its ability to foster greater transparency and more secure data management systems positions it as a key driver of innovation in the digital age. Future research is recommended to explore further integration strategies and address challenges in widespread blockchain adoption.
This paper addresses privacy protection in decentralized Artificial Intelligence (AI) using Confidential Computing (CC) within the Atoma Network, a decentralized AI platform designed for the Web3 domain. Decentralized AI distributes AI services among multiple entities without centralized oversight, fostering transparency and robustness. However, this structure introduces significant privacy challenges, as sensitive assets such as proprietary models and personal data may be exposed to untrusted participants. Cryptography-based privacy protection techniques such as zero-knowledge machine learning (zkML) suffers prohibitive computational overhead. To address the limitation, we propose leveraging Confidential Computing (CC). Confidential Computing leverages hardware-based Trusted Execution Environments (TEEs) to provide isolation for processing sensitive data, ensuring that both model parameters and user data remain secure, even in decentralized, potentially untrusted environments. While TEEs face a few limitations, we believe they can bridge the privacy gap in decentralized AI. We explore how we can integrate TEEs into Atoma's decentralized framework.
Federated learning, as a novel distributed machine learning mode, enables the training of machine learning models on multiple devices while ensuring data privacy. However, the existence of single-point-of-failure bottlenecks, malicious threats, scalability of federated learning implementation, and lack of incentive mechanisms have seriously hindered the development of federated learning technology. In recent years, as a distributed ledger, blockchain has the characteristics of decentralization, tamper-proof, transparency, security, etc., which can solve the issues encountered in the above-mentioned federated learning. Particularly, the integration of federated learning and blockchain leads to a new paradigm, called blockchain-based federated learning (BFL), which has been successfully applied in many application scenarios. This paper aims to provide a comprehensive review of recent efforts on blockchain-based federated learning. More concretely, we propose and design a taxonomy of blockchain-based federated learning models, along with providing a comprehensive summary of the state of the art. Various applications of federated learning based on blockchain are introduced. Finally, we expand on current trends and provide new perspectives pertaining to this new and exciting development in the field.
Nikhil Vanjani, Pratik Soni, Sri Aravinda Krishnan Thyagarajan
In scenarios where a seller holds sensitive data $x$, like patient records, and a buyer seeks to obtain an evaluation of a function $f$ on $x$, solutions in trustless environments like blockchain fall into two categories: (1) Smart contract-powered solutions and (2) cryptographic solutions using tools such as adaptor signatures. The former offers atomic transactions where the buyer learns $f(x)$ upon payment. However, this approach is inefficient, costly, lacks privacy for the seller's data, and is incompatible with blockchains such as bitcoin. In contrast, the adaptor signature-based approach addresses all of the above issues but comes with an "all-or-nothing" guarantee, where the buyer fully extracts $x$ and does not support extracting $f(x)$. In this work, we bridge the gap between these approaches, developing a solution that enables fair functional sales while offering all the above properties like adaptor signatures. Towards this, we propose functional adaptor signatures (FAS), a novel cryptographic primitive and show how it can be used to enable functional sales. We formalize the security properties of FAS, among which is a new notion called witness privacy to capture seller's privacy, which ensures the buyer does not learn anything beyond $f(x)$. We present multiple variants of witness privacy, namely, witness hiding, witness indistinguishability, and zero-knowledge. We introduce two efficient constructions of FAS supporting linear functions based on groups of prime-order and lattices, that satisfy the strongest notion of witness privacy. A central conceptual contribution of our work lies in revealing a surprising connection between functional encryption and adaptor signatures. We implement our FAS construction for Schnorr signatures and show that for reasonably sized seller witnesses, all operations are quite efficient even for commodity hardware.
Federated learning offers a framework for developing local models across institutions while safeguarding sensitive data. This paper introduces a novel approach for heart disease prediction using the TabNet model, which combines the strengths of tree-based models and deep neural networks. Our study utilizes the Comprehensive Heart Disease and UCI Heart Disease datasets, leveraging TabNet’s architecture to enhance data handling in federated environments. Horizontal federated learning was implemented using the federated averaging algorithm to securely aggregate model updates across participants. Blockchain technology was integrated to enhance transparency and accountability, with smart contracts automating governance. The experimental results demonstrate that TabNet achieved the highest balanced metrics score of 1.594 after 50 epochs, with an accuracy of 0.822 and an epsilon value of 6.855, effectively balancing privacy and performance. The model also demonstrated strong accuracy with only 10 iterations on aggregated data, highlighting the benefits of multi-source data integration. This work presents a scalable, privacy-preserving solution for heart disease prediction, combining TabNet and blockchain to address key healthcare challenges while ensuring data integrity.
Open access
Privacy-Preserving Technologies in Data
Blockchain Technology Applications and Security
Artificial Intelligence in Healthcare and Education
As machine learning spreads into fields of use that demand secure and private authentication, ensuring such authentication is becoming increasingly critical.Zero Knowledge Proofs (ZKPs) have been presented as a cryptographic technique of transforming authentication without data leakage [1].In this research, the use of ZKPs in the AI authentication frameworks is looking into privacy, security and scalability.The model predictions are verified by the proposed system using advanced ZKP protocols like zkSNARKs and zkSTARKs without revealing model parameters or user inputs [3].Our system is able to reach better computational efficiency and lower computation overhead through incorporation of Mystique conversion protocols [7] and fast ZK inference protocols such as ezDPS [6].Results of experiments [5] show that frameworks with ZKP integrated authentication perform better than the standard encryption with respect to both security and performance in decentralized machine learning regimes.Moreover, the solution facilitates verifiability in Federated Learning by integrating blockchain, which helps to increase transparency and trust [4].To overcome the data leakage issue, ZKPs are explored for use in decentralized AI frameworks where secure model deployment is required to generate personalized advice [4].As this research shows, ZKPs offer transformative properties which can be used for authentication in AI systemssuch as in healthcare, finance or IoT network and thus increase the trust in AI driven solutions.
Chenhao Ying, Fuyuan Xia, David S. L. Wei, Xinchun Yu · 11 authors
Harnessing the benefits of blockchain, such as decentralization, immutability, and transparency, to bolster the credibility and security attributes of federated learning (FL) has garnered increasing attention. However, blockchain-enabled FL (BFL) still faces several challenges. The primary and most significant issue arises from its essential but slow validation procedure, which selects high-quality local models by recruiting distributed validators. The second issue stems from its incentive mechanism under the transparent nature of blockchain, increasing the risk of privacy breaches regarding workers’ cost information. The final challenge involves data eavesdropping from shared local models. To address these significant obstacles, this paper proposes a Blockchain-enabled Incentivized and Secure Federated Learning (BIT-FL) framework. BIT-FL leverages a novel loop-based sharded consensus algorithm to accelerate the validation procedure, ensuring the same security as non-sharded consensus protocols. It consistently outputs the correct local model selection when the fraction of adversaries among validators is less than$1/2$with synchronous communication. Furthermore, BIT-FL integrates a randomized incentive procedure, attracting more participants while guaranteeing the privacy of their cost information through meticulous worker selection probability design. Finally, by adding artificial Gaussian noise to local models, it ensures the privacy of trainers’ local models. With the careful design of Gaussian noise, the excess empirical risk of BIT-FL is upper-bounded by$\mathcal {O}(\frac{\ln n_{\min}}{ n_{\min}^{3/2}}+\frac{\ln n}{n})$, where$n$represents the size of the union dataset, and$n_{{\min}}$represents the size of the smallest dataset. Our extensive experiments demonstrate that BIT-FL exhibits efficiency, robustness, and high accuracy for both classification and regression tasks.
S. Y. Xiao, Xiaoge Huang, Xuesong Deng, Bin Cao · 5 authors
To protect user privacy and data security, the integration of Federated Learning (FL) and blockchain has become an emerging research hotspot. However, the limited throughput and high communication complexity of traditional blockchains limit their application in large-scale FL tasks, and the synchronous traditional FL will also reduce the training efficiency. To address these issues, in this paper, we propose a Directed Acyclic Graph (DAG) blockchain-enabled generalized Federated Dropout (FD) learning strategy, which could improve the efficiency of FL while ensuring the model generalization. Specifically, the DAG maintained by multiple edge servers will guarantee the security and traceability of the data, and the Reputation-based Tips Selection Algorithm (RTSA) is proposed to reduce the blockchain consensus delay. Second, the semi-asynchronous training among Intelligent Devices (IDs) is adopted to improve the training efficiency, and a reputation-based FD technology is proposed to prevent overfitting of the model. In addition, a Hybrid Optimal Resource Allocation (HORA) algorithm is introduced to minimize the network delay. Finally, simulation results demonstrate the effectiveness and superiority of the proposed algorithms.
Kasturi Routray, Abhiram Manikonda, Padmalochan Bera
In the age of technological advancement, collaborative e-healthcare emerges as a transformative system eliminating traditional location and accessibility barriers in healthcare services. Here, searchable encryption (SE) plays a key role in enabling healthcare providers to outsource encrypted medical data and search services to third parties like cloud servers, thereby reducing storage and management expenses. This intermediary approach poses challenges of single-point failure, privacy breaches, and potentially untrustworthy results. State-of-the-art public key-based SE methods use a cloud-assisted architecture that doesn’t support reliable and practical searches with fine-grained permissions. Also, such systems require additional support to address potential privacy leakages and ensure data availability at the storage server. To address these concerns, we propose a blockchain-assisted efficient and secure keyword search (BESKS) scheme to enforce fine-grained keyword search privilege control while achieving practical search complexity. Our scheme employs a ciphertext-policy attribute-based keyword search mechanism where keywords are encrypted using expressive access policies to build an inverted index structure. The encrypted indexes are stored on the blockchain while encrypted medical documents are stored on InterPlanetary File System (IPFS) nodes to enhance availability and ensure the reliability and scalability of our approach. Our scheme utilizes blockchain-based smart contract for efficient, secure search operations and ensures financial fairness in fine-grained searches. Search tokens are generated based on user attributes and query keywords to facilitate private searches on-chain. To enhance the search process, our secure index enables exact match for a query keyword in constant time to ensure expensive authorization operations are performed only once. Theoretical analysis suggests that our BESKS is more efficient and secure than state-of-the-art schemes. Prototype implementation results on the Ethereum blockchain network further validate its feasibility for real-world applications, demonstrating the scheme’s practical applicability in collaborative e-healthcare systems.
Mahmoud Ahmad Al‐Khasawneh, Muhammad Faheem, Ala Abdulsalam Alarood, Safa Habibullah · 5 authors
Electronic health records are one of the essential components of health organizations. In recent years, there have been increased concerns about privacy and reputation regarding the storage and use of patient information. In this regard, the information provided as a part of medical and health insurance, for instance, can be viewed as proof of social insurance and governance. Several problems in the past few decades regarding medical information management have threatened patient information privacy. In intelligent healthcare applications, the privacy of patients' data is one of the main concerns. As a result, blockchain is a severe necessity as it can enhance transparency and security in medical applications. Accordingly, this paper uses the design science method to propose a secure blockchain framework for healthcare records management systems. The proposed framework comprises five components: a blockchain network, smart contracts, privacy key management, data encryption, and integration with healthcare information technology. In the proposed framework, healthcare organizations can manage healthcare information securely and privately. Additionally, a secure storage system for electronic records is proposed to meet these organizations' needs. It provides security and privacy for healthcare organizations, especially when managing healthcare information, and also proposes a secure storage system for electronic records to meet the needs of the organizations.