paper-with-me

Papers

VeriLLM: A Lightweight Framework for Publicly Verifiable Decentralized Inference

2025-09-29 · Ke Wang, Zishuo Zhao, Xinyuan Song, Zelin Li, Libin Xia, Chris Tong, Bill Shi, Wenjie Qu, Eric Yang, Lynn Ai arxiv

Decentralized inference provides a scalable and resilient paradigm for serving large language models (LLMs), enabling fragmented global resource utilization and reducing reliance on centralized providers. However, in a permissionless environment without trusted nodes, ensuring the correctness of model outputs remains a core challenge. We introduce VeriLLM, a publicly verifiable protocol for decentralized LLM inference that achieves security with incentive guarantees while maintaining practical efficiency. VeriLLM combines lightweight empirical rerunning with minimal on-chain checks to preclude free-riding, allowing verifiers to validate results at approximately 1% of the underlying inference cost by exploiting the structural separation between prefill and autoregressive decoding. To prevent verification bottlenecks, we design an isomorphic inference--verification architecture that multiplexes both inference and verification roles across the same GPU workers. This design (i) improves GPU utilization and overall throughput, (ii) enlarges the effective validator set, enhancing robustness and liveness, and (iii) enforces task indistinguishability to prevent node-specific optimizations or selective behavior. Through theoretical analysis and system-level evaluation, we show that VeriLLM achieves reliable public verifiability with minimal overhead, offering a practical foundation for trustworthy and scalable decentralized LLM inference.

📄 PDF Abstract BibTeX arXiv:2509.24257

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

VeriLLMed: Interactive Visual Debugging of Medical Large Language Models with Knowledge Graphs

2026-04-25 · Yurui Xiang, Xingyi Mao, Rui Sheng, Zixin Chen 외 arxiv

Large language models (LLMs) show promise in medical diagnosis, but real-world deployment remains challenging due to high-stakes clinical decisions and imperfect reasoning reliability. As a result, careful inspection of …

Medical DiagnosisKnowledge Graphs

DIAP: A Decentralized Agent Identity Protocol with Zero-Knowledge Proofs and a Hybrid P2P Stack

2025-11-06 · Yuanjie Liu, Wenpeng Xing, Ye Zhou, Gaowei Chang 외 arxiv

The absence of a fully decentralized, verifiable, and privacy-preserving communication protocol for autonomous agents remains a core challenge in decentralized computing. Existing systems often rely on centralized interm…

End-to-End Verifiable Decentralized Federated Learning

2024-04-19 · Chaehyeon Lee, Jonathan Heiss, Stefan Tai, James Won-Ki Hong

Verifiable decentralized federated learning (FL) systems combining blockchains and zero-knowledge proofs (ZKP) make the computational integrity of local learning and global aggregation verifiable across workers. However,…

Federated Learning

Decentralized Task Scheduling in Distributed Systems: A Deep Reinforcement Learning Approach

2026-03-25 · Daniel Benniah John arxiv

Efficient task scheduling in large-scale distributed systems presents significant challenges due to dynamic workloads, heterogeneous resources, and competing quality-of-service requirements. Traditional centralized appro…

Reinforcement Learning

Privacy-Preserving and Verifiable Approximate Distributed Coded Computing

2026-07-02 · Xavier Martínez-Luaña, Alba Gude-Santos, Manuel Fernández-Veiga, Rebeca P. Díaz-Redondo arxiv

Distributed machine learning enables collaborative model training without centralizing data, but it also exposes learning processes to privacy leakage and malicious manipulation. Existing defenses typically address these…

Federated Learning