Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/8/2 05:58:00
Caliber: Cross-Architecture Extraction-Cost Control for Score-Returning APIs
AI 中文解读
Caliber给AI模型装上“防盗门”,但这次不是暴力封锁,而是聪明地“下毒”——在API返回的分数里悄悄掺入噪声,让想偷技术的攻击者拿到手的“教材”都是扭曲的。这个“防盗门”最妙之处在于可调节:模型主人能设定好防盗强度,既不影响普通用户正常使用,又让小偷复制的模型准确率大打折扣。通俗说,AI公司用API公开自己的模型能力,就像老师公开讲课,但不准别人录像。Caliber就是给讲课内容加了“滤镜”,学员听到的总是带杂音的版本,没法完整复制原意。对普通人而言,这项技术短期内不会直接改变我们用AI的方式,但长期看它降低了企业被抄袭的风险,让公司更愿意开放强大的AI能力,用户能用到更好的服务。同时,由于“抄袭门槛”提高,恶意竞争减少,AI市场的良性秩序也会得到保护。
We present Caliber, an output-perturbation defense against model extraction that formulates noise selection as a calibration problem: how much the defense degrades the supervision signal used to train a surrogate, and the provable per-input query cost of recovering the clean logits. To defend against an attacker that uses returned scores for knowledge distillation, Caliber adds independent and identically distributed Gaussian noise to the internal logits. We establish two properties of the resulting perturbed predictions. Monotone agreement degradation: When the clean logits have a unique maximizer, agreement with the clean prediction decreases strictly with the noise scale, so every target in $(1/K,1)$ corresponds to a unique positive scale; task accuracy is bounded by computable lower and upper envelopes. Per-input recovery cost: We derive a closed-form minimax lower bound on the repeated queries needed to recover the clean logits for a fixed input. Caliber normalizes noise variance by the squared median top-two logit margin and fits the resulting noise-utility relationship with a logistic curve, either per model or shared within a task. Across more than thirty model-dataset combinations, per-model calibration achieves mean absolute relative errors of 0.6-1.4%. End-to-end experiments show that surrogate performance generally tracks the configured degradation, while fixed-input averaging follows the expected variance reduction.
分享
阅读原文 ↗