AuthNet: Neural Network with Integrated Authentication Logic
Yuling Cai, Fan Xiang, Guozhu Meng, Yinzhi Cao, Kai Chen

TL;DR
AuthNet is a novel neural network model that embeds authentication logic directly into its structure, providing a robust last line of defense against model theft and unauthorized use without significant performance loss.
Contribution
It introduces a native authentication mechanism by embedding secret keys within the model's neurons, enhancing security against theft and unauthorized access.
Findings
AuthNet effectively rejects unauthorized users with 22.03% accuracy.
Legitimate user accuracy decreases by only 1.18%.
AuthNet is robust against model transformations and adaptive attacks.
Abstract
Model stealing, i.e., unauthorized access and exfiltration of deep learning models, has become one of the major threats. Proprietary models may be protected by access controls and encryption. However, in reality, these measures can be compromised due to system breaches, query-based model extraction or a disgruntled insider. Security hardening of neural networks is also suffering from limits, for example, model watermarking is passive, cannot prevent the occurrence of piracy and not robust against transformations. To this end, we propose a native authentication mechanism, called AuthNet, which integrates authentication logic as part of the model without any additional structures. Our key insight is to reuse redundant neurons with low activation and embed authentication bits in an intermediate layer, called a gate layer. Then, AuthNet fine-tunes the layers after the gate layer to embed…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications
