Visibility Transformer Overview
- Visibility Transformer is a family of methods that explicitly models unseen or partial data by elevating visibility as a primary objective.
- These approaches integrate specialized masking, recurrent memory, and decoupled spatial-temporal attention to reconstruct beyond-field-of-view content and optimize outputs.
- Applications span autonomous driving, LLM interpretability, adversary-aware navigation, and action recognition, showing significant empirical performance gains.
Searching arXiv for papers related to "Visibility Transformer" and the provided identifiers. Visibility Transformer denotes a set of transformer-based formulations in which visibility is treated as a primary modeling target rather than a secondary by-product of representation learning. In recent arXiv usage, the term has been applied to online beyond-field-of-view scene reconstruction for autonomous vehicles, Generative Engine Optimization in LLM-mediated search, visualization of hidden-state and information flow inside decoder-only LLMs, adversary-aware navigation under partial observability, and skeleton action recognition under constrained field of view (Shi et al., 2022, Lüttgenau et al., 3 Jul 2025, Brunello et al., 18 Jul 2025, Chauhan et al., 29 Nov 2025, Dai et al., 1 Jul 2026). Across these settings, “visibility” refers respectively to unseen scene content, citation-grounded prominence in generated answers, interpretability of internal computation, line-of-sight exposure and cover, and joint-level observability under FoV dropout. This suggests an umbrella usage: transformers are being specialized to propagate, quantify, or expose information that is only partially available at inference time.
1. Scope and conceptual unification
The term is not used for a single canonical architecture. Instead, the literature associates it with distinct technical programs that elevate visibility into the objective, masking structure, memory mechanism, or evaluation protocol.
| Domain | Visibility target | Representative system |
|---|---|---|
| Autonomous driving video | Beyond-FoV scene content from past frames | FlowLens (Shi et al., 2022) |
| Generative search | How much and how early a source is cited in LLM output | BART-based GEO model (Lüttgenau et al., 3 Jul 2025) |
| LLM interpretability | Visibility of layerwise token predictions and information flow | InTraVisTo (Brunello et al., 18 Jul 2025) |
| Adversary-aware navigation | Exposure, cover, and LoS under partial observability | HAVEN with DTQN (Chauhan et al., 29 Nov 2025) |
| Skeleton action recognition | Joint observability under constrained FoV | PartialVisGraph (Dai et al., 1 Jul 2026) |
A plausible implication is that “visibility transformer” functions more as a design orientation than as a fixed macro-architecture. In some papers, visibility is reconstructed from past observations; in others, it is optimized as salience in generated text, or injected directly as a prior into attention logits. The shared principle is explicit treatment of incomplete, hidden, delayed, or selectively observable information.
2. Beyond-field-of-view scene reconstruction
In autonomous driving, FlowLens operationalizes a visibility transformer by reconstructing regions outside the current camera FoV using only past video, under an online constraint that prohibits access to future frames (Shi et al., 2022). The method frames the problem as online video inpainting for autonomous vehicles and couples explicit local motion propagation with implicit global clip-recurrent attention. Its architecture has four stages: a convolutional stem over Local Frames and Past Reference Frames, explicit flow-guided feature propagation, a Clip-Recurrent Transformer, and an output convolutional decoder.
The explicit branch completes optical flow in masked FoV regions and warps features across adjacent frames. With downsampling by , the completed flow is
and warped features follow
Residual misalignment is compensated with modulated DCN, and forward and backward features are fused with a convolution. This branch is intended to preserve pixel-accurate local motion compensation and temporal coherence.
The implicit branch is the Clip-Recurrent Transformer. It soft-splits concatenated local and past-reference features into overlapping tokens, projects them to , , and , and caches keys and values from the previous clip with stop-gradient. Its Clip-Recurrent Hub uses 3D-Decoupled Cross Attention (DDCA): temporal attention is applied at fixed spatial positions, while spatial attention is factorized into horizontal and vertical strip attentions with non-local strip pooling. The temporal term is
and cross-clip fusion is applied through
MixF3N replaces the standard FFN with multi-branch depth-wise convolutions over overlapping tokens to strengthen fine-grained local detail flow.
Training uses a composite objective
with 0, 1, and 2. The streaming setup uses 3 local frames and 4 past reference frames, with memory length 5 reported as best. FlowLens runs at 6 s/frame with 7 GFLOPs, while FlowLens-s achieves 8 s/frame at 9 GFLOPs on RTX 3090; the Clip-Recurrent Hub adds 0 FLOPs and 1 parameters.
Evaluation is performed on a derived KITTI360 dataset with 2, 3, and 4 FoV expansion masks, covering both outer-FoV and inner-FoV scenarios. On outer-FoV reconstruction, FlowLens reports PSNR 5 dB, SSIM 6, VFID 7, and Ewarp 8; FlowLens+ reaches 9. On inner-FoV reconstruction, FlowLens reaches PSNR 0 dB, SSIM 1, VFID 2, and Ewarp 3; FlowLens+ reaches 4. Beyond reconstruction, semantic segmentation on completed frames improves markedly: in pinhole outer-FoV settings, mIoU is reported as seen 5 6, unseen 7 8, and overall 9 0; in spherical inner-FoV settings, seen 1 2, unseen 3 4, and overall 5 6.
The paper explicitly states that FlowLens “embodies this concept concretely”: it transforms past visibility into current beyond-FoV reconstructions and context, and the quantitative gains indicate that visibility enhancement can improve both unseen-region completion and within-FoV perception. Its limitations are equally explicit: outward expansion is harder than inward expansion, fast ego or object motion and flow errors can degrade alignment, longer clip memories did not help due to mixed temporal distributions, and embedded deployment remains compute-constrained.
3. Generative Engine Optimization and content prominence
In Generative Engine Optimization, visibility is defined not by physical observability but by how much, how early, and how prominently a source’s content is surfaced inside an LLM-generated answer (Lüttgenau et al., 3 Jul 2025). The task is to rewrite a source document 7 into 8 so that, when the optimized document is included among the sources presented to an LLM, the resulting response contains more text grounded in that source and mentions it earlier.
The formulation introduces two citation-grounded extrinsic metrics. For a source 9 and model response 0, the absolute word count is
1
where 2 is the set of sentences in 3 that explicitly cite 4. The position-adjusted variant gives earlier citations more weight:
5
Aggregated query-level improvements are computed as percentage changes after replacing 6 with 7.
The proposed model is a fine-tuned BART-base, described as a 8-layer encoder and 9-layer decoder transformer with 0 attention heads, hidden size 1, FFN size 2, dropout 3, shared embeddings, tied LM head, BPE tokenization, and support for up to 4 tokens. Relative to the intrinsic baseline, the proposed configuration uses a larger encoder context window, with 5 versus 6, and a capped decoder length, with 7 versus 8. The objective is token-level cross-entropy,
9
optimized with AdamW at learning rate 0, weight decay 1, linear warmup for 2 updates, and cosine decay. Decoding uses length penalty 3 and 4.
Training data are synthetically constructed travel-domain pairs. The final dataset contains 5 cleaned 6 pairs. Query generation uses Meta-Llama-3-8B-Instruct at temperature 7 across 8 subcategories; optimized targets are produced by Llama-3.3-70B-Instruct-Turbo-Free in a three-stage pipeline that inserts credible-sounding citations, improves linguistic fluency while preserving key facts, and adds strategically placed statistics. The paper states that no hand-crafted citation insertion rules or explicit auxiliary labels are used during fine-tuning.
On the 9-instance test set, baseline BART reports ROUGE-L 0, BLEU 1, PPL 2, and length ratio 3, whereas the proposed “Visibility Transformer” reports ROUGE-L 4, BLEU 5, PPL 6, and length ratio 7. In controlled experiments with Llama-3.3-70B, the optimized pages yield 8 average improvement in absolute word count and 9 average improvement in position-adjusted word count. The paper interprets these gains as higher salience in generative answers.
The work is explicit about its limits. The study normalizes results and excludes outliers, but the normalization rule is not specified in detail. The sample size is 0 queries, confidence intervals and 1-values are not reported, and no ablation isolates the contributions of citations versus statistics versus style changes. The training data are travel-specific, and the paper advises domain adaptation for healthcare, finance, or technical domains.
4. Making transformer computation itself visible
InTraVisTo redefines visibility as interpretability of the computational process that generates each token in a decoder-only LLM (Brunello et al., 18 Jul 2025). Rather than optimizing external observability, it exposes the internal state of the Transformer by decoding token embeddings at each layer, visualizing component-wise information flow with a Sankey diagram, and allowing interactive embedding injection to probe causal effects.
The tool assumes a Pre-LN causal Transformer. For residual stream 2, attention and MLP updates are
3
with
4
Standard unembedding decodes a hidden vector through
5
but InTraVisTo modifies this with RMS normalization and depth-aware decoder choice:
6
The decoder matrix is interpolated across depth as
7
For untied models, dual decoding with both 8 and 9 is available.
The Sankey view decomposes each layer into attention, residual, and feed-forward branches. With
00
relative branch contributions are computed using vector norms:
01
Backward flow across layers uses averaged attention weights
02
The tool has been demonstrated on GPT-2, LLaMA/Llama 2, Mistral, and Gemma families. In the reverse-digits prompt “Write numbers in reverse order. Number: 13843234 Reverse:”, mistralai/Mistral-7B-Instruct-v0.2 produces “43234381” instead of “43234831”. The paper reports that 03 decoding shows an “8” emerging in the fourth-last layer, and that in the Sankey flow, the FF block at layer 04 contributes 05 flow, compared with other local contributions 06. Embedding injection is defined by
07
and injecting an “8” flips the output to the correct digit sequence, though with the side effect of appending an extra digit rather than a newline. In a factual example, “Q: What is the capital of Italy? A:”, the heatmap shows early layers decoding generic continuations and higher layers converging to “Rome”.
The paper is explicit that these visualizations are heuristic rather than definitive causal proofs. It notes an “attention-as-explanation caveat,” sensitivity to normalization and decoder choice, ambiguity in mapping hidden states to tokens, and scalability issues for full-path Sankey diagrams. The stated role of the tool is lightweight, real-time visualization and hypothesis generation rather than replacement of formal mechanistic experiments.
5. Visibility-aware decision making under partial observability
In HAVEN, visibility is a control variable tied to cover utilization, enemy FoV, and line-of-sight exposure in a partially observable environment (Chauhan et al., 29 Nov 2025). The problem is formulated as a POMDP
08
where observation aliasing arises because threats and cover may be outside the current FoV or temporarily occluded. The transformer therefore serves as a temporal memory and inference module that attends over short histories to infer latent visibility and select low-exposure subgoals.
The high-level policy is a Deep Transformer Q-Network. Each candidate subgoal 09 is encoded by a tactical 10-D feature vector containing agent state, goal-relative quantities, candidate geometry, and visibility cues: number of enemies 11, minimum candidate-to-enemy distance 12, number of enemies with LoS to the candidate 13, and current exposure indicator 14. The short history length is 15 with causal attention; for each candidate, the input sequence 16 is formed by tiling 17 across 18 positions. The scalar Q-value is read from the final token,
19
Visibility enters the policy both structurally and through reward shaping. Candidates are masked by
20
with
21
The reported reward is
22
plus bonuses for subgoal and goal completion. Low-level execution is handled by a potential-field controller combining attraction to the selected subgoal, obstacle repulsion, enemy-FoV avoidance, anti-trap, and escape terms:
23
followed by smoothing and saturation,
24
Training uses temporal-difference learning with multi-step backup over 25 low-level steps:
26
optimized with Adam at learning rate 27 and 28-greedy exploration with 29. In 30 randomized 31D environments, averaged over 32 episodes per environment, HAVEN reports Success 33, Collision 34, Exposure 35, Path 36, and Time 37. The memory-less ablation reports Success 38, Collision 39, Exposure 40, Path 41, and Time 42, while several classical and recurrent baselines perform worse on at least one of safety, exposure, or success.
The empirical claim is that short-horizon memory directly increases stealth and safety under partial observability. The paper also states that exact transformer hyperparameters are not disclosed, that feature tiling across the 43 positions limits raw temporal richness, and that latency between perception and control in 44D can yield unsmooth motion. These caveats matter because the method’s “visibility transformer” character lies less in an exotic attention block than in the integration of masking, visibility cues, and memory into value estimation.
6. Visibility priors in structured attention for action recognition
PartialVisGraph addresses constrained FoV in skeleton-based action recognition by making visibility an explicit prior inside a hypergraph-transformer architecture (Dai et al., 1 Jul 2026). The input is a skeleton sequence
45
which is linearly projected with positional embedding to 46 and processed by a Hybrid Graph–Hypergraph block followed by an MS-TCN stack and a classifier.
The hypergraph branch constructs a learnable soft incidence matrix from temporally pooled joint features and a bank of virtual hyperedges. With temporal summary 47 and learnable hyperedge tokens 48, where experiments use 49, similarity is
50
and row-wise sparse normalization yields
51
Sparsemax produces exact zeros, allowing inactive memberships and identically zero columns.
The Single-Head Sample-Adaptive Transformer (SHSAT) concatenates replicated hyperedge tokens and joint tokens per frame,
52
and derives a sample-adaptive mask 53 from 54 so that joints attend only to hyperedges with nonzero incidence. Visibility is injected as an additive logit bias. With 55,
56
broadcast onto joint-to-hyperedge attention entries. The per-frame attention is
57
58
and the updated hyperedge tokens are the first 59 rows of 60. Joint features are reconstructed through
61
The paper emphasizes that visibility is applied at the attention-logit level rather than multiplied into 62.
Training combines cross-entropy classification with three regularizers: a hyperedge diversity loss 63 based on the Gram matrix of normalized hyperedges, an assignment regularizer 64 combining balance and max-hinge terms, and a class-centre clustering loss 65. The schedule uses curriculum learning over visibility, starting with 66–67 visible joints and gradually reducing to 68–69 visible by epoch 70, plus Temporal CutMix with probability 71. Optimization uses SGD with Nesterov momentum 72, weight decay 73, batch size 74, total 75 epochs, and learning rate 76 reduced by 77 at epochs 78 and 79.
FoV-constrained benchmarks are defined on NTU RGB+D 60 and 120 with Easy, Medium, and Hard splits corresponding to approximately 80, 81, and 82 visible joints. Under severe FoV restriction, base-of-spine centre, the reported gains are large: on NTU 60 X-View, Hyperformer 83 PartialVisGraph 84 85 pp86; on NTU 60 X-Sub, 87 88 pp89; on NTU 120 X-Set, 90 91 pp92; and on NTU 120 X-Sub, 93 94 pp95. The paper states that gains are “up to 96” on severely restricted subsets. Under full FoV with a 97-stream ensemble, the method reports NTU 60 accuracies of 98 (X-Sub) and 99 (X-View), and NTU 120 accuracies of 00 (X-Sub) and 01 (X-Set).
Ablations show that removing the visibility bias 02 reduces constrained-FoV accuracy from 03 to 04, and removing curriculum learning yields the same drop. Removing 05 in full-FoV single-stream experiments reduces accuracy from 06 to 07 and causes 08 to collapse to a single active hyperedge. The result is a clear example of a visibility-aware transformer in which observability is encoded as a first-class logit prior.
7. Terminological boundaries and related uses
A recurring source of ambiguity is the proximity between “visibility transformer” and “vision transformer.” The quadrotor paper on end-to-end obstacle avoidance explicitly states that the term is “likely a misnomer for Vision Transformer in this context” (Bhattacharya et al., 2024). There, the model is a SegFormer-inspired hierarchical ViT for depth image-to-control, optionally combined with an LSTM head, rather than a system whose objective is to reconstruct, quantify, or expose visibility itself.
That work maps depth image 09, attitude quaternion 10, and forward speed 11 to world-frame velocity commands 12. It reports that ViT models are more effective than convolutional, U-Net, and recurrent baselines as speed increases, and that ViT+LSTM further improves performance while reducing energy cost. The hardware and simulation evaluations reach speeds up to 13 m/s, with model sizes near 14M parameters and real-time inference; for example, ViT+LSTM reports 15 parameters and 16 ms/frame on an RTX 3060 GPU. Attention visualizations show obstacle edges and surrounding context rather than explicit visibility masks or visibility-grounded rewards.
This contrast is useful for delimiting the term. In FlowLens, HAVEN, PartialVisGraph, GEO, and InTraVisTo, visibility is the quantity being reconstructed, optimized, masked, or displayed. In the quadrotor ViT paper, the transformer processes visual input effectively, but visibility is not formalized as a separate state variable or evaluation objective. A reasonable conclusion is that current usage distinguishes between transformers that merely operate on visible input and transformers that explicitly reason about visibility as a problem-specific signal.
Across the literature, the strongest common thread is explicit handling of partial information. In one branch, recurrent memory and motion alignment transform past observations into current beyond-FoV reconstructions; in another, citation-grounded metrics reshape documents for prominence in generated answers; in another, internal hidden-state dynamics are made visible to the analyst; and in robotics and action recognition, masks, priors, and temporal context convert partial observability into structured attention. The term therefore denotes a broad but technically coherent family of transformer adaptations centered on visibility as an operational variable rather than a generic synonym for transformer-based vision.