← Search

Qian Lou

33 accepted papers

2026

FHAIM: Fully Homomorphic AIM for Private Synthetic Data Generation

ICML 2026poster

Data is the lifeblood of AI, yet much of the most valuable data remains locked in silos due to privacy and regulations. As a result, AI remains heavily underutilized in many of the most important domains, including healthcare, education, and finance. Synthetic data generation (SDG), i.e.~the generat…

Cited by 0SourceScholar
2026

FHE-Coder: Secure Agentic Code Generation for Fully Homomorphic Encryption

ICLR 2026poster

Fully Homomorphic Encryption (FHE) is a foundational technology for confidential computing, yet its practical adoption remains limited by the need for specialized cryptographic expertise and error-prone parameter configuration. To lower this barrier, we investigate whether Large Language Model (LLM)…

Cited by 0SourceScholar
2026

ToMoE: Converting Dense Large Language Models to Mixture-of-Experts through Dynamic Structural Pruning

ICML 2026poster

Large Language Models (LLMs) demonstrate remarkable capabilities but face deployment challenges due to their high computational demands. Traditional pruning methods reduce these costs by permanently removing parameters, which inevitably leads to performance degradation. To mitigate this issue, we pr…

Cited by 0SourcecodeScholar
2025

CipherPrune: Efficient and Scalable Private Transformer Inference

ICLR 2025poster

Private Transformer inference using cryptographic protocols offers promising solutions for privacy-preserving machine learning; however, it still faces significant runtime overhead (efficiency issues) and challenges in handling long-token inputs (scalability issues). We observe that the Transformer'…

2025

DictPFL: Efficient and Private Federated Learning on Encrypted Gradients

NeurIPS 2025poster

Federated Learning (FL) enables collaborative model training across institutions without sharing raw data. However, gradient sharing still risks privacy leakage, such as gradient inversion attacks. Homomorphic Encryption (HE) can secure aggregation but often incurs prohibitive computational and comm…

Cited by 0SourcecodeScholar
2025

Evaluating the Robustness and Accuracy of Text Watermarking Under Real-World Cross-Lingual Manipulations

EMNLP 2025

We present a study to benchmark representative watermarking methods in cross-lingual settings. The current literature mainly focuses on the evaluation of watermarking methods for the English language. However, the literature for evaluating watermarking in cross-lingual settings is scarce. This resul

Cited by 0SourcePDFScholar
2025

Factuality Beyond Coherence: Evaluating LLM Watermarking Methods for Medical Texts

EMNLP 2025

As large language models (LLMs) are adapted to sensitive domains such as medicine, their fluency raises safety risks, particularly regarding provenance and accountability. Watermarking embeds detectable patterns to mitigate these risks, yet its reliability in medical contexts remains untested. Exist

2024

CR-UTP: Certified Robustness against Universal Text Perturbations on Large Language Models

ACL 2024findings

It is imperative to ensure the stability of every prediction made by a language model; that is, a language’s prediction should remain consistent despite minor input variations, like word substitutions. In this paper, we investigate the problem of certifying a language model’s robustness against Univ…

2024

HEPrune: Fast Private Training of Deep Neural Networks With Encrypted Data Pruning

NeurIPS 2024poster

Non-interactive cryptographic computing, Fully Homomorphic Encryption (FHE), provides a promising solution for private neural network training on encrypted data. One challenge of FHE-based private training is its large computational overhead, especially the multiple rounds of forward and backward ex…

2024

Jailbreaking LLMs with Arabic Transliteration and Arabizi

EMNLP 2024main

This study identifies the potential vulnerabilities of Large Language Models (LLMs) to ‘jailbreak’ attacks, specifically focusing on the Arabic language and its various forms. While most research has concentrated on English-based prompt manipulation, our investigation broadens the scope to investiga…

2024

SSL-Cleanse: Trojan Detection and Mitigation in Self-Supervised Learning

ECCV 2024poster

"Self-supervised learning (SSL) is a prevalent approach for encoding data representations. Using a pre-trained SSL image encoder and subsequently training a downstream classifier, impressive performance can be achieved on various tasks with very little labeled data. The growing adoption of SSL has l…

2024

TrojFSP: Trojan Insertion in Few-shot Prompt Tuning

NAACL 2024long

Prompt tuning is one of the most effective solutions to adapting a fixed pre-trained language model (PLM) for various downstream tasks, especially with only a few input samples. However, the security issues, e.g., Trojan attacks, of prompt tuning on a few data samples are not well-studied. Transferr…

2024

WBP: Training-time Backdoor Attacks through Hardware-based Weight Bit Poisoning

ECCV 2024poster

"Training from pre-trained models (PTM) is a popular approach for fast machine learning (ML) service deployment. Recent studies on hardware security have revealed that ML systems could be compromised through flipping bits in model parameters (e.g., weights) with memory faults. In this paper, we intr…

2023

TrojLLM: A Black-box Trojan Prompt Attack on Large Language Models

NeurIPS 2023poster

Large Language Models (LLMs) are progressively being utilized as machine learning services and interface tools for various applications. However, the security implications of LLMs, particularly in relation to adversarial and Trojan attacks, remain insufficiently examined. In this paper, we propose T…

2022

Language model compression with weighted low-rank factorization

ICLR 2022poster

Factorizing a large matrix into small matrices is a popular strategy for model compression. Singular value decomposition (SVD) plays a vital role in this compression strategy, approximating a learned matrix with fewer parameters. However, SVD minimizes the squared error toward reconstructing the ori…

Cited by 113SourcePDFScholar
2022

Numerical Optimizations for Weighted Low-rank Estimation on Language Models

EMNLP 2022main

Singular value decomposition (SVD) is one of the most popular compression methods that approximate a target matrix with smaller matrices. However, standard SVD treats the parameters within the matrix with equal importance, which is a simple but unrealistic assumption. The parameters of a trained neu…

Cited by 14SourcePDFScholar
2021

Automatic Mixed-Precision Quantization Search of BERT

IJCAI 2021poster

Pre-trained language models such as BERT have shown remarkable effectiveness in various natural language processing tasks. However, these models usually contain millions of parameters, which prevent them from the practical deployment on resource-constrained devices. Knowledge distillation, Weight pr…

2021

CRYPTOGRU: Low Latency Privacy-Preserving Text Analysis With GRU

EMNLP 2021main

Homomorphic encryption (HE) and garbled circuit (GC) provide the protection for users’ privacy. However, simply mixing the HE and GC in RNN models suffer from long inference latency due to slow activation functions. In this paper, we present a novel hybrid structure of HE and GC gated recurrent unit…

2021

HEMET: A Homomorphic-Encryption-Friendly Privacy-Preserving Mobile Neural Network Architecture

ICML 2021spotlight

Recently Homomorphic Encryption (HE) is used to implement Privacy-Preserving Neural Networks (PPNNs) that perform inferences directly on encrypted data without decryption. Prior PPNNs adopt mobile network architectures such as SqueezeNet for smaller computing overhead, but we find naïvely using mobi…

Cited by 89SourcePDFScholar
2020

AutoPrivacy: Automated Layer-wise Parameter Selection for Secure Neural Network Inference

NeurIPS 2020poster

Hybrid Privacy-Preserving Neural Network (HPPNN) implementing linear layers by Homomorphic Encryption (HE) and nonlinear layers by Garbled Circuit (GC) is one of the most promising secure solutions to emerging Machine Learning as a Service (MLaaS). Unfortunately, a HPPNN suffers from long inference…

2020

Glyph: Fast and Accurately Training Deep Neural Networks on Encrypted Data

NeurIPS 2020poster

Because of the lack of expertise, to gain benefits from their data, average users have to upload their private data to cloud servers they may not trust. Due to legal or privacy constraints, most users are willing to contribute only their encrypted data, and lack interests or resources to join deep n…