paper-with-me

Papers

Proteus: A Self-Designing Range Filter

2022-06-30 · Eric R. Knorr, Baptiste Lemaire, Andrew Lim, Siqiang Luo, Huanchen Zhang, Stratos Idreos, Michael Mitzenmacher

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 probabilistic and deterministic design spaces of state-of-the-art range filters to achieve robust performance across a larger variety of use cases. At the core of Proteus lies our Contextual Prefix FPR (CPFPR) model - a formal framework for the FPR of prefix-based filters across their design spaces. We empirically demonstrate the accuracy of our model and Proteus' ability to optimize over both synthetic workloads and real-world datasets. We further evaluate Proteus in RocksDB and show that it is able to improve end-to-end performance by as much as 5.3x over more brittle state-of-the-art methods such as SuRF and Rosetta. Our experiments also indicate that the cost of modeling is not significant compared to the end-to-end performance gains and that Proteus is robust to workload shifts.

📄 PDF Abstract BibTeX arXiv:2207.01503

Code (2)

Erins-Ransom/Proteus 공식 구현
tb0hdan/domains

Similar Papers 제목 키워드 기반

Proteus: A Truncation-Robust Entropy Model for Progressive LiDAR Compression

2026-08-01 · Yihan Qiu, Xiaodong Lin, Baoquan Zhao, Hailong Jiao 외 arxiv

LiDAR point clouds provide explicit, deterministic physical boundaries critical for collaborative safety-critical perception. However, wireless channels inherently impair and corrupt transmitted signals. Existing robust …

Point Clouds

Design, Implementation, Comparison, and Performance analysis between Analog Butterworth and Chebyshev-I Low Pass Filter Using Approximation, Python and Proteus

2021-01-25 · Navid Fazle Rabbi

Filters are broadly used in signal processing and communication systems in noise reduction. Butterworth, Chebyshev-I Analog Low Pass Filters are developed and implemented in this paper. The filters are manually calculate…

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

Proteus: Preserving Model Confidentiality during Graph Optimizations

2024-04-18 · Yubo Gao, Maryam Haghifam, Christina Giannoula, Renbo Tu 외

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 deve…

Computational EfficiencymodelModel Optimization

Proteus: A Self-Evolving Red Team for Agent Skill Ecosystems

2026-05-12 · Zhaojiacheng Zhou arxiv

Agent skills extend LLM agents with reusable instructions, tool interfaces, and executable code, and users increasingly install third-party skills from marketplaces, repositories, and community channels. Because a skill …