Pith. sign in

REVIEW 3 major objections 5 minor 28 references

The Gate Always Closes: On Injecting Auxiliary Signals into Frozen Vision-Language Models

T0 review · 3 major / 5 minor · reviewed 2026-07-31 · deepseek-v4-flash

Pith's one-line read Across five injection designs, every learnable gate that controls an auxiliary signal pathway in a frozen vision-language model closes behaviourally, so the paper argues auxiliary signals should be injected non-optionally; geometric losses

desk verdict The gate-closure result is the real finding worth engaging; the VSR attribution to geometric losses rests on one confounded ablation (G2) and should not be taken as settled. read the letter →

arxiv 2607.23335 v1 pith:C2I2QO45 submitted 2026-07-25 cs.CV

classification cs.CV
keywords LearnablegatesSuppressionphenomenonBehaviouralclosureLoRAregularisationHyperbolicentailmentForwardcouplingVision-languagemodelsPrefixinjection
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper tries to establish two things. First, that learnable gates on auxiliary signal pathways in frozen vision-language models reliably close themselves—the pathway becomes behaviourally inert even when the gate parameter looks open—so structured signals should be injected non-optionally. Second, that even when the gate closes, the geometric losses used to shape the signal still regularise LoRA fine-tuning through forward coupling, preserving relational reasoning that soft-prompt tuning trades away for attribute accuracy. The paper matters because it reframes how to inject auxiliary knowledge into VLMs: not by learning how much to admit, but by forcing the signal through a well-scaled, norm-matched pathway and letting its training-time effect do the work.

What carries the argument

The central objects are (1) the learnable gate—a scalar parameter (softplus or tanh parameterised) that controls how much of an auxiliary signal enters the frozen LLM—and (2) the geometric auxiliary losses: hyperbolic entailment cones (IoA-driven) and angular repulsion on the Lorentz manifold, which act as structural regularisers for LoRA. The key mechanism is forward coupling: the geometric computation must participate in the forward pass at training time to influence LoRA, but can be dropped at inference. The paper also uses behavioural ablation—removing the pathway at inference and measuring accuracy change—as the operational test of whether a pathway is actually doing anything.

What would settle it

A reproducible run of the G2 ablation with the exact same number of epochs and wall-clock time as the RMS-prefix recipe; if the VSR drop shrinks or vanishes, the geometric-loss attribution fails. Alternatively, a text-coupled auxiliary pathway whose gate remains open under task loss would falsify the claim that all caption-invariant gated pathways close.

Watch

Extended reading notes

Core claim

The paper's central claim is that any auxiliary signal pathway controlled by a learnable gate under a task loss that does not directly reward its contribution will be suppressed by the optimiser—behaviourally closed even when the gate parameter would nominally pass 30–45% of the signal. It identifies two regimes: a dead-gradient regime where caption-invariance of image-derived signals nulls the first-order gradient, and a negative-utility regime where the signal actively hurts the loss and drives the gate toward zero. Rather than fight suppression, the paper exploits it by using geometric losses (hyperbolic entailment and angular repulsion) as regularisers for LoRA, coupled only through the

Load-bearing premise

The claim that removing the geometric losses (G2) isolates their contribution assumes the G2 run is a clean ablation, but the supplement shows G2 needed more epochs and took 18h versus 14h, so training duration differs between the conditions being compared.

Editorial extensions

If this is right

  • Learnable gates on auxiliary pathways should be replaced with fixed, non-optional injection at matched scale for any structured signal, since the optimiser will otherwise close the pathway.
  • Geometric auxiliary losses regularise LoRA only when the geometric computation participates in the forward pass; detaching it eliminates the regularisation benefit.
  • Soft-prompt fine-tuning trades relational accuracy for attribute accuracy, whereas geometric training avoids this trade-off and preserves vanilla-level relational accuracy.
  • RMS normalisation of prefix tokens to the text-embedding scale restores generation quality while preserving the compositional signal, at a small hallucination cost (1–2pp POPE).
  • Out-of-distribution spatial reasoning (VSR) is preserved only when the geometric losses are active in the coupled forward pass; removing them collapses VSR by 4.6pp.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The suppression mechanism should generalise to any caption-invariant auxiliary signal—adapters, side-networks, external-memory injection—not just geometric ones; a text-coupled injection that depends on the caption would be the direct test.
  • The G2 ablation's attribution of the VSR drop to geometric losses is weakened by the differing training duration reported in the supplement (18h vs 14h); a matched-training-duration ablation would settle it.
  • The behavioural-closure criterion suggests evaluating auxiliary pathways by inference-time ablation rather than by gate parameter value, which could change how the field reports gate-based injection results.
  • The norm-mismatch story implies that other VLM adapter architectures with silent norm mismatches may have hidden generation degradations; RMS scaling to text-embedding statistics is a cheap universal check.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. The paper studies learnable gated pathways for injecting auxiliary signals (attention biases and prefix tokens derived from a hyperbolic relational graph) into frozen VLMs. It reports that across five injection designs, every gated pathway becomes behaviorally closed: task accuracy is nearly invariant to ablating the pathway at inference even when the gate parameter would nominally pass 30–45% of the signal. The authors propose a two-regime explanation (dead-gradient and negative-utility) and, instead of fighting suppression, exploit it by using geometric losses (entailment and angular repulsion on the Lorentz manifold) as forward-coupled regularizers for LoRA. Main results include a task-selectivity dissociation on GQA (relational vs. attribute questions) and an out-of-distribution evaluation on VSR. A secondary contribution is an analysis of embedding-norm mismatch, with RMS normalization as a fix for generation-safe prefix injection.

Significance. The suppression phenomenon, if robust, is a genuinely useful empirical finding: it challenges the common design assumption that learnable gates will admit beneficial auxiliary signals, and it offers a concrete recommendation to inject signals non-optionally at matched scales. The norm-mismatch analysis and the RMS fix are clear and well demonstrated. The forward-coupling idea for geometric losses is also interesting. However, the paper's most load-bearing causal claim—that the geometric losses, not the hyperbolic architecture or generic perturbation, carry the out-of-distribution spatial signal on VSR—rests on an ablation (G2) that the paper's own supplement shows is confounded by a different training budget. The manuscript also contains an internal contradiction about the fixed-random-prefix control. These issues undermine the central OOD attribution, though the suppression and norm-matching results are likely salvageable with additional experiments or softened claims.

major comments (3)
  1. [Sec. 6.1, Table 5, Supp. Sec. 3] The OOD claim that geometric losses are the source of VSR preservation depends entirely on the G2 ablation: RMS-prefix (60.01%) vs. G2 (55.37%) is described as a 'diagnostic' ablation that 'isolates the contribution of the geometric losses from that of the hyperbolic architecture and dropout schedule.' However, Supp. Sec. 3 states that G2 took 18h versus 14h for RMS-prefix because 'more epochs were needed to converge.' This changes two variables at once: the presence of the geometric losses and the amount of GQA fine-tuning. Since all fine-tuned configurations lose 6–12pp to vanilla on VSR, additional GQA epochs could independently erode OOD performance. The paper does not list this training-budget mismatch as a limitation in Supp. Sec. 9, nor does it control for epochs. A matched-budget ablation (e.g., early stopping G2 at 14h or training both to the same epoch count) is required to jus
  2. [Related Work (Sec. 2), Supp. Sec. 1, Supp. Sec. 9] The paper claims to control for the NEFTune-style noise-regularisation hypothesis with a 'fixed-random prefix baseline (Sec. 6, G2)' in Related Work, and Supp. Sec. 1 repeats 'fixed-random prefix baseline (G2).' But G2 is not a fixed-random prefix: it is the hyperbolic prefix with geometric losses removed, retaining the hyperbolic graph, Einstein midpoint aggregation, and the rest of the training recipe. Supp. Sec. 9 then admits that a fixed-random-prefix control 'was not run within the sprint budget.' This is an internal contradiction. The statement overstates the degree of control and should be corrected; without an actual fixed-random-prefix run, the geometric-loss effect is not distinguished from generic input-embedding perturbation. Either add the control or explicitly remove the claim from both the Related Work and Supp. Sec. 1.
  3. [Table 4, Sec. 6.1] The 'clean dissociation' between geometric and no-geometric configurations on GQA-rel is stated as a headline finding, but the statistical support is limited. The paper itself notes that CI comparisons are unpaired and defers a paired bootstrap test. Two of the four key comparisons (Attn. bias vs. soft prompt / Euclidean) have overlapping CIs, and every configuration is a single training seed. The conclusion that the three no-geometric configurations lose relative to vanilla is supported (their CIs are disjoint from vanilla), as is the claim that geometric configurations overlap vanilla. However, the stronger claim of a dissociated trade-off—geometric configurations are significantly better than no-geometric ones on relational accuracy—is not established by these unpaired, single-seed comparisons. The 'clean' language should be softened unless the paired test is performed and training-se
minor comments (5)
  1. [Table 1] The term 'essentially invariant' is used for ablation deltas up to 1.25pp on a 2,000-question subset where the standard error is roughly 1.1pp. Reporting bootstrap CIs for the ablation deltas, at least for S4 and S5, would make the behavioural-closure claim more precise.
  2. [Proposition 1, Sec. 4.2] The proposition is stated as 'First-order gradient vanishes under caption-invariance,' but Eq. (5) gives a non-zero expression in general. The vanishing conclusion relies on the additional noise-assumption about the difference in ∂ℓ/∂h between captions. Suggest rephrasing to 'first-order gradient is dominated by noise' to avoid overclaiming.
  3. [Sec. 6.3, Supp. Table 4] The text says the RMS-prefix POPE cost is '1–2pp,' but Supp. Table 4 shows a 2.33pp drop on the random split (86.30 vs. 83.97). Please reconcile the numbers.
  4. [Table 6] Row 3, 'Forward + gradient (raw prefix, geo losses on),' is attributed to [4] in the caption, but the table itself does not mark it clearly as a value from another paper. For consistency with Table 3, add an explicit 'reported in [4]' marker to the row.
  5. [Supp. Fig. S1 vs. Fig. 2] The gate-trajectory figure appears twice (Fig. 2 in the main text and Supp. Fig. S1), with slightly different panel labels. Consider using a single figure to avoid duplication and ensure the left/right panels are described consistently.

Circularity Check

0 steps flagged · score 2.0 of 10

No derivation reduces to its inputs by construction; the suppression finding is directly measured. Self-citations to [4]/[21] are material but not load-bearing, and the main weakness (G2 training-budget confound) is a correctness issue rather than a circular step.

full rationale

The central suppression finding is an empirical measurement, not a derived prediction: Tables 1 and 2 directly compare accuracy with/without the auxiliary pathway at inference, and the gate trajectories in Fig. 2 are observed, so no step defines the finding into existence. The geometric-regularisation claim is supported by this paper's own control transitions (frozen→detach +1.75pp GQA, Table 6) and by RMS-prefix runs (60.75/61.25, Tables 3 and 6), so it does not reduce to the self-cited [4] rows, which are labelled 'reference only.' The paper does inherit the Lorentz/entailment architecture and angle-loss terms from [4] and [21] (both sharing authors), but those are experimental inputs, not conclusions; no uniqueness theorem is imported, and the cosh/rescaling choices are explicit rather than hidden. The most serious validity concern is the G2 control: main text Sec. 6.1 calls it 'diagnostic' and says it 'isolates the contribution of the geometric losses from that of the hyperbolic architecture and dropout schedule,' but Supp. Sec. 3 reports 'G2 ablation 18h (longest because it inherits the RMS-prefix architecture without benefit of the geometric-loss regularisation, so more epochs were needed to converge)' versus 14h for RMS-prefix. That is a training-budget mismatch, so the 4.6pp VSR drop changes two variables at once. This is an experimental-confounds/correctness issue, not a definitional reduction: the VSR number is not equal to any fitted parameter or prior result by construction. Similarly, Related Work claims a fixed-random-prefix control ('We control for this confound with a fixed-random prefix baseline (Sec. 6, G2)') that Supp. Sec. 9 says was not run ('We did not run it within the sprint budget for this submission'), an internal inconsistency in the control story, but again not a circular equation. On the circularity axis, the paper's derivations are self-contained enough that no 'prediction' is equivalent to its inputs; the score reflects the material, though not load-bearing, self-citations.

Assumptions & free parameters 5 free parameters · 6 assumptions · 0 invented entities

The paper introduces no new physical or architectural entities; 'dead-gradient' and 'negative-utility' are interpretive labels for observed gate trajectories, not new objects. The central empirical claims depend on hand-set loss weights and thresholds, a single seed, and self-cited prior results.

free parameters (5)
  • alpha_max (geometric loss ramp ceiling) = 0.05 (S1) / 0.01 (S2)
    Hand-set; the S1-vs-S2 GQA difference (58.05 vs 60.16) is attributed to this ceiling. It controls how much geometric-gradient interference reaches LoRA.
  • lambda_ang, lambda_ent, lambda_kappa = not stated in main text
    Weights in L = L_task + alpha(t)(lambda_ang L_ang + lambda_ent L_ent + lambda_kappa L_kappa); values are not reported but determine the geometric regularisation strength credited for relational preservation.
  • IoA thresholds = containment IoA>0.8; disjoint IoA<0.05
    Hand-set thresholds in Eqs. (1)-(2) decide which region pairs are pulled into entailment cones or pushed apart; the geometric loss content depends on them.
  • K_omega (cone aperture constant) = 0.1
    Sets half-aperture omega(q)=arcsin(K/||q||); inherited from prior hyperbolic entailment work, hand-set, controls how easily containment is satisfied.
  • Curvature kappa = learnable, init 1.0, clamped [0.1, 5.0]
    A learnable model parameter, not fitted to target results, but the geometry and suppression dynamics depend on it; hinge L_kappa discourages collapse.
assumptions (6)
  • domain assumption The auxiliary signal b(I) is image-only/caption-invariant
    Used in Proposition 1 to show the first-order discriminative gradient vanishes. If b depended on the caption, the dead-gradient regime would not apply.
  • ad hoc to paper Additive linearisation h(I,c;gamma) ≈ h0(I,c) + gamma*g(b(I))
    Idealisation of both injection paths in Sec. 4.2; the first/second-order regime split rests on this linearisation.
  • domain assumption Attention bias affects only image-patch self-attention positions disjoint from caption tokens
    Sec. 4.2 uses this to argue the first-order cross-attention difference is higher-order. The position structure is different for prefix tokens.
  • domain assumption RMSNorm equalises per-token key magnitudes in every layer, so the 36x input-norm gap cannot saturate softmax through Q/K norms
    Sec. 5 argument that residual-stream dominance, not softmax saturation, causes raw-prefix generation collapse; it is not directly measured.
  • domain assumption GQA rel/attr semantic labels are a reliable division for the dissociation analysis
    The central dissociation in Table 4 depends on GQA's question-type labels partitioning relational vs attribute reasoning correctly.
  • standard math Einstein midpoint, exponential map, and entailment cone definitions are correct as inherited from prior hyperbolic geometry work
    Used without re-derivation in Sec. 3 and Supp. Sec. 2; assumed correct from the cited literature.

how reviews work

0 comments
Cite this review

Pith. "Pith review of The Gate Always Closes: On Injecting Auxiliary Signals into Frozen Vision-Language Models." pith.science (2026). https://pith.science/paper/C2I2QO45

@misc{pith2026260723335,
  author       = {Pith},
  title        = {Pith review of: The Gate Always Closes: On Injecting Auxiliary Signals into Frozen Vision-Language Models},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/C2I2QO45}},
  note         = {Machine review of arXiv:2607.23335}
}
read the original abstract

Auxiliary signal pathways in VLMs are routinely fitted with learnable gates so the optimiser can decide how much of the signal to admit. We find that the optimiser almost always decides on zero: across five injection designs, every gated pathway becomes behaviourally closed, with accuracy invariant to ablating the pathway at inference even when the gate parameter would nominally pass 30-45% of the signal. We attribute this suppression phenomenon to two regimes, a dead-gradient regime formalised through the caption-invariance of image-derived signals, and a negative-utility regime in which the auxiliary signal actively hurts the loss. Rather than fight suppression, we exploit it: we regularise LoRA fine-tuning with geometric auxiliary losses from hyperbolic visual relational graphs (IoA-driven entailment cones and angular repulsion on the Lorentz manifold), coupled only through the forward pass at training time and dropped at inference. Disaggregating GQA by question type exposes a clean dissociation. Three configurations without geometric losses at inference lose 2.85-3.39pp on relational questions while gaining ~1pp on attribute questions; a fourth that trains with the losses but infers through a soft prompt loses 5.14pp on rel for only +0.23pp on attr, so training-time regularisation alone does not protect relational accuracy without a geometric inference pathway. Configurations that keep the geometric pathway at inference preserve vanilla-level relational accuracy and match the attribute gain. Out of distribution on VSR, the RMS-prefix recipe preserves the spatial signal; stripping the geometric losses (G2) collapses VSR by 4.6pp, isolating them as the OOD source. A secondary result: embedding-norm alignment is necessary for generation-safe prefix injection, and learnable gates should be replaced with fixed, non-optional injection at matched scales.

Figures

Figures reproduced from arXiv: 2607.23335 by the authors.

Figure 1
Figure 1. Pipeline overview. From class-agnostic region proposals, we compute dense visual relations, embed them on the Lorentz hyperboloid, and route the geometric signal through two injection mechanisms: attention bias (Mechanism A) and gated prefix tokens (Mechanism B). Auxiliary losses Lent and Lang regularise LoRA during training; both gates β, γ collapse to zero under task-only loss. 3 Experimental Vehicle: Hyperbolic R… view at source ↗
Figure 2
Figure 2. Gate trajectories across the five con￾figurations (training step on the x-axis, gate parameter on the y-axis). Two suppression regimes are visible: S5 stalls near zero, S3 drives monotonically to β → −8.5. All five end￾points are behaviourally closed ( [PITH_FULL_IMAGE:figures/full_fig_p009_2.png] view at source ↗
Figure 3
Figure 3. L2 norm distributions for text embeddings vs. raw and RMS-normalised prefix tokens. Raw prefixes carry 36× the text-embedding norm, which dominates the resid￾ual stream and breaks autoregressive generation; RMS normalization aligns the two distributions and restores generation quality [PITH_FULL_IMAGE:figures/full_fig_p011_3.png] view at source ↗
Figures from the paper (4 more)
Figure 4
Figure 4. Figure 4: GQA accuracy on relational vs. attribute questions across configura￾tions. Error bars are 95% bootstrap CIs. Soft-prompt shows a rel-for-attr trade￾off; geometric configurations avoid it. GQA drops to 59.15%; the gate opens, but at a measurable cost to generation quali…
Figure 5
Figure 5. Figure 5: Left: GQA relational questions where soft-prompt tuning fails and the ge￾ometric model succeeds. Failures cluster on spatial and containment queries — the very failure mode the entailment-cone structure of the geometric losses is designed to prevent. Right: Poincaré di…
Figure 1
Figure 1. Figure 1: Gate dynamics over training. Left: the five suppressed gates, all be￾haviourally closed ( [PITH_FULL_IMAGE:figures/full_fig_p025_1.png]
Figure 2
Figure 2. Figure 2: SugarCrepe accuracy per cate￾gory, all seven perturbation types. The attention-bias variant (small α) peaks on Add-Object (+2.82pp) and Add￾Attribute (+2.46pp) relative to vanilla LLaVA-1.5, consistent with the hierar￾chical containment signal the entailment cones are …

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

28 extracted references · 2 linked inside Pith

  1. [1]

    In: ICLR (2026) 3, 20

    Dalal, H.S., Kashiani, H., Afghah, F.: Constructive distortion for vision-language models via attention-guided image warping. In: ICLR (2026) 3, 20

  2. [2]

    In: ICML (2023) 3, 20

    Desai, K., Nickel, M., Rajpurohit, T., Johnson, J., Vedantam, R.: Hyperbolic image-text representations. In: ICML (2023) 3, 20

  3. [3]

    In: NeurIPS D&B (2024) 3, 13, 20

    Dumpala, S.H., et al.: SugarCrepe++: Fixing compositionality benchmarks with hard positives. In: NeurIPS D&B (2024) 3, 13, 20

  4. [4]

    arXiv:2606.06100 (2026) 2, 3, 4, 9, 11, 12, 15, 20, 27

    Farazi,M.,Ramasinghe,S.,Turza,M.A.,Rahman,S.:HyperVis:Continuouslatent visual relational graphs on the Lorentz hyperboloid for compositional reasoning. arXiv:2606.06100 (2026) 2, 3, 4, 9, 11, 12, 15, 20, 27

  5. [5]

    In: ICML (2018) 3, 4, 20

    Ganea, O.E., Bécigneul, G., Hofmann, T.: Hyperbolic entailment cones for learning hierarchical embeddings. In: ICML (2018) 3, 4, 20

  6. [6]

    arXiv:2304.15010 (2023) 3, 19

    Gao, P., Han, J., Zhang, R., et al.: LLaMA-Adapter V2: Parameter-efficient visual instruction model. arXiv:2304.15010 (2023) 3, 19

  7. [7]

    SIGKDD (2025) 3, 20

    He, M., et al.: Hyperbolic deep learning for foundation models: A survey. SIGKDD (2025) 3, 20

  8. [8]

    In: EMNLP (2023) 3, 20

    Herzig, R., et al.: Incorporating structured representations into pretrained vision & language models using scene graphs. In: EMNLP (2023) 3, 20

Show all 28 references
  1. [9]

    In: NeurIPS (2023) 3, 20

    Hsieh, C.Y., Zhang, J., Ma, Z., et al.: SugarCrepe: Fixing hackable benchmarks for vision-language compositionality. In: NeurIPS (2023) 3, 20

  2. [10]

    In: ICLR (2024) 3, 20, 28

    Jain, N., Chiang, P.y., Wen, Y., Kirchenbauer, J., Chu, H.M., Somepalli, G., Bar- toldson, B.R., Kailkhura, B., Schwarzschild, A., Saha, A., Goldblum, M., Geiping, J., Goldstein, T.: NEFTune: Noisy embeddings improve instruction finetuning. In: ICLR (2024) 3, 20, 28

  3. [11]

    In: ECCV (2022) 3, 19

    Jia, M., Tang, L., Chen, B.C., et al.: Visual prompt tuning. In: ECCV (2022) 3, 19

  4. [12]

    Kochurov, M., Karimov, R., Kozlukov, S.: Geoopt: Riemannian optimization in PyTorch (2020),https://github.com/geoopt/geoopt6, 23

  5. [13]

    Transactions of the Association for Computational Linguistics11, 635–651 (2023) 13

    Liu, F., Emerson, G., Collier, N.: Visual spatial reasoning. Transactions of the Association for Computational Linguistics11, 635–651 (2023) 13

  6. [14]

    In: CVPR (2024) 1

    Liu, H., Li, C., Li, Y., Lee, Y.J.: Improved baselines with visual instruction tuning. In: CVPR (2024) 1

  7. [15]

    In: ICCV (2025) 3, 20

    Mishra, S., Saenko, K., Saligrama, V.: SCRAMBLe: Preference-tuned vision- language models for visio-linguistic compositionality. In: ICCV (2025) 3, 20

  8. [16]

    In: CVPR (2024) 3, 20 18 Authors Suppressed Due to Excessive Length

    Mitra, C., Huang, B., Darrell, T., Herzig, R.: Compositional chain-of-thought prompting for large multimodal models. In: CVPR (2024) 3, 20 18 Authors Suppressed Due to Excessive Length

  9. [17]

    In: NeurIPS (2017) 3, 20

    Nickel, M., Kiela, D.: Poincaré embeddings for learning hierarchical representa- tions. In: NeurIPS (2017) 3, 20

  10. [18]

    In: ICLR (2025) 3, 20

    Pal, A., et al.: Compositional entailment learning for hyperbolic vision-language models. In: ICLR (2025) 3, 20

  11. [19]

    In: NeurIPS (2025) 3, 20

    Peng, L., Xu, M., Liu, C., Yang, Y., Shen, Z.: Efficient training in hyperbolic space for multi-modal large language models. In: NeurIPS (2025) 3, 20

  12. [20]

    In: ICLR (2022) 3, 20

    Press, O., Smith, N.A., Lewis, M.: Train short, test long: Attention with linear biases enables input length generalization. In: ICLR (2022) 3, 20

  13. [21]

    In: CVPR (2024) 2, 3, 4, 5, 20

    Ramasinghe, S., Khan, S., Barnes, N., et al.: Accept the modality gap: An explo- ration in the hyperbolic space. In: CVPR (2024) 2, 3, 4, 5, 20

  14. [22]

    Neurocomputing (2024) 3, 20

    Su, J., Lu, Y., Pan, S., Murtadha, A., Liu, B., Liu, Y.: RoFormer: Enhanced transformer with rotary position embedding. Neurocomputing (2024) 3, 20

  15. [23]

    In: CVPR (2022) 3, 20

    Thrush,T.,Jiang,R.,Bartolo,M.,etal.:Winoground:Probingvisionandlanguage models for visio-linguistic compositionality. In: CVPR (2022) 3, 20

  16. [24]

    World Scientific (2005) 5, 21

    Ungar, A.A.: Analytic Hyperbolic Geometry: Mathematical Foundations and Ap- plications. World Scientific (2005) 5, 21

  17. [25]

    In: ICASSP (2025) 3, 20

    Wang, H., et al.: Enhancing visual grounding and generalization: A multi-task learning approach with scene graph expressions. In: ICASSP (2025) 3, 20

  18. [26]

    In: NeurIPS (2025) 3, 20

    Wu, Y., et al.: FlashBias: Fast computation of attention with bias. In: NeurIPS (2025) 3, 20

  19. [27]

    In: ICML (2026) 3, 20

    Yang, C., et al.: Scene graph thinking: Reinforcing structured visual reasoning for multimodal large language models. In: ICML (2026) 3, 20

  20. [28]

    The Gate Always Closes: On Injecting Auxiliary Signals into Frozen Vision-Language Models

    Yüksekgonul, M., Bianchi, F., Kalluri, P., Jurafsky, D., Zou, J.: When and why vision-language models behave like bags-of-words, and what to do about it? In: ICLR (2023) 3, 20 Supplementary Material: “The Gate Always Closes: On Injecting Auxiliary Signals into Frozen Vision-La...

Pith tools

Reviewed July 31, 2026 · model on record in the stance chip above.