Datasets:
File size: 4,648 Bytes
20daa97 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 | ---
language:
- en
license: cc-by-nc-4.0
task_categories:
- image-classification
pretty_name: VPD-100K
size_categories:
- 100K<n<1M
tags:
- privacy
- computer-vision
- object-detection
- livestream
- visual-privacy
- icml-2026
- video privacy
paperswithcode_id: null
---
# VPD-100K: Towards Generalizable and Fine-grained Visual Privacy Protection
> **Official dataset for the ICML 2026 paper**
>
> **VPD-100K: Towards Generalizable and Fine-grained Visual Privacy Protection**
๐ **Project Page:** https://vpd-100k.github.io/
๐ **Paper:** https://arxiv.org/abs/2605.10229
---
# Overview
Visual privacy protection has become increasingly important as people continuously share images and live-stream videos online. Existing visual privacy datasets are generally limited in scale, annotation granularity, and scene diversity, making it difficult to train models that generalize to real-world privacy-sensitive scenarios.
VPD-100K is a large-scale benchmark specifically designed for **generalizable visual privacy detection**. It contains **100,000 images**, over **190,000 annotated privacy instances**, and **33 fine-grained privacy categories** covering a broad spectrum of real-world privacy leakage scenarios.
The dataset was introduced in the following paper:
> **VPD-100K: Towards Generalizable and Fine-grained Visual Privacy Protection**
> ICML 2026
---
# Highlights
- ๐ท **100,000 images**
- ๐ฏ **190,000+ annotated privacy instances**
- ๐ท๏ธ **33 fine-grained categories**
- ๐ Covers diverse real-world environments
- ๐บ Designed for both image understanding and live-stream privacy protection
- ๐ High-resolution images (over half exceed 1080p) for detecting tiny privacy-sensitive objects
---
# Privacy Taxonomy
VPD-100K organizes privacy-sensitive content into **four primary domains**.
## 1. Human Presence
Sensitive human identity information, including different types of faces under diverse environments.
Examples include:
- Adult faces
- Child faces
- Crowd faces
- Partial faces
---
## 2. On-Screen Personally Identifiable Information (PII)
Digital information displayed on monitors, phones, tablets, or other screens.
Examples include:
- Passwords
- Chat messages
- Email addresses
- User accounts
- Verification codes
- Banking interfaces
---
## 3. Physical Identifiers
Physical documents and objects that contain sensitive personal information.
Examples include:
- Passport
- ID card
- Bank card
- Boarding pass
- Ticket
- Driver license
---
## 4. Location Indicators
Objects revealing the physical location of users.
Examples include:
- Street signs
- Shop signs
- Community names
- Building names
- Address plates
---
# Dataset Statistics
| Property | Value |
|-----------|------:|
| Images | 100,000 |
| Object Instances | 190,000+ |
| Categories | 33 |
| Primary Domains | 4 |
| Resolution | Over 50% >1080p |
The dataset exhibits realistic characteristics including:
- Long-tail class distribution
- Small-object dominance
- High visual complexity
- Diverse indoor and outdoor environments
These properties make VPD-100K particularly suitable for evaluating privacy detection methods in challenging real-world applications.
---
# Intended Uses
VPD-100K can be used for:
- Visual privacy detection
- Object detection
- Privacy-aware computer vision
- Live-stream privacy protection
- Privacy-preserving AI
- Benchmarking privacy detection algorithms
---
# Ethical Considerations
To avoid exposing real users' sensitive information, privacy-critical scenarios involving digital interfaces (such as face and account information) are reconstructed using high-fidelity simulated environments instead of collecting real personal data whenever possible.
Researchers should ensure that models trained on this dataset are used responsibly and comply with applicable privacy regulations.
---
# Citation
If you use VPD-100K in your research, please cite:
```bibtex
@inproceedings{vpd100k2026,
title={VPD-100K: Towards Generalizable and Fine-grained Visual Privacy Protection},
author={Hu, Xiaobin and Zuo, Enpu and Hu, Lanping and Yang, Kaiwen and Liao, Dianshu and Zhang, Tianyi and Yin, Bo and Zhou, Yinsi and Pan, Shidong and Sun, Xiaoyu},
booktitle={Proceedings of the International Conference on Machine Learning (ICML)},
year={2026}
}
```
---
# License
Please refer to the official project page for the latest licensing information.
---
# Links
- ๐ Project Page: https://vpd-100k.github.io/
- ๐ Paper: https://arxiv.org/abs/2605.10229
- ๐ค Hugging Face Dataset: https://huggingface.co/datasets/XiaoyuSunANU/Visual_Privacy_Dataset |