---
title: Cue Visibility Gap in Detection & Fairness
url: https://www.emergentmind.com/topics/cue-visibility-gap
type: topic
---

# Cue Visibility Gap in Detection & Fairness

Cue Visibility Gap denotes, across several research literatures, a mismatch between cues that are available in an input or task and cues that a detector, reasoning model, awareness measure, or feedback system actually exploits. In adverse-visibility object detection, it is “the divergence between the visual cues humans can exploit in poor‐visibility scenes (e.g. faint shape outlines, motion contrast, contextual priors) and the cues that standard object detectors can extract from the same degraded image.” In the dissociation paradigm, it is “the phenomenon that different direct measures—despite targeting the same critical cue—can behave in qualitatively different ways under an experimental manipulation.” In LLM fairness evaluation, it quantifies “how much a model’s ‘fair’ behavior collapses when you hide the label” [2410.01225] [2209.04442] [2606.31644]. Related multimodal reasoning work diagnoses the same failure mode when MLLMs “under-see” dense tool outputs or when single-image 3D systems exploit only a narrow subset of available monocular cues [2604.12896] [2511.22121].

## 1. Definitions and conceptual scope

The term has acquired domain-specific meanings, but each centers on cue accessibility versus cue utilization. In “Perceptual Piercing,” the Cue Visibility Gap refers to the divergence between the cues humans can exploit in fog, haze, or smoke and the cues conventional detectors extract from the same degraded image; the significance is that low-level features such as edges and color gradients become attenuated, while humans selectively attend to residual contrast or use top-down expectations [2410.01225].

In Schmidt and Biafora’s cue-set account of the dissociation paradigm, the gap appears when different direct measures, all intended to assess awareness of the same critical cue, diverge because they rely on different criterion contents. The critical comparison is not awareness in the abstract, but awareness of the feature-specific perceptual evidence that drives the indirect effect [2209.04442].

In recent LLM safety work, the gap is operationalized as a robustness failure: models appear fair when demographic identity is stated as an explicit label, yet become measurably less fair when the same identity must be inferred. This is termed “performative compliance,” and the Cue Visibility Gap is proposed as a model-agnostic metric for separating genuine from performative moral safety [2606.31644].

A related usage appears in multimodal reasoning and perception-tool interfaces. “Don’t Show Pixels, Show Cues” argues that raw depth maps, flow fields, and correspondences are often misaligned with the language-native reasoning substrate of LLMs, so the bottleneck is not more tool calls or larger MLLMs but how tool outputs are represented. Cue3D, by contrast, treats the gap as a mismatch between cues present in a single image and cues modern single-image-to-3D systems actually exploit [2604.12896] [2511.22121]. This suggests a common family resemblance: cue visibility is not mere signal presence, but usable alignment between evidence and the system that must act on it.

## 2. Formalizations

One influential formalization comes from Perception Programs, denoted P$^2$. Let the pixel domain be
$$
\Omega=\{0,\ldots,W-1\}\times\{0,\ldots,H-1\}.
$$
A finite set of primitives $\mathcal{P}$ is defined, and each primitive $p\in\mathcal{P}$ has spatial support $S_p\subseteq\Omega$ and normalized center coordinate $c_p\in\{0,\ldots,1000\}^2$. For each $p$, the system emits a structured item
$$
I_p=(p,c_p,r_p,b_p),
$$
where $p$ is the primitive ID, $c_p$ the normalized location, $r_p$ the “reading” extracted from tool data on $S_p$, and $b_p$ an optional label. Sparse relations may also be defined as
$$
\mathcal{T}=\{(p_a,\pi,p_b)\}.
$$
The collection $\{I_p\}$ and $\mathcal{T}$ is serialized in a YAML-like block so that an MLLM can parse compact, structured, language-native cues rather than dense numeric maps [2604.12896].

In the dissociation literature, Schmidt and Biafora write a direct measure as a function of its criterion content,
$$
D(M)=f_M(C_M),
$$
where $C_M=\{q^M_1,q^M_2,\ldots\}$ is the set of cues actually used in measure $M$. Validity is defined by inclusion of the critical cue: $M$ is valid for awareness if $q_n\in C_M$. Exhaustive validity requires $RT^*\subseteq C_M$, exclusiveness for the critical cue requires $C_M=\{q_n\}$, and exclusiveness for relevant cues requires $C_M\subseteq RT^*$. A measure is a monotonic integrator if strengthening any cue never decreases the measure, and an exhaustive integrator if that inequality is strict [2209.04442].

In moral-safety benchmarking, the Cue Visibility Gap is defined directly over model decisions. For model $\theta$ and demographic group $G$, the neutral baseline is
$$
s_n(d)=f_\theta(d,X,\mathrm{Neutral}),
$$
the label-exposed decision is
$$
w_{d,X}^{Direct}=f_\theta(d,X,\mathrm{Direct}),
$$
and the label-hidden decision is
$$
w_{d,X}^{Puzzled}=f_\theta(d,X,\mathrm{Puzzled}).
$$
From Favor and Against events relative to the gold “benefit” annotation $b_d$, one computes
$$
Net(G)=Favor(G)-Against(G),
$$
and then
$$
Gap(\theta,G)=Net_{Direct}(\theta,G)-Net_{Puzzled}(\theta,G).
$$
If a model were genuinely label-invariant, the expected outcome would be $Gap\approx 0$ despite correct recovery of the hidden cue [2606.31644].

Cue3D introduces a perturbation-based formulation. For each monocular cue $c$, a perturbation operator $P_c$ maps an image $I$ to $I_c=P_c(I)$ while ablating cue $c$ as selectively as possible. A 3D network $f$ then produces $M_c=f(P_c(I))$, and cue sensitivity is measured by metric degradation such as $\Delta CD_c$ or $\Delta IoU_c$. The paper further defines a cue-saliency vector
$$
S_c^f=\Delta CD_c/\sum_{c'}\Delta CD_{c'}
$$
and a gap measure
$$
G(f)=\|H-S^f\|_1
$$
relative to a synthetic human-cue profile $H$ [2511.22121].

## 3. Computational perception and multimodal reasoning

In multimodal tool use, the cue-visibility problem is framed as a representation bottleneck. Perception Programs rewrite dense tool outputs into compact summaries of what is present, where it is, and how parts relate. Across six perception-centric tasks from BLINK, P$^2$ consistently outperforms both “Standard” and “Raw Tool” inputs. With GPT-5 Mini as the base model, P$^2$ raises accuracy from $41.35\%$ to $86.47\%$ on multi-view reasoning, from $52.42\%$ to $81.45\%$ on relative depth, and yields an overall average gain of $+19.66$. Similar large gains of $19$–$25$ percentage points absolute are reported on Gemini 2.5 Pro, Qwen3VL-4B, and InternVL3.5-2B/4B, setting new state-of-the-art across all six tasks without model fine-tuning. The paper also reports that prompting GPT-5 to reconstruct redacted P$^2$ read-outs from raw tool outputs causes Kendall’s $\tau$ to decay toward $0$ as grid resolution increases, and that these noisy reconstructions remain at approximately $50\%$ accuracy independent of grid size, whereas correct P$^2$ with finer patching pushes accuracy to approximately $85\%$ [2604.12896].

GThinker addresses an adjacent failure mode in end-to-end multimodal reasoning. Its Cue-Rethinking pattern first performs free-form reasoning with explicit visual-cue tags, then re-examines those tagged cues, checks for inconsistencies between image evidence and inference, and revises both cue descriptions and downstream reasoning before finalizing the answer. The training pipeline combines Pattern-Guided Cold Start on $7\,358$ examples with Incentive-RL on $4\,000$ curated reinforcement-learning samples, using DAPO. On M$^3$CoT, GThinker-7B reaches $81.5\%$ overall accuracy, surpassing O4-mini at $80.9\%$; it also reports $66.4\%$ on MMStar, $70.1\%$ on RealWorld QA, $40.7\%$ on MMMU-Pro, $72.7\%$ on MathVista, and $26.6\%$ on MathVision, with all margins stated as significant at $p<0.05$ under paired resampling tests [2506.01078].

Cue3D turns the issue into a diagnostic benchmark for single-image 3D generation. It evaluates seven methods spanning regression-based, multi-view, and native 3D generative paradigms, and perturbs shading, texture, silhouette, perspective, edges, and local continuity. The reported pattern is sharply asymmetric: semantic texture swap barely affects top methods, with $\Delta CD<1$; removing shading causes $\Delta CD\sim 15$–$20$ for SF3D and $\sim 4$–$10$ for InstantMesh and Trellis; silhouette perturbations can induce $\Delta CD>10$–$30$; and $G(f)$ is reported as large, in the range $0.4$–$0.7$, driven by near-zero weight on texture and overweighting of silhouette [2511.22121]. A plausible implication is that cue visibility in modern generative vision models is often dominated by architectural priors and training distributions rather than by the full cue ecology available in the input.

## 4. Poor-visibility detection and attention feedback

Perceptual Piercing addresses the gap in degraded-image detection by embedding human-vision principles into a multi-tiered pipeline. The image formation model is the classic single-image scattering model,
$$
I(x)=J(x)\,t(x)+A\bigl(1-t(x)\bigr),
$$
with transmission
$$
t(x)=e^{-\beta d(x)},
$$
and dehazing estimate
$$
\hat J(x)=\frac{I(x)-A}{\max(t(x),t_0)}+A.
$$
The proposed framework consists of initial quick detection, region-specific dehazing, and in-depth detection. The preliminary detector is YOLOv5s or YOLOv8n; RoIs are boxes with objectness score $>\tau$, and the cue-driven preprocessing extracts RoIs where objectness $>0.3$ and generates an attention mask $M(x)$. In AOD-NetX, five $3\times 3$ convolution layers with ReLU produce $k(x)$, the masked estimate is $\tilde k(x)=M(x)\odot k(x)$, and the final dehazed image is $\hat J(x)=\tilde k(x)\,I(x)-\tilde k(x)+b$. The final detector is YOLOv5x or YOLOv8x with early fusion and squeeze-and-excitation attention. On Foggy Cityscapes, the full YOLOv5s + AOD-NetX + YOLOv5x model reaches foggy mAP $0.6152$, versus $0.5822$ for AOD-Net + YOLOv5x and $0.4850$ for YOLOv5x alone; removing selective attention drops mAP to $0.5760$, removing adaptability scaling to $0.5905$, and replacing RoI-based dehazing with uniform dehazing to $0.5543$ [2410.01225].

In collaborative XR, the “Attention-Aware Pipeline” formulates an analogous visibility problem for gaze. Capture is $g(t)\in\mathbb{R}^3$, Record is $S(t)=R(\{g(\tau)\}_{\tau\le t})$, and Revisualize is $O(t)=V(S(t))$, with the crucial feedback relation that $O(t)$ influences the next gaze sample. Three tensions are emphasized: “Mirror also Steers,” “Attention Paradox,” and the predicted “Tunneling-Target Paradox.” A formative eye-tracking study instrumented a four-piece band with dynamic AOIs derived from YOLOv8 tracking plus manual refinement, and measured dwell time, fixation duration, saccade amplitude, gaze spatial dispersion, transition entropy, blink rate, and head movement. The leader P03 showed highest dispersion at $272$ px, largest saccades at $19.9^\circ$, blink rate $9.3$/min, and head movement $60.3^\circ$/s; the bassist P04 exhibited $66.2\%$ dwell on the leader, dispersion $196$ px, saccades $11.6^\circ$, blink rate $33.2$/min, and $602$ bidirectional transitions in a tight leader–bassist loop [2606.03492]. Here the visibility gap is not missing sensory input but the invisibility of attentional coordination cues, and the pipeline makes explicit that any attempt to reveal attention also perturbs it.

## 5. Cue sets, dissociation, and awareness theory

The awareness-theoretic treatment is the most explicit account of cue-specific validity. In the dissociation paradigm, an indirect measure $I$ testifies to processing of a stimulus feature, while direct measures $D$ are intended to gauge awareness of the feature driving that indirect effect. Schmidt and Biafora distinguish the critical feature $p_n$ from the critical cue $q_n$, the latter being the internal evidence to which any valid direct measure must be sensitive [2209.04442].

Criterion content generalizes Kahneman’s notion of criterion content to the set of cues actually used in the direct task. These may include auxiliary perceptual cues, sensorimotor cues, decisional cues, fringe cues, and strategic cues. Because objective and subjective measures may integrate overlapping but non-identical cue sets, one measure generally cannot replace another without sacrificing information. This is the theoretical basis for Direct–Indirect mismatch and for dissociations among awareness measures [2209.04442].

The paper’s three propositions make the implications explicit. Proposition 1 states that if two measures are both monotonic integrators and a double dissociation is observed, then they cannot both be monotonic functions of the same one-dimensional evidence source. Proposition 2 states that any theory explaining two measures as monotonically increasing functions of a single process is falsified by a double dissociation. Proposition 3 generalizes this to a gradient of direct measures: if at least two of them double dissociate, no one-dimensional theory can account for all the data [2209.04442]. The cue visibility gap, in this framework, is therefore not a defect of instrumentation alone; it is evidence that awareness may be multidimensional and cue-heterogeneous.

## 6. Moral safety and performative compliance

The moral-safety literature converts cue visibility into a benchmarkable robustness problem. The experimental design holds the moral dilemma $d$ and the target individual $X$ fixed, and varies only how demographic identity is conveyed: Neutral contains no demographic information, Direct states it explicitly, and Puzzled encodes the same assignment as the unique solution to a short logic puzzle. Because puzzle solutions are verifiable, analyses restrict to cases where the model correctly recovers gender and race, ruling out information loss as a confound [2606.31644].

The experimental setup includes $14$ LLMs, $3$ genders $\times$ $5$ races, approximately $300$ Direct and $900$ Puzzled dilemmas per model with $8$ probes each, for approximately $19\,200$ model–item interactions, all at temperature $0$. The key macro-averaged result is one-sided: Against rate increases by $+4.4$ percentage points from Direct to Puzzled-hard, whereas Favor rate increases only $+0.9$ points. In Direct, $Net(G)$ is slightly positive or near zero for all genders and races; in Puzzled-hard, $Net(G)$ turns negative for every gender and race, driven by the jump in Against. Hispanic individuals, women, and Muslim individuals show especially consistent shifts under sign tests across the $13$ main models [2606.31644].

The paper further shows that cue visibility changes model rankings. Open-weight models such as Qwen3 8 B and Ministral 8 B exhibit the largest gaps, reported as $+10$–$15$ percentage points, whereas frontier aligned models such as Claude 4.6, Gemini 3, Llama 70 B, and GPT-OSS 20 B have smaller or even negative gaps, approximately $-2$ to $+4$ points [2606.31644]. The central claim is that explicit-label fairness evaluations measure surface compliance rather than moral robustness. In this setting, the Cue Visibility Gap is a stress test for whether fairness survives the weakening of evaluation-like cues.

## 7. Terminological boundaries and research directions

The term should be distinguished from unrelated uses of “visibility” in photonics. Gavenda et al. analyze a visibility bound caused by a distinguishable noise particle, where interference visibility drops to $1/\sqrt{2}$ when the noise photon is principally completely distinguishable and rises to unity for complete indistinguishability; the quantity is interference contrast, not cue utilization [1103.2270]. In one-dimensional $\mathcal{PT}$-symmetric photonic crystals, “unidirectional weak visibility” denotes a band-gap regime with essentially zero transmittance, very large reflectance from one side, and very small reflectance from the other, again a scattering phenomenon rather than a cue-theoretic one [2011.02114].

Within the cue-visibility literature proper, the open directions are highly specific. In adverse-weather detection they include haze-index gating to bypass dehazing when unnecessary, joint end-to-end fine-tuning of dehazing and detector, extension to rain, snow, and nighttime glare, and exploration of learned top-down priors via large vision-language models [2410.01225]. In collaborative XR they include explicit modeling of social targets, anticipation of the feedback loop, choice of additive versus subtractive overlays by scene density, detection of both attentional peaks and gaps, calibration of timing and transparency, role-aware aggregation, and evaluation in ecological settings [2606.03492]. In fairness evaluation, the proposed direction is to add cue variation to existing benchmarks so that deployment decisions are not grounded in Direct-only scores [2606.31644]. Taken together, these programs suggest that closing a cue visibility gap requires not merely more signal, but a disciplined account of which cues are critical, how they are represented, and whether the receiving system can in fact use them.

Source: https://www.emergentmind.com/topics/cue-visibility-gap