CRAILGMLMar 31, 2025

Backdoor Detection through Replicated Execution of Outsourced Training

arXiv:2504.00170v11 citationsh-index: 192025 IEEE Conference on Secure and Trustworthy Machine Learning (SaTML)
Originality Incremental advance
AI Analysis

This addresses a security problem for clients outsourcing ML training to potentially untrusted cloud providers, offering a novel detection method that is incremental in shifting from signature-based to anomaly-based paradigms.

The paper tackles the problem of detecting backdoored models in outsourced training without prior knowledge of the attack or trigger, by replicating training steps across multiple cloud servers to identify malicious updates through anomaly detection, achieving 99.6% correct identification of malicious providers in a scenario with 50% backdoor insertion.

It is common practice to outsource the training of machine learning models to cloud providers. Clients who do so gain from the cloud's economies of scale, but implicitly assume trust: the server should not deviate from the client's training procedure. A malicious server may, for instance, seek to insert backdoors in the model. Detecting a backdoored model without prior knowledge of both the backdoor attack and its accompanying trigger remains a challenging problem. In this paper, we show that a client with access to multiple cloud providers can replicate a subset of training steps across multiple servers to detect deviation from the training procedure in a similar manner to differential testing. Assuming some cloud-provided servers are benign, we identify malicious servers by the substantial difference between model updates required for backdooring and those resulting from clean training. Perhaps the strongest advantage of our approach is its suitability to clients that have limited-to-no local compute capability to perform training; we leverage the existence of multiple cloud providers to identify malicious updates without expensive human labeling or heavy computation. We demonstrate the capabilities of our approach on an outsourced supervised learning task where $50\%$ of the cloud providers insert their own backdoor; our approach is able to correctly identify $99.6\%$ of them. In essence, our approach is successful because it replaces the signature-based paradigm taken by existing approaches with an anomaly-based detection paradigm. Furthermore, our approach is robust to several attacks from adaptive adversaries utilizing knowledge of our detection scheme.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes