PulseAugur / Brief
EN
LIVE 20:33:15

Brief

last 24h
[2/2] 221 sources

Multi-source AI news clustered, deduplicated, and scored 0–100 across authority, cluster strength, headline signal, and time decay.

  1. Encrypted Neural Networks without Overflows

    Researchers have identified a critical vulnerability in Fully Homomorphic Encryption (FHE) schemes, specifically the widely used CKKS scheme, which can lead to overflow attacks. These attacks corrupt neural network outputs by causing inputs to exceed the tolerances of FHE circuits. To address this, the paper proposes a formal verification technique that calculates certified bounds for neuron ranges, effectively eliminating overflows and reducing failure rates to zero in experimental benchmarks. This overflow-free solution is compatible with existing CKKS frameworks by allowing the substitution of standard polynomials with rigorously designed ones. AI

    IMPACT Addresses a critical security flaw in using FHE for private AI inference, potentially enabling more robust and secure deployment of AI models.

  2. Decision-Aware Quadratic ReLU Replacement for HE-Friendly Inference

    Researchers have developed a new method for replacing the ReLU activation function in neural networks with quadratic polynomials, specifically for use with fully homomorphic encryption (FHE). This approach aims to reduce the computational cost of FHE-only inference by using lower-degree polynomials while preserving classification accuracy on calibration datasets. The method formulates the replacement as a linear separation problem and extends to cases with misclassified samples using convex hull relaxations, achieving faster inference times compared to existing methods. AI

    IMPACT Enables more efficient inference for neural networks using fully homomorphic encryption, potentially reducing costs and increasing adoption.