paper-with-me

Papers

Privacy-Preserving Deep Learning Using Deformable Operators for Secure Task Learning

2024-04-08 · Fabian Perez, Jhon Lopez, Henry Arguello

In the era of cloud computing and data-driven applications, it is crucial to protect sensitive information to maintain data privacy, ensuring truly reliable systems. As a result, preserving privacy in deep learning systems has become a critical concern. Existing methods for privacy preservation rely on image encryption or perceptual transformation approaches. However, they often suffer from reduced task performance and high computational costs. To address these challenges, we propose a novel Privacy-Preserving framework that uses a set of deformable operators for secure task learning. Our method involves shuffling pixels during the analog-to-digital conversion process to generate visually protected data. Those are then fed into a well-known network enhanced with deformable operators. Using our approach, users can achieve equivalent performance to original images without additional training using a secret key. Moreover, our method enables access control against unauthorized users. Experimental results demonstrate the efficacy of our approach, showcasing its potential in cloud-based scenarios and privacy-sensitive applications.

📄 PDF Abstract BibTeX arXiv:2404.05828

Code (1)

factral/privdl 공식 구현 pytorch

Tasks

Cloud ComputingPrivacy PreservingPrivacy Preserving Deep Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Deformable Convolution Deformable convolutions add 2D offsets to the regular grid sampling locations in the standard convolution. It enables free…

Similar Papers 제목 키워드 기반

Private Text Classification

2018-06-19 · Leif W. Hanlen, Richard Nock, Hanna Suominen, Neil Bacon

Confidential text corpora exist in many forms, but do not allow arbitrary sharing. We explore how to use such private corpora using privacy preserving text analytics. We construct typical text processing applications usi…

ClassificationGeneral ClassificationPrivacy Preservingtext-classification+1

Privacy-Preserving Data Linkage Across Private and Public Datasets for Collaborative Agriculture Research

2024-09-09 · Osama Zafar, Rosemarie Santa Gonzalez, Gabriel Wilkins, Alfonso Morales 외

Digital agriculture leverages technology to enhance crop yield, disease resilience, and soil health, playing a critical role in agricultural research. However, it raises privacy concerns such as adverse pricing, price di…

Privacy Preserving

Knowledge Federation: A Unified and Hierarchical Privacy-Preserving AI Framework

2020-02-05 · Hongyu Li, Dan Meng, Hong Wang, Xiaolin Li

With strict protections and regulations of data privacy and security, conventional machine learning based on centralized datasets is confronted with significant challenges, making artificial intelligence (AI) impractical…

Federated LearningPrivacy Preserving

How to Securely Shuffle? A survey about Secure Shufflers for privacy-preserving computations

2025-07-02 · Marc Damie, Florian Hahn, Andreas Peter, Jan Ramon arxiv

Ishai et al. (FOCS'06) introduced secure shuffling as an efficient building block for private data aggregation. Recently, the field of differential privacy has revived interest in secure shufflers by highlighting the pri…

Low-Latency Privacy-Preserving Deep Learning Design via Secure MPC

2024-07-24 · Ke Lin, Yasir Glani, Ping Luo

Secure multi-party computation (MPC) facilitates privacy-preserving computation between multiple parties without leaking private information. While most secure deep learning techniques utilize MPC operations to achieve f…

Deep LearningPrivacy PreservingPrivacy Preserving Deep Learning