中文
相关论文

相关论文: FastQuery: Communication-efficient Embedding Table…

200 篇论文

Big data has been a pervasive catchphrase in recent years, but dealing with data scarcity has become a crucial question for many real-world deep learning (DL) applications. A popular methodology to efficiently enable the training of DL…

密码学与安全 · 计算机科学 2022-10-21 Roman Walch , Samuel Sousa , Lukas Helminger , Stefanie Lindstaedt , Christian Rechberger , Andreas Trügler

Deploying large language models (LLMs) in real-time systems remains challenging due to their substantial computational demands and privacy concerns. We propose Floe, a hybrid federated learning framework designed for latency-sensitive,…

分布式、并行与集群计算 · 计算机科学 2026-02-17 Chunlin Tian , Kahou Tam , Yebo Wu , Shuaihang Zhong , Li Li , Nicholas D. Lane , Chengzhong Xu

Private deep neural network (DNN) inference based on secure two-party computation (2PC) enables secure privacy protection for both the server and the client. However, existing secure 2PC frameworks suffer from a high inference latency due…

密码学与安全 · 计算机科学 2024-10-15 Tianshi Xu , Shuzhang Zhong , Wenxuan Zeng , Runsheng Wang , Meng Li

Machine Learning (ML) is making its way into fields such as healthcare, finance, and Natural Language Processing (NLP), and concerns over data privacy and model confidentiality continue to grow. Privacy-preserving Machine Learning (PPML)…

密码学与安全 · 计算机科学 2025-10-10 Kalyan Cheerla , Lotfi Ben Othmane , Kirill Morozov

Privacy and security have rapidly emerged as first order design constraints. Users now demand more protection over who can see their data (confidentiality) as well as how it is used (control). Here, existing cryptographic techniques for…

密码学与安全 · 计算机科学 2023-07-11 Jianqiao Mo , Karthik Garimella , Negar Neda , Austin Ebel , Brandon Reagen

Large-scale recommendation models are currently the dominant workload for many large Internet companies. These recommenders are characterized by massive embedding tables that are sparsely accessed by the index for user and item features.…

信息检索 · 计算机科学 2024-10-29 Yang Zhou , Zhen Dong , Ellick Chan , Dhiraj Kalamkar , Diana Marculescu , Kurt Keutzer

We present automatically parameterised Fully Homomorphic Encryption (FHE) for encrypted neural network inference and exemplify our inference over FHE compatible neural networks with our own open-source framework and reproducible examples.…

机器学习 · 计算机科学 2022-10-19 George Onoufriou , Marc Hanheide , Georgios Leontidis

Federated Learning (FL) enables collaborative training while keeping sensitive data on clients' devices, but local model updates can still leak private information. Hybrid Homomorphic Encryption (HHE) has recently been applied to FL to…

密码学与安全 · 计算机科学 2026-03-30 Ivan Costa , Pedro Correia , Ivone Amorim , Eva Maia , Isabel Praça

A typical setup in many machine learning scenarios involves a server that holds a model and a user that possesses data, and the challenge is to perform inference while safeguarding the privacy of both parties. Private Inference has been…

信息论 · 计算机科学 2023-11-27 Zirui Deng , Vinayak Ramkumar , Rawad Bitar , Netanel Raviv

The widespread usage of online Large Language Models (LLMs) inference services has raised significant privacy concerns about the potential exposure of private information in user inputs to malicious eavesdroppers. Existing privacy…

密码学与安全 · 计算机科学 2025-05-29 Ziqian Zeng , Jianwei Wang , Junyao Yang , Zhengdong Lu , Haoran Li , Huiping Zhuang , Cen Chen

Quantum homomorphic encryption (QHE) is an encryption method that allows quantum computation to be performed on one party's private data with the program provided by another party, without revealing much information about the data nor about…

量子物理 · 物理学 2019-08-02 Li Yu

Homomorphic Encryption (HE) prevails in securing Federated Learning (FL), but suffers from high overhead and adaptation cost. Selective HE methods, which partially encrypt model parameters by a global mask, are expected to protect privacy…

密码学与安全 · 计算机科学 2025-08-07 Borui Li , Li Yan , Junhao Han , Jianmin Liu , Lei Yu

The wide deployment of Large Language Models (LLMs) has given rise to strong demands for optimizing their inference performance. Today's techniques serving this purpose primarily focus on reducing latency and improving throughput through…

密码学与安全 · 计算机科学 2025-10-22 Linke Song , Zixuan Pang , Wenhao Wang , Zihao Wang , XiaoFeng Wang , Hongbo Chen , Wei Song , Yier Jin , Dan Meng , Rui Hou

On-device machine learning (ML) introduces new security concerns about model privacy. Storing valuable trained ML models on user devices exposes them to potential extraction by adversaries. The current mainstream solution for on-device…

密码学与安全 · 计算机科学 2025-12-09 Zikai Mao , Lingchen Zhao , Lei Xu , Wentao Dong , Shenyi Zhang , Cong Wang , Qian Wang

State-of-the-art large language models (LLMs) are typically deployed as online services, requiring users to transmit detailed prompts to cloud servers. This raises significant privacy concerns. In response, we introduce ConfusionPrompt, a…

密码学与安全 · 计算机科学 2026-04-09 Peihua Mai , Youjia Yang , Ran Yan , Rui Ye , Yan Pang

Disaggregated Large Language Model (LLM) inference has gained popularity as it separates the computation-intensive prefill stage from the memory-intensive decode stage, avoiding the prefill-decode interference and improving resource…

分布式、并行与集群计算 · 计算机科学 2025-02-07 Zeyu Zhang , Haiying Shen , Shay Vargaftik , Ran Ben Basat , Michael Mitzenmacher , Minlan Yu

As large language models (LLMs) grow in size and deployment scale, quantization has become an essential technique for reducing memory footprint and improving inference efficiency. However, existing quantization toolkits often lack…

机器学习 · 计算机科学 2025-12-01 Dong Liu , Yanxuan Yu

Machine Learning (ML) has emerged as one of data science's most transformative and influential domains. However, the widespread adoption of ML introduces privacy-related concerns owing to the increasing number of malicious attacks targeting…

机器学习 · 计算机科学 2024-01-29 Eugene Frimpong , Khoa Nguyen , Mindaugas Budzys , Tanveer Khan , Antonis Michalas

The integration of Large Language Models (LLMs) in 6G vehicular networks promises unprecedented advancements in intelligent transportation systems. However, offloading LLM computations from vehicles to edge infrastructure poses significant…

密码学与安全 · 计算机科学 2025-09-09 Ikhlasse Badidi , Nouhaila El Khiyaoui , Aya Riany , Badr Ben Elallid , Amine Abouaomar

Confidential container is becoming increasingly popular as it meets both needs for efficient resource management by cloud providers, and data protection by cloud users. Specifically, confidential containers integrate the container and the…

密码学与安全 · 计算机科学 2024-11-19 Chulmin Lee , Jaewon Hur , Sangho Lee , Byoungyoung Lee