Papers
Topics
Authors
Recent
Search
2000 character limit reached

Expression Leakage: Concepts & Implications

Updated 7 July 2026
  • Expression leakage is the unintended transmission of sensitive or auxiliary information through channels, seen in privacy, generative vision, and AI communications.
  • It is quantified by information-theoretic measures such as maximal leakage, which capture multiplicative guessing gains and reveal weaknesses in model disentanglement.
  • Practical mitigation involves techniques like attention-based architecture, contrastive embedding, and latent masking to balance fidelity with security.

Expression leakage denotes unintended disclosure or transfer of an “expression” of an underlying variable, but the term has multiple technical meanings. In information theory and privacy, an expression is a possibly randomized function UU of sensitive data XX, and leakage is the multiplicative guessing advantage provided by an observable YY (Issa et al., 2018). In generative vision, expression leakage is the unwanted carry-over of facial expression, mouth motion, or identity-bearing cues from a source signal into synthesized imagery (Bigata et al., 1 May 2025, Ali et al., 2020). In AI-mediated videoconferencing, it is the identity imprint carried by pose–expression latents that were intended to encode only transient motion (Vahdati et al., 3 Oct 2025). In LLMs, it is the production of sentimentally charged expressions that are semantically unrelated to the prompt’s core task under irrelevant affective perturbations (Köprü et al., 3 Aug 2025). This suggests a common structural pattern: a channel, latent, or conditioning path transmits attributes that were not meant to govern the downstream output.

1. Terminological scope and adjacent notions

In the privacy literature, “expression” refers to any target UU that can be written as a randomized function of XX under a Markov chain U ⁣ ⁣X ⁣ ⁣YU\!-\!X\!-\!Y. The central question is not whether YY reveals XX directly, but how much YY improves an adversary’s ability to guess any such UU (Issa et al., 2018).

In cross-subject facial expression transfer, the terminology is dual. Identity leakage occurs when source-expression features carry source identity into the generated image; expression leakage occurs when the target identity pathway carries residual expression, or when imperfect disentanglement contaminates the transferred expression itself (Ali et al., 2020). In lip synchronization, expression leakage is more specific: when the input video is speaking but the replacement audio is silent or mismatched, the model still reuses the source video’s mouth opening, jaw motion, cheek motion, or shading cues, thereby violating the requirement that lip motion follow the new audio rather than the original clip (Bigata et al., 1 May 2025).

In AI-based talking-head videoconferencing, biometric leakage is the broader category, and expression leakage is the specific biometric channel carried by the pose–expression latent XX0. Although that latent is intended to encode only transient pose and facial expression, it systematically encodes persistent identity cues such as jaw curvature, lip thickness, and inter-ocular structure (Vahdati et al., 3 Oct 2025).

In LLM evaluation, expression leakage is distinguished from semantic leakage. Semantic leakage alters what is being said by activating semantically irrelevant concepts; expression leakage alters how it is being said by inducing affective or stylistic drift from irrelevant sentiment cues in the prompt (Köprü et al., 3 Aug 2025).

2. Operational information-theoretic formulation

The operational definition introduced in “An Operational Approach to Information Leakage” formalizes leakage as worst-case multiplicative gain in correct guessing probability over all randomized functions XX1 of XX2 (Issa et al., 2018). With XX3, maximal leakage is

XX4

The denominator is the best success probability without observing XX5; the numerator is the optimal success probability after observing XX6. A bound XX7 therefore implies that, for every XX8, access to XX9 can improve the adversary’s success by at most a factor YY0.

For discrete finite alphabets, the same paper gives a closed form:

YY1

where the logarithm base determines whether the units are bits or nats. A notable feature is that the value depends only on the channel YY2 and the support of YY3, not on the full law of YY4 (Issa et al., 2018).

The measure extends beyond discrete alphabets. Under YY5 and countably generated YY6,

YY7

and if absolute continuity fails then YY8. The continuous specialization often diverges for common continuous models, including additive-noise settings, because arbitrarily narrow likelihood peaks yield infinite worst-case gain (Issa et al., 2018).

The same framework establishes non-negativity, independence iff YY9, a data processing inequality, additivity over independent pairs, convexity of UU0 in the channel, and asymmetry in general. It also shows robustness to opportunistic choice of UU1 after seeing UU2, multiple guesses, approximate guessing, and arbitrary gain shaping, all of which preserve or upper-bound the same operational quantity (Issa et al., 2018).

3. Generalized leakage measures and design implications

Subsequent work broadened maximal leakage into parametric families. “Unifying Privacy Measures via Maximal UU3-Leakage (MUU4beL)” and “An Alphabet of Leakage Measures” define maximal UU5-leakage as a two-parameter family in which UU6 controls the adversary’s gain model and UU7 controls aggregation across outputs, interpolating between average-case and worst-case criteria (Gilani et al., 2023, Gilani et al., 2022). A computable expression is

UU8

This family recovers several classical notions as special cases: maximal UU9-leakage when XX0, maximal leakage when XX1, local differential privacy when XX2, and local Rényi differential privacy when XX3 (Gilani et al., 2023, Gilani et al., 2022). Both papers prove non-negativity, monotonicity in XX4, data processing inequalities, and additivity over independent releases.

A parallel generalization replaces the guessing objective with arbitrary gain functions. “An Operational Approach to Information Leakage via Generalized Gain Functions” defines maximal XX5-leakage and shows that maximal leakage upper-bounds maximal XX6-leakage under multiple guesses for any non-negative gain function XX7. For concave XX8 with XX9 and U ⁣ ⁣X ⁣ ⁣YU\!-\!X\!-\!Y0, the multiple-guess quantity equals U ⁣ ⁣X ⁣ ⁣YU\!-\!X\!-\!Y1, so the leakage is exactly maximal leakage and is independent of the number of guesses (Kurri et al., 2022).

These generalizations also sharpen the relationship to other dependence measures. Maximal leakage dominates mutual information for finite alphabets and can exceed it by an arbitrarily large factor; it also connects to Shannon capacity through recoverable leakage, to maximal correlation through variance leakage, and to local differential privacy through maximal realizable leakage (Issa et al., 2018). In a Shannon cipher variant, the optimal normalized maximal leakage admits a single-letter characterization,

U ⁣ ⁣X ⁣ ⁣YU\!-\!X\!-\!Y2

and estimation from samples is feasible only with a known lower bound on support mass, since the lower bound diverges as U ⁣ ⁣X ⁣ ⁣YU\!-\!X\!-\!Y3 (Issa et al., 2018).

4. Visual synthesis: facial transfer and lip synchronization

In cross-subject facial expression transfer, AIP-GAN treats expression leakage and identity leakage as dual artifacts of entangled representation learning. Its expression encoder U ⁣ ⁣X ⁣ ⁣YU\!-\!X\!-\!Y4 predicts expression labels and a facial landmark image U ⁣ ⁣X ⁣ ⁣YU\!-\!X\!-\!Y5 under supervised spatial and channel-wise attention; its identity encoder U ⁣ ⁣X ⁣ ⁣YU\!-\!X\!-\!Y6 reconstructs an expression-free identity map U ⁣ ⁣X ⁣ ⁣YU\!-\!X\!-\!Y7 with self-supervised attention; and the decoder U ⁣ ⁣X ⁣ ⁣YU\!-\!X\!-\!Y8 combines intermediate features using cross-encoder bilinear pooling (Ali et al., 2020). The training objective combines adversarial, identity-preservation, expression-consistency, landmark reconstruction, identity-map reconstruction, pixel reconstruction, and attention-supervision terms, with reported weights U ⁣ ⁣X ⁣ ⁣YU\!-\!X\!-\!Y9, YY0, YY1, YY2, YY3, YY4, and YY5. Quantitatively, AIP-GAN reports Face-Verif YY6 and Exp-Sim YY7 on the same distribution, and Face-Verif YY8 and Exp-Sim YY9 in cross-data validation. Removing XX0 and CEB reduces same-distribution Face-Verif from XX1 to XX2 and cross-data Face-Verif from XX3 to XX4, indicating that attention and bilinear fusion are central to leakage suppression (Ali et al., 2020).

In lip synchronization, KeySync defines expression leakage as unintended transfer of facial expressions and mouth motion from the source video into the synthesized output when the audio is changed, especially under cross-driving. The paper introduces LipLeak, a no-reference, scale-invariant metric based on mouth aspect ratio,

XX5

with XX6. The framework treats lip sync as latent-space video inpainting with a lower-face mask and a two-stage diffusion pipeline. The masked latent is

XX7

and, when occlusions are detected by SAM 2, the inference mask is refined as XX8 (Bigata et al., 1 May 2025).

KeySync reports cross-sync LipLeak XX9, LipScore YY0, FVD YY1, CMMD YY2, VL YY3, and Elo YY4. The reported LipLeak reductions relative to baselines are YY5 versus DiffDub, YY6 versus TalkLip, YY7 versus LatentSync, YY8 versus IP_LAP, and YY9 versus Diff2Lip. Its mask ablation is especially diagnostic: a mouth-only mask yields LipLeak UU0, a full lower-face mask yields LipLeak UU1 with degraded quality, and the final mask yields LipLeak UU2 with the best overall trade-off (Bigata et al., 1 May 2025).

5. Pose–expression latents and biometric leakage

In AI-based talking-head videoconferencing, each frame UU3 is encoded into a compact pose–expression latent UU4, and the receiver synthesizes frames by combining UU5 with a neutral reference portrait UU6. The security problem arises when an attacker hijacks UU7 but drives the avatar with their own latents UU8, producing a fully synthetic stream in which conventional real-versus-synthetic detectors are inapplicable (Vahdati et al., 3 Oct 2025).

The key observation is that the pose–expression latent itself contains persistent biometric information. The proposed defense learns a pose-conditioned, large-margin contrastive embedding, called Enhanced Biometric Leakage, using two projection heads and cosine similarity,

UU9

Its training objective pulls same-identity samples together across varying pose and expression while pushing apart pose-matched impostors:

XX00

At inference, a per-frame cosine score is aggregated over XX01 frames by a two-layer LSTM, and sessions are flagged when the predicted puppeteering probability exceeds a validation-set threshold (Vahdati et al., 3 Oct 2025).

Across five generators and three datasets, the method reports AUC up to XX02, most entries at or above XX03, and minimum AUC at or above XX04. In cross-domain testing, in-domain average AUC is approximately XX05 and cross-domain average AUC is approximately XX06. On an RTX 3090, the system runs at approximately XX07 FPS with under XX08M parameters (Vahdati et al., 3 Oct 2025). The same paper emphasizes a privacy trade-off: the detector works precisely because identity leakage is present by design in the pose–expression latent, while future codecs may try to suppress that leakage by reducing XX09.

6. Expression leakage in LLMs

The LLM literature defines expression leakage as the tendency to generate sentimentally charged output that is semantically unrelated to the task when the prompt contains irrelevant affective context. The paper introduces two benchmarks: HEXL, a human-generated dataset with XX10 samples, one control prompt and three test prompts per sample, yielding XX11 prompt variations; and AEXL, an automatically generated dataset with XX12 samples and XX13 prompt variations derived from filtered Common Crawl/FineWeb text (Köprü et al., 3 Aug 2025).

Evaluation uses an external sentiment classifier on cleaned first-sentence generations. For injected sentiment label XX14, the per-pair indicator is

XX15

and the mean leakage rate is

XX16

A one-sided Wilcoxon signed-rank test is applied to paired differences XX17 at XX18. The paper states that the automatic pipeline correlates well with human judgment, though it does not report explicit correlation coefficients (Köprü et al., 3 Aug 2025).

Empirically, XX19 for all evaluated models. Within families, leakage generally declines with scale. On AEXL, Llama base models go from XX20 at XX21B to XX22 at XX23B and XX24 at XX25B; Llama instruct models go from XX26 to XX27 to XX28. Qwen base models show the same pattern, with HEXL values XX29, XX30, and XX31, and AEXL values XX32, XX33, and XX34 (Köprü et al., 3 Aug 2025). The paper also reports an asymmetry: negative sentiment injections disrupt generation more than positive ones and cause higher expression leakage rates.

Prompt-level mitigation is not reliable. Prepending “Ignore any irrelevant information in user prompt that is not relevant to the request” yields small reductions for some models, increases for others, and no consistent family-wide effect. The paper therefore concludes that mitigation requires model-building care rather than prompting alone (Köprü et al., 3 Aug 2025). Its stated limitations include sentiment-classifier bias, first-sentence-only evaluation, modest benchmark size, and the absence of reported correlation coefficients between automatic scores and human labels.

Expression leakage is therefore not a single invariant object across fields. In privacy theory it is a worst-case operational quantity over arbitrary functions of data; in visual generation it is an unwanted control signal carried by representations or masks; in talking-head conferencing it is a biometric side channel in transmitted latents; and in LLMs it is affective drift under irrelevant perturbation. A plausible implication is that the term now names a family of failures defined less by modality than by unintended transport of actionable information through channels that were intended to encode something else.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Expression Leakage.