Paper deep dive
FabriMAE I Trust Myself? Self-Evaluating VLA Action Generation with Markov Attention Entropy
Aniri, Chen Yilin, Jinhe Bi, Junfei Guo, Donglai Ran, Xu Bian, Zengjie Jin, Yujun Wang, Yijun Tian, Volker Tresp, Fei Shen, Tat-Seng Chua, Yunpu Ma
Intelligence
Status: succeeded | Model: Gemma-4-26B-A4B | Prompt: intel-v1 | Confidence: 92%
Last extracted: 8/23/2026, 2:36:08 AM
Summary
This paper introduces MAE (Markov Attention Entropy), a self-evaluation framework for Vision-Language-Action (VLA) models that estimates action generation reliability using internal visual attention entropy. The authors formulate VLA action generation as a Conditional Generative Markov Chain and propose architecture-aware metrics (MAE-D for Latent-Readout VLAs and MAE-C for Latent-Refinement VLAs). They also introduce LIBERO-Reflect, a 4,000-episode benchmark, demonstrating that MAE outperforms existing baselines in ranking successful vs. failed episodes across heterogeneous VLA architectures.
Entities (16)
Relation Signals (13)
MAE-D → appliesto → Latent-Readout VLAs
confidence 95% · MAE-D is used for Latent-Readout VLAs such as OpenVLA and OpenVLA-OFT
MAE-C → appliesto → Latent-Refinement VLAs
confidence 95% · MAE-C is used for Latent-Refinement VLAs such as QwenPI-Flow
OpenVLA-OFT → isinstanceof → Latent-Readout VLAs
confidence 95% · OpenVLA-OFT uses continuous readout
QwenPI-Flow → isinstanceof → Latent-Refinement VLAs
confidence 95% · QwenPI-Flow as a Latent-Refinement VLA
OpenVLA → isinstanceof → Latent-Readout VLAs
confidence 95% · OpenVLA uses autoregressive discrete readout
M³AE → uses → visual attention entropy
confidence 95% · MAE evaluates attention at k=K... This entropy measures the uncertainty of visual addressing.
M³AE → outperforms → Baselines
confidence 92% · MAE consistently outperforms state-of-the-art baselines on AUPR, AUROC, and FPR@95.
LIBERO-Reflect → contains → LIBERO-Goal
confidence 90% · Reflect-Goal... contains 500 standard LIBERO-Goal episodes
LIBERO-Reflect → →
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:Vision-Language-Action models (VLAs) integrate visual perception, language instruction, and action generation into end-to-end policies across heterogeneous architectures. However, enabling VLAs to self-evaluate their action generation reliability without external supervision remains a major challenge. Existing methods either rely on expert annotations or estimate uncertainty only from output statistics, largely ignoring internal signals. In this work, we observe that internal visual modality entropy exhibits consistent distinctions between successful and failed tasks across heterogeneous VLAs. Although VLAs' architectures differ in their action generation, we show that they share a common latent action generation abstraction evolving under visual perception, language instruction, and state input, which we formulate as a Conditional Generative Markov Chain. Based on this formulation, we propose MAE (Markov Attention Entropy), a self-evaluation framework that directly converts internal attention signals into architecture-aware reliability scores, and introduce LIBERO-Reflect, a 4,000-episode benchmark combining 2,000 standard episodes and 2,000 challenging episodes across four subsets. Extensive experiments across heterogeneous VLA architectures and diverse scenarios show that MAE consistently outperforms state-of-the-art baselines on AUPR, AUROC, and FPR@95. We further instantiate FabriMAE for verifier-free test-time action selection, showing that MAE-guided multiple sampling improves PI-family robustness on LIBERO-Plus with small observed runtime overhead.
Tags
Links
- Source: https://arxiv.org/abs/2608.16697v1
- Canonical: https://arxiv.org/abs/2608.16697v1
Trouble viewing inline? Open PDF directly →
Full Text
87,732 characters extracted from source content.
Expand or collapse full text
FabriMAE I Trust Myself? Self-Evaluating VLA Action Generation with Markov Attention Entropy Aniri 2,3 , Chen Yilin 5 , Jinhe Bi 1,2,3 , Junfei Guo 6,7 , Donglai Ran 6,7 , Xu Bian 6,7 , Zengjie Jin 2 , Yujun Wang 2,3 , Yijun Tian 4 , Volker Tresp 2,3 , Fei Shen 1 , Tat-Seng Chua 1 , Yunpu Ma 2,3 1 National University of Singapore, 2 Ludwig Maximilian University of Munich, 3 Munich Center for Machine Learning, 4 Amazon, 5 East China University of Science and Technology, 6 Mese Technology Limited Co., Ltd., 7 FabriX team at Youibot Robotics Co., Ltd. § GitHub Vision-Language-Action models (VLAs) integrate visual perception, language instruction, and action generation into end-to-end policies across heterogeneous architectures. However, enabling VLAs to self-evaluate their action generation reliability without external supervision remains a major challenge. Existing methods either rely on expert annotations or estimate uncertainty only from output statistics, largely ignoring internal signals. In this work, we observe that internal visual modality entropy exhibits consistent distinctions between successful and failed tasks across heterogeneous VLAs. Although VLAs’ architectures differ in their action generation, we show that they share a common latent action generation abstraction evolving under visual perception, language instruction, and state input, which we formulate as a Conditional Generative Markov Chain. Based on this formulation, we propose MAE (Markov Attention Entropy), a self-evaluation framework that directly converts internal attention signals into architecture-aware reliability scores, and introduce LIBERO-Reflect, a 4,000-episode benchmark combining 2,000 standard episodes and 2,000 challenging episodes across four subsets. Extensive experiments across heterogeneous VLA architectures and diverse scenarios show that MAE consistently outperforms state-of-the-art baselines on AUPR, AUROC, and FPR@95. We further instantiate FabriMAE for verifier-free test-time action selection, showing that MAE-guided multiple sampling improves PI-family robustness on LIBERO-Plus with small observed runtime overhead. Correspondence: bijinhe@outlook.com, cognitive.yunpu@gmail.com 1 Introduction Vision-Language-Action models (VLAs) [37,22,23] translate visual observations and language instructions into executable robot actions by adapting pretrained Vision-Language Models to embodied control as illustrated in Figure 1. Their action-generation mechanisms, however, are heterogeneous. In this work, we distinguish two broad action-generation families: Latent-Readout VLAs and Latent-Refinement VLAs. The former evolves latent action representations and maps the final latent state to executable actions through a readout head; OpenVLA uses autoregressive discrete readout [22], while OpenVLA-OFT uses continuous readout [23]. The latter maintains an evolving action or action-trajectory representation and refines it iteratively under learned flow- or diffusion-style dynamics, as in PI-family policies [35]. As VLAs generalize across robotic tasks [30], they also require reliable estimates of when their generated actions are likely to fail [43]. The first line of reliability work relies on External Supervision. Early studies introduced output-level uncertainty and quality metrics, often calibrated by expert annotations [40]. Later work moved beyond passive evaluation by using auxiliary models to detect, explain, verify, and recover from failures [12,36,29,26,10,31,7]. These methods can improve VLA reliability, but their evaluation signal is supplied outside the policy. This can increase deployment cost, introduce sensitivity to evaluator or annotation shift, and give limited access to the internal state transitions that produced a failed action [6]. A second line studies Internal Self-evaluation, where reliability is inferred from the VLA’s own signals. Existing internal methods can be grouped into black-box and white-box approaches. Black-box methods rely on output statistics, such as multi-sample disagreement or self-uncertainty scores, to select actions without 1 arXiv:2608.16697v1 [cs.AI] 17 Aug 2026 Figure 1 From multimodal conditioning to action generation in VLAs. We view VLA action generation as a conditional generative Markov chain: visual observations, language instructions, and state input jointly condition a sequence of latent action states that evolves toward final action. Attention exposes how these latent states route information across modalities, and its entropy serves as a white-box signal for self-evaluating action-generation reliability. external supervision [2,21,42]. However, they can be over-confident and provide limited interpretability [2]. White-box self-evaluation has been studied more systematically in Large Language Models (LLMs), where internal signals such as softmax confidence, temperature scaling, or activation patterns are used to estimate generation reliability without external supervision [2,38,16,32]. For VLAs, related evidence remains limited and fragmented. Existing studies show that internal signals can reflect path deviation, execution horizon, pathway specialization, or latent action bottlenecks [18,41,15,17,5,27]. What is still missing is a unified way to convert such internal signals into self-evaluation metrics that remain meaningful across heterogeneous VLA action-generation architectures. This gap motivates the following question: Can VLA internal signals be transformed into self-evaluation metrics for action-generation reliability under a unified account of heterogeneous action-generation mechanisms, without relying on external supervision? The Present Work. We propose MAE (Markov Attention Entropy), a white-box self-evaluation framework that converts a VLA’s internal attention dynamics into reliability scores. Heterogeneous VLA architectures share a common action-generation structure: visual observations, language instructions, and state input form the conditioning context, while latent action states evolve under this context toward the executable action. The architectural difference lies in how this evolution is implemented. In Latent-Readout VLAs, the policy evolves latent action representations and maps the final latent state to an executable action through a readout head, covering autoregressive discrete readout and continuous readout. In Latent-Refinement VLAs, the policy maintains an action or action-trajectory representation and refines it through repeated update steps, covering flow-style refinement and diffusion-style generation. This conditioned state evolution is captured by the Conditional Generative Markov Chain view illustrated in Figure 3. The latent action state is the Markov state of the internal generation process. Conditioned on the current state and the conditioning context, the transition kernel determines how the next latent action state is formed, whether the update is implemented by autoregressive discrete readout, continuous readout, or flow-style refinement. Attention records which visual and language tokens the current latent action state consults during this transition process. Attention entropy measures this information routing and yields architecture-aware reliability scores. In Figure 2, the paired attention maps show that successful and failed queries differ in how the latent action state addresses visual evidence, while the episode-level distributions show that visual-entropy scores separate reliable and unreliable executions more clearly than text-entropy scores on the same Reflect-Goal episodes. In the Markov formulation, visual attention entropy therefore measures how the transition kernel accesses visual perception when updating the latent action state. For Latent-Readout VLAs, failed episodes show more diffuse visual addressing, and MAE-D scores the corresponding loss of concentration. For Latent-Refinement VLAs, failed episodes show overly concentrated visual addressing at the final refinement step, and MAE-C 2 Figure 2 Attention entropy as an internal self-evaluation signal. Panels A–B show a successful visual query concentrated on the task-relevant object and a failed visual query dispersed across distractor regions. Panels C–D compare oriented episode-level score distributions from visual and text attention entropy on the same Reflect-Goal episodes. Visual entropy yields a much clearer separation between successful and failed episodes than text entropy, supporting visual attention entropy as the action-relevant self-evaluation signal. scores the resulting loss of visual coverage before the action trajectory is returned. Both metrics are oriented so that larger values indicate higher estimated reliability. We evaluate MAE on three open-source VLAs spanning the two action-generation families: OpenVLA and OpenVLA-OFT as Latent-Readout VLAs, and QwenPI-Flow as a Latent-Refinement VLA. The evaluation uses LIBERO-Reflect, a 4,000-episode benchmark combining 2,000 standard episodes and 2,000 challenging episodes across four subsets. The benchmark covers four capability axes, Goal Semantics, Object Binding, Spatial Grounding, and Composite Generalization, and evaluates whether a self-evaluation score ranks successful episodes above failed episodes. Across AUROC, AUPR, and FPR@95, MAE improves reliability ranking over all baselines without an external evaluator, repeated rollouts, or auxiliary model passes. Our key contributions can be summarized as follows: 1.We formulate heterogeneous VLA action generation as a Conditional Generative Markov Chain, making the transition kernel the common object that links Latent-Readout VLAs and Latent-Refinement VLAs. 2.We introduce MAE, a white-box self-evaluation framework that scores the visual-attention entropy of these transitions with architecture-aware orientations, MAE-D for Latent-Readout VLAs and MAE-C for Latent-Refinement VLAs. 3.We construct LIBERO-Reflect, a 4,000-episode benchmark combining 2,000 standard episodes and 2,000 challenging episodes across four subsets. 4.We show across three open-source VLAs that MAE improves reliability ranking over black-box and white-box baselines without an external evaluator, repeated rollouts, or auxiliary model passes. 5.We instantiate FabriMAE, a verifier-free test-time action selection procedure for PI-family Latent- Refinement VLAs, and show that MAE-guided branch sampling improves the unseen benchmark LIBERO-Plus success rate with small observed runtime overhead. 3 Figure 3 Unified Conditional Generative Markov Chain view of heterogeneous VLAs. Visual observations, language instructions, and state input form the conditioning context, while latent action states evolve through architecture- specific transition kernels before the executable action is produced. MAE reads attention entropy from this internal transition process and converts it into architecture-aware self-evaluation scores. 2 Preliminary The Conditional Generative Markov Chain We use a Conditional Generative Markov Chain to formalize the action-generation process of a VLA. The chain describes the model’s latent state evolution during action generation, not the physical robot-environment dynamics. At timestept, the VLA evolves a sequence of latent action statesz t,0:K ∈ Z. These states are hidden representations used for action generation and are not directly executed by the robot; the executable actiona t ∈A, represented either as a single action or as an action chunk depending on the policy action head, is produced from the final latent action state,a t =g θ (z t,K ). The chain is conditioned on the conditioning contextC t = (V t ,X,R t )∈C, whereV t denotes visual representations,Xdenotes the language instruction, andR t denotes optional state input when used by the policy. During the internal generation ofa t ,C t is fixed, whilez t,k stores the complete action-generation state at internal generation stepk: the generated action-token prefix for autoregressive discrete readout, the latent action representation for continuous readout, or the current action trajectory for flow-style refinement. Formal definition. We define the internal action-generation process as a conditional generative Markov chainM= (Z,C,K,P θ ), whereZis the latent action-state space,Cis the conditioning space,Kis the number of internal generation steps, andP θ is the model’s neural transition kernel. At timestept, the internal process isz t,0 → z t,1 →·→ z t,K → a t , wherez t,k is the latent action state at internal stepk, anda t is the executable action. The chain is specified by an initial distribution and an architecture-dependent transition kernel: z t,0 ∼ ρ 0 (·| C t ), z t,k+1 ∼P θ (·| z t,k ,C t ), k = 0,...,K− 1. (1) Hereρ 0 is the initial latent action-state distribution, andP θ is the neural transition kernel induced by the VLA architecture, such as autoregressive action-token updates, continuous readout, or flow-style refinement. The probabilistic notation also covers deterministic updates as degenerate kernels. Equivalently, the conditional 4 joint distribution factorizes as P θ (z t,0:K | C t ) = ρ 0 (z t,0 | C t ) K−1 Y k=0 P θ (z t,k+1 | z t,k ,C t ), (2) The final action is a t = g θ (z t,K ), where g θ denotes the architecture-specific action head. Markov property. The Markov property holds at the level of the complete latent action state: given the current latent action statez t,k and the conditioning contextC t , the next latent action statez t,k+1 does not depend additionally on earlier statesz t,0:k−1 . That is,P(z t,k+1 | z t,0:k ,C t ) =P(z t,k+1 | z t,k ,C t ). Becausez t,k denotes the complete action-generation state, this formulation identifies the transition kernel as the common object shared by heterogeneous VLA action-generation mechanisms. 3 Methodology Markov Attention Entropy Under the Conditional Generative Markov Chain interpretation, each transitionz t,k−1 → z t,k is an information- routing step. The transition kernel updates the latent action state by querying the conditioning context. We use transformer attention to measure this routing behavior. For internal generation stepk, layerℓ, and head h, letA (t,k,ℓ,h) ∈R S a ×S c be the attention matrix from action-query tokens to conditioning context tokens, whereS a is the number of action-query tokens, andS c is the number of conditioning context tokens. MAE evaluates attention atk=K, the final internal generation step beforea t is produced. We decompose the key side into modality-specific token setsI v andI x , corresponding to vision and language tokens. For the visual modality, the normalized visual addressing distribution is p (t,k,ℓ,h) v (j | i) = A (t,k,ℓ,h) ij P r∈I v A (t,k,ℓ,h) ir + ε , j ∈I v .(3) The visual attention entropy is H (t,k,ℓ,h) v (i) =− X j∈I v p (t,k,ℓ,h) v (j | i) logp (t,k,ℓ,h) v (j | i).(4) This entropy measures the uncertainty of visual addressing. A high value indicates that the action state distributes its visual attention broadly across many patches, while a low value indicates concentrated visual addressing over fewer patches. In the Conditional Generative Markov Chain view,H v measures how the transition kernel P θ accesses visual perception when updating the action state. Episode MAE score We convert the token-level visual entropy into an episode-level score by first averaging over execution steps and action queries: E ℓ,h = 1 N N X t=1 1 S a S a X i=1 H (t,K,ℓ,h) v (i),(5) whereNis the number of execution steps in the episode, andE ℓ,h denotes the averaged visual entropy of headhin layerℓ. Letmbe the number of selected heads per layer. We write the episode-level MAE score with a single entropy orientation ω ∈−1, +1: MAE (m) ω (E) = 1 L L X ℓ=1 1 m X h∈TopM m (ωE ℓ,: ) ωE ℓ,h . (6) 5 HereTopM m (ωE ℓ,: ) returns themheads with the largest oriented entropy in layerℓ. LargerMAE (m) ω (E) indicates a more reliable episode. The two MAE metrics used in the experiments areMAE-D (m) = MAE (m) −1 (E) andMAE-C (m) =MAE (m) +1 (E). MAE-D is used for Latent-Readout VLAs such as OpenVLA and OpenVLA-OFT, where reliable executions concentrate visual addressing before readout. MAE-C is used for Latent-Refinement VLAs such as QwenPI-Flow, where reliable executions retain broader visual addressing at the final refinement step. 4 LIBERO-Reflect Benchmark We construct LIBERO-Reflect as a benchmark for VLA self-evaluation. The standard side is sampled from the original LIBERO benchmark. For each of the four standard suites, LIBERO-Goal, LIBERO-Spatial, LIBERO- 10, and LIBERO-Object, we use all 10 tasks and execute each task under 50 non-identical initializations with small scene-state differences. This gives 500 standard episodes per suite and 2,000 standard episodes in total. The challenging side is sampled from LIBERO-PRO. We retain the same task count and initialization count for each suite, producing 500 challenging episodes per suite and 2,000 challenging episodes overall. The challenging episodes keep the task language fixed while swapping the placements of target objects and surrounding objects. Each LIBERO-Reflect subset contains 1,000 episodes, and the full benchmark contains 4,000 episodes. Capability subsets. LIBERO-Reflect is organized into four capability-oriented subsets: • Goal Semantics (Reflect-Goal) stresses goal-conditioned task understanding and action-type selection. It contains 500 standard LIBERO-Goal episodes and 500 challenging episodes, for 1,000 episodes in total. •Object Binding (Reflect-Object) stresses target-object grounding and object-action binding. It contains 500 standard LIBERO-Object episodes and 500 challenging episodes, for 1,000 episodes in total. •Spatial Grounding (Reflect-Spatial) stresses spatial relation reasoning and layout-sensitive action adaptation. It contains 500 standard LIBERO-Spatial episodes and 500 challenging episodes, for 1,000 episodes in total. •Composite Generalization (Reflect-10) follows the LIBERO-10 suite, where diverse goals, objects, and spatial layouts are mixed within one evaluation split. It contains 500 standard LIBERO-10 episodes and 500 challenging episodes, for 1,000 episodes in total. Assessment protocol. Each episode receives a scalar reliability score computed from the method under evaluation. The benchmark is designed as an episode-level ranking problem: stronger self-evaluation methods should assign higher scores to successful episodes and lower scores to failed episodes. The ground-truth label for all metric computations is strictly the actual simulator success flag of each rollout, rather than the nominal dataset split. We report supporting construction statistics and nominal-to-actual label mapping in Appendix C, with dataset-source considerations in Appendix H. Evaluation metrics. We report three ranking metrics throughout the experiments: 1.AUROC measures global ranking quality. Higher values indicate that the score more consistently ranks successful episodes above failed episodes. 2.AUPR emphasizes precision under class imbalance. Higher values indicate stronger isolation of successful episodes when successful and failed episodes are unevenly distributed. 3.FPR@95 measures over-confidence under high recall. It reports the false positive rate when 95% of successful episodes are recalled; lower values indicate fewer failed episodes being ranked as reliable. This matched construction mitigates first-order dataset-source shortcuts: the nominal standard and challenging pools follow the same suite-level organization, task count, initialization count, simulator, and rollout protocol, 6 ModelMethod Goal Semantics Reflect-Goal Object Binding Reflect-Object Spatial Grounding Reflect-Spatial Composite Generalization Reflect-10 AUROC ↑ AUPR ↑ FPR@95 ↓ AUROC ↑ AUPR ↑ FPR@95 ↓ AUROC ↑ AUPR ↑ FPR@95 ↓ AUROC ↑ AUPR ↑ FPR@95 ↓ ❶ Latent-Readout VLAs OpenVLA Black-box baselines Random48.5539.2795.3647.8535.9895.8748.9739.4994.8252.5128.8893.92 Verbal. Conf50.3640.8292.9149.7437.2193.6450.8841.0392.4753.6930.0491.86 Self-Consistency † 56.8241.2884.9058.4142.7682.3557.9444.1587.8053.6427.2090.64 White-box baselines MaxProb † 54.7240.5888.6255.8340.2886.7455.6142.3790.1053.2827.0591.48 Perplexity † 55.0440.7387.9556.1240.7186.2056.0242.5989.4453.3627.1291.10 Entropy † 56.1041.0586.8057.4841.6484.7557.1743.2688.3753.8227.3090.38 Length-norm Ent. † 56.3841.1986.3258.0242.0584.1257.5243.5887.9054.0227.3889.96 MAE-D (Top-16) 59.56 +22.7% 40.67 +3.6% 71.52 ↓25.0% 79.64 +66.4% 58.98 +63.9% 48.81 ↓49.1% 63.99 +30.7% 49.67 +25.8% 84.81 ↓10.6% 53.21 +1.3% 26.56 -8.0% 87.43 ↓6.9% MAE-D (Top-1) 63.94 +31.7% 43.23 +10.1% 61.92 ↓35.1% 90.97 +90.1% 75.88 +110.9% 28.30 ↓70.5% 66.86 +36.5% 50.74 +28.5% 75.79 ↓20.1% 54.74 +4.2% 30.45 +5.4% 86.46 ↓7.9% OpenVLA-OFT Black-box baselines Random47.4150.2495.5148.8749.8695.5647.9748.7494.9651.0148.4496.58 Verbal. Conf49.1251.7392.8450.6851.0893.1149.6350.2692.7552.4550.0193.89 Self-Consistency ∗ Not applicable: continuous actions do not define discrete action-token samples White-box baselines Token statistics ∗ Not applicable: continuous actions do not define autoregressive action-token logits MAE-D (Top-16) 91.84 +93.7% 94.50 +88.1% 7.94 ↓91.7% 75.96 +55.4% 82.86 +66.2% 64.03 ↓33.0% 91.71 +91.2% 89.85 +84.3% 42.74 ↓55.0% 77.13 +51.2% 62.10 +28.2% 45.06 ↓53.3% MAE-D (Top-1) 97.34 +105.3% 96.14 +91.4% 7.14 ↓92.5% 80.56 +64.8% 81.10 +62.7% 63.71 ↓33.3% 92.63 +93.1% 93.15 +91.1% 39.31 ↓58.6% 78.57 +54.0% 64.08 +32.3% 45.06 ↓53.3% ❷ Latent-Refinement VLAs QwenPI-Flow Black-box baselines Random47.5847.9395.9148.7548.4095.1048.1150.1594.8250.8148.9596.53 Verbal. Conf49.4449.5193.4250.3149.8292.6849.9651.6292.3152.1850.4793.77 Self-Consistency ∗ Not applicable: flow matching does not define discrete action-token samples White-box baselines Token statistics ∗ Not applicable: flow matching does not define autoregressive action-token logits MAE-C (Top-20) 62.63 +31.6% 59.16 +23.4% 80.93 ↓15.6% 65.92 +35.2% 63.43 +31.1% 81.59 ↓14.2% 66.89 +39.0% 64.70 +29.0% 73.50 ↓22.5% 68.91 +35.6% 61.92 +26.5% 74.52 ↓22.8% MAE-C (Top-1) 80.57 +69.3% 80.01 +66.9% 60.12 ↓37.3% 75.94 +55.8% 76.48 +58.0% 81.18 ↓14.6% 84.80 +76.3% 85.46 +70.4% 68.53 ↓27.7% 79.52 +56.5% 76.24 +55.8% 55.60 ↓42.4% Table 1 Main self-evaluation results on LIBERO-Reflect. Baselines are grouped into black-box and white-box methods within each VLA block. Purple rules highlight MAE rows, which report the score and relative change againstRandom; for FPR@95, the relative value is the reduction rate. Bold Top-1 values and underlined half-head values improve over Randomwithin the same model, subset, and metric. † OpenVLA is the only model block with token-statistic baselines because the standard OpenVLA policy exposes autoregressive discrete action-token probabilities; OpenVLA-OFT and QwenPI-Flow execute continuous action heads, so token statistics would score a different random variable from the executed action. OpenVLA is also the only block with the reported Self-Consistency baseline because token-level sampled action-token agreement is defined for its discrete action-token interface. Additional protocol details are provided in Appendix F. This interface mismatch highlights why MAE uses internal attention entropy rather than output-token statistics, allowing one architecture-aware scoring framework to cover both Latent-Readout VLAs and Latent-Refinement VLAs. while all metrics are computed from realized simulator success rather than nominal source membership. Thus, LIBERO-Reflect evaluates whether a score ranks successful episodes above failed episodes within a matched mixed-difficulty pool. 5 Experiments In this section, we conduct extensive experiments to answer the following research questions: (RQ1) Can MAE provide reliable self-evaluation across heterogeneous VLA architectures and various scenarios? (RQ2) Does MAE introduce significant computational overhead? (RQ3) How sensitive is MAE to its key components 7 0.01x0.05x0.1x1x4x Added latency / rollout wall time (log) 50 55 60 65 AUROC (%) MAE Top-1MAE Top-16Baselines chance High Efficiency Zone Figure 4 Efficiency–reliability Pareto. The x-axis reports added evaluation latency normalized by one rollout wall time. and hyperparameters? (RQ4) Can MAE guide verifier-free test-time action selection? Experimental Setup VLA Backbones. We evaluate three representative open-source VLA policies on LIBERO-Reflect: Open- VLA, OpenVLA-OFT, and QwenPI-Flow. OpenVLA denotes the standard OpenVLA policy in Latent-Readout VLAs, with autoregressive discrete readout. OpenVLA-OFT keeps the same OpenVLA backbone family and uses the OFT adaptation recipe with continuous readout. QwenPI-Flow denotes a Qwen3-VL-based policy in Latent-Refinement VLAs, with a flow-style action module. Together, these policies pair two VLM backbone families with different action-generation mechanisms and training or adaptation regimes. This design tests whether MAE transfers across action-generation architectures, VLM backbone families, and training sources. Detailed checkpoint names, vision-language backbones, action heads, and training sources are provided in Appendix B. Baselines. We compare against seven baselines covering black-box and white-box self-evaluation. The black-box group includes Random [2], Verbal Confidence [21], and Self-Consistency [42]. The white-box group includes Maximum Softmax Probability [38], Perplexity [38], Entropy [16], and Length-normalized Entropy [32]. For all methods, we compute AUROC, AUPR, and FPR@95 under the same episode labels. Random serves as a uniform-ranking lower bound. Because the evaluated VLAs use different action-generation interfaces, some baselines are technically not applicable to specific action heads; baseline definitions, applicability, OpenVLA-specific protocols, and the Verbal Confidence prompt are detailed in Appendix F. The shared evaluation protocol is summarized in Appendix E. Parameter Settings. We obtain attention from the same policy forward pass used to generate actions, then compute the visual-entropy matrixEdefined in the Markov Attention Entropy subsection. The main results use all layers and Top-1 head selection, selecting one oriented-entropy head per layer. We report MAE-D for Latent-Readout VLAs and MAE-C for Latent-Refinement VLAs according to the entropy orientations above. Appendices D, E, and G summarize exact ablation values, the common scoring protocol and model-specific layer/head settings, and policy input templates. Main Results (RQ1) Takeaway 1. MAE improves over black-box and white-box self-evaluation baselines. Table 1 provides a comprehensive analysis of MAE under the full black-box and white-box baseline protocol across three VLA backbones and four LIBERO-Reflect subsets. MAE directly scores the internal visual-attention entropy of latent action generation. Against the Random lower bound, MAE-D improves OpenVLA by up to 90.1% AUROC on Object Binding and reduces FPR@95 by 70.5%; MAE-D improves OpenVLA-OFT by 105.3% AUROC on Goal Semantics; and MAE-C improves QwenPI-Flow by 76.3% AUROC on Spatial Grounding. For the discrete OpenVLA policy, the output-statistic and Self-Consistency rows instantiate 8 +4.7 +21.6 +4.5 +5.3 Δ AUROC Reflect-Goal Reflect-Object Reflect-Spatial Reflect-10 Text headVisual headRandom OpenVLA · MAE-D 5060708090100 +25.1 +9.9 +0.6 +22.6 Δ AUROC Reflect-Goal Reflect-Object Reflect-Spatial Reflect-10 QwenPI-Flow · MAE-C Figure 5 Text-head versus visual-head self-evaluation signals. OpenVLA uses MAE-D and QwenPI-Flow uses MAE-C. Each connector reports ∆AUROC = V - T. Positive gaps across all subsets indicate that text-side entropy is not a stable substitute for visual information. baselines that depend on action-token probabilities or sampled action-token agreement, while the continuous- action and flow-action policies cannot expose the same random variables without changing the estimator. The OpenVLA-specific baseline protocols are detailed in Appendix F. Takeaway 2. MAE transfers across model architectures, initialization families, and task families. The three evaluated policies differ in base VLMs, perception stacks, training data, and action-generation mechanisms. OpenVLA and OpenVLA-OFT instantiate Latent-Readout VLAs with different readout recipes. QwenPI-Flow instantiates Latent-Refinement VLAs with a flow-style action module. The gains on Goal Semantics, Object Binding, and Spatial Grounding show that the signal follows the action-condition coupling structure across distinct capability axes. Takeaway 3. MAE yields a shared execution-correctness signal across heterogeneous tasks. Reflect-10 pools diverse goals, objects, and layouts from LIBERO-10 into a single evaluation split. On this heterogeneous task mixture, OpenVLA-OFT reaches 78.57 AUROC and QwenPI-Flow reaches 79.52 AUROC. The entropy signal thus functions as a cross-task execution monitor, discriminating successful from failed rollouts as task semantics and scene configurations vary jointly. Cost Analysis (RQ2) Takeaway 4. MAE achieves the highest performance in the high-efficiency zone, establishing itself as the Pareto-optimal solution. Figure 4 visualizes the efficiency-reliability Pareto view. While baselines like Self-Consistency or Verbal Confidence require multiple sampled action-token generations or external models (incurring≥1×latency overhead), MAE reuses internal attention maps and adds minimal computation (< 0.1× overhead; detailed hardware profiling on NVIDIA H100 is provided in Appendix J). Framework Analysis (RQ3) Ablation study. We ablate the key design choices in MAE from the following perspectives: Text-head versus visual-head signals. We first test whether the reliability signal can be recovered from the language side alone. Figure 5 compares the text-head MAE Top-1 score against the visual-attention MAE Top-1 score used in Table 1; exact values are reported in Appendix D. The visual head consistently improves AUROC, with especially large gains on OpenVLA Object Binding and QwenPI-Flow Goal Semantics and Reflect-10. This shows that language-head entropy can reflect text-side decisiveness, but it does not reliably capture whether the action latent has gathered the visual evidence needed for manipulation. The visual head is therefore the appropriate signal for self-evaluating action generation. 9 Top-16 Top-4 Top-2Top-1 −6 −4 −2 0 Change from Top-1 mean AUROC/AUPR -5.2 -2.5 -1.1 Top-1 59.2 OpenVLA Top-16 Top-4 Top-2Top-1 −3 −2 −1 0 -2.2 -1.6 -1.2 Top-1 85.4 OpenVLA-OFT Top-20 Top-4 Top-2Top-1 −18 −12 −6 0 -15.7 -6.7 -1.5 Top-1 79.9 QwenPI-Flow Impact of head selection on MAE ranking quality Values are percentage-point changes from Top-1, averaged over AUROC and AUPR across four subsets. Figure 6 Top-m head selection ablation. Panels order selected-head settings from many heads to Top-1 and use independent y-axis scales. Values are percentage-point changes from the Top-1 ranking score, computed as the mean of AUROC and AUPR over the four LIBERO-Reflect subsets. Exact values are reported in Appendix D. All (ours) Shallow Middle Deep Overall reflect-10 reflect-goal reflect-object reflect-spatial 67.954.763.991.066.9 65.851.557.090.465.0 66.954.261.986.665.3 62.947.761.583.565.5 Figure 7 Layer-band ablation for MAE-D with Top-1. Cells report absolute AUROC; colors are normalized within each column by closeness to the all-layer result, stars mark the best layer band, and the left schematic indicates the layer region used by each row. Impact of head selection. We evaluate how the number of selected heads affects MAE by varying Top-m. Figure 6 summarizes the full results by plotting each setting’s drop from Top-1 in mean ranking quality, averaged over AUROC and AUPR across the four subsets; exact values are reported in Appendix D. Top-1 gives the most consistent ranking performance across all three models. It also uses the smallest selected-head set, reducing entropy aggregation cost and limiting the contribution of low-signal heads. This supports Top-1 as the default head-selection setting. Impact of layer selection. To assess the effect of model depth, we compare the default all-layer aggregation with three layer-restricted variants: shallow, middle, and deep. The experiment keeps the same MAE-D score with Top-1 and changes only the layer band used to aggregateE ℓ,h . Figure 7 reports absolute AUROC values while coloring each column by closeness to the all-layer result, showing that all-layer aggregation gives the best overall AUROC and remains competitive across task families. This result is consistent with the layered function of transformer VLAs: earlier layers encode visual grounding and token-level perception, middle layers support cross-modal binding, and deeper layers are closer to action readout. Combining all layers provides a fuller internal signal and avoids introducing task- or architecture-specific layer-band hyperparameters. Test-Time Sampling with FabriMAE (RQ4) Takeaway 5. FabriMAE turns internal MAE scores into a verifier-free test-time action selector. Beyond post-hoc reliability ranking, the same internal signal can choose among multiple candidate action chunks at inference time. We instantiate this use case as FabriMAE, a test-time sampling procedure for PI-family Latent-Refinement VLAs. At each control step, FabriMAE samplesncandidate action chunks, computes a candidate-level MAE score from the visual-attention entropy at the final refinement step of each 10 Sampling Strategy Branch Ratio Noise Scale Overall SR (%)∆ Normal–85.70– Independent–86.20+0.50 Branch20%0.2086.35+0.65 Branch40%0.3086.35+0.65 Branch60%0.2086.48+0.78 Branch80%0.1086.62+0.92 Branch70%0.1586.80+1.10 Table 2 FabriMAE sampling ablation on the PI0.5 LIBERO-Plus sweep. All values are success rates in percentages, and ∆ is measured in percentage points relative to Normal. Sampling rows use 10 candidates and the same candidate- level MAE selector. The table reports representative branch settings from earlier and fine-grid sweeps; the FabriMAE setting uses a 70% branch ratio with noise scale 0.15, outperforming both Normal and independent sampling. MethodCamera Robot Language Light Background Noise Layout Total Normal75.8079.4083.3095.5095.0089.60 87.00 85.70 FabriMAE (Branch 70% / 0.15) 78.42 78.4587.12 96.7696.2889.07 87.21 86.80 Table 3 LIBERO-Plus perturbation breakdown for the measured PI0.5 policy with and without branch FabriMAE. All values are success rates in percentages. candidate, and executes the highest-scoring candidate: i ⋆ = arg max i∈1,...,n MAE (i) , a ⋆ t = a (i ⋆ ) t .(7) For PI0.5, we usen= 10 candidates and the Latent-Refinement orientation MAE-C. For branch FabriMAE, the branch ratio is expressed as a percentage of the total refinement process. With the selected 70% setting, the shared refinement prefix covers the first 70% of refinement steps; the resulting latent state is copied into 10 candidates, Gaussian branch noise with scale 0.15· std(x shared ) is added, and the remaining suffix is refined independently for each candidate. The policy remains frozen and the selector uses no external verifier or reward model. Takeaway 6. Late branch sampling improves robustness while adding small runtime overhead. This experiment compares two ways of injecting stochasticity into the PI-family refinement process. Inde- pendent sampling gives each candidate a separate initial noise tensor and runs the full refinement trajectory independently. Branch sampling shares the refinement prefix across candidates: the branch ratio specifies where this shared prefix ends, larger ratios branch later, and the noise scale sets the magnitude of the Gaussian perturbation injected after copying the shared latent state intoncandidates. After the branch point, candidates refine only the remaining suffix independently and are selected by the same candidate-level MAE selector. Table 2 traces this branch-ratio/noise-scale trade-off. A smaller branch ratio, such as 20% or 40%, copies and perturbs the latent state early in the refinement trajectory, giving candidates more independent suffix steps. Larger ratios, such as 60% and 80%, keep more of the trajectory shared before the candidates split. Under the strongest setting, FabriMAE shares the first 70% of the refinement process and compares 10 final action chunks after their independent suffix refinement. The candidate-level MAE-C score is computed from the visual-attention entropy at each candidate’s final refinement step, so the selector evaluates the completed branch outputs rather than the shared prefix state. This setting gives the best balance in the sweep: the shared prefix reaches a refined latent state, the remaining suffix still supports independent refinement, and the 0.15 noise scale provides candidate diversity through Gaussian perturbations without replacing the shared trajectory. This branch FabriMAE configuration reaches 86.80% overall success, improving Normal by 1.10 percentage points and independent sampling by 0.60 percentage points. The runtime overhead is small: branch FabriMAE with 10 candidates increases aggregate episode time by 7.20%, mean episode time by 1.43 seconds, and seconds per executed environment step by 8.94%. 11 On the full LIBERO-Plus evaluation, as shown in Table 3, the measured PI0.5 policy with branch FabriMAE reaches 86.80% overall success rate, improving Normal by 1.10 percentage points, with gains on Camera, Language, Light, Background, and Layout perturbations. Following the LIBERO-Plus reporting convention, the Total column is the micro success rate over all evaluation episodes. 6 Conclusion We presented MAE (Markov Attention Entropy), a white-box framework for VLA self-evaluation from internal attention dynamics. Experiments on LIBERO-Reflect show that MAE improves reliability ranking without external evaluators, and FabriMAE demonstrates that the same internal signal can guide verifier-free test-time action selection for PI-family Latent-Refinement VLAs. References [1]Amos Azaria and Tom Mitchell. The internal state of an llm knows when it’s lying, 2023. URL https://arxiv.org/ abs/2304.13734. [2]Jinhe Bi, Danqi Yan, Yifan Wang, Wenke Huang, Haokun Chen, Guancheng Wan, Mang Ye, Xun Xiao, Hinrich Schuetze, Volker Tresp, and Yunpu Ma. Cot-kinetics: A theoretical modeling assessing lrm reasoning process. ArXiv, abs/2505.13408, 2025. URL https://api.semanticscholar.org/CorpusID:278769227. [3]Konstantinos Bousmalis, Giulia Vezzani, Dushyant Rao, Coline Devin, Alex X. Lee, Maria Bauza, Todor Davchev, Yuxiang Zhou, Agrim Gupta, Akhil Raju, Antoine Laurens, Claudio Fantacci, Valentin Dalibard, Martina Zambelli, Murilo Martins, Rugile Pevceviciute, Michiel Blokzijl, Misha Denil, Nathan Batchelor, Thomas Lampe, Emilio Parisotto, Konrad Żołna, Scott Reed, Sergio Gómez Colmenarejo, Jon Scholz, Abbas Abdolmaleki, Oliver Groth, Jean-Baptiste Regli, Oleg Sushkov, Tom Rothörl, José Enrique Chen, Yusuf Aytar, Dave Barker, Joy Ortiz, Martin Riedmiller, Jost Tobias Springenberg, Raia Hadsell, Francesco Nori, and Nicolas Heess. Robocat: A self-improving generalist agent for robotic manipulation, 2023. URL https://arxiv.org/abs/2306.11706. [4]Anthony Brohan, Noah Brown, Justice Carbajal, Yevgen Chebotar, Joseph Dabis, Chelsea Finn, Keerthana Gopalakrishnan, Karol Hausman, Alex Herzog, Jasmine Hsu, Julian Ibarz, Brian Ichter, Alex Irpan, Tomas Jackson, Sally Jesmonth, Nikhil J Joshi, Ryan Julian, Dmitry Kalashnikov, Yuheng Kuang, Isabel Leal, Kuang-Huei Lee, Sergey Levine, Yao Lu, Utsav Malla, Deeksha Manjunath, Igor Mordatch, Ofir Nachum, Carolina Parada, Jodilyn Peralta, Emily Perez, Karl Pertsch, Jornell Quiambao, Kanishka Rao, Michael Ryoo, Grecia Salazar, Pannag Sanketi, Kevin Sayed, Jaspiar Singh, Sumedh Sontakke, Austin Stone, Clayton Tan, Huong Tran, Vincent Vanhoucke, Steve Vega, Quan Vuong, Fei Xia, Ted Xiao, Peng Xu, Sichun Xu, Tianhe Yu, and Brianna Zitkovich. Rt-1: Robotics transformer for real-world control at scale, 2023. URL https://arxiv.org/abs/2212.06817. [5]Hugo Buurmeijer, Carmen Amo Alonso, Aiden Swann, and Marco Pavone. Observing and controlling features in vision-language-action models, 2026. URL https://arxiv.org/abs/2603.05487. [6] Stephen Casper, Xander Davies, Claudia Shi, Thomas Krendl Gilbert, Jérémy Scheurer, Javier Rando, Rachel Freedman, Tomasz Korbak, David Lindner, Pedro Freire, Tony Wang, Samuel Marks, Charbel-Raphaël Segerie, Micah Carroll, Andi Peng, Phillip Christoffersen, Mehul Damani, Stewart Slocum, Usman Anwar, Anand Siththaranjan, Max Nadeau, Eric J. Michaud, Jacob Pfau, Dmitrii Krasheninnikov, Xin Chen, Lauro Langosco, Peter Hase, Erdem Bıyık, Anca Dragan, David Krueger, Dorsa Sadigh, and Dylan Hadfield-Menell. Open problems and fundamental limitations of reinforcement learning from human feedback, 2023. URL https: //arxiv.org/abs/2307.15217. [7]Lingling Chen, Zongyao Lyu, and William J. Beksi. Reconvla: An uncertainty-guided and failure-aware vision- language-action framework for robotic control, 2026. URL https://arxiv.org/abs/2604.16677. [8] Cheng Chi, Zhenjia Xu, Siyuan Feng, Eric Cousineau, Yilun Du, Benjamin Burchfiel, Russ Tedrake, and Shuran Song. Diffusion policy: Visuomotor policy learning via action diffusion, 2024. URL https://arxiv.org/abs/2303. 04137. [9] Embodiment Collaboration, Abby O’Neill, Abdul Rehman, Abhinav Gupta, Abhiram Maddukuri, Abhishek Gupta, Abhishek Padalkar, Abraham Lee, Acorn Pooley, Agrim Gupta, Ajay Mandlekar, Ajinkya Jain, Albert Tung, Alex Bewley, Alex Herzog, Alex Irpan, Alexander Khazatsky, Anant Rai, Anchit Gupta, Andrew Wang, Andrey Kolobov, Anikait Singh, Animesh Garg, Aniruddha Kembhavi, Annie Xie, Anthony Brohan, Antonin Raffin, Archit 12 Sharma, Arefeh Yavary, Arhan Jain, Ashwin Balakrishna, Ayzaan Wahid, Ben Burgess-Limerick, Beomjoon Kim, Bernhard Schölkopf, Blake Wulfe, Brian Ichter, Cewu Lu, Charles Xu, Charlotte Le, Chelsea Finn, Chen Wang, Chenfeng Xu, Cheng Chi, Chenguang Huang, Christine Chan, Christopher Agia, Chuer Pan, Chuyuan Fu, Coline Devin, Danfei Xu, Daniel Morton, Danny Driess, Daphne Chen, Deepak Pathak, Dhruv Shah, Dieter Büchler, Dinesh Jayaraman, Dmitry Kalashnikov, Dorsa Sadigh, Edward Johns, Ethan Foster, Fangchen Liu, Federico Ceola, Fei Xia, Feiyu Zhao, Felipe Vieira Frujeri, Freek Stulp, Gaoyue Zhou, Gaurav S. Sukhatme, Gautam Salhotra, Ge Yan, Gilbert Feng, Giulio Schiavi, Glen Berseth, Gregory Kahn, Guangwen Yang, Guanzhi Wang, Hao Su, Hao-Shu Fang, Haochen Shi, Henghui Bao, Heni Ben Amor, Henrik I Christensen, Hiroki Furuta, Homanga Bharadhwaj, Homer Walke, Hongjie Fang, Huy Ha, Igor Mordatch, Ilija Radosavovic, Isabel Leal, Jacky Liang, Jad Abou-Chakra, Jaehyung Kim, Jaimyn Drake, Jan Peters, Jan Schneider, Jasmine Hsu, Jay Vakil, Jeannette Bohg, Jeffrey Bingham, Jeffrey Wu, Jensen Gao, Jiaheng Hu, Jiajun Wu, Jialin Wu, Jiankai Sun, Jianlan Luo, Jiayuan Gu, Jie Tan, Jihoon Oh, Jimmy Wu, Jingpei Lu, Jingyun Yang, Jitendra Malik, João Silvério, Joey Hejna, Jonathan Booher, Jonathan Tompson, Jonathan Yang, Jordi Salvador, Joseph J. Lim, Junhyek Han, Kaiyuan Wang, Kanishka Rao, Karl Pertsch, Karol Hausman, Keegan Go, Keerthana Gopalakrishnan, Ken Goldberg, Kendra Byrne, Kenneth Oslund, Kento Kawaharazuka, Kevin Black, Kevin Lin, Kevin Zhang, Kiana Ehsani, Kiran Lekkala, Kirsty Ellis, Krishan Rana, Krishnan Srinivasan, Kuan Fang, Kunal Pratap Singh, Kuo-Hao Zeng, Kyle Hatch, Kyle Hsu, Laurent Itti, Lawrence Yunliang Chen, Lerrel Pinto, Li Fei-Fei, Liam Tan, Linxi "Jim" Fan, Lionel Ott, Lisa Lee, Luca Weihs, Magnum Chen, Marion Lepert, Marius Memmel, Masayoshi Tomizuka, Masha Itkina, Mateo Guaman Castro, Max Spero, Maximilian Du, Michael Ahn, Michael C. Yip, Mingtong Zhang, Mingyu Ding, Minho Heo, Mohan Kumar Srirama, Mohit Sharma, Moo Jin Kim, Muhammad Zubair Irshad, Naoaki Kanazawa, Nicklas Hansen, Nicolas Heess, Nikhil J Joshi, Niko Suenderhauf, Ning Liu, Norman Di Palo, Nur Muhammad Mahi Shafiullah, Oier Mees, Oliver Kroemer, Osbert Bastani, Pannag R Sanketi, Patrick "Tree" Miller, Patrick Yin, Paul Wohlhart, Peng Xu, Peter David Fagan, Peter Mitrano, Pierre Sermanet, Pieter Abbeel, Priya Sundaresan, Qiuyu Chen, Quan Vuong, Rafael Rafailov, Ran Tian, Ria Doshi, Roberto Martín-Martín, Rohan Baijal, Rosario Scalise, Rose Hendrix, Roy Lin, Runjia Qian, Ruohan Zhang, Russell Mendonca, Rutav Shah, Ryan Hoque, Ryan Julian, Samuel Bustamante, Sean Kirmani, Sergey Levine, Shan Lin, Sherry Moore, Shikhar Bahl, Shivin Dass, Shubham Sonawani, Shubham Tulsiani, Shuran Song, Sichun Xu, Siddhant Haldar, Siddharth Karamcheti, Simeon Adebola, Simon Guist, Soroush Nasiriany, Stefan Schaal, Stefan Welker, Stephen Tian, Subramanian Ramamoorthy, Sudeep Dasari, Suneel Belkhale, Sungjae Park, Suraj Nair, Suvir Mirchandani, Takayuki Osa, Tanmay Gupta, Tatsuya Harada, Tatsuya Matsushima, Ted Xiao, Thomas Kollar, Tianhe Yu, Tianli Ding, Todor Davchev, Tony Z. Zhao, Travis Armstrong, Trevor Darrell, Trinity Chung, Vidhi Jain, Vikash Kumar, Vincent Vanhoucke, Vitor Guizilini, Wei Zhan, Wenxuan Zhou, Wolfram Burgard, Xi Chen, Xiangyu Chen, Xiaolong Wang, Xinghao Zhu, Xinyang Geng, Xiyuan Liu, Xu Liangwei, Xuanlin Li, Yansong Pang, Yao Lu, Yecheng Jason Ma, Yejin Kim, Yevgen Chebotar, Yifan Zhou, Yifeng Zhu, Yilin Wu, Ying Xu, Yixuan Wang, Yonatan Bisk, Yongqiang Dou, Yoonyoung Cho, Youngwoon Lee, Yuchen Cui, Yue Cao, Yueh-Hua Wu, Yujin Tang, Yuke Zhu, Yunchu Zhang, Yunfan Jiang, Yunshuang Li, Yunzhu Li, Yusuke Iwasawa, Yutaka Matsuo, Zehan Ma, Zhuo Xu, Zichen Jeff Cui, Zichen Zhang, Zipeng Fu, and Zipeng Lin. Open x-embodiment: Robotic learning datasets and rt-x models, 2025. URL https://arxiv.org/abs/2310.08864. [10]Mingtong Dai, Lingbo Liu, Yongjie Bai, Yang Liu, Zhouxia Wang, Rui SU, Chunjie Chen, Liang Lin, and Xinyu Wu. Rover: Robot reward model as test-time verifier for vision-language-action model, 2025. URL https://arxiv.org/abs/2510.10975. [11]Danny Driess, Fei Xia, Mehdi S. M. Sajjadi, Corey Lynch, Aakanksha Chowdhery, Brian Ichter, Ayzaan Wahid, Jonathan Tompson, Quan Vuong, Tianhe Yu, Wenlong Huang, Yevgen Chebotar, Pierre Sermanet, Daniel Duckworth, Sergey Levine, Vincent Vanhoucke, Karol Hausman, Marc Toussaint, Klaus Greff, Andy Zeng, Igor Mordatch, and Pete Florence. PaLM-e: An embodied multimodal language model. In Andreas Krause, Emma Brunskill, Kyunghyun Cho, Barbara Engelhardt, Sivan Sabato, and Jonathan Scarlett, editors, Proceedings of the 40th International Conference on Machine Learning, volume 202 of Proceedings of Machine Learning Research, pages 8469–8488. PMLR, 23–29 Jul 2023. URL https://proceedings.mlr.press/v202/driess23a.html. [12]Jiafei Duan, Wilbert Pumacay, Nishanth Kumar, Yi Ru Wang, Shulin Tian, Wentao Yuan, Ranjay Krishna, Dieter Fox, Ajay Mandlekar, and Yijie Guo. Aha: A vision-language-model for detecting and reasoning over failures in robotic manipulation, 2024. URL https://arxiv.org/abs/2410.00371. [13] Sebastian Farquhar, Jannik Kossen, Lorenz Kuhn, and Yarin Gal. Detecting hallucinations in large language models using semantic entropy. Nature, 630:625–630, 06 2024. doi: 10.1038/s41586-024-07421-0. [14] Dibya Ghosh, Homer Rich Walke, Karl Pertsch, Kevin Black, Oier Mees, Sudeep Dasari, Joey Hejna, Tobias Kreiman, Charles Xu, Jianlan Luo, You Liang Tan, Lawrence Yunliang Chen, Quan Vuong, Ted Xiao, Pannag R Sanketi, Dorsa Sadigh, Chelsea Finn, and Sergey Levine. Octo: An Open-Source Generalist Robot Policy. In Proceedings of Robotics: Science and Systems, Delft, Netherlands, July 2024. doi: 10.15607/RSS.2024.X.090. 13 [15]Bryce Grant, Xijia Zhao, and Peng Wang. Not all features are created equal: A mechanistic study of vision- language-action models, 2026. URL https://arxiv.org/abs/2603.19233. [16]Yuheng Huang, Jiayang Song, Zhijie Wang, Shengming Zhao, Huaming Chen, Felix Juefei-Xu, and Lei Ma. Look before you leap: An exploratory study of uncertainty measurement for large language models. arXiv preprint arXiv:2307.10236, 2023. [17]Bear Häon, Kaylene Stocking, Ian Chuang, and Claire Tomlin. Mechanistic interpretability for steering vision- language-action models, 2025. URL https://arxiv.org/abs/2509.00328. [18]Jaehwan Jeong, Evelyn Zhu, Jinying Lin, Emmanuel Jaimes, Tuan-Anh Vu, Jungseock Joo, Sangpil Kim, and M. Khalid Jawed. Your vision-language-action model already has attention heads for path deviation detection, 2026. URL https://arxiv.org/abs/2603.13782. [19] Yunfan Jiang, Agrim Gupta, Zichen Zhang, Guanzhi Wang, Yongqiang Dou, Yanjun Chen, Li Fei-Fei, Anima Anandkumar, Yuke Zhu, and Linxi Fan. Vima: General robot manipulation with multimodal prompts, 2023. URL https://arxiv.org/abs/2210.03094. [20]Zhengbao Jiang, Jun Araki, Haibo Ding, and Graham Neubig. How can we know when language models know? on the calibration of language models for question answering. Transactions of the Association for Computational Linguistics, 9:962–977, 2021. doi: 10.1162/tacl_a_00407. URL https://aclanthology.org/2021.tacl-1.57/. [21]Saurav Kadavath, Tom Conerly, Amanda Askell, Tom Henighan, Dawn Drain, Ethan Perez, Nicholas Schiefer, Zac Hatfield-Dodds, Nova DasSarma, Eli Tran-Johnson, Scott Johnston, Sheer El-Showk, Andy Jones, Nelson Elhage, Tristan Hume, Anna Chen, Yuntao Bai, Sam Bowman, Stanislav Fort, Deep Ganguli, Danny Hernandez, Josh Jacobson, Jackson Kernion, Shauna Kravec, Liane Lovitt, Kamal Ndousse, Catherine Olsson, Sam Ringer, Dario Amodei, Tom Brown, Jack Clark, Nicholas Joseph, Ben Mann, Sam McCandlish, Chris Olah, and Jared Kaplan. Language models (mostly) know what they know, 2022. URL https://arxiv.org/abs/2207.05221. [22]Moo Jin Kim, Karl Pertsch, Siddharth Karamcheti, Ted Xiao, Ashwin Balakrishna, Suraj Nair, Rafael Rafailov, Ethan Foster, Grace Lam, Pannag Sanketi, Quan Vuong, Thomas Kollar, Benjamin Burchfiel, Russ Tedrake, Dorsa Sadigh, Sergey Levine, Percy Liang, and Chelsea Finn. Openvla: An open-source vision-language-action model, 2024. URL https://arxiv.org/abs/2406.09246. [23] Moo Jin Kim, Chelsea Finn, and Percy Liang. Fine-tuning vision-language-action models: Optimizing speed and success, 2025. URL https://arxiv.org/abs/2502.19645. [24]Jannik Kossen, Jiatong Han, Muhammed Razzak, Lisa Schut, Shreshth Malik, and Yarin Gal. Semantic entropy probes: Robust and cheap hallucination detection in llms, 2024. URL https://arxiv.org/abs/2406.15927. [25]Lorenz Kuhn, Yarin Gal, and Sebastian Farquhar. Semantic uncertainty: Linguistic invariances for uncertainty estimation in natural language generation, 2023. URL https://arxiv.org/abs/2302.09664. [26]Jacky Kwok, Christopher Agia, Rohan Sinha, Matt Foutter, Shulu Li, Ion Stoica, Azalia Mirhoseini, and Marco Pavone. Robomonkey: Scaling test-time sampling and verification for vision-language-action models, 2025. URL https://arxiv.org/abs/2506.17811. [27]Shijie Lian, Bin Yu, Xiaopeng Lin, Laurence T. Yang, Zhaolong Shen, Changti Wu, Yuzhuo Miao, Cong Huang, and Kai Chen. Langforce: Bayesian decomposition of vision language action models via latent action queries, 2026. URL https://arxiv.org/abs/2601.15197. [28] Stephanie Lin, Jacob Hilton, and Owain Evans. Teaching models to express their uncertainty in words, 2022. URL https://arxiv.org/abs/2205.14334. [29]Zijun Lin, Jiafei Duan, Haoquan Fang, Dieter Fox, Ranjay Krishna, Cheston Tan, and Bihan Wen. Failsafe: Reasoning and recovery from failures in vision-language-action models, 2025. URL https://arxiv.org/abs/2510. 01642. [30] Bo Liu, Yifeng Zhu, Chongkai Gao, Yihao Feng, Qiang Liu, Yuke Zhu, and Peter Stone. Libero: Benchmarking knowledge transfer for lifelong robot learning, 2023. URL https://arxiv.org/abs/2306.03310. [31] Zeting Liu, Zida Yang, Zeyu Zhang, and Hao Tang. Evovla: Self-evolving vision-language-action model, 2025. URL https://arxiv.org/abs/2511.16166. [32] Andrey Malinin and Mark Gales. Uncertainty estimation in autoregressive structured prediction. In International Conference on Learning Representations, 2021. URL https://openreview.net/forum?id=jN5y-zb5Q7m. 14 [33]Potsawee Manakul, Adian Liusie, and Mark Gales. SelfCheckGPT: Zero-resource black-box hallucination detection for generative large language models. In Houda Bouamor, Juan Pino, and Kalika Bali, editors, Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing, pages 9004–9017, Singapore, December 2023. Association for Computational Linguistics. doi: 10.18653/v1/2023.emnlp-main.557. URL https://aclanthology.org/2023.emnlp-main.557/. [34]Karl Pertsch, Kyle Stachowicz, Brian Ichter, Danny Driess, Suraj Nair, Quan Vuong, Oier Mees, Chelsea Finn, and Sergey Levine. Fast: Efficient action tokenization for vision-language-action models, 2025. URL https://arxiv.org/abs/2501.09747. [35]Physical Intelligence, Kevin Black, Noah Brown, James Darpinian, Karan Dhabalia, Danny Driess, Adnan Esmail, Michael Equi, Chelsea Finn, Niccolo Fusai, Manuel Y. Galliker, Dibya Ghosh, Lachy Groom, Karol Hausman, Brian Ichter, Szymon Jakubczak, Tim Jones, Liyiming Ke, Devin LeBlanc, Sergey Levine, Adrian Li-Bell, Mohith Mothukuri, Suraj Nair, Karl Pertsch, Allen Z. Ren, Lucy Xiaoyang Shi, Laura Smith, Jost Tobias Springenberg, Kyle Stachowicz, James Tanner, Quan Vuong, Homer Walke, Anna Walling, Haohuan Wang, Lili Yu, and Ury Zhilinsky.π 0.5 : a vision-language-action model with open-world generalization, 2025. URL https://arxiv.org/abs/2504.16054. [36] Carl Qi, Xiaojie Wang, Silong Yong, Stephen Sheng, Huitan Mao, Sriram Srinivasan, Manikantan Nambi, Amy Zhang, and Yesh Dattatreya. Self-refining vision language model for robotic failure detection and reasoning, 2026. URL https://arxiv.org/abs/2602.12405. [37] Ranjan Sapkota, Yang Cao, Konstantinos I. Roumeliotis, and Manoj Karkee. Vision-language-action (vla) models: Concepts, progress, applications and challenges, 2026. URL https://arxiv.org/abs/2505.04769. [38] Chenglei Si, Zhe Gan, Zhengyuan Yang, Shuohang Wang, Jianfeng Wang, Jordan Lee Boyd-Graber, and Lijuan Wang. Prompting GPT-3 to be reliable. In The Eleventh International Conference on Learning Representations, 2023. URL https://openreview.net/forum?id=98p5x51L5af. [39] Katherine Tian, Eric Mitchell, Allan Zhou, Archit Sharma, Rafael Rafailov, Huaxiu Yao, Chelsea Finn, and Christopher D. Manning. Just ask for calibration: Strategies for eliciting calibrated confidence scores from language models fine-tuned with human feedback, 2023. URL https://arxiv.org/abs/2305.14975. [40]Pablo Valle, Chengjie Lu, Shaukat Ali, and Aitor Arrieta. Evaluating uncertainty and quality of visual language action-enabled robots, 2025. URL https://arxiv.org/abs/2507.17049. [41]Haoxuan Wang, Gengyu Zhang, Yan Yan, Ramana Rao Kompella, and Gaowen Liu. Vla knows its limits, 2026. URL https://arxiv.org/abs/2602.21445. [42]Xuezhi Wang, Jason Wei, Dale Schuurmans, Quoc Le, Ed H. Chi, and Denny Zhou. Self-consistency improves chain of thought reasoning in language models. ArXiv, abs/2203.11171, 2022. URL https://api.semanticscholar. org/CorpusID:247595263. [43]Xueyang Zhou, Yangming Xu, Guiyao Tie, Yongchao Chen, Guowen Zhang, Duanfeng Chu, Pan Zhou, and Lichao Sun. Libero-pro: Towards robust and fair evaluation of vision-language-action models beyond memorization, 2025. URL https://arxiv.org/abs/2510.03827. [44]Brianna Zitkovich, Tianhe Yu, Sichun Xu, Peng Xu, Ted Xiao, Fei Xia, Jialin Wu, Paul Wohlhart, Stefan Welker, Ayzaan Wahid, Quan Vuong, Vincent Vanhoucke, Huong Tran, Radu Soricut, Anikait Singh, Jaspiar Singh, Pierre Sermanet, Pannag R. Sanketi, Grecia Salazar, Michael S. Ryoo, Krista Reymann, Kanishka Rao, Karl Pertsch, Igor Mordatch, Henryk Michalewski, Yao Lu, Sergey Levine, Lisa Lee, Tsang-Wei Edward Lee, Isabel Leal, Yuheng Kuang, Dmitry Kalashnikov, Ryan Julian, Nikhil J. Joshi, Alex Irpan, Brian Ichter, Jasmine Hsu, Alexander Herzog, Karol Hausman, Keerthana Gopalakrishnan, Chuyuan Fu, Pete Florence, Chelsea Finn, Kumar Avinava Dubey, Danny Driess, Tianli Ding, Krzysztof Marcin Choromanski, Xi Chen, Yevgen Chebotar, Justice Carbajal, Noah Brown, Anthony Brohan, Montserrat Gonzalez Arenas, and Kehang Han. Rt-2: Vision-language-action models transfer web knowledge to robotic control. In Jie Tan, Marc Toussaint, and Kourosh Darvish, editors, Proceedings of The 7th Conference on Robot Learning, volume 229 of Proceedings of Machine Learning Research, pages 2165–2183. PMLR, 06–09 Nov 2023. URL https://proceedings.mlr.press/v229/zitkovich23a.html. [45]Thomas P Zollo and Richard Zemel. Confidence calibration in vision-language-action models, 2025. URL https://arxiv.org/abs/2507.17383. 15 Appendix A Related Work Vision-Language-Action Models. VLAs translate visual observations and language instructions into output actions, building on progress in large-scale robot learning and multimodal modeling. Early generalist policies such as RT-1 demonstrate scalable transformer-based control from real-world robot trajectories, while VIMA studies robot manipulation conditioned on multimodal task specifications [4,19]. PaLM-E incorporates visual observations into a pretrained Large Language Model (LLM), and RT-2 connects web-scale vision-language pretraining with action generation through action-token prediction [11,44]. Large-scale datasets and open policies further support generalization across tasks and robot embodiments, including Open X-Embodiment, RoboCat, and Octo [9,3,14]. Beyond these policy-scale developments, continuous generative policies such as Diffusion Policy and efficient action representations such as FAST expand the available designs for action generation [8,34]. Together, these studies establish a broad family of policies that share visual observations and language instructions as conditions, but differ in how actions are generated. Self-Evaluation in Large Language Models. Self-evaluation in LLMs studies whether a model can estimate the reliability of its own generated outputs. Calibration-based work evaluates whether model confidence is aligned with answer correctness, including probability-based calibration and uncertainty expressed through natural-language confidence statements [20,28,39]. A second line of work uses repeated generation to measure agreement among candidate responses: self-consistency improves reasoning by aggregating multiple sampled outputs, while SelfCheckGPT detects hallucinations from inconsistencies among sampled passages [42,33]. Moving beyond surface-level agreement, semantic uncertainty groups generations according to their meanings, and semantic entropy uses this semantic-level uncertainty to identify unreliable generations and confabulations [25,13]. Recent probing studies additionally indicate that internal hidden representations can expose reliability-related signals without requiring full repeated sampling [1,24]. These works provide important foundations for self-evaluation, but their outputs are language generations rather than VLAs’ output actions conditioned on visual observations. Self-Evaluation in Vision-Language-Action Models. Self-evaluation for VLAs must assess the re- liability of action generation under visual observations and language instructions. Recent studies evaluate VLA uncertainty or confidence from generated output actions, including uncertainty-quality evaluation and calibration methods for VLA policies [40,45]. Other work detects or reasons over failures through additional learned components: AHA uses a VLM to identify and explain robotic manipulation failures, and RoboMonkey introduces test-time sampling and verification for VLA action generation [12,26]. Complementary studies begin to examine reliability-related signals already present inside VLAs, showing that internal signals can reflect controllable behavior, path deviation, or model limitations [17,18,41]. Different from methods based on external evaluators, supervised failure detectors, or repeated action sampling, MAE directly converts internal visual attention entropy into episode-level reliability scores for heterogeneous VLA action-generation mechanisms. B Model Configuration Details Table 4 maps the model names used in the experiments to the concrete evaluated checkpoints and training configurations. The selected policies deliberately pair two VLM backbone families with different action- generation mechanisms and training or adaptation regimes. This design supports the claim that MAE is effective across action-generation architectures, VLM backbone families, and training sources. C LIBERO-Reflect Construction Details This appendix documents the construction evidence for LIBERO-Reflect. Table 5 fixes the benchmark composition: each subset contains 500 standard episodes and 500 challenging episodes, yielding 1,000 episodes 16 PolicyAction- Generation Family VLM and Perception Stack Training / Adaptation Signal Diversity Axis OpenVLA Latent-Readout VLAs OpenVLA-7B VLM with prism-dinosiglip-224px; fused DINOv2 + SigLIP visual encoder; Llama 2 7B language backbone official openvla/openvla-7b; tokenized action predic- tion trained on Open X- Embodiment Llama/OpenVLA family; large-scale action-token training; tests autore- gressive discrete readout behavior OpenVLA-OFT Latent-Readout VLAs OpenVLA-7B VLM with the same DINOv2 + SigLIP visual base and Llama 2 7B language backbone official OpenVLA-OFT checkpoints/code; efficient OFT adaptation with continuous actions, action chunking, and L1 regres- sion Same backbone family as OpenVLA with a contin- uous readout recipe; tests adaptation robustness QwenPI-Flow Latent- Refinement VLAs Qwen3-VL-4B-Instruct with Qwen3-VL vision stack plus dinov2_vits14 in the StarVLA config StarVLA/Qwen3-VL-PI- LIBERO-4in1; QwenPI policy with DiT-B, 7-DoF actions, horizon 8, and data_mix=libero_all Qwen3-VL family; flow- style refinement; LIBERO- specific training mix; tests cross-family and cross- generation generality Table 4 Detailed configurations for the three VLA policies evaluated in the main experiments. The table highlights architectural, family-level, and training-source diversity. ComponentLIBERO-Goal LIBERO-Spatial LIBERO-10 LIBERO-Object Overall Task count1010101040 Standard episodes5005005005002,000 Challenging episodes5005005005002,000 Total episodes1,0001,0001,0001,0004,000 Standard-side policy success rate (%) QwenPI-Flow 96.893.894.498.095.8 OpenVLA-OFT 97.293.694.899.696.3 OpenVLA 79.279.855.274.272.1 Table 5 LIBERO-Reflect composition and standard-side policy success rates. The upper block reports the number of tasks and episodes used to form the benchmark. The lower block reports policy success rates on the standard side. Overall success is the mean over four equally sized suites. QwenPI-Flow corresponds to the Qwen3-VL-PI-LIBERO-4in1 checkpoint described in Table 4. per subset and 4,000 episodes in total. The same table reports policy success rates on the standard side. Table 6 reports diagnostic success rates for the challenging episodes sampled from LIBERO-PRO. Figure 8 complements the tables with 16 visual case-study panels from all four subsets. The challenging episodes preserve the original task language while swapping the placements of target objects and surrounding objects. Nominal splits versus actual evaluation labels. The 2,000 standard and 2,000 challenging episodes define the nominal composition of LIBERO-Reflect, designed to ensure sufficient exposure to both solvable standard scenes and difficult PRO scenes. However, depending on the evaluated policy’s capability, nominal standard episodes may occasionally fail (as shown in Table 5), and nominal challenging episodes may occasionally succeed (as shown in Table 6). Because self-evaluation must assess whether the policy actually succeeded or failed on a given execution, we do not use the nominal dataset split as the ground-truth label for evaluation. Instead, the ground-truth label for computing all self-evaluation metrics (AUROC, AUPR, FPR@95) is strictly defined by the actual simulator success flag of that specific rollout. This ensures that our evaluation rigorously reflects the true correctness of the generated actions, avoiding any label noise introduced by policy capability variations. 17 Figure 8 Case studies from the LIBERO-Reflect construction. Each row corresponds to one subset and shows representative standard episodes paired with challenging episodes. The instruction is printed below each panel, yielding 16 data points across the four subsets. 18 PolicyReflect-Goal Reflect-Spatial Reflect-10 Reflect-Object Mean QwenPI-Flow 0.07.21.80.02.25 OpenVLA-OFT 4.67.20.01.23.25 OpenVLA 0.00.40.00.00.10 Table 6 Diagnostic success rates for the challenging episodes sampled from LIBERO-PRO and retained in LIBERO- Reflect. Values are percentages and summarize the challenging side used by the benchmark. ModelSubsetText Head Text AUROC Visual Head Visual AUROC ∆AUROC OpenVLA Reflect-GoalMAE-D Top-1 59.26MAE-D Top-1 63.94+4.68 Reflect-ObjectMAE-D Top-1 69.41MAE-D Top-1 90.97+21.56 Reflect-Spatial MAE-D Top-1 62.31MAE-D Top-1 66.86+4.55 Reflect-10MAE-D Top-1 49.43MAE-D Top-1 54.74+5.31 QwenPI-Flow Reflect-GoalMAE-C Top-1 55.46MAE-C Top-1 80.57+25.11 Reflect-ObjectMAE-C Top-1 66.00MAE-C Top-1 75.94+9.94 Reflect-Spatial MAE-C Top-1 84.25MAE-C Top-1 84.80+0.55 Reflect-10MAE-C Top-1 56.91MAE-C Top-1 79.52+22.61 Table 7 Exact AUROC values for the text-head versus visual-head comparison in the main paper. Deltas are visual-head MAE minus text-head MAE under the same Top-1 setting. Subset names use the LIBERO-Reflect split identifiers. D Ablation Details and Exact Values This appendix provides the exact values for the ablation figures and explains how to read the trends. The ablations are not additional methods; they test whether MAE depends on broad head averaging or manually selected layer ranges. The main configuration deliberately uses all layers with Top-1 head selection, because this setting preserves the strongest and most stable architecture-aware signal while adding the least aggregation overhead. Text versus visual heads. Table 7 reports the exact values for the text-head versus visual-head comparison in the main paper. We keep only the text-head Top-1 counterpart and use the same orientation terminology as the main method: MAE-D for OpenVLA and MAE-C for QwenPI-Flow. The comparison shows why text-side entropy is insufficient: it can be high on subsets where language-side uncertainty is predictive, but the large visual advantages on OpenVLA Object Binding and QwenPI-Flow Goal Semantics/Reflect-10 show that it misses visually grounded action failures. Head selection. Table 8 reports the full Top-m head-selection sweep used in the main paper. Across all three models, Top-1 is the most reliable default when considering both AUROC and AUPR. Increasingm admits more heads, but the additional heads are not guaranteed to be action-relevant; in practice they often dilute the oriented entropy signal. The half-head setting remains competitive in some subsets, yet it is less consistent and costs more aggregation, so we use Top-1 in the main protocol. 19 Model Top-m Setting Goal Reflect-Goal Object Reflect-Object Spatial Reflect-Spatial Composite Reflect-10 AUROCAUPR FPR @95 AUROCAUPR FPR @95 AUROCAUPR FPR @95 AUROCAUPR FPR @95 Latent-Readout VLAs OpenVLA MAE-D Top-1 63.94 43.23 61.92 90.97 75.88 28.30 66.86 50.74 75.79 54.74 30.45 86.46 MAE-D Top-2 62.41 42.33 68.21 89.14 72.76 30.05 64.72 52.29 77.13 54.01 26.97 85.91 MAE-D Top-4 60.36 41.01 70.03 87.13 69.26 34.18 64.25 52.14 78.80 53.20 26.55 86.88 MAE-D Top-16 59.56 40.67 71.52 79.64 58.98 48.81 63.99 49.67 84.81 53.21 26.56 87.43 OpenVLA-OFT MAE-D Top-1 97.34 96.14 7.14 80.56 81.10 63.71 92.63 93.15 39.31 78.57 64.08 45.06 MAE-D Top-2 96.86 95.26 7.76 76.74 77.29 65.32 93.10 93.59 38.10 77.86 62.92 43.73 MAE-D Top-4 94.63 94.38 8.37 78.42 79.10 63.71 90.25 93.01 35.48 77.79 62.85 46.39 MAE-D Top-16 91.84 94.50 7.94 75.96 82.86 64.03 91.71 89.85 42.74 77.13 62.10 45.06 Latent-Refinement VLAs QwenPI-Flow MAE-C Top-1 80.57 80.01 60.12 75.94 76.48 81.18 84.80 85.46 68.53 79.52 76.24 55.60 MAE-C Top-2 78.75 84.28 55.45 73.01 72.27 82.35 85.73 82.67 53.00 77.75 72.72 56.18 MAE-C Top-4 74.16 81.17 64.79 63.42 59.80 86.27 79.63 79.03 68.12 77.47 70.39 59.27 MAE-C Top-20 62.63 59.16 80.93 65.92 63.43 81.59 66.89 64.70 73.50 68.91 61.92 74.52 Table 8 Top-m head-selection ablation values for the main paper. The half-head setting corresponds to Top-16 for 32-head OpenVLA-family models and Top-20 for the 40-head QwenPI-Flow model. Top-1 is used in the main results because it gives the most stable ranking quality while avoiding noisy aggregation over many heads. Layer Band Overall All subsets Composite reflect-10 Goal reflect-goal Object reflect-object Spatial reflect-spatial All layers67.8854.7463.9490.9766.86 Shallow65.8251.4957.0090.4364.97 Middle66.8854.2561.9386.5965.28 Deep62.9147.7161.4983.5065.55 Table 9 OpenVLA layer-band ablation values for the main paper. Values are MAE-D with Top-1 AUROC percentages. The all-layer setting is the default configuration because it is strongest overall and avoids task-specific layer tuning. Layer bands. Table 9 reports the exact values for the layer-band ablation in the main paper. Restricting the score to shallow, middle, or deep layers can preserve parts of the signal, especially on subsets where object grounding is already strongly localized. However, no restricted band dominates across task families. The all-layer score gives the best overall AUROC and avoids tuning a layer range per architecture or per task, which is important for a self-evaluation method intended to transfer across VLA backbones. 20 PolicyAction- generation family Attention depth Main score Head-selection set- tings Evaluation role OpenVLA Latent-Readout VLAs 32 layers / 32 heads MAE-D Top-1Top-1, Top-2, Top-4, Top-16 Autoregressive discrete readout; supports token- statistic baselines OpenVLA-OFT Latent-Readout VLAs 32 layers / 32 heads MAE-D Top-1Top-1, Top-2, Top-4, Top-16 Same VLA family with continuous readout QwenPI-Flow Latent-Refinement VLAs 36 layers / 40 heads MAE-C Top-1 Top-1, Top-2, Top-4, Top-20 Cross-family flow-style refinement policy Table 10 Evaluation settings for MAE across the three VLA policies. The main score uses all layers with Top-1 head selection. Larger Top-m settings are reported only for the head-selection ablation; the half-head setting is Top-16 for 32-head OpenVLA-family policies and Top-20 for the 40-head QwenPI-Flow policy. PolicyInternal generation stepkFinal internal stepKused by MAE Kin our implementa- tion OpenVLA One autoregressive action- token generation step The last action-token generation step Total number of gener- ated action tokens OpenVLA-OFT One continuous-readout stepThe continuous-readout step be- fore the action head produces the action chunk 1 QwenPI-Flow One flow-style refinement stepThe last refinement step before the action trajectory is returned Total number of infer- ence refinement steps Table 11 Model-specific meaning of the internal generation step k and the final internal step K used by MAE. E Evaluation Protocol All self-evaluation methods are compared under the same episode-level protocol. A policy first executes a LIBERO-Reflect episode, and the simulator success flag defines the binary label. The self-evaluation method then assigns a scalar reliability score to that episode without using the label. We evaluate whether the score ranks successful executions above failed executions using AUROC, AUPR, and FPR@95. For MAE, attention maps are taken from the same policy forward passes that generate the robot actions; no auxiliary model, additional rollout, or external verifier is required. Table 10 summarizes the model-specific attention dimensions and the score orientation used for each policy. The transformer layer index is denoted byℓ, whilekdenotes the internal action-generation step. Table 11 summarizes the model-specific correspondence between k and the final internal step K used by MAE. Layer-band analysis. The main protocol aggregates visual attention entropy over all layers. For the layer-band ablation, we additionally divide the network depth into shallow, middle, and deep regions and recompute the same MAE-D or MAE-C score within each region. This isolates whether the reliability signal is concentrated at a particular depth or benefits from integrating the full action-generation process. The corresponding exact values are reported in Appendix D. Random baseline. The random baseline assigns an independent uniform score to every episode under the same labels over successful and failed episodes. It is used only as a ranking lower bound and is not tuned per subset or per model. 21 Verbal Confidence Prompt System context: You are given a robot manipulation episode. Image input: The attached image is a stitched contact sheet of observation frames sampled from the episode. Frames are ordered chronologically from left to right and top to bottom. Each frame is labeled with its timestep. Task instruction: TASK_INSTRUCTION Evaluation request: Based on the task instruction and the attached contact-sheet image, estimate whether the robot successfully completed the task. Output format: Return only one number between 0 and 1: 0 means definitely failed, 0.5 means uncertain, and 1 means definitely succeeded. Return only the number and nothing else. Figure 9 Prompt used for the Verbal Confidence baseline. The stitched contact sheet is provided as an image input in the same multimodal API request. F Baseline Protocols and Applicability This appendix defines the baselines used in the main results table and clarifies their applicability to het- erogeneous VLA action heads. We only discuss baselines that are part of the reported protocol. The main compatibility issue is whether a policy exposes autoregressive discrete action-token logits or sampled action- token sequences. Token-statistic baselines are meaningful for discrete OpenVLA, but they are not defined for OpenVLA-OFT’s continuous action head or QwenPI-Flow’s flow-matching action head without adding a sepa- rate likelihood model over executed actions. Token-level Self-Consistency has the same interface requirement because it measures sampled action-token agreement. The main results table omits technically not-applicable rows for continuous-action and flow-action policies, while this appendix documents the interface mismatch behind those omissions. Random. Random assigns an i.i.d. uniform score to each episode and serves as a lower-bound ranking baseline under the same labels over successful and failed episodes. Verbal Confidence. Verbal Confidence adapts p(True)-style verbal self-checking to VLA evaluation. Since most VLA policies do not naturally output a calibrated verbal probability during action generation, we use an external multimodal evaluator as a proxy. For each episode, we query gpt-4.1 with the task instruction and a stitched contact-sheet image of sampled observations. The model returns a scalar confidence in [0,1], which is used directly as the episode-level reliability score. The evaluator is not given the ground-truth success label, simulator success state, object poses, perturbation metadata, robot state trajectories, generated action vectors, or oracle information. Self-Consistency. Self-Consistency is implemented as token-level sampled action-token agreement for discrete OpenVLA. At each execution step, we samplenaction-token sequences from the same observation and task condition. For each action-token dimension, the score is the frequency of the most common sampled token divided byn; the step score averages this value over action-token dimensions, and the episode score averages over execution steps. The first sampled action is executed, while the additional samples are used only to compute the self-evaluation score. This baseline requires discrete sampled action tokens. OpenVLA-OFT predicts executed actions through a continuous action head, and QwenPI-Flow produces continuous action trajectories through flow-matching refinement. Their action heads do not expose sampled categorical action-token sequences for the executed action, so token-level Self-Consistency is not defined for these two policies in the reported protocol. 22 Maximum Softmax Probability. Maximum Softmax Probability measures the sharpness of autoregressive action-token predictions. For a generated action-token sequence of lengthT, with categorical distributiony t over the vocabulary at generation step t, the episode score is 1 T T X t=1 max i y t,i . This requires a vocabulary-level distribution for each generated action token, so it applies to discrete OpenVLA but not to continuous OFT or flow-matching PI action heads. Perplexity. Perplexity-style confidence uses the negative log confidence of the selected action-token distri- bution: 1 T T X t=1 − log max i y t,i . We invert the direction when necessary so that larger reported scores indicate higher estimated reliability. As with Maximum Softmax Probability, this score is only defined when action generation exposes token-level categorical probabilities. Entropy. Entropy measures the uncertainty of the full output distribution: 1 T T X t=1 X i −y t,i logy t,i . Lower entropy indicates a sharper token distribution, so the reliability score uses the sign convention that larger is better. This is a token-distribution baseline and is not comparable for continuous action regression or flow integration without an additional probabilistic action model. Length-normalized Entropy. Length-normalized entropy generatesncandidate outputsY=Y 1 ,...,Y n , then averages token entropy across the sampled outputs: 1 n X Y∈Y 1 T Y T Y X t=1 X i −y t,i logy t,i . We set n = 5. OpenVLA output-statistic values. We report reliability-oriented scores: Perplexity is represented by inverse PPL, Entropy by inverse token entropy, and Length-normalized Entropy by inverse length-normalized entropy, so larger values always indicate higher estimated reliability. These baselines can be computed for OpenVLA because it generates discrete action tokens with vocabulary-level probabilities; applying them to OpenVLA-OFT or QwenPI-Flow would require adding a separate likelihood model over continuous executed actions. Applicability to heterogeneous VLAs. Discrete OpenVLA exposes autoregressive action-token dis- tributions, so token-probability baselines such as Maximum Softmax Probability, Perplexity, Entropy, and Length-normalized Entropy are conceptually defined for that model family. OpenVLA-OFT changes the action interface: it keeps the OpenVLA backbone but predicts continuous actions through a regression head, so the placeholder action slots are not generated action tokens and their logits do not define the executed action. QwenPI-Flow uses a flow-matching action head that maps visual-language hidden states and noise through iterative velocity prediction; its output is a continuous action trajectory rather than a categorical token sequence. Applying token-probability baselines to these models would evaluate a different random variable from the executed action. By contrast, MAE reads internal attention entropy during the same policy forward process and then uses architecture-aware aggregation, MAE-D for Latent-Readout VLAs and MAE-C for Latent-Refinement VLAs, which is why it remains comparable across the heterogeneous action heads in the main results table. 23 PolicyInput conventionEpisode payloadRendered prompt form OpenVLA Pure action-prompt format used by the OpenVLA policy. One RGB observation image and the lower-cased LIBERO task instruction. In: What action should the robot take to instruction.lower()? Out: OpenVLA-OFT OpenVLA-family action prompt with the OFT continuous readout. Primary image, wrist image, proprioceptive State Input, and the lower-cased task label. In: What action should the robot take to task_label.lower()? Out: QwenPI-Flow Qwen3-VL multimodal message format followed by the StarVLA grounding request. One or more image placeholders followed by the LIBERO instruction and object-localization request. <|im_start|>user <|vision_start|><|image_pad|>< |vision_end|> Your task is instruction. To identify the key objects for your task. Locate their bounding boxes in [x1,y1,x2,y2] format. <|im_end|> <|im_start|>assistant Table 12 Model input templates used for policy conditioning. The table records the prompt forms and non-text policy inputs needed to reproduce the action-generation inputs; benchmark construction and experimental results are reported in Appendices C–D. G Model Input Templates Table 12 reports the policy input formats used to condition the three evaluated VLA backbones. The OpenVLA-family policies use the same action-query prompt form with lower-cased LIBERO instructions, while OpenVLA-OFT additionally uses proprioceptive State Input for continuous readout. QwenPI-Flow uses a Qwen3-VL-style multimodal message and appends the grounding text expected by the StarVLA policy. We place these templates after the experimental tables because they are protocol details rather than additional results. H Dataset-Source Considerations A potential concern is that a reliability score may separate standard LIBERO episodes from LIBERO-PRO episodes rather than estimate episode-level action reliability. LIBERO-Reflect is designed to reduce this first-order source shortcut at both the construction and evaluation levels. First, the two nominal pools are matched by suite organization, task count, number of initializations, simulator, policy interface, and rollout protocol. Thus, differences in evaluation code, control horizon, observation logging, and metric computation are not available as cues to the scoring function. Second, the benchmark does not inherit labels from dataset membership. The nominal source is used only to assemble a mixed-difficulty evaluation pool; all reported metrics are computed using the realized simulator success flag of each rollout. As a result, failures from the standard LIBERO side and successes from the LIBERO-PRO side are retained and evaluated according to their actual outcomes. This distinction is important for interpreting MAE. A source-level shortcut would assign nearly uniform reliability to all standard LIBERO episodes and uniformly low reliability to all LIBERO-PRO episodes. Such a rule is penalized whenever nominal source and realized outcome disagree, and it does not capture within-source variation among episodes with the same dataset origin but different execution outcomes. In contrast, MAE is computed from the policy’s internal attention dynamics during the same forward passes that generate actions under the current conditioning context. The score therefore has no access to split identifiers or nominal source labels; it can only exploit how the latent action state routes information under the current episode condition. We use LIBERO-PRO as a controlled source of challenging rollouts to increase the density of failures needed for reliability ranking, while actual simulator success remains the evaluation label. The resulting benchmark 24 ComponentDetail GPU HardwareNVIDIA H100 Model EvaluatedQwenPI-Flow Avg. Rollout Time ∼14.0 s / episode Avg. MAE Extra Time 0.57 s / episode MAE Latency Overhead4.09% (< 0.1×) Memory OverheadNegligible (Reuses internal attention) Table 13 Empirical cost analysis of MAE. The overhead strictly satisfies the<0.1×boundary highlighted in the Pareto-optimal zone of the main paper. is an episode-level reliability test under a matched mixed-difficulty pool. Diagnostic success rates for both nominal pools report the remaining source-level differences, and all metrics are interpreted as reliability ranking over realized executions rather than as source-invariant classification. I Architecture-Determined Entropy Orientation The opposite entropy orientations used by MAE-D and MAE-C are determined by the action-generation interface of the evaluated policy before any episode-level reliability metric is computed. The distinction follows from the role played by the visual-attention distribution in the transition kernel of the conditional generative Markov chain. For Latent-Readout VLAs, the internal generation process first builds a latent action representation and then maps the final latent state to an executable action through a readout head. In this family, the transition kernel must progressively consolidate task-relevant visual evidence into the latent state before the final readout. A reliable transition therefore tends to concentrate action-query attention on the relevant object, region, or spatial relation needed for the action. Conversely, diffuse visual addressing indicates that the latent action state has not localized the necessary visual evidence, which often corresponds to ambiguous grounding or incorrect object-action binding. For this reason, lower visual entropy is assigned higher reliability, yielding the decreasing-entropy orientation MAE-D. For Latent-Refinement VLAs, the policy maintains an explicit action or trajectory variable and repeatedly refines it under visual-language conditioning, as in flow- or denoising-style generation. Here the transition kernel corrects an evolving action trajectory by re-querying the condition across refinement steps. MAE uses the attention at the final internal generation stepk=K, before the action trajectory is returned. Reliable executions retain broader visual addressing at this final refinement step, especially when the correct action depends on object relations, spatial constraints, or multi-step manipulation context. Overly low visual entropy indicates that the final action trajectory is determined with too narrow a visual context. Thus, in this family, higher visual entropy at the final refinement step is assigned higher reliability, yielding the increasing-entropy orientation MAE-C. This orientation rule is architecture-level rather than data-fitted. A model is assigned to Latent-Readout VLAs if its action is produced by reading out a final latent state without iterative refinement of an explicit action variable. It is assigned to Latent-Refinement VLAs if it maintains an action or trajectory representation that is updated across multiple refinement or denoising steps under repeated conditioning. This decision can be made from the model’s inference computation graph alone and does not require labels over successful and failed episodes, external supervision, or validation-set optimization. Accordingly, MAE-D is fixed for Latent-Readout VLAs and MAE-C is fixed for Latent-Refinement VLAs before evaluating AUROC, AUPR, or FPR@95. The same principle also separates orientation from head and layer aggregation. The Top-1 operation used in the main protocol is a deterministic per-episode reduction over oriented entropy values, not a fixed attention head selected by test labels. Likewise, all-layer aggregation is used as the default rule to avoid selecting a task-specific or model-specific layer band. The Top-mand layer-band experiments are therefore sensitivity analyses of a frozen scoring rule rather than procedures for choosing the reported orientation. 25 J Cost Analysis Details To substantiate the efficiency claims in the main experiments, we profile the wall-clock latency of MAE during evaluation. Table 13 reports the average execution time per episode and the extra latency incurred by MAE. The overhead is strictly bounded because MAE reuses the internal attention matrices from the same forward pass and only performs entropy computation and head aggregation. 26