PrivLEX: Detecting legal concepts in images through Vision-Language Models
Darya Baranouskaya, Andrea Cavallaro
TL;DR
PrivLEX tackles the problem of identifying potential personal data leaks in images by grounding predictions in legally defined personal data concepts from the DPV-PD taxonomy. It employs a label-free Concept Bottleneck Model with zero-shot concept detection from Vision-Language Models, computing concept scores $c_{ij}$ via $c_{ij} = \frac{I_i \cdot T_j}{\|I_i\| \|T_j\|}$, normalizing to $[0,1]$, and using a sparse Logistic Regression classifier to predict privacy while providing interpretable concept-level explanations. The method achieves state-of-the-art performance among interpretable privacy classifiers on PrivacyAlert and VISPR, while enabling analysis of concept-level contributions and dataset biases. The work demonstrates the practicality of legally grounded, interpretable privacy reasoning in images and outlines avenues for improvement, such as leveraging the DPV-PD hierarchy and incorporating OCR for document understanding.
Abstract
We present PrivLEX, a novel image privacy classifier that grounds its decisions in legally defined personal data concepts. PrivLEX is the first interpretable privacy classifier aligned with legal concepts that leverages the recognition capabilities of Vision-Language Models (VLMs). PrivLEX relies on zero-shot VLM concept detection to provide interpretable classification through a label-free Concept Bottleneck Model, without requiring explicit concept labels during training. We demonstrate PrivLEX's ability to identify personal data concepts that are present in images. We further analyse the sensitivity of such concepts as perceived by human annotators of image privacy datasets.
