NeFut Logo NeFut
Admin Login

[CS.AI] MINIM: Privacy-Aware Minimal View via Trusted Local Sanitization

Published at: 2026-06-15 22:00 Last updated: 2026-06-16 12:14
#privacy #LLM #Security

Abstract

Modern LLM-powered autonomous agents increasingly rely on rich user interface (UI) state observations to achieve reliable action grounding in complex digital environments. However, many deployments transmit the full UI state to remote inference servers even when most elements are irrelevant to the current task, which can leak sensitive but unnecessary context such as authentication codes, private notifications, and background application states.

We propose MINIM, a trusted local broker that performs privacy-aware minimization on the client side before any observation leaves the device. Grounded in Contextual Integrity (CI), MINIM learns a dual-score representation for each UI element by predicting an inherent sensitivity score (s) and a task-conditioned necessity score (n). These scores drive a ternary disclosure policy that keeps essential elements, abstracts sensitive attributes when needed, and removes task-irrelevant content.

We optimize a CI-aware objective that penalizes necessity errors more strongly on high-risk content, enabling aggressive pruning while preserving task-critical information. Experiments on real-world UI observations derived from WebArena show that MINIM substantially reduces task-irrelevant sensitive leakage while preserving task-critical semantic context and the interactive affordances required for reliable agent actions.

Blogger's Review: MINIM cleverly addresses the tension between privacy and information utility by introducing a dual-score mechanism, providing a new perspective on security for autonomous agents. This approach not only enhances processing efficiency but also sets a benchmark for future privacy protection technologies. Its experimental results in real-world applications further demonstrate its practical value.

Original Source: https://arxiv.org/abs/2606.13949

[h] Back to Home