paper-with-me

홈 › Papers

Quantized Approximate Signal Processing (QASP): Towards Homomorphic Encryption for audio

2025-05-15 · Tu Duyen Nguyen, Adrien Lesage, Clotilde Cantini, Rachid Riad

Audio and speech data are increasingly used in machine learning applications such as speech recognition, speaker identification, and mental health monitoring. However, the passive collection of this data by audio listening devices raises significant privacy concerns. Fully homomorphic encryption (FHE) offers a promising solution by enabling computations on encrypted data and preserving user privacy. Despite its potential, prior attempts to apply FHE to audio processing have faced challenges, particularly in securely computing time frequency representations, a critical step in many audio tasks. Here, we addressed this gap by introducing a fully secure pipeline that computes, with FHE and quantized neural network operations, four fundamental time-frequency representations: Short-Time Fourier Transform (STFT), Mel filterbanks, Mel-frequency cepstral coefficients (MFCCs), and gammatone filters. Our methods also support the private computation of audio descriptors and convolutional neural network (CNN) classifiers. Besides, we proposed approximate STFT algorithms that lighten computation and bit use for statistical and machine learning analyses. We ran experiments on the VocalSet and OxVoc datasets demonstrating the fully private computation of our approach. We showed significant performance improvements with STFT approximation in private statistical analysis of audio markers, and for vocal exercise classification with CNNs. Our results reveal that our approximations substantially reduce error rates compared to conventional STFT implementations in FHE. We also demonstrated a fully private classification based on the raw audio for gender and vocal exercise classification. Finally, we provided a practical heuristic for parameter selection, making quantized approximate signal processing accessible to researchers and practitioners aiming to protect sensitive audio data.

📄 PDF Abstract BibTeX arXiv:2505.10500

Code (0)

등록된 구현이 없습니다.

Tasks

Speaker Identificationspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

QASports: A Question Answering Dataset about Sports

2023-09-25 · Simpósio Brasileiro de Bancos de Dados - Dataset Showcase Workshop 2023 9 · Pedro Calciolari Jardim, Leonardo Mauro Pereira Moraes, Cristina Dutra Aguiar

Sport is one of the most popular and revenue-generating forms of entertainment. Therefore, analyzing data related to this domain introduces several opportunities for Question Answering (QA) systems, such as supporting ta…

Decision MakingQuestion Answering

Breaking the waves: asymmetric random periodic features for low-bitrate kernel machines

2020-04-14 · Vincent Schellekens, Laurent Jacques

Many signal processing and machine learning applications are built from evaluating a kernel on pairs of signals, e.g. to assess the similarity of an incoming query to a database of known signals. This nonlinear evaluatio…

Quantization

Highly Accurate CNN Inference Using Approximate Activation Functions over Homomorphic Encryption

2020-09-08 · Takumi Ishiyama, Takuya Suzuki, Hayato Yamana

In the big data era, cloud-based machine learning as a service (MLaaS) has attracted considerable attention. However, when handling sensitive data, such as financial and medical data, a privacy issue emerges, because the…

ClassificationGeneral Classification

HACK: Homomorphic Acceleration via Compression of the Key-Value Cache for Disaggregated LLM Inference

2025-02-05 · Zeyu Zhang, Haiying Shen, Shay Vargaftik, Ran Ben Basat 외

Disaggregated Large Language Model (LLM) inference has gained popularity as it separates the computation-intensive prefill stage from the memory-intensive decode stage, avoiding the prefill-decode interference and improv…

Language ModelingLanguage ModellingLarge Language ModelQuantization

The Inhibitor: ReLU and Addition-Based Attention for Efficient Transformers

2023-10-03 · Rickard Brännvall

To enhance the computational efficiency of quantized Transformers, we replace the dot-product and Softmax-based attention with an alternative mechanism involving addition and ReLU activation only. This side-steps the exp…

Computational EfficiencyPrivacy Preserving