---
title: Perception-Focused Supervision
url: https://www.emergentmind.com/topics/perception-focused-supervision
type: topic
---

# Perception-Focused Supervision

Perception-focused supervision denotes a family of methods that place supervisory pressure on perceptual variables, perceptual processes, or perceptually grounded intermediate representations rather than relying exclusively on final actions, sequence-level rewards, or high-level reasoning traces. In recent literature, the term has been used for supervisory aids that augment human access to command and attention signals, for vision-language model post-training schemes that explicitly separate “perception” from “reasoning,” for preference and reward designs that target hallucinated visual claims, and for self-supervised or synthetic objectives built from gaze, relative speed, CLIP-aligned semantics, viewpoint motion, lane geometry, or partial image views [2402.18707][2601.18015][2605.29496][2604.24583].

## 1. Conceptual scope and common structure

Across domains, the unifying move is to replace coarse supervision with signals that are closer to the system’s perceptual bottleneck. In one formulation, the output is explicitly factorized as $y=(p,r)$, where $p$ is a compact, canonical transcription of the image and $r$ is the step-by-step derivation; in another, supervision is applied to attended regions, hallucinated spans, gaze allocation, or command signals; in still others, lane centerlines, predicted motions of surrounding agents, or egocentric camera trajectories become the primary learning targets for downstream control [2605.29496][2606.03376][2604.24583][2511.08214].

| Research setting | Perceptual signal | Supervisory form |
|---|---|---|
| Human supervisory control | $u(t)$, gaze on AOIs | haptic display, adaptive saliency cues |
| VLM post-training | $p$ before $r$; boxes $\mathcal B$; description segment $d$ | loss re-weighting, alternating GRPO, image-only teacher |
| Hallucination and defense | attended crops, hallucinated spans, partial crops | DPO pairs, token-level penalties, weak-to-strong prompting |
| Representation learning | relative speed, appearance difference, CLIP semantics, gaze labels | triplet loss, InfoNCE, MS-CLIP loss, supervised saliency |
| Embodied control | camera motion, lane centerlines, predicted agent motion | joint action prediction, positive/negative self-supervision |

A recurring pattern is that perception-focused supervision narrows credit assignment. Instead of treating the final answer or final trajectory as the only object of optimization, these methods identify where perception enters the pipeline and attach training or intervention signals there. This suggests a broader methodological principle: when performance is limited by what a system sees, transcribes, attends to, or localizes, supervision that directly addresses those stages can outperform supervision applied only after reasoning or control has already compounded the error.

## 2. Human supervisory systems and perceptual access

In manual control, an operator issues a command signal $u(t)$ and gains access to that signal via efference copy and proprioception, enabling predictive sensory filtering under the “reafference principle.” In supervisory control, by contrast, the human typically observes only the reference $r(t)$ and plant output $y(t)$ visually, lacking access to the command $u(t)$ that drove the system. “Embodied Supervision” tests whether supplying a copy of $u(t)$ improves supervisory inference, especially when delivered haptically through a passive joystick driven by the operator’s command [2402.18707].

The experimental system used two identical one-degree-of-freedom joysticks on low-friction linear slides, a pure integrator plant $P(s)=1/s$, and three reference signals
$$
r_i(t)=\sum_{k=1}^{10} A[k]\sin(2\pi f[k] t+\phi_i[k]).
$$
Supervisors viewed all three trajectories and the white cursor $y(t)$ under three conditions: uOff, uVisual, and uHaptic. The supervisory estimate of the reference was modeled as $\hat r(t)=y(t)$ without $u(t)$ and $\hat r(t)=y(t)+u(t)/K_p$ with $u(t)$. Simulation RMS errors versus the true reference were $\mathrm{RMS}[y(t)-r(t)]=0.6645$ and $\mathrm{RMS}[\hat r(t)-r(t)]=0.4629$. With $N=10$, Target Selection Accuracy was $86.58\%\pm 9.72$ in uOff, $84.69\%\pm 7.39$ in uVisual, and $88.30\%\pm 7.85$ in uHaptic; the one-way repeated-measures ANOVA gave $F(2,18)=3.56$, $p<0.05$, generalized $\eta^2=0.046$, and the uHaptic vs. uVisual difference was significant under Bonferroni correction. Target Selection Delay also decreased from $0.6058\pm 0.2778$ in uOff to $0.4938\pm 0.1955$ in uHaptic, while participant surveys reported that haptic feedback increased confidence and that visual joystick motion tended to distract or be ignored [2402.18707].

The same perceptual emphasis appears in gaze-based decision support for UAV command-and-control. “Eyes on the Mission” defines perception-focused supervision as supervisory aids that monitor and intervene in an operator’s perceptual processes so that critical information is neither overlooked nor under-attended. Its adaptive DST used a Tobii Pro Nano eye-tracker at 60 Hz, defined fixations as gaze samples staying within a $1^\circ$ visual angle for at least 100 ms, and triggered an AOI-specific cue when $t-t_{\text{last fixation}_i}>\tau$ with $\tau=3\,\mathrm{s}$. The cue combined a warning message, color-coding, and a $1\,\mathrm{Hz}$ blinking red outline, and was placed near the timeline following the proximity-compatibility principle [2601.18015].

With $N=25$ participants and $N=23$ complete intervention datasets, the main effect of Condition on the composite Measure of Performance was $F(1,22.85)=7.19$, $p=.013$, with Intervention exceeding Control by about 7 points on average. The Condition×Trial Order interaction was also significant, $F(1,24.97)=5.04$, $p=.035$. On the Convoy Health AOI, average fixation duration fell from a Control median of $335\,\mathrm{ms}$ to an Intervention median of $53\,\mathrm{ms}$, Wilcoxon $V=237$, $p=.012$, $r=.52$, and total fixation duration fell from $18{,}970\,\mathrm{ms}$ to $11{,}241\,\mathrm{ms}$, $V=220$, $p=.046$, $r=.41$. Notably, 88% of participants did not consciously notice the adaptive cues, yet reported feeling more secure and planning more proactively when the DST was active [2601.18015].

Taken together, these studies define a human-centered branch of perception-focused supervision: the supervisor is not merely given more outcome data, but is given access to missing perceptual channels—command proprioception in one case, attention-guiding salience in another.

## 3. Decoupling perception and reasoning in vision-language models

A central result of recent VLM post-training work is that reasoning and perception do not improve symmetrically. “On Asymmetric Optimization of Reasoning and Perception in Vision-Language Model Post-Training” imposes disentangled outputs $y=(p,r)$, where $p$ is the perception segment and $r$ the reasoning segment, and evaluates perception accuracy as $a_p=1(p=p^*)$ and counterfactual reasoning accuracy as $a_r=\mathrm{Acc}(r' \mid p^*)$. On Graph Coloring and Sudoku, standard SFT allocates only a weak signal to perception because $p$ occupies about $2.2\%$ of tokens in GC and $2.5\%$ in Sudoku, contributing only about $1.3\%$ of the loss and about $8.5\%$ of the gradient norm. The paper decomposes the loss into $L_p$ and $L_r$, uses
$$
L_{SFT,\lambda}=\lambda\cdot(L_p/|p|)+(1-\lambda)\cdot(L_r/|r|),
$$
and further applies NGDiff with weights based on inverse gradient norms. Manual $\lambda$-reweighting improves end-to-end accuracy by 10.0–13.8 points, and NGDiff yields up to +18.2 points over standard SFT [2605.29496].

The same paper shows that RL exhibits a different asymmetry. Under Group-Relative PPO, end-to-end outcome rewards correlate much more strongly with reasoning correctness (Pearson’s $r\approx 0.65$–$1.00$) than with perception accuracy ($r\approx 0.34$–$0.43$). The proposed mixed reward
$$
R_\alpha(y\mid x)=\alpha\cdot a_p+(1-\alpha)\cdot a
$$
improves end-to-end accuracy by up to +6.0 points with oracle $a_p$, while a teacher-model surrogate reward with correlation about $0.95$ to $a_p$ yields +3.2 points [2605.29496]. A common misconception is therefore directly contradicted by these results: better post-training on reasoning does not by itself imply comparable improvement in perception.

“Perceive-to-Reason” generalizes the same separation into a two-stage inference pipeline. A shared VLM backbone first acts as a Perceiver, sampling $K$ bounding boxes $\mathcal B=\{B_k\}_{k=1}^K$ from $\pi_p(\cdot\mid I,\tilde Q_p;\theta)$, then as a Reasoner, answering from the annotated image $I_a$, the cropped evidence $I_c$, and the original question $Q$. Training uses Perception-Reasoning Alternating GRPO, with binary reward $r_i=\mathbf 1[Y_i=Y_{\text{gold}}]$ and alternating updates so that final-answer correctness becomes a role-specific signal for either the Perceiver or the Reasoner. On a 4B model, P2R improves V-Star from 81.7% to 93.2%, HR-Bench-4K from 73.8% to 81.9%, and HR-Bench-8K from 67.0% to 80.5% [2607.01191].

“Seeing Before Reasoning” implements a closely related principle through on-policy self-distillation. ViGOS requires the student to generate $y=(d,r,a)$, where $d$ is a visual description, $r$ a reasoning segment, and $a$ the final answer. The description tokens are supervised by an image-only perception teacher $q_{\mathrm{img},t}=p_{\bar\theta}(\cdot\mid I,h_t)$, yielding
$$
\mathcal L_{\mathrm{perc}}
=
\mathbb E[(1-m_{\mathrm{inv}}(y))\sum_{t\in \mathcal T_d} D_{\mathrm{KL}}(q_{\mathrm{img},t}\,\|\,p_{\theta,t})].
$$
On a 3B backbone, removing the perception loss reduces CV-Bench Pass@5 from 91.51 to 91.09 and ViLP Score from 69.84 to 67.58; the full model also reduces Privileged Answer Leakage Rate from 17.26% to 6.33% at 3B and from 26.01% to 7.56% at 7B [2606.19120].

These works establish a distinct research program: perception is treated as a separable stage with its own output space, loss, teacher, or RL role, and model quality is improved by preventing reasoning supervision from dominating the training signal.

## 4. Preference, process rewards, and robustness-oriented supervision

Another line of work applies perception-focused supervision through preference optimization, process reward modeling, or inference-time weak-to-strong guidance. “P²-DPO” argues that hallucination in LVLMs reflects not only perceptual failure in the encoder but also “last-mile” errors in Perceptual Processing. It constructs on-policy, vision-aware preference pairs in two forms. Focus-and-Enhance pairs use an explicit-focus prompt, extract an attention map, crop the salient region, form an enhanced input $I_{\mathrm{aug}}=\mathrm{Combine}(I,I_{\mathrm{crop}})$ and a degraded input $I_{\mathrm{deg}}=\mathrm{Erase}(I,\mathrm{Bbox}(I_{\mathrm{crop}}))$, then train with a DPO objective plus a Calibration Loss based on perceptual confidence gain $A_T(y)=\log T(y\mid I,I_{\mathrm{crop}},P)-\log T(y\mid I_{\mathrm{deg}},P)$. Visual-Robustness pairs contrast clean and noisy images. On TextVQA, Attention Region Fidelity rises from 14.73 to 18.71 and Processing Accuracy from 66.29 to 70.10; on POPE with Gaussian noise $\sigma=0.20$, F1 rises from about 76.5 to about 82.7; on LLaVA-1.5-7B, POPE Pop improves from 81.80 to 84.53, HallusionBench accuracy from 48.16 to 55.62, MMHal-Bench Halluc decreases from 6.7 to 5.9, and AMBER $F1_R$ rises from 62.4 to 70.9 [2606.03376].

Perceval pushes supervision to the token level. It parses a candidate response into atomic image-text claims, returns the exact spans that fail grounding, and converts a sequence-level GRPO advantage $\hat A_i$ into
$$
\hat A'_{i,t}=\hat A_i-\alpha|\hat A_i|m_{i,t},
$$
where $m_{i,t}=1$ on hallucinated spans. This preserves the original advantage on grounded tokens while penalizing hallucinated ones. Relative to +GRPO at 3B, Perceval-guided RL improves $V^*_{\text{pos}}$ from 69.73% to 72.37%, $V^*_{\text{all}}$ from 80.10% to 83.25%, MathVision from 23.36% to 26.32%, and ChartQA from 83.32% to 86.48%. At test time, with $k=16$ samples, Truncate improves $V^*_{\text{all}}$ from 85.86% under major-voting to 89.53%, and BLINK from 48.41% to 49.45%. The best reported penalty strength is $\alpha=0.1$, whereas $\alpha=0.3$ degrades $V^*_{\text{all}}$ to 78.53% [2604.24583].

“Defending LVLMs Against Vision Attacks through Partial-Perception Supervision” adopts a training-free weak-to-strong formulation. Cropped partial images $I_p^k$ are sent to a “weak” LVLM to obtain distributions $p_k(y)$, these are summarized into a supervisory message $S$, and a “strong” LVLM answers from $(I_{\text{full}},Q,S)$. The method is explicitly interpreted through a composite objective
$$
L_{\text{total}}=\alpha\cdot L_{\text{clean}}(I_{\text{full}})+\beta\cdot L_{\text{sup}}(I_{\text{full}},\{I_p\}),
$$
with $L_{\text{sup}}$ written as a KL divergence or cross-entropy between weak and strong distributions. Empirically, DPS cuts the average attack success rate by 76.3% across six datasets on three popular models. On Qwen-VL-Plus, the average misleading-defense ASR drops to 0.31, compared with 0.98 for Protector and 0.91 for SmoothVLM, while standard performance on MM-Vet drops by less than 1%; SmoothVLM, by contrast, degrades clean performance by 10–20 points on certain tasks [2412.12722].

These methods differ in mechanics—DPO, GRPO, process reward models, or prompt-only supervision—but converge on the same idea: the corrective signal should be anchored in what the model actually perceives, not only in whether the final answer happened to be correct.

## 5. Synthetic, self-supervised, and data-centric perceptual targets

Perception-focused supervision is not limited to post-training. It also appears in representation learning and data construction, where the supervisory labels themselves are engineered to isolate perceptual content. In RSPNet, relative playback-speed perception (RSP) asks which of two clips from the same video is faster, while appearance-difference perception (A-VID) asks whether two clips come from the same video, with playback speed randomized so that motion cues become uninformative. Motion embeddings are trained with the triplet loss
$$
L_{\rm speed}=\max(0,\gamma-[d^+(i,j)-d^-(i,k)]),
$$
and appearance embeddings with the InfoNCE loss
$$
L_{\rm app}
=
-\log \frac{q^+}{q^+ + \sum_{n=1}^{K} q^-_n}.
$$
On UCF101, RSPNet reports 93.7% top-1 without labeled-data pre-training, and on HMDB51 64.7%; in ablations on TSM-18, ResNet-18, and C3D, the joint RSP + A-VID variant achieves 61.2% / 32.2%, outperforming RSP only, A-VID only, absolute-speed supervision, and the no-speed-augmentation variant [2011.07949].

VisionFoundry constructs perception supervision synthetically from a task keyword $T$. An LLM generates question-answer-prompt triples $(q,a,\pi)$, a text-to-image model synthesizes the image, and Gemini-3-Pro verifies a declarative statement $s$ derived from $(q,a)$, accepting the example only if $s(I,q,a)=1$. The resulting VisionFoundry-10K contains 10 low-level perception tasks with 1,000 examples each, including Orientation & Direction, Viewpoint & Perspective, Spatial Relationship, Depth Order, and Relative Distance. Fine-tuning Qwen2.5-VL-3B on VisionFoundry-10K improves MMVP pair accuracy from 35.3% to 42.0%, MMVP single accuracy from 64.3% to 68.3%, and CV-Bench-3D from 66.0% to 76.5%; removing the verifier under a matched 1,000-sample budget underperforms the verified pipeline by up to 2–3 points on spatial benchmarks [2604.09531].

In surgical perception, gaze itself becomes the supervisory target. “Data-centric Design of Learning-based Surgical Gaze Perception Models in Multi-Task Simulation” collects paired active and passive gaze on four SimNow drills and evaluates the substitutability of passive gaze for operative supervision. Fixation density maps are compared with SIM and CC, and models are trained with frame-level saliency losses. MSI-Net yields stable alignment, with CC about 0.23–0.54 and NSS about 2.1–6.1, whereas SalGAN is unstable and often poorly aligned. For intermediate active targets, IA→IA gives CC=0.540 and NSS=6.14; passive-to-active transfer IP→IA recovers CC=0.372 and NSS=3.58, about 69% and 58% of the active ceiling; novice passive labels on high-quality demonstrations reach NP→IP-I CC=0.426 and NSS=4.38, about 95% of the intermediate-passive model on those demonstrations [2602.09259].

Perception-focused supervision also enters learned compression. UG-ICM uses a single bitstream $\hat y=G_\theta(x)$ and a preference-conditioned decoder $D_\psi(\hat y,\beta)$ to produce either $\hat x_h$ for human fidelity or $\hat x_m$ for machine analytics. Machine-oriented supervision is provided by a frozen CLIP encoder at global, local, and instance scales:
$$
\mathcal L_{\rm MC}
=
\mathcal L_{\rm glo}
+
\mathcal L_{\rm loc}
+
\mathcal L_{\rm ins}.
$$
With Bmshj2018, UG-ICM improves unseen downstream analytics by +1.7% Top-1, +1.7% detection-mAP, +3.2% segmentation-mIoU, and +1.2% instance-mAP; with MLIC++, the gains are +2.8%, +3.9%, +6.0%, and +3.2%, while PSNR, SSIM, and LPIPS remain on par with the original LIC [2501.04579].

A plausible implication of these results is that perception-focused supervision is often as much a data-design problem as a loss-design problem: the label source may be synthetic verification, relative perceptual comparison, passive gaze, or pretrained semantic similarity rather than conventional human annotation.

## 6. Active perception, causal control, and open questions

In embodied AI, perception-focused supervision increasingly treats viewpoint behavior itself as an action target. ActiveMimic recovers synchronized egocentric camera and wrist trajectories from human video, re-expresses them in a chunk-relative frame, and forms the 27-dimensional action
$$
a_{i,\tau}
=
[p^{\rm cam}_{i,\tau},r^{\rm cam,6D}_{i,\tau},
p^{\rm wristL}_{i,\tau},r^{\rm wristL,6D}_{i,\tau},
p^{\rm wristR}_{i,\tau},r^{\rm wristR,6D}_{i,\tau}]
\in \mathbb R^{27}.
$$
A transformer policy is pretrained with a conditional flow-matching loss over this unified action space, so that camera motion is no longer treated as nuisance but as active perception. The pretraining set contains 2,561 Ego4D episodes, about 10 hours at 10 fps. On four real-robot tasks, ActiveMimic achieves the highest success rates: 90.1 on Restocking, 88.9 on Reaching, 91.7 on Finding, and 93.3 on Pouring, outperforming $\pi_0$, MotoVLA, AM$_{\text{sft-only}}$, and AM$_{\text{wrist-only}}$ [2606.06194].

Perception-guided self-supervision in autonomous driving shifts supervision from noisy expert trajectories toward structured perception outputs. PGS uses lane centerlines $P_j$ and predicted trajectories of other agents as primary supervisory signals, defines the positive self-supervision loss
$$
L_{\mathrm{pos}}=\frac{1}{T}\sum_{t=1}^{T}\|\hat p_t-p_t^*\|_1,
$$
and the negative self-supervision loss
$$
L_{\mathrm{neg}}
=
\sum_{t\in \mathcal T_{\mathrm{coll}}}
\max(0,\beta-\|\hat q_t-\hat q^{o}_{\mathrm{col},t}\|_2).
$$
On Bench2Drive, PGS reduces open-loop L2 error from 0.91 m to 0.77 m, raises Driving Score from 42.35 to 78.08, and raises Success Rate from 15.00% to 48.64%. In scenario-specific evaluation, it reports a mean ability score of 53.40%, exceeding DriveTransformer at 38.60% and DiffAD at 38.79% [2511.08214].

Despite the breadth of applications, the literature also identifies clear constraints. “Embodied Supervision” notes the use of a human “wizard” operator, a single-DOF integrator plant, small sample size, and position-only coupling [2402.18707]. The asymmetric VLM study is conducted in a controlled synthetic setting with Graph Coloring and Sudoku [2605.29496]. DPS is slower than single-prompt defenses because it requires about 5–6 LVLM calls per sample, and it protects only against vision-based perturbations that cropping disrupts [2412.12722]. Surgical gaze transfer is explicitly asymmetric between active and passive targets [2602.09259]. VisionFoundry reports that OCR-only tasks can degrade slightly when no OCR supervision is included [2604.09531].

Across these results, the central lesson is stable. Systems frequently fail not only because they reason poorly, but because supervision is applied too late—after perceptual omissions, weak visual grounding, or causal confusion have already entered the computation. Perception-focused supervision addresses that failure mode by supervising the seeing, attending, localizing, transcribing, or viewpoint-selection stage itself. This suggests an increasingly general design doctrine: when the bottleneck is perceptual, the supervisory signal should be perceptual as well.

Source: https://www.emergentmind.com/topics/perception-focused-supervision