MLQENABLER:在云计算中实现对加密数据库的安全机器学习查询 / MLQENABLER: Enabling Secure Machine Learning Queries over Encrypted Database in Cloud Computing
1️⃣ 一句话总结
该论文提出了一种名为MLQENABLER的方案,通过在加密的云端数据库上添加索引结构,使得在不泄露原始数据内容的前提下,仍然能够进行有效的机器学习查询,从而在保障数据安全与维持机器学习性能之间取得平衡。
In cloud computing, the public cloud service providers (CSPs) can provide cloud storage as the primary service while providing additional machine learning (ML)-based services by using the clients' data in storage. This business model extends the border of cloud computing services and brings in new business growth possibilities. Although it is promising, the model also brings in security concerns since the public commercial cloud cannot be fully trusted. For example, the public commercial clouds may sell clients' sensitive data to the government or other companies. To address the security concerns, an immediate solution is to require clients to encrypt their datasets before outsourcing to the cloud. However, if a database is formally encrypted, then the database contains only pseudorandom numbers, making it impossible to enable ML over it. In this project, we propose MLQENABLER (ML Queries Enabler) scheme to enable secure ML queries over encrypted database in cloud storage. MLQENABLER employs an index-aid approach to achieve security and ML capability simultaneously. Our initial experiments show that MLQENABLER achieves an acceptable security level while incurring only a slight ML performance degradation.
MLQENABLER:在云计算中实现对加密数据库的安全机器学习查询 / MLQENABLER: Enabling Secure Machine Learning Queries over Encrypted Database in Cloud Computing
该论文提出了一种名为MLQENABLER的方案,通过在加密的云端数据库上添加索引结构,使得在不泄露原始数据内容的前提下,仍然能够进行有效的机器学习查询,从而在保障数据安全与维持机器学习性能之间取得平衡。
源自 arXiv: 2607.08197