
Briefing
The core research problem is the lack of integrity guarantees in Homomorphic Encryption (HE) schemes, particularly the CKKS scheme used for approximate arithmetic in private machine learning, where non-algebraic maintenance operations cannot be efficiently verified. This paper proposes a foundational breakthrough by introducing HE-IOPs (Homomorphic Encryption Interactive Oracle Proofs) , a novel proof system that shifts verification checks to the plaintext space while computation remains on ciphertexts. This new mechanism efficiently verifies the complex maintenance operations essential for deep homomorphic circuits. The single most important implication is the unlocking of Verifiable Privacy-Preserving Computing (VPPC), establishing a new architectural pillar for trustless, private data analysis and decentralized AI.

Context
Foundational Verifiable Computation (VC) theory, often based on algebraic structures like finite fields, was previously limited to exact arithmetic, leaving a critical gap in the realm of approximate computation. The CKKS scheme, the state-of-the-art for approximate HE over real/complex numbers, relies on non-algebraic operations like rescaling and modulus switching that are fundamentally incompatible with existing succinct proof systems. This theoretical limitation meant that while data could be computed privately, the integrity of the outsourced result remained a matter of trust in the cloud prover.

Analysis
The paper’s core mechanism is the generalization of Interactive Oracle Proofs (IOPs) to the Homomorphic Encryption domain, resulting in the HE-IOP primitive. This approach addresses the CKKS scheme’s non-algebraic operations by creating a proof-friendly representation of the HE ciphertext arithmetic within a polynomial ring. The prover executes the homomorphic computation and simultaneously generates an IOP over the plaintext space, effectively proving the correctness of the unencrypted result that corresponds to the encrypted computation. This decoupling allows the verifier to check the integrity of the entire homomorphic circuit, including the complex maintenance operations, with verification costs substantially lower than re-executing the computation.

Parameters
- Verification Time (Optimized) → 5.6ms → The time required for a single-threaded verifier to check the proof for 4096 encrypted Reed-Solomon codewords, demonstrating high practical efficiency.
- Verified Ciphertexts → >100 → The number of ciphertexts in the three-layer approximate neural network whose homomorphic computation was verified in less than one second, establishing a benchmark for complex AI models.

Outlook
This research establishes a crucial cryptographic building block for the next generation of decentralized applications that require both privacy and verifiable integrity. The immediate next steps involve integrating HE-IOPs into existing ZK-rollup architectures to enable private, verifiable state transitions and confidential smart contract execution. Within 3-5 years, this primitive will unlock decentralized AI marketplaces where models can be trained on private, encrypted data and the correctness of the training process can be verified on-chain, fundamentally altering the architecture of data-intensive, privacy-focused decentralized systems.

Verdict
This new HE-IOP primitive fundamentally extends the theoretical boundary of verifiable computation, making truly private and integrity-guaranteed decentralized AI mathematically feasible.
