REVIEW 5 major objections 4 minor 2 cited by
Catch-Only-One: Non-Transferable Examples for Model-Specific Authorization
T0 review · 5 major / 4 minor · reviewed 2026-08-04 · deepseek-v4-flash
Pith's one-line read This paper claims that a low-cost, training-free recoding of inputs—adding random noise confined to a target model's insensitive directions—can make data readable only by that model, while every other model's predictions collapse to near ch
desk verdict New empirical mechanism, overclaimed theory — the subspace-misalignment premise is asserted, not certified, but the method is fresh enough to be worth refereeing. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The τ-insensitive subspace: for the first linear transformation W (convolution unfolded, token embedding, or QKV projection), the span of right singular vectors whose singular values sum to at most τ, which contains the nullspace. The recoding δ=Vz with i.i.d. Gaussian z and coordinates zeroed on sensitive directions keeps Wδ small—Theorem 1 bounds ‖Wx̃−Wx‖ by a spectral threshold times ‖z‖—while the Hoffman–Wielandt inequality is invoked to bound the gap between first-layer outputs of two models in Theorem 2. The assumed non-overlap of these subspaces across models is what converts a small feature change for the target into a large one for non-targets.
What would settle it
Train two models of the same architecture on the same dataset with different random seeds, compute their first-layer right singular vectors, and measure the projection of one model's τ-insensitive basis onto the other model's top (sensitive) singular vectors. If that overlap is substantial, generate NEs for the first model and evaluate on the second; an unauthorized accuracy well above chance (e.g., >50% top-1 on ImageNet) would demonstrate that non-transferability fails when the premise is violated.
Extended reading notes
Core claim
The central claim is that recoding an input x as x+δ, where δ is a random vector projected onto the τ-insensitive subspace of the authorized model's first-layer weight matrix (the span of right singular vectors whose singular values sum to at most τ), preserves the authorized model's predictions while degrading unauthorized models. Because Wδ is small, the authorized model's first-layer features barely change; because different models have different singular subspaces, the same δ lands on active directions for unauthorized models and disrupts their features. The paper reports that on ImageNet at 20 dB PSNR, the authorized ResNet-50 keeps 80.2% top-1 accuracy (clean 80.3%) and ViT-B keeps 81.
Load-bearing premise
That different models' low-sensitivity directions almost never overlap, so a perturbation that is invisible to the authorized model always disrupts every unauthorized model; if two models share those directions, the recoding transfers and unauthorized utility survives.
Editorial extensions
If this is right
- Data released for one model (e.g., an MLaaS upload) can be bound to that model without retraining, with authorized accuracy preserved within a fraction of a percent and unauthorized models operating at chance level.
- The recoding transfers across model families—convolutional, transformer, state-space, and vision-language—and fails even when the unauthorized model shares the target's architecture but has different weights.
- Because the perturbation sits in low-sensitivity directions, it survives common preprocessing such as resize, crop, compression, and blur, and resists super-resolution reconstruction attempts in both black-box and white-box settings.
- Compared with homomorphic encryption, which took over 30 minutes per image in the paper's setup, NEs add negligible inference overhead, suggesting a practical route to inference-time purpose limitation.
- The paper derives formal bounds for authorized utility retention and for cross-model deviation on first-layer features, laying groundwork for a theory of model-specific data authorization.
Reading between the lines
- The real crux is empirical: if two models share near-null directions (e.g., same architecture trained on similar data), the recoding would transfer and the unauthorized model would keep working; Theorem 2 does not prove otherwise, since its bound is an upper bound on a first-layer projection difference, not a lower bound on task error.
- A parameter-aware adversary could try to estimate the basis and project the recoding out; the paper acknowledges this in its limitations section and argues that preprocessing non-commutativity limits full recovery—testing that countermeasure end-to-end is the natural next experiment.
- The same construction should apply to any model with a linear first stage beyond vision; the appendix's GLUE results for BERT and RoBERTa suggest text inputs can be recoded, though the spectral geometry of token embeddings may differ from images.
- If the subspace-misalignment premise holds generally, NEs could serve as a lightweight alternative to encryption for regulatory 'purpose limitation' requirements, but the security case ultimately hinges on how hard it is to estimate another model's insensitive directions from public queries.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes non-transferable examples (NEs): inputs recoded by adding a perturbation in a low-sensitivity subspace of the authorized model's first linear layer. The central claims are that the authorized model retains task utility, unauthorized models suffer degraded utility via subspace misalignment, and that Theorems 1 and 2 provide formal bounds for both effects. The empirical sections evaluate image classifiers (ResNet-50, ViT-B, SwinV2-T, DeiT-B, MambaVision-T) on CIFAR-10 and ImageNet, GLUE for text models, and vision-language models on MMBench, including preprocessing and reconstruction-attack robustness.
Significance. The empirical phenomenon is interesting and potentially useful for model-level purpose limitation: an input-side recoding that is transparent to one model and disruptive to others would be a practical complement to anti-learnability and encrypted inference. The paper's strengths are its broad evaluation across architectures and modalities, the explicit threat model, and the candid Appendix E, which lists important limitations. However, the formal apparatus as written does not support the stated guarantees: Theorem 2 is an upper bound that cannot certify unauthorized degradation, and Theorem 1 stops at first-layer feature distance without reaching the task metric in Formula (1). The contribution is therefore best read as an empirical method plus supporting intuitions, not as a certified authorization mechanism.
major comments (5)
- [§4.2, Eq. (5); §2.1 Eq. (2)] Theorem 2 is presented as bounding 'Unauthorized Utility', but Eq. (5) is an upper bound on one singular component of a first-layer difference. An upper bound cannot imply the lower separation required by Formula (2). The sentence 'Consequently, |f'(x̃)-f⋆(x̃)| is large, which directly yields Formula (2)' is a non sequitur: no lower bound on the full first-layer difference is proved, no propagation from first-layer change to task error is established, and no argument shows the spectral gap epsilon is nonzero. The Hoffman-Wielandt step also requires care with singular-vector sign ambiguity and eigenvalue gaps. Please either prove a genuine lower bound under explicit assumptions or clearly state that formal degradation certification is not claimed.
- [§4.1, Theorem 1] Theorem 1 bounds ||W x̃ - W x|| by τ||z|| with high probability. This does not establish anything about f⋆(x̃) or the task metric m in Formula (1). The paragraph beginning 'these considerations evidently imply' is an appeal to intuition, not a proof: modern networks are not generally Lipschitz-stable in a way that makes a small first-layer change irrelevant. Since Authorized-Utility Retention is defined in task-metric terms, the claimed formal guarantee is not delivered. The authors should either prove a propagation result with explicit Lipschitz/network assumptions or explicitly label authorized-utility retention as an empirical finding.
- [§1 and §4.2, Assumption 2] The mechanism's non-transferability rests on the premise that τ-insensitive subspaces 'rarely align across models'. This premise is asserted in Section 1 and used throughout, but Theorem 2 does not prove it. If a non-target model shares a substantial portion of Insτ(W1), the recoding is also nearly inert for that model and unauthorized utility survives. The empirical tables suggest the premise holds for the selected models, but this remains an empirical observation, not a proven property. The text should separate the formal claims from the empirically supported subspace-misalignment hypothesis.
- [Appendix E] The limitations section concedes that a method- or parameter-aware adversary can partially cancel the recoding with an input-side projector, and that a training-time adversary can restore non-target utility by regularizing sensitivity. These are exactly the adaptive and transfer-match adversaries defined in Section 2.2. The abstract and conclusion, however, state unqualified claims such as 'unauthorized models collapse'. The authors should tighten the abstract, Section 5, and the conclusion to match the admitted limitations, or add experiments evaluating these stronger adversaries.
- [Table 1, SwinV2-T row (ImageNet)] At the standardized 20 dB PSNR, the authorized SwinV2-T accuracy drops from 80.9% to 71.7% on ImageNet. The text says 'modest tuning of basis selection fixes this in practice' but no supporting experiment is provided. This is not the 'negligible drop' promised in Section 5.1, and it weakens the claim that a fixed conservative setting preserves authorized performance across all evaluated backbones. Please report the tuned result or soften the claim.
minor comments (4)
- [Theorem 1 statement] The vector z is described as 'standard normal' but then z_q ∼ N(0,σ). Please say 'zero-mean Gaussian with variance σ²' to avoid ambiguity.
- [Definition 1 and §3.2] Definition 1 uses a cumulative condition Σ s_i ≤ τ, while Section 3.2 and Theorem 1 apply the threshold per singular value (s_q ≤ τ). These are different conditions; please align the definition with the implementation (τ = 1e-4).
- [Theorem 2 proof] The equality after the first triangle inequality should be an inequality; the proof later switches notation between σ2,i and σ2,j. Also, the use of ||v1,i - v2,i|| requires a sign convention and a nonzero gap ε; these should be stated.
- [§5.3 and references] Section 5.3 refers to 'Appendix 7' but the relevant material is in Appendix D. The reference 'Four Flynn, Helen King, Anca Dragan' is malformed and should be corrected. Table 3 footnotes are hard to follow and should be clarified.
Circularity Check
Theorem 2's formal unauthorized-utility guarantee is an upper bound asserted as a lower bound; the claimed derivation reduces to the subspace-misalignment assumption.
-
other
[Section 4.2, Theorem 2 and the paragraph following Eq. (5)]
"the first model (with W1) has a small σ1,i and thus a near-zero σ1,i v⊤1,i x̃, whereas the second (with W2) has a different σ2,i and a non-zero σ2,i v⊤2,i x̃. Consequently, |f′(x̃)−f⋆(x̃)| is large, which directly yields Formula (2) in Section 2."
The only proved statement, Eq. (5), is an upper bound: ∥(σ1,i v1,i − σ2,i v2,i)ᵀ x̃∥₂ ≤ ∥x̃∥₂(τ∥W1−W2∥₂/ε+ε). Formula (2) requires a lower bound on an end-to-end utility gap, E[m(f′,x̃)]−E[m(f⋆,x̃)] ≥ γ. The paper does not derive that lower bound; it asserts that the unauthorized first-layer response is non-zero. If W2 shares the authorized model's τ-insensitive directions, that response is also near zero and unauthorized utility survives. Thus the formal result assumes exactly the misalignment it claims to prove; the claimed unauthorized-utility guarantee is the premise restated.
full rationale
The empirical evaluation is substantial and self-contained: Table 1 tests five external backbones and Table 4 tests two external VLMs, and the off-diagonal collapse is not produced by a fitted parameter in the theorem. The authorized-side retention is a design property (δ lives in the τ-insensitive subspace) rather than an independent prediction, and the paper itself concedes the deeper trade-off is 'empirical rather than guaranteed' and that extending guarantees beyond early layers 'remains open.' The circularity is therefore confined to the formal Section 4.2 claim: Theorem 2 is an upper bound, and the asserted 'directly yields Formula (2)' is not a consequence of the bound; it imports the subspace-misalignment premise as its conclusion. Self-citations in Section 4 (Wang et al. 2024; Ma et al. 2024b, 2025) are not load-bearing for this step. Score 6 reflects partial circularity in the central formal derivation, not a fully circular method or fabricated results.
Assumptions & free parameters
free parameters (3)
- tau (spectral threshold) =
1e-4
- lambda (perturbation amplitude) =
tuned to 20 dB PSNR
- sigma (Gaussian recoding variance) =
not reported (implicitly 1)
assumptions (7)
- standard math SVD existence and basic properties
- standard math Chebyshev inequality and chi-square concentration
- standard math Hoffman-Wielandt singular-vector bound
- domain assumption Assumption 1: spectral flatness of data representations
- domain assumption Assumption 2: right singular vectors align with PCA principal components
- domain assumption Downstream layers attenuate small first-layer perturbations
- domain assumption Insensitivity subspaces rarely align across models
invented entities (1)
-
τ-insensitive subspace of first-layer weights
Cite this review
Pith. "Pith review of Catch-Only-One: Non-Transferable Examples for Model-Specific Authorization." pith.science (2026). https://pith.science/paper/SZ7K4EQH
@misc{pith2026251010982,
author = {Pith},
title = {Pith review of: Catch-Only-One: Non-Transferable Examples for Model-Specific Authorization},
year = {2026},
howpublished = {\url{https://pith.science/paper/SZ7K4EQH}},
note = {Machine review of arXiv:2510.10982}
}
read the original abstract
Recent AI regulations increasingly emphasize the need for mechanisms that preserve the utility of data for AI innovation while preventing misuse, particularly by enforcing purpose limitation in downstream AI applications. In practice, enforcing this principle remains challenging, as released data can be trivially fed into arbitrary models beyond its declared intent. Existing approaches attempt to mitigate this risk by either perturbing data or retraining models to limit unintended use. These strategies, however, offer no protection against inference by unknown or externally trained models, or fundamentally rely on control over the training or deployment. In this work, we introduce non-transferable examples (NTEs), recoded data that act as a task-level "ciphertext" decodable only by a designated model. Whereas adversarial examples exploit directions of high model sensitivity, NTEs leverage the complementary insensitive subspace. We propose a training-free, data-agnostic method that recodes data within a model-specific low-sensitivity subspace, preserving outputs for the authorized model while degrading unauthorized ones through subspace misalignment. We establish formal bounds certifying authorized-model fidelity and showing that unauthorized degradation scales with measurable spectral misalignment between models. Empirically, NTEs preserve performance across diverse vision backbones and state-of-the-art vision-language models under common preprocessing, while unauthorized models collapse even under adaptive reconstruction attacks. These results establish NTEs as a practical means to preserve intended data utility while preventing unauthorized exploitation. Our project is available at https://trusted-system-lab.github.io/model-specificity
Figures
Figures from the paper (2 more)
Forward citations
Cited by 2 Pith papers
-
Re-Key-Free, Risky-Free: Adaptable Model Usage Control
AdaLoc keeps a model locked to authorized users by confining all post-deployment updates to a chosen subset of weights, preserving both task performance for authorized use and near-random accuracy for unauthorized use...
-
Variational Feature Compression for Model-Specific Representations
A variational latent bottleneck with KL regularization and a dynamic binary mask based on saliency produces model-specific features that keep high accuracy for one classifier but drop others below 2% on CIFAR-100 with...
Reference graph
Works this paper leans on
-
[1]
URL https://www.anthropic.com/
Anthropic , 2025. URL https://www.anthropic.com/
2025
-
[2]
Harnessing data and digital technology: Interim report
Australian Productivity Commission . Harnessing data and digital technology: Interim report. https://jws.com.au/what-we-think/fresh-perspective-on-privacy-and-ai-law-reform-in-australian-productivity-commission-interim-data-report/, August 2025. Accessed on 21 August 2025
2025
-
[3]
AUTHSCAN: automatic extraction of web authentication protocols from implementations
Guangdong Bai, Jike Lei, Guozhu Meng, Sai Sathyanarayan Venkatraman, Prateek Saxena, Jun Sun, Yang Liu, and Jin Song Dong. AUTHSCAN: automatic extraction of web authentication protocols from implementations. In 20th Annual Network and Distributed System Security Symposium, NDSS 2013, San Diego, California, USA, February 24-27, 2013 . The Internet Society,...
2013
-
[4]
Qwen2.5-vl technical report, 2025
Shuai Bai, Keqin Chen, Xuejing Liu, Jialin Wang, Wenbin Ge, Sibo Song, Kai Dang, Peng Wang, Shijie Wang, Jun Tang, Humen Zhong, Yuanzhi Zhu, Mingkun Yang, Zhaohai Li, Jianqiang Wan, Pengfei Wang, Wei Ding, Zheren Fu, Yiheng Xu, Jiabo Ye, Xi Zhang, Tianbao Xie, Zesen Cheng, Hang Zhang, Zhibo Yang, Haiyang Xu, and Junyang Lin. Qwen2.5-vl technical report, 2...
arXiv 2025
-
[5]
Tenseal: A library for encrypted tensor operations using homomorphic encryption, 2021
Ayoub Benaissa, Bilal Retiat, Bogdan Cebere, and Alaa Eddine Belfedhal. Tenseal: A library for encrypted tensor operations using homomorphic encryption, 2021
2021
-
[6]
The hoffman-wielandt inequality in infinite dimensions
Rajendra Bhatia and Ludwig Elsner. The hoffman-wielandt inequality in infinite dimensions. In Proceedings of the Indian Academy of Sciences-Mathematical Sciences, volume 104, pp.\ 483--494. Springer, 1994
1994
-
[7]
Certified adversarial robustness via randomized smoothing
Jeremy Cohen, Elan Rosenfeld, and J Zico Kolter. Certified adversarial robustness via randomized smoothing. In International Conference on Machine Learning (ICML), 2019
2019
-
[8]
Bert: Pre-training of deep bidirectional transformers for language understanding
Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. Bert: Pre-training of deep bidirectional transformers for language understanding. In Proceedings of the 2019 conference of the North American chapter of the association for computational linguistics: human language technologies, volume 1 (long and short papers), pp.\ 4171--4186, 2019
2019
Show all 58 references
-
[9]
An image is worth 16x16 words: Transformers for image recognition at scale
Alexey Dosovitskiy, Lucas Beyer, Alexander Kolesnikov, Dirk Weissenborn, Xiaohua Zhai, Thomas Unterthiner, Mostafa Dehghani, Matthias Minderer, Georg Heigold, Sylvain Gelly, et al. An image is worth 16x16 words: Transformers for image recognition at scale. 9th International Co...
2021
-
[10]
Differential privacy
Cynthia Dwork. Differential privacy. In 33rd International Colloquium on Automata, Languages and Programming (ICALP), pp.\ 1--12, 2006
2006
-
[11]
The algorithmic foundations of differential privacy
Cynthia Dwork, Aaron Roth, et al. The algorithmic foundations of differential privacy. Foundations and Trends in Theoretical Computer Science , 9 0 (3--4): 0 211--407, 2014
2014
-
[12]
Regulation (eu) 2024/1689 of the european parliament and of the council laying down harmonised rules on artificial intelligence (artificial intelligence act)
European Parliament and Council . Regulation (eu) 2024/1689 of the european parliament and of the council laying down harmonised rules on artificial intelligence (artificial intelligence act). https://eur-lex.europa.eu/eli/reg/2024/1689/oj, 2024. OJ L 1689, 12 July 2024, in fo...
2024
-
[13]
Uncovering gradient inversion risks in practical language model training
Xinguo Feng, Zhongkui Ma, Zihan Wang, Eu Joe Chegne, Mengyao Ma, Alsharif Abuadbba, and Guangdong Bai. Uncovering gradient inversion risks in practical language model training. In Proceedings of the 2024 on ACM SIGSAC Conference on Computer and Communications Security, CCS '24...
2024
-
[14]
Strengthening our Frontier Safety Framework
Four Flynn, Helen King, Anca Dragan . Strengthening our Frontier Safety Framework . https://deepmind.google/discover/blog/strengthening-our-frontier-safety-framework/, 2025
2025
-
[15]
An image is worth one word: Personalizing text-to-image generation using textual inversion, 2022
Rinon Gal, Yuval Alaluf, Yuval Atzmon, Or Patashnik, Amit H Bermano, Gal Chechik, and Daniel Cohen-Or. An image is worth one word: Personalizing text-to-image generation using textual inversion, 2022. URL arXiv preprint arXiv:2208.01618
2022 arXiv
-
[16]
Property inference attacks on fully connected neural networks using permutation invariant representations
Karan Ganju, Qi Wang, Wei Yang, Carl A Gunter, and Nikita Borisov. Property inference attacks on fully connected neural networks using permutation invariant representations. In Proceedings of the ACM Conference on Computer and Communications Security (CCS), 2018
2018
-
[17]
Fully homomorphic encryption using ideal lattices
Craig Gentry. Fully homomorphic encryption using ideal lattices. In Proceedings of the 41st Annual ACM symposium on Theory of Computing (STOC), pp.\ 169--178, 2009
2009
-
[18]
Principal components bias in over-parameterized linear models, and its manifestation in deep neural networks
Guy Hacohen and Daphna Weinshall. Principal components bias in over-parameterized linear models, and its manifestation in deep neural networks. Journal of Machine Learning Research, 23 0 (155): 0 1--46, 2022. URL http://jmlr.org/papers/v23/21-0991.html
2022
-
[19]
Mambavision: A hybrid mamba-transformer vision backbone, 2025
Ali Hatamizadeh and Jan Kautz. Mambavision: A hybrid mamba-transformer vision backbone, 2025. URL https://arxiv.org/abs/2407.08083
2025 arXiv
-
[20]
Deep residual learning for image recognition
Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. In CVPR, 2016
2016
-
[21]
This artist is dominating ai-generated art, and he’s not happy about it, 2022
Melissa Heikkilä. This artist is dominating ai-generated art, and he’s not happy about it, 2022. URL https://www.technologyreview.com/2022/09/16/1059598/this-artist-is-dominating-ai-generated-art-and-hes-not-happy-about-it/
2022
-
[22]
Diffprivlib: the IBM differential privacy library
Naoise Holohan, Stefano Braghin, P \'o l Mac Aonghusa, and Killian Levacher. Diffprivlib: the IBM differential privacy library. ArXiv e-prints, 1907.02444 [cs.CR], July 2019
1907 arXiv
-
[23]
Toward robust non-transferable learning: A survey and benchmark
Ziming Hong, Yongli Xiang, and Tongliang Liu. Toward robust non-transferable learning: A survey and benchmark. In James Kwok (ed.), Proceedings of the Thirty-Fourth International Joint Conference on Artificial Intelligence, IJCAI-25 , pp.\ 10455--10463. International Joint Con...
2025 doi
-
[24]
Image quality metrics: Psnr vs
Alex Hore and Djemel Ziou. Image quality metrics: Psnr vs. ssim. 2010 20th International Conference on Pattern Recognition, pp.\ 2366--2369, 2010
2010
-
[25]
Training certifiably robust neural networks with efficient local lipschitz bounds
Yujia Huang, Huan Zhang, Yuanyuan Shi, J Zico Kolter, and Anima Anandkumar. Training certifiably robust neural networks with efficient local lipschitz bounds. Advances in Neural Information Processing Systems, 34: 0 22745--22757, 2021
2021
-
[26]
Multi-scale residual network for image super-resolution
Juncheng Li, Faming Fang, Kangfu Mei, and Guixu Zhang. Multi-scale residual network for image super-resolution. In Proceedings of the European conference on computer vision (ECCV), pp.\ 517--532, 2018
2018
-
[27]
You can use but cannot recognize: Preserving visual privacy in deep neural networks
Qiushi Li, Yan Zhang, Ju Ren, Qi Li, and Yaoxue Zhang. You can use but cannot recognize: Preserving visual privacy in deep neural networks. 2024
2024
-
[28]
Being transparent is merely the beginning: Enforcing purpose limitation with polynomial approximation
Shuofeng Liu, Zihan Wang, Minhui Xue, Long Wang, Yuanchao Zhang, and Guangdong Bai. Being transparent is merely the beginning: Enforcing purpose limitation with polynomial approximation. In 33rd USENIX Security Symposium (USENIX Security 24), pp.\ 6507--6524, Philadelphia, PA,...
2024
-
[29]
Mmbench: Is your multi-modal model an all-around player?, 2024 b
Yuan Liu, Haodong Duan, Yuanhan Zhang, Bo Li, Songyang Zhang, Wangbo Zhao, Yike Yuan, Jiaqi Wang, Conghui He, Ziwei Liu, Kai Chen, and Dahua Lin. Mmbench: Is your multi-modal model an all-around player?, 2024 b . URL https://arxiv.org/abs/2307.06281
2024 arXiv
-
[30]
Swin transformer: Hierarchical vision transformer using shifted windows
Ze Liu, Yutong Lin, Yue Cao, Han Hu, Yixuan Wei, Zheng Zhang, Stephen Lin, and Baining Guo. Swin transformer: Hierarchical vision transformer using shifted windows. In Proceedings of the IEEE/CVF international conference on computer vision, pp.\ 10012--10022, 2021
2021
-
[31]
Chamikara, Mohan Baruwal Chhetri, and Guangdong Bai
Mengyao Ma, Shuofeng Liu, M.A.P. Chamikara, Mohan Baruwal Chhetri, and Guangdong Bai. Unveiling intellectual property vulnerabilities of gan-based distributed machine learning through model extraction attacks. In Proceedings of the 33rd ACM International Conference on Informat...
2024
-
[32]
Relu hull approximation
Zhongkui Ma, Jiaying Li, and Guangdong Bai. Relu hull approximation. Proc. ACM Program. Lang., 8 0 (POPL), January 2024 b . doi:10.1145/3632917. URL https://doi.org/10.1145/3632917
2024 doi
-
[33]
Convex hull approximation for activation functions
Zhongkui Ma, Zihan Wang, and Guangdong Bai. Convex hull approximation for activation functions. Proc. ACM Program. Lang., 9 0 (OOPSLA2), October 2025. doi:10.1145/3763086. URL https://doi.org/10.1145/3763086
2025 doi
-
[34]
Doren: Toward efficient deep convolutional neural networks with fully homomorphic encryption
Souhail Meftah, Benjamin Hong Meng Tan, Chan Fook Mun, Khin Mi Mi Aung, Bharadwaj Veeravalli, and Vijay Chandrasekhar. Doren: Toward efficient deep convolutional neural networks with fully homomorphic encryption. IEEE Transactions on Information Forensics and Security, 16: 0 3...
2021
-
[35]
Sensitivity and generalization in neural networks: an empirical study
Roman Novak, Yasaman Bahri, Daniel A Abolafia, Jeffrey Pennington, and Jascha Sohl-Dickstein. Sensitivity and generalization in neural networks: an empirical study. arXiv preprint arXiv:1802.08760, 2018
2018 arXiv
-
[36]
A probabilistic approach to neural network pruning
Xin Qian and Diego Klabjan. A probabilistic approach to neural network pruning. In International Conference on Machine Learning (ICML), pp.\ 8640--8649. PMLR, 2021
2021
-
[37]
Mlaas: Machine learning as a service
Mauro Ribeiro, Katarina Grolinger, and Miriam AM Capretz. Mlaas: Machine learning as a service. In IEEE 14th International Conference on Machine Learning and Applications (ICMLA), pp.\ 896--902. IEEE, 2015
2015
-
[38]
An empirical study of the naive bayes classifier
Irina Rish et al. An empirical study of the naive bayes classifier. In IJCAI 2001 workshop on empirical methods in artificial intelligence, volume 3, pp.\ 41--46, 2001
2001
-
[39]
Membership inference attacks against machine learning models
Reza Shokri, Marco Stronati, Congzheng Song, and Vitaly Shmatikov. Membership inference attacks against machine learning models. In 2017 IEEE symposium on security and privacy (SP), pp.\ 3--18. IEEE, 2017
2017
-
[40]
Generative ai and copyright infringement
David Tan. Generative ai and copyright infringement. Center for Technology, Robotics, Artificial Intelligence & the Law (TRAIL), January 2024. URL https://law.nus.edu.sg/trail/generative-ai-copyright-infringement/
2024
-
[41]
Anthropic agrees to pay \ 1.5 billion to settle author class action over AI training
The Guardian . Anthropic agrees to pay \ 1.5 billion to settle author class action over AI training . https://www.theguardian.com/technology/2025/sep/05/anthropic-settlement-ai-book-lawsuit, 2025
2025
-
[42]
Artists Score Major Win in Copyright Case Against AI Art Generators
The Hollywood Reporter . Artists Score Major Win in Copyright Case Against AI Art Generators . https://www.hollywoodreporter.com/business/business-news/artists-score-major-win-copyright-case-against-ai-art-generators-1235973601/, 2025
2025
-
[43]
America's ai action plan
The White House . America's ai action plan. https://www.whitehouse.gov/articles/2025/07/white-house-unveils-americas-ai-action-plan/, July 2025. Released July 23, 2025 as mandated by EO 14179
2025
-
[44]
Training data-efficient image transformers & distillation through attention
Hugo Touvron, Matthieu Cord, Matthijs Douze, Francisco Massa, Alexandre Sablayrolles, and Herv \'e J \'e gou. Training data-efficient image transformers & distillation through attention. In International conference on machine learning, pp.\ 10347--10357. PMLR, 2021
2021
-
[45]
Stealing machine learning models via prediction APIs
Florian Tram \`e r, Fan Zhang, Ari Juels, Michael K Reiter, and Thomas Ristenpart. Stealing machine learning models via prediction APIs . In USENIX Security Symposium, 2016
2016
-
[46]
Vedaldi and K
A. Vedaldi and K. Lenc. Matconvnet -- convolutional neural networks for matlab. In Proceeding of the ACM Int. Conf. on Multimedia , 2015
2015
-
[47]
High-dimensional probability: An introduction with applications in data science, volume 47
Roman Vershynin. High-dimensional probability: An introduction with applications in data science, volume 47. Cambridge University Press, 2018
2018
-
[48]
Provably unlearnable data examples
Derui Wang, Minhui Xue, Bo Li, Seyit Camtepe, and Liming Zhu. Provably unlearnable data examples. In The Network and Distributed System Security (NDSS) Symposium, 2025 a
2025
-
[49]
Non-transferable learning: A new approach for model ownership verification and applicability authorization
Lixu Wang, Shichao Xu, Ruiqi Xu, Xiao Wang, and Qi Zhu. Non-transferable learning: A new approach for model ownership verification and applicability authorization. In International Conference on Learning Representations, 2022. URL https://openreview.net/forum?id=tYRrOdSnVUy
2022
-
[50]
Corelocker: Neuron-level usage control
Zihan Wang, Zhongkui Ma, Xinguo Feng, Ruoxi Sun, Hu Wang, Minhui Xue, and Guangdong Bai. Corelocker: Neuron-level usage control. In 2024 IEEE Symposium on Security and Privacy (SP), pp.\ 2497--2514. IEEE Computer Society, 2024
2024
-
[51]
Ai model modulation with logits redistribution
Zihan Wang, Zhongkui Ma, Xinguo Feng, Zhiyang Mei, Ethan Ma, Derui Wang, Minhui Xue, and Guangdong Bai. Ai model modulation with logits redistribution. In Proceedings of the ACM on Web Conference 2025, WWW '25, pp.\ 4699–4709, New York, NY, USA, 2025 b . Association for Comput...
2025
-
[52]
Exploring chatgpt app ecosystem: Distribution, deployment and security
Chuan Yan, Ruomai Ren, Mark Huasong Meng, Liuhuo Wan, Tian Yang Ooi, and Guangdong Bai. Exploring chatgpt app ecosystem: Distribution, deployment and security. In Proceedings of the 39th IEEE/ACM International Conference on Automated Software Engineering, pp.\ 1370--1382, 2024
2024
-
[53]
Ungeneralizable examples
Jingwen Ye and Xinchao Wang. Ungeneralizable examples. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp.\ 11944--11953, June 2024
2024
-
[54]
Defense against adversarial attacks using spectral regularization
Dinghuai Zhang, Yang Song, Inderjit Dhillon, and Eric Xing. Defense against adversarial attacks using spectral regularization. In International Conference on Learning Representations (ICLR), 2020
2020
-
[55]
Internvl3: Exploring advanced training and test-time recipes for open-source multimodal models, 2025
Jinguo Zhu, Weiyun Wang, Zhe Chen, Zhaoyang Liu, Shenglong Ye, Lixin Gu, Hao Tian, Yuchen Duan, Weijie Su, Jie Shao, Zhangwei Gao, Erfei Cui, Xuehui Wang, Yue Cao, Yangzhou Liu, Xingguang Wei, Hongjie Zhang, Haomin Wang, Weiye Xu, Hao Li, Jiahao Wang, Nianchen Deng, Songze Li,...
2025 arXiv
-
[56]
@esa (Ref
\@ifxundefined[1] #1\@undefined \@firstoftwo \@secondoftwo \@ifnum[1] #1 \@firstoftwo \@secondoftwo \@ifx[1] #1 \@firstoftwo \@secondoftwo [2] @ #1 \@temptokena #2 #1 @ \@temptokena \@ifclassloaded agu2001 natbib The agu2001 class already includes natbib coding, so you should ...
-
[57]
\@lbibitem[] @bibitem@first@sw\@secondoftwo \@lbibitem[#1]#2 \@extra@b@citeb \@ifundefined br@#2\@extra@b@citeb \@namedef br@#2 \@nameuse br@#2\@extra@b@citeb \@ifundefined b@#2\@extra@b@citeb @num @parse #2 @tmp #1 NAT@b@open@#2 NAT@b@shut@#2 \@ifnum @merge>\@ne @bibitem@firs...
-
[58]
`H " XS]v ܁ .5z .Hr U /Q A , YPY^ g؋la8kbM] , < Ĝ` ( z &> oFuA ^+u /x ˎ\ cN ] ьG f jF 8n 3營` | c TRMWDvn΄ˋ 4:C knL2PD> ht xir6P?ҹz y 8JE>9ZĪD ;xȚ t nURKgjR̥? .2?W 'C-, u VB6 E
@open @close @open @close and [1] URL: #1 \@ifundefined chapter * \@mkboth \@ifxundefined @sectionbib * \@mkboth * \@mkboth\@gobbletwo \@ifclassloaded amsart * \@ifclassloaded amsbook * \@ifxundefined @heading @heading NAT@ctr thebibliography [1] @ \@biblabel @NAT@ctr \@bibset...
Reviewed August 4, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.