paper-with-me

Papers

Guided Diffusion Model for Sensor Data Obfuscation

2024-12-19 · Xin Yang, Omid Ardakanian

Sensor data collected by Internet of Things (IoT) devices carries detailed information about individuals in their vicinity. Sharing this data with a semi-trusted service provider may compromise the individuals' privacy, as sensitive information can be extracted by powerful machine learning models. Data obfuscation empowered by generative models is a promising approach to generate synthetic sensor data such that the useful information contained in the original data is preserved and the sensitive information is obscured. This newly generated data will then be shared with the service provider instead of the original sensor data. In this work, we propose PrivDiffuser, a novel data obfuscation technique based on a denoising diffusion model that attains a superior trade-off between data utility and privacy through effective guidance techniques. Specifically, we extract latent representations that contain information about public and private attributes from sensor data to guide the diffusion model, and impose mutual information-based regularization when learning the latent representations to alleviate the entanglement of public and private attributes, thereby increasing the effectiveness of guidance. Evaluation on three real-world datasets containing different sensing modalities reveals that PrivDiffuser yields a better privacy-utility trade-off than the state-of-the-art obfuscation model, decreasing the utility loss by up to $1.81\%$ and the privacy loss by up to $3.42\%$. Moreover, we showed that users with diverse privacy needs can use PrivDiffuser to protect their privacy without having to retrain the model.

📄 PDF Abstract BibTeX arXiv:2412.14499

Code (0)

등록된 구현이 없습니다.

Tasks

Denoisingmodel

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

CLOAK: Contrastive Guidance for Latent Diffusion-Based Data Obfuscation

2025-12-12 · Xin Yang, Omid Ardakanian arxiv

Data obfuscation is a promising technique for mitigating attribute inference attacks by semi-trusted parties with access to time-series data emitted by sensors. Recent advances leverage conditional generative models toge…

Contrastive Learning

Signaling Friends and Head-Faking Enemies Simultaneously: Balancing Goal Obfuscation and Goal Legibility

2019-05-25 · Anagha Kulkarni, Siddharth Srivastava, Subbarao Kambhampati

In order to be useful in the real world, AI agents need to plan and act in the presence of others, who may include adversarial and cooperative entities. In this paper, we consider the problem where an autonomous agent ne…

Analyzing Chain of Thought (CoT) Approaches in Control Flow Code Deobfuscation Tasks

2026-04-16 · Seyedreza Mohseni, Sarvesh Baskar, Edward Raff, Manas Gaur arxiv

Code deobfuscation is the task of recovering a readable version of a program while preserving its original behavior. In practice, this often requires days or even months of manual work with complex and expensive analysis…

CLIP-guided Diffusion Model for Backdoor Generation in Sensor-based Human Activity Recognition

2026-06-22 · Toby Briston, Illya Kosyk, Kuniyih S arxiv

Sensors are critical components of modern intelligent devices. The proliferation of the Internet of Things (IoT) and wearable mobile devices has enabled the integration of such sensors to monitor the environment and enab…

Human Activity RecognitionMedical Diagnosis

Unsupervised Statistical Feature-Guided Diffusion Model for Sensor-based Human Activity Recognition

2023-05-30 · Si Zuo, Vitor Fortes Rey, Sungho Suh, Stephan Sigg 외

Human activity recognition (HAR) from on-body sensors is a core functionality in many AI applications: from personal health, through sports and wellness to Industry 4.0. A key problem holding up progress in wearable sens…

Activity RecognitionGenerative Adversarial NetworkHuman Activity RecognitionTime Series