• 文献检索
  • 文档翻译
  • 深度研究
  • 学术资讯
  • Suppr Zotero 插件Zotero 插件
  • 邀请有礼
  • 套餐&价格
  • 历史记录
应用&插件
Suppr Zotero 插件Zotero 插件浏览器插件Mac 客户端Windows 客户端微信小程序
定价
高级版会员购买积分包购买API积分包
服务
文献检索文档翻译深度研究API 文档MCP 服务
关于我们
关于 Suppr公司介绍联系我们用户协议隐私条款
关注我们

Suppr 超能文献

核心技术专利:CN118964589B侵权必究
粤ICP备2023148730 号-1Suppr @ 2026

文献检索

告别复杂PubMed语法,用中文像聊天一样搜索,搜遍4000万医学文献。AI智能推荐,让科研检索更轻松。

立即免费搜索

文件翻译

保留排版,准确专业,支持PDF/Word/PPT等文件格式,支持 12+语言互译。

免费翻译文档

深度研究

AI帮你快速写综述,25分钟生成高质量综述,智能提取关键信息,辅助科研写作。

立即免费体验

使用联邦学习和长短期记忆自动编码器设计一种改进模型,用于安全透明的区块链网络交易。

Design of an improved model using federated learning and LSTM autoencoders for secure and transparent blockchain network transactions.

作者信息

Vijay Anand R, Magesh G, Alagiri I, Brahmam Madala Guru, Balusamy Balamurugan, Selvan Chithirai Pon, Alshahrani Haya Mesfer, Getahun Masresha, Soufiene Ben Othman

机构信息

School of Computer Science Engineering and Information Systems, Vellore Institute of Technology, Vellore, Tamil Nadu, 632014, India.

Shiv Nadar Institution of Eminence, Delhi-NCR, New Delhi, India.

出版信息

Sci Rep. 2025 Jan 10;15(1):1615. doi: 10.1038/s41598-024-83564-4.

DOI:10.1038/s41598-024-83564-4
PMID:39794364
原文链接:https://pmc.ncbi.nlm.nih.gov/articles/PMC11724004/
Abstract

With the advancement of this digital era and the emergence of DApps and Blockchain, secure, robust and transparent network transaction has become invaluable today. These traditional methods of securing the transactions and maintaining transparency have encountered many challenges. It includes some such issues as follows: data privacy, centralized vulnerability, inefficiency in fraud detection and much more. To that effect, and to address such limitations, this paper provides a blockchain technology framework that is driven by advanced machine learning techniques, which will enhance security and transparency throughout the network of transactions. We begin with a design framework based on Federated Learning for Blockchain Integration where distributed datasets across blockchain nodes contribute to a global machine learning model but do not share raw data samples. Different nodes learn their own models. After that, these local models are aggregated towards a common, global model using secure aggregation methods, which makes sure that there is nozza of data privacy and hence, in the process making sure that more accurate models can be obtained due to diversified data sets. With LSTMs Autoencoders, more excellent security protocols are created for anomaly detection and fraud. So, by training the autoencoder on normal transaction data, the system can alert transactions with high reconstruction errors, meaning real-time anomalies. This proactive detection of anomalies reduces fraudulent activities significantly as most of the threats are recognized early. To this end, this paper proposes Smart Contract-based Model Management for machine learning models in a decentralized environment. Smart contracts are responsible for the submission, validation, and execution of the locally updated models in a decentralized fashion such that the management process is transparent and tamper resistant. Integrity and authenticity requirements are fulfilled by enforcing consensus mechanisms. Privacy in Machine Learning is guaranteed through Differential Privacy and Homomorphic Encryption. Differential privacy techniques, so as to ensure individual transaction data privacy in the updates of the local model before aggregation. In homomorphic encryption, computations are made in the encrypted form so when forming privacy preserving global model, privacy is preserved. The Real-time analysis of the transactions can be done with CNNs to detect fraud. Streaming transaction data is analyzed by CNNs leveraging the privacy-preserving global model and producing immediate alerts and actions for detected fraud. This real timing makes the network even more reliable and trustworthy. Our proposed framework is effective according to the interim outcomes where the aggregation of local models occurred without data leakage, detected anomalies very efficiently, managed models very transparently, with privacy of data at a very high level, and easily detected fraudulent transactions. The work presented here provides a great boost to send secure and very easily transparent transactions across the network, and thus resulted in enhanced network trust and decentralization.

摘要

随着数字时代的发展以及去中心化应用(DApps)和区块链的出现,安全、稳健且透明的网络交易在如今变得至关重要。这些保障交易安全和维护透明度的传统方法面临着诸多挑战。其中包括以下一些问题:数据隐私、集中化漏洞、欺诈检测效率低下等等。为此,为解决此类限制,本文提供了一个由先进机器学习技术驱动的区块链技术框架,这将提升整个交易网络的安全性和透明度。我们首先从一个基于联邦学习的区块链集成设计框架入手,其中跨区块链节点的分布式数据集有助于构建一个全局机器学习模型,但不共享原始数据样本。不同节点学习各自的模型。之后,使用安全聚合方法将这些局部模型聚合为一个通用的全局模型,这确保了数据隐私不会泄露,从而在此过程中确保由于数据集的多样化能够获得更准确的模型。借助长短期记忆网络(LSTM)自动编码器,为异常检测和欺诈创建了更出色的安全协议。因此,通过在正常交易数据上训练自动编码器,系统能够对具有高重构误差的交易发出警报,即实时异常情况。这种对异常的主动检测显著减少了欺诈活动,因为大多数威胁能被早期识别。为此,本文提出了一种在去中心化环境中基于智能合约的机器学习模型管理方法。智能合约负责以去中心化的方式提交、验证和执行本地更新的模型,使得管理过程透明且抗篡改。通过实施共识机制来满足完整性和真实性要求。通过差分隐私和同态加密保证机器学习中的隐私。差分隐私技术用于确保在聚合之前本地模型更新中单个交易数据的隐私。在同态加密中,计算以加密形式进行,所以在构建隐私保护全局模型时,隐私得以保留。可以使用卷积神经网络(CNN)对交易进行实时分析以检测欺诈。CNN利用隐私保护全局模型分析流式交易数据,并对检测到的欺诈立即发出警报并采取行动。这种实时性使得网络更加可靠和值得信赖。根据中间结果,我们提出的框架是有效的,在该结果中局部模型的聚合没有数据泄露,能非常高效地检测异常,非常透明地管理模型,数据隐私处于很高水平,并且能轻松检测到欺诈交易。本文所呈现的工作极大地推动了在网络中发送安全且非常易于透明的交易,从而增强了网络信任和去中心化程度。

https://cdn.ncbi.nlm.nih.gov/pmc/blobs/5687/11724004/6050444c319c/41598_2024_83564_Fig5_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/5687/11724004/a13e59bf622a/41598_2024_83564_Fig1_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/5687/11724004/554ab9ddb9d9/41598_2024_83564_Fig2_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/5687/11724004/0c87709a43cc/41598_2024_83564_Fig3_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/5687/11724004/93b404a67397/41598_2024_83564_Fig4_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/5687/11724004/6050444c319c/41598_2024_83564_Fig5_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/5687/11724004/a13e59bf622a/41598_2024_83564_Fig1_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/5687/11724004/554ab9ddb9d9/41598_2024_83564_Fig2_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/5687/11724004/0c87709a43cc/41598_2024_83564_Fig3_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/5687/11724004/93b404a67397/41598_2024_83564_Fig4_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/5687/11724004/6050444c319c/41598_2024_83564_Fig5_HTML.jpg

相似文献

1
Design of an improved model using federated learning and LSTM autoencoders for secure and transparent blockchain network transactions.使用联邦学习和长短期记忆自动编码器设计一种改进模型,用于安全透明的区块链网络交易。
Sci Rep. 2025 Jan 10;15(1):1615. doi: 10.1038/s41598-024-83564-4.
2
HealthLock: Blockchain-Based Privacy Preservation Using Homomorphic Encryption in Internet of Things Healthcare Applications.HealthLock:物联网医疗应用中基于同态加密的区块链隐私保护
Sensors (Basel). 2023 Jul 28;23(15):6762. doi: 10.3390/s23156762.
3
Blockchain and homomorphic encryption based privacy-preserving model aggregation for medical images.基于区块链和同态加密的医疗图像隐私保护模型聚合。
Comput Med Imaging Graph. 2022 Dec;102:102139. doi: 10.1016/j.compmedimag.2022.102139. Epub 2022 Nov 3.
4
A Machine Learning and Blockchain Based Efficient Fraud Detection Mechanism.基于机器学习和区块链的高效欺诈检测机制。
Sensors (Basel). 2022 Sep 21;22(19):7162. doi: 10.3390/s22197162.
5
BFLIDS: Blockchain-Driven Federated Learning for Intrusion Detection in IoMT Networks.BFLIDS:物联网医疗网络中用于入侵检测的区块链驱动联邦学习
Sensors (Basel). 2024 Jul 15;24(14):4591. doi: 10.3390/s24144591.
6
Secure and decentralized federated learning framework with non-IID data based on blockchain.基于区块链的具有非独立同分布数据的安全且去中心化联邦学习框架。
Heliyon. 2024 Feb 29;10(5):e27176. doi: 10.1016/j.heliyon.2024.e27176. eCollection 2024 Mar 15.
7
Secure and Provenance Enhanced Internet of Health Things Framework: A Blockchain Managed Federated Learning Approach.安全与溯源增强的健康物联网框架:一种区块链管理的联邦学习方法。
IEEE Access. 2020 Nov 11;8:205071-205087. doi: 10.1109/ACCESS.2020.3037474. eCollection 2020.
8
Empowering Precision Medicine: Unlocking Revolutionary Insights through Blockchain-Enabled Federated Learning and Electronic Medical Records.赋能精准医学:通过区块链赋能的联邦学习和电子病历实现革命性洞察。
Sensors (Basel). 2023 Aug 28;23(17):7476. doi: 10.3390/s23177476.
9
Enhancing security in financial transactions: a novel blockchain-based federated learning framework for detecting counterfeit data in fintech.增强金融交易安全性:一种基于区块链的新型联邦学习框架,用于检测金融科技中的伪造数据。
PeerJ Comput Sci. 2024 Sep 23;10:e2280. doi: 10.7717/peerj-cs.2280. eCollection 2024.
10
Designing A Blockchain-Empowered Telehealth Artifact for Decentralized Identity Management and Trustworthy Communication: Interdisciplinary Approach.设计一个基于区块链的远程医疗工具,用于去中心化身份管理和可信通信:跨学科方法。
J Med Internet Res. 2024 Sep 25;26:e46556. doi: 10.2196/46556.