paper-with-me

Papers

Bionetta: Efficient Client-Side Zero-Knowledge Machine Learning Proving

2025-10-08 · Dmytro Zakharov, Oleksandr Kurbatov, Artem Sdobnov, Lev Soukhanov, Yevhenii Sekhin, Vitalii Volovyk, Mykhailo Velykodnyi, Mark Cherepovskyi, Kyrylo Baibula, Lasha Antadze, Pavlo Kravchenko, Volodymyr Dubinin, Yaroslav Panasenko arxiv

In this report, we compare the performance of our UltraGroth-based zero-knowledge machine learning framework Bionetta to other tools of similar purpose such as EZKL, Lagrange's deep-prove, or zkml. The results show a significant boost in the proving time for custom-crafted neural networks: they can be proven even on mobile devices, enabling numerous client-side proving applications. While our scheme increases the cost of one-time preprocessing steps, such as circuit compilation and generating trusted setup, our approach is, to the best of our knowledge, the only one that is deployable on the native EVM smart contracts without overwhelming proof size and verification overheads.

📄 PDF Abstract BibTeX arXiv:2510.06784

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

zkFL: Zero-Knowledge Proof-based Gradient Aggregation for Federated Learning

2023-10-04 · Zhipeng Wang, Nanqing Dong, Jiahao Sun, William Knottenbelt 외

Federated learning (FL) is a machine learning paradigm, which enables multiple and decentralized clients to collaboratively train a model under the orchestration of a central aggregator. FL can be a scalable machine lear…

Federated Learning

CLIP-guided Federated Learning on Heterogeneous and Long-Tailed Data

2023-12-14 · Jiangming Shi, Shanshan Zheng, Xiangbo Yin, Yang Lu 외

Federated learning (FL) provides a decentralized machine learning paradigm where a server collaborates with a group of clients to learn a global model without accessing the clients' data. User heterogeneity is a signific…

Contrastive LearningFederated Learningimage-classificationImage Classification+3

ZORRO: Zero-Knowledge Robustness and Privacy for Split Learning (Full Version)

2025-09-11 · Nojan Sheybani, Alessandro Pegoraro, Jonathan Knauer, Phillip Rieger 외 arxiv

Split Learning (SL) is a distributed learning approach that enables resource-constrained clients to collaboratively train deep neural networks (DNNs) by offloading most layers to a central server while keeping in- and ou…

ZK-APEX: Zero-Knowledge Approximate Personalized Unlearning with Executable Proofs

2025-12-09 · Mohammad M Maheri, Sunil Cotterill, Alex Davidson, Hamed Haddadi arxiv

Machine unlearning aims to remove the influence of specific data points from a trained model to satisfy privacy, copyright, and safety requirements. In real deployments, providers distribute a global model to many edge d…

Zero-Knowledge Federated Learning: A New Trustworthy and Privacy-Preserving Distributed Learning Paradigm

2025-03-18 · Yuxin Jin, Taotao Wang, Qing Yang, Long Shi 외

Federated Learning (FL) has emerged as a promising paradigm in distributed machine learning, enabling collaborative model training while preserving data privacy. However, despite its many advantages, FL still contends wi…

Federated LearningPrivacy Preserving