paper-with-me

Papers

Proteus: Preserving Model Confidentiality during Graph Optimizations

2024-04-18 · Yubo Gao, Maryam Haghifam, Christina Giannoula, Renbo Tu, Gennady Pekhimenko, Nandita Vijaykumar

Deep learning (DL) models have revolutionized numerous domains, yet optimizing them for computational efficiency remains a challenging endeavor. Development of new DL models typically involves two parties: the model developers and performance optimizers. The collaboration between the parties often necessitates the model developers exposing the model architecture and computational graph to the optimizers. However, this exposure is undesirable since the model architecture is an important intellectual property, and its innovations require significant investments and expertise. During the exchange, the model is also vulnerable to adversarial attacks via model stealing. This paper presents Proteus, a novel mechanism that enables model optimization by an independent party while preserving the confidentiality of the model architecture. Proteus obfuscates the protected model by partitioning its computational graph into subgraphs and concealing each subgraph within a large pool of generated realistic subgraphs that cannot be easily distinguished from the original. We evaluate Proteus on a range of DNNs, demonstrating its efficacy in preserving confidentiality without compromising performance optimization opportunities. Proteus effectively hides the model as one alternative among up to $10^{32}$ possible model architectures, and is resilient against attacks with a learning-based adversary. We also demonstrate that heuristic based and manual approaches are ineffective in identifying the protected model. To our knowledge, Proteus is the first work that tackles the challenge of model confidentiality during performance optimization. Proteus will be open-sourced for direct use and experimentation, with easy integration with compilers such as ONNXRuntime.

📄 PDF Abstract BibTeX arXiv:2404.12512

Code (1)

proteus-mlsys24/mlsys24-artifact 공식 구현 pytorch

Tasks

Computational EfficiencymodelModel Optimization

Similar Papers 제목 키워드 기반

Proteus: Automated Adversarial Robustness Testing for Audio Deepfake Detectors

2026-06-28 · Nicolas M. Müller, Aditya Tirumala Bukkapatnam, Zohaib Ahmed arxiv

We present Proteus, a framework developed at Resemble AI for automated robustness testing of our audio deepfake detection system. Given a detector, Proteus systematically searches over sequences of everyday audio transfo…

Audio Deepfake DetectionAdversarial Robustness

CCBNet: Confidential Collaborative Bayesian Networks Inference

2024-05-23 · Abele Mălan, Jérémie Decouchant, Thiago Guzella, Lydia Chen

Effective large-scale process optimization in manufacturing industries requires close cooperation between different human expert parties who encode their knowledge of related domains as Bayesian network models. For insta…

Automating Exploratory Multiomics Research via Language Models

2025-06-09 · Shang Qu, Ning Ding, Linhai Xie, Yifei Li 외

This paper introduces PROTEUS, a fully automated system that produces data-driven hypotheses from raw data files. We apply PROTEUS to clinical proteogenomics, a field where effective downstream data analysis and hypothes…

Navigate

PROTEUS: SLA-Aware Routing via Lagrangian RL for Multi-LLM Serving Systems

2026-01-27 · Amit Singh Bhatti, Vishal Vaddina, Dagnachew Birru arxiv

Production LLM deployments serve diverse workloads where cost and quality requirements vary by customer tier, time of day, and query criticality. Model serving systems accept latency SLOs directly. LLM routers do not. Th…

Proteus: A Self-Designing Range Filter

2022-06-30 · Eric R. Knorr, Baptiste Lemaire, Andrew Lim, Siqiang Luo 외

We introduce Proteus, a novel self-designing approximate range filter, which configures itself based on sampled data in order to optimize its false positive rate (FPR) for a given space requirement. Proteus unifies the p…