REVIEW 3 major objections 6 minor 30 references
After frames are chosen, long-video models still need a compact latent channel that binds query-relevant cues across moments before they answer.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.5
2026-07-31 04:53 UTC pith:5EPRZFV2
load-bearing objection Solid systems paper: post-selection latent aggregation with real matched-frame gains and tiny overhead; Adaptive Invocation is the softest piece, not the whole claim. the 3 major comments →
Beyond Frame Selection: Generative Latent Evidence Aggregation for Long-Video Understanding
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The authors claim that compact long-video understanding has a missing post-selection stage: a latent evidence interface that organizes selected frames into query-relevant cross-frame latent evidence before generation. Instantiated as GenEvA, a query-conditioned evidence distribution both allocates a fixed latent-token budget across frames and, via residual allocation dispersion, chooses whether to insert that latent complement. Matched-frame experiments show consistent accuracy gains at 8 and 16 frames on two Video-MLLM backbones with at most 32 latent tokens and 0.11%–0.40% average video-token overhead.
What carries the argument
GenEvA (Generative Latent Evidence Aggregation): a distribution-guided adapter that (1) allocates integer latent slots per selected frame from a query-conditioned distribution, (2) fills those slots by conditioning a shared latent basis on frame features and a query-visual context, then refines them in the frozen LLM’s hidden space, and (3) invokes the latent route only when residual allocation dispersion exceeds 1/2.
Load-bearing premise
That how spread residual latent budget is across frames, cut at a fixed halfway threshold, is a trustworthy built-in signal for when cross-frame latent integration helps versus when the plain explicit path is better.
What would settle it
Hold the selector and backbone fixed at 8 frames with B=32, replace Adaptive Evidence Invocation with always-on latent insertion and with random insertion, and check whether adaptive dispersion routing still beats both on the four-benchmark average; if it does not, or if dispersion no longer tracks localized versus distributed task groups, the central invocation claim fails.
If this is right
- Matched-frame long-video pipelines can raise accuracy without adding frames or large explicit context by inserting a small latent evidence channel after selection.
- The same query-conditioned allocation can both size per-frame latent capacity and decide whether cross-frame integration is needed, avoiding a separate trained router.
- Task structure shows up in allocation geometry: localized questions concentrate residual budget; distributed or long-span questions spread it.
- Decoder-side video-token overhead can stay under half a percent while still delivering multi-point gains on standard long-video benchmarks.
- Frame-selection methods and reasoning-oriented multi-turn systems can be complemented, rather than replaced, by a lightweight post-selection latent interface.
Where Pith is reading between the lines
- If the bottleneck is evidence use rather than evidence arrival, similar latent-interface adapters may help image and document MLLMs that already receive the right regions but still lean on language priors.
- A fixed dispersion threshold may be replaceable by a cheap calibration per backbone or domain without abandoning the idea that allocation geometry is the routing signal.
- Training the allocator jointly with answer likelihood suggests future work could supervise allocation directly against human time-span annotations when those exist.
- The method’s dependence on a frozen selector implies that better selectors and GenEvA-style aggregation could stack rather than compete.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper identifies a post-selection evidence-use bottleneck in compact long-video QA: retained frames need not be converted into answer-relevant representations. It proposes a latent evidence interface instantiated by GenEvA, which (i) allocates a fixed latent-token budget across frozen selected frames via a query-conditioned distribution, (ii) builds frame-wise query-aware latent bundles refined through a LoRA integrator on the frozen LLM, and (iii) at inference inserts that latent complement only when residual allocation dispersion exceeds 1/2 (Adaptive Evidence Invocation). On Video-MME, MLVU, LongVideoBench, and LVBench with LLaVA-Video and Qwen2.5-VL under matched 8/16-frame budgets, GenEvA improves the bases (e.g., +5.2 four-benchmark average for LLaVA-Video at 8 frames; +10.1 LVBench for Qwen2.5-VL at 8 frames) at 0.11%–0.40% average video-token overhead. Ablations separate selection, uniform vs learned allocation, and Full/Random/Adaptive invocation; analyses link dispersion to task evidence scope and show route complementarity.
Significance. If the matched-frame gains hold, the work cleanly separates “what frames reach the model” from “how their cues are organized for generation,” a useful interface-level contribution relative to selection-, compression-, and long-context-centric lines. Strengths include consistent two-backbone, four-benchmark matched-frame evaluation (Table 1), staged ablations (Table 3), low and accounted token overhead (Fig. 4, App. Table 4), latency reporting (Table 2), and qualitative/quantitative links between allocation geometry and localized vs distributed evidence (Figs. 6, 8–9). The Adaptive claim is secondary to the aggregation gains but, if better secured, would support a single distribution governing both capacity and use without a learned router. The result is incremental rather than paradigm-shifting, but practically relevant for budgeted Video-MLLMs.
major comments (3)
- [§3.5, Eqs. (8)–(9); Table 3] §3.4–3.5 and Eqs. (7)–(9): Adaptive Evidence Invocation is load-bearing for the claim that “the same distribution determines whether to insert” latent evidence, yet training never optimizes the dispersion rule or the threshold s_disp=1/2. The adapter is supervised under sampled always-on latent paths plus an explicit baseline; Adaptive is applied only at inference with a fixed hand-set cut. Table 3 shows Adaptive only modestly above Full (+0.4/+1.2 Avg at 8/16 frames). Please (i) report threshold sensitivity (and/or Neff) on a held-out split, (ii) discuss train–inference mismatch explicitly, and (iii) clarify whether Adaptive is a primary mechanism or a mild optional regularizer. Without this, the route-selection story is only partially secured even though the aggregation gains remain credible.
- [§3.3 Eq. (5); Table 3] §3.3 Eq. (5) and Table 3: Gains could partly reflect extra trainable path capacity (latent basis, conditioning MLP, LoRA δ) rather than genuine cross-frame evidence organization. Full invocation always inserts B latent tokens refined in the LLM hidden space; the Explicit route disables δ. A control that inserts non-informative or shuffled latent slots (or freezes aggregation while keeping LoRA/token count) would isolate “integration of complementary cues” from “extra conditioned tokens help decoding.” The staged Uniform→learned allocation results help but do not fully close this alternative.
- [§4.1; Table 1] §4.1 Implementation and Table 1: The adapter is trained on 8,000 LLaVA-Video-178K samples with a frozen TSPO selector; headline numbers use that same selector family and, for one backbone, the LLaVA-Video stack. Please state data hygiene relative to the four eval benchmarks (no overlap / no near-duplicate video IDs), and report at least one result with an alternate frozen selector or uniform frames under GenEvA aggregation so improvements are not tied to a single selector–adapter pairing. Matched-frame Base vs +GenEvA is the right protocol; selector coupling still needs a short stress check.
minor comments (6)
- [Figure 1; §1] Fig. 1(b) caption claims “100% evidence hit, yet >50% wrong answers” but the main text describes overlap with annotated evidence without defining the hit metric or subset size. Add the exact criterion and N.
- [§3.3 Eq. (4)] Eq. (4) notation is dense (broadcast 1_ni, Z_i basis shared across examples). A one-line dimensional check and whether Z is frame-indexed or globally shared would help reproducibility.
- [§3.2–3.4; Fig. 5] Hyperparameters τ_a, λ_m, m, G=8, N_max appear in free form with little sensitivity (only B in Fig. 5). A short appendix sweep or default table would strengthen reproducibility.
- [Table 1] Table 1 mixes proprietary, open, and reasoning models under heterogeneous frame budgets; keep the matched-frame block as the primary claim and mark non-comparable rows more clearly to avoid over-reading cross-method ranks.
- [Abstract; §1] Typos/style: “alatent evidence interface”, “+10 .1”, “0 .11%”, and occasional missing spaces around citations; normalize throughout.
- [Appendix B.3 Table 4] App. Table 4 activation rates imply ρ differs sharply by backbone (latent avg ~9.6 vs ~24.8 at 8 frames). Briefly discuss why Adaptive fires more often on Qwen2.5-VL.
Circularity Check
No significant circularity: empirical method trained on answer likelihood and evaluated on external benchmarks; Adaptive threshold is a design choice, not a tautology.
full rationale
GenEvA is a standard empirical Video-MLLM adapter paper. The load-bearing claims are matched-frame accuracy gains on Video-MME, MLVU, LongVideoBench, and LVBench (Table 1), low token overhead (Fig. 4 / Table 4), and ablation gains of Adaptive over Full/Random invocation (Table 3). Training (Eq. 7) maximizes teacher-forced answer log-likelihood via a score-function allocator update plus a margin against the explicit route on LLaVA-Video-178K samples; those objectives do not algebraically force the reported benchmark deltas. Allocation α and integer budgets n are learned inputs to aggregation, not definitions of accuracy. Adaptive Evidence Invocation (Eqs. 8–9) applies a fixed hand-set dispersion threshold only at inference; that is a methodological choice (and a possible train/infer mismatch), but s_disp is not defined to equal correctness, and the paper reports empirical route-complementarity and ablation numbers rather than a by-construction identity. Task-aware dispersion analyses (Fig. 6, RQ3) are post-hoc correlations with independently defined task groups, not predictions fitted to those groups. Appendix self-citations (MedHorizon, Divide-then-Diagnose, etc.) appear only as extended related work and do not underwrite the main results. No self-definitional loop, fitted-input-as-prediction, uniqueness import, or renaming of a known closed-form result is present.
Axiom & Free-Parameter Ledger
free parameters (7)
- latent token budget B =
32
- dispersion invocation threshold =
0.5
- allocation temperature τ_a
- margin weight λ_m and target margin m
- allocation samples G per example =
8
- per-frame latent-basis capacity N_max
- training subset size / mixture =
8000 samples
axioms (6)
- domain assumption Frozen pretrained temporal selector L_ψ★ returns a sufficient candidate set of K frames for the latent interface to organize (problem setup §3.1).
- domain assumption Frozen Video-MLLM vision tower, projector, and LLM backbone remain fixed; only allocator ϕ and evidence adapter η (including LoRA δ) are trained (§3.3–3.4).
- domain assumption Answer teacher-forced log-likelihood is a valid training proxy for constructing and allocating latent evidence (Eq. 7).
- ad hoc to paper Residual allocation geometry (dispersion after removing the one-token floor) indicates need for cross-frame integration (Eqs. 8–9).
- ad hoc to paper Integer budget assignment with one-token floor plus residual proportional allocation is a valid discretization of α (Eq. 2).
- standard math Standard multinomial score-function / REINFORCE-style estimator with within-group advantage is a valid gradient surrogate for discrete allocations (Eqs. 6–7).
invented entities (3)
-
latent evidence interface (post-selection)
no independent evidence
-
query-conditioned latent evidence bundles E / eE_i
no independent evidence
-
Adaptive Evidence Invocation via allocation dispersion s_disp
no independent evidence
read the original abstract
Long-video understanding commonly compresses videos into a small set of frames or visual tokens for answer generation. Existing compact pipelines focus on retaining relevant visual content as explicit evidence. Yet making evidence available does not ensure that complementary cues across moments are integrated for answering. Our key idea is to organize selected frames into query-relevant cross-frame evidence before generation. We formulate this post-selection stage as a latent evidence interface and instantiate it with GenEvA ($\textbf{Gen}erative$ $Latent$ $\textbf{Ev}idence$ $\textbf{A}ggregation$), a distribution-guided latent evidence aggregation framework. Specifically, GenEvA uses a query-conditioned evidence distribution to focus aggregation on relevant frames, forming compact cross-frame latent evidence from their frame-specific information. Since cross-frame integration is not always needed, the same distribution determines whether to insert this latent complement. Across four benchmarks and two Video-MLLM backbones, GenEvA consistently improves matched-frame baselines. At 8 frames, it raises the four-benchmark LLaVA-Video average by $+5.2$ points and Qwen2.5-VL accuracy on LVBench by $+10.1$ points. These gains require only $0.11\%$--$0.40\%$ average video-token overhead; analyses further show task-aware allocation and benefits from Adaptive Evidence Invocation.
Reference graph
Works this paper leans on
-
[1]
Geo Ahn, Jiwook Han, Youngrae Kim, Joonseok Lee, and Jinwoo Choi. EVIDENT: Routing mllm adaptation through entity-grounded visual evidence for cross-domain video temporal grounding.arXiv preprint arXiv:2605.26104,
-
[3]
Mozhgan Nasr Azadani, Yimu Wang, Yongpeng Zhu, Lihong Chen, Milan Ganai, Sean Sedwards, Marco Pavone, and Krzysztof Czarnecki. VISTAQA: Benchmarking joint visual question answering and pixel-level evidence.arXiv preprint arXiv:2605.20676,
-
[4]
Roush, Ravid Shwartz-Ziv, and Hod Lipson
Daniel Ben-Levi, Judah Goldfeder, Weiliang Zhao, Raz Lapid, Amit LeVi, Allen G. Roush, Ravid Shwartz-Ziv, and Hod Lipson. Mirage probes: How vision models fake visual understanding.arXiv preprint arXiv:2606.13870,
-
[5]
Shikra: Unleashing multimodal llm’s referential dialogue magic.arXiv preprint arXiv:2306.15195,
Keqin Chen, Zhao Zhang, Weili Zeng, Richong Zhang, Feng Zhu, and Rui Zhao. Shikra: Unleashing multimodal llm’s referential dialogue magic.arXiv preprint arXiv:2306.15195,
-
[6]
Longvila: Scaling long-context visual language models for long videos
Yukang Chen, Fuzhao Xue, Dacheng Li, Qinghao Hu, Ligeng Zhu, Xiuyu Li, Yunhao Fang, Haotian Tang, Shang Yang, Zhijian Liu, et al. Longvila: Scaling long-context visual language models for long videos. InInternational Conference on Learning Representations, volume 2025, pages 18227–18246,
2025
-
[9]
https://arxiv.org/abs/2605.06537. Alessandro Favero, Luca Zancato, Matthew Trager, Siddharth Choudhary, Pramuditha Perera, Alessandro Achille, Ashwin Swaminathan, and Stefano Soatto. Multi-modal hallucination control by visual information grounding. In 10 Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 14303–14312,
-
[10]
doi: 10.1109/CVPR52733.2024.01356. Kaituo Feng, Kaixiong Gong, Bohao Li, Zonghao Guo, Yibing Wang, Tianshuo Peng, Junfei Wu, Xiaoying Zhang, Benyou Wang, and Xiangyu Yue. Video-R1: Reinforcing video reasoning in MLLMs. InAdvances in Neural Information Processing Systems, volume 38, pages 99114–99137. Curran Associates, Inc., 2025.https://proceeding s.neur...
arXiv 2024
-
[11]
Dengxian Gong, Yuanzheng Wu, Haobo Yuan, Zhengdong Hu, Tao Zhang, Yikang Zhou, Shihao Chen, Quanzhu Niu, Kai Wang, Jason Li, Haochen Wang, Lu Qi, Shunping Ji, and Ming-Hsuan Yang. PixelEyes: Decoupling perception and reasoning for pinpoint visual evidence seeking.arXiv preprint arXiv:2607.00115,
-
[12]
Sihang Jia, Shuliang Liu, Songbo Yang, Yibo Yan, Xin Zou, and Xuming Hu. Decoding by perturbation: Mitigating mllm hallucinations via dynamic textual perturbation.arXiv preprint arXiv:2604.12424,
-
[13]
Llava-onevision: Easy visual task transfer.arXiv preprint arXiv:2408.03326, 2024a
Bo Li, Yuanhan Zhang, Dong Guo, Renrui Zhang, Feng Li, Hao Zhang, Kaichen Zhang, Peiyuan Zhang, Yanwei Li, Ziwei Liu, et al. Llava-onevision: Easy visual task transfer.arXiv preprint arXiv:2408.03326, 2024a. Chunyuan Li, Cliff Wong, Sheng Zhang, Naoto Usuyama, Haotian Liu, Jianwei Yang, Tristan Naumann, Hoifung Poon, and Jianfeng Gao. Llava-med: Training ...
Pith/arXiv arXiv 2023
-
[14]
Bowen Liu, Li Yang, Shanshan Song, Mingyu Tang, Zhifang Gao, Qifeng Chen, Yangqiu Song, Huimin Chen, and Xiaomeng Li. Divide-then-diagnose: Weaving clinician-inspired contexts for ultra-long capsule endoscopy videos, 2026a.https://arxiv.org/abs/2604.21814. Xiangrui Liu, Yan Shu, Zheng Liu, Ao Li, Yang Tian, and Bo Zhao. Video-xl-pro: Reconstructive token ...
-
[15]
Xiaolin Liu, Yilun Zhu, Xiangyu Zhao, Xuehui Wang, Yan Li, Xin Li, Haoyu Cao, Xing Sun, Shaofeng Zhang, Xu Yang, Zhihang Zhong, and Xue Yang. Moment-video: Diagnosing temporal fidelity of video mllms on momentary visual events.arXiv preprint arXiv:2606.02522, 2026b. 11 Dongsheng Ma, Jiayu Li, Zhengren Wang, Yijie Wang, Jiahao Kong, Weijun Zeng, Jutao Xiao...
-
[17]
Liu, Yuan Zhu, Wei Fan, and Jindong Han
Frank Nie, Ethan B. Liu, Yuan Zhu, Wei Fan, and Jindong Han. A cost-effective multimodal llm reasoning framework for question answering over irregular clinical time series, 2026a.https://arxiv.org/abs/2607.25947. Frank Nie, Ethan B. Liu, Yuan Zhu, Loe Yan, Wei Fan, and Jindong Han. Clir-bench: Benchmarking multimodal question answering over irregular clin...
-
[18]
Kosmos-2: Grounding multimodal large language models to the world.arXiv preprint arXiv:2306.14824,
Zhiliang Peng, Wenhui Wang, Li Dong, Yaru Hao, Shaohan Huang, Shuming Ma, and Furu Wei. Kosmos-2: Grounding multimodal large language models to the world.arXiv preprint arXiv:2306.14824,
-
[19]
Yuan Sheng, Yanbin Hao, Chenxu Li, Shuo Wang, and Xiangnan He. SeViCES: Unifying semantic-visual evidence consensus for long video understanding.arXiv preprint arXiv:2510.20622,
-
[20]
TSPO: Temporal sampling policy optimization for long-form video language understanding
Canhui Tang, Zifan Han, Hongbo Sun, Sanping Zhou, Xuchong Zhang, Xin Wei, Ye Yuan, Jinglin Xu, and Hao Sun. TSPO: Temporal sampling policy optimization for long-form video language understanding. InProceedings of the AAAI Conference on Artificial Intelligence, volume 40, pages 9368–9376, 2026.https://arxiv.org/abs/2508.04369. Guankun Wang, Long Bai, Wan J...
arXiv 2026
-
[21]
Postalign: Multimodal grounding as a corrective lens for mllms.arXiv preprint arXiv:2506.17901,
Yixuan Wu, Yang Zhang, Jian Wu, Philip Torr, and Jindong Gu. Postalign: Multimodal grounding as a corrective lens for mllms.arXiv preprint arXiv:2506.17901,
-
[22]
Xi Xiao, Chen Liu, Chih-Ting Liao, Yunbei Zhang, Qizhen Lan, Yuxiang Wei, Lin Zhao, Janet Wang, Jianyang Gu, Muchao Ye, Tianyang Wang, and Hao Xu. Staying VIGILant: Mitigating visual laziness via counterfactual visual alignment in mllms.arXiv preprint arXiv:2606.26387,
-
[23]
Video-MTR: Reinforced multi-turn reasoning for long video understanding
Yuan Xie, Tianshui Chen, Zheng Ge, and Lionel Ni. Video-MTR: Reinforced multi-turn reasoning for long video understanding. InForty-third International Conference on Machine Learning, 2026.https://openreview.net/for um?id=UhPwL6LYOc. Cilin Yan, Haochen Wang, Shilin Yan, Xiaolong Jiang, Yao Hu, Guoliang Kang, Weidi Xie, and Efstratios Gavves. VISA: Reasonin...
Pith/arXiv arXiv 2026
-
[24]
Ferret: Refer and ground anything anywhere at any granularity.arXiv preprint arXiv:2310.07704,
Haoxuan You, Haotian Zhang, Zhe Gan, Xianzhi Du, Bowen Zhang, Zirui Wang, Liangliang Cao, Shih-Fu Chang, and Yinfei Yang. Ferret: Refer and ground anything anywhere at any granularity.arXiv preprint arXiv:2310.07704,
-
[25]
Timesuite: Improving mllms for long video understanding via grounded tuning
Xiangyu Zeng, Kunchang Li, Chenting Wang, Xinhao Li, Tianxiang Jiang, Ziang Yan, Songze Li, Yansong Shi, Zhengrong Yue, Yi Wang, et al. Timesuite: Improving mllms for long video understanding via grounded tuning. In International Conference on Learning Representations, volume 2025, pages 38057–38081,
2025
-
[26]
Long context transfer from language to vision.arXiv preprint arXiv:2406.16852, 2024a
Peiyuan Zhang, Kaichen Zhang, Bo Li, Guangtao Zeng, Jingkang Yang, Yuanhan Zhang, Ziyue Wang, Haoran Tan, Chunyuan Li, and Ziwei Liu. Long context transfer from language to vision.arXiv preprint arXiv:2406.16852, 2024a. Shufan Zhang, Ziyue Lin, Bairun Wang, Lei Jin, Xuanding Ding, Xinzhu Ma, and Kunlin Yang. VTI-CoT: Visual- textual interleaved chain of t...
-
[27]
Llava-next: A strong zero-shot video understanding model, April 2024b.https://llava-vl.github.io/blog/2024-0 4-30-llava-next-video/
Yuanhan Zhang, Bo Li, haotian Liu, Yong jae Lee, Liangke Gui, Di Fu, Jiashi Feng, Ziwei Liu, and Chunyuan Li. Llava-next: A strong zero-shot video understanding model, April 2024b.https://llava-vl.github.io/blog/2024-0 4-30-llava-next-video/. Junjie Zhou, Yan Shu, Bo Zhao, Boya Wu, Zhengyang Liang, Shitao Xiao, Minghao Qin, Xi Yang, Yongping Xiong, Bo Zha...
2024
-
[28]
Didi Zhu, Changrui Chen, Stefanos Zafeiriou, and Jiankang Deng. VisualFLIP: Do predictions depend on task-critical visual evidence in multimodal reasoning?arXiv preprint arXiv:2606.07872,
-
[29]
Junbo Zou, Ziheng Huang, Shengjie Zhang, Liwen Zhang, and Weining Shen. Videobrain: Learning adaptive frame sampling for long video understanding.arXiv preprint arXiv:2602.04094,
-
[30]
(2024); Chen et al
13 Appendix A Extended Related Work Long-video understanding.General video instruction-tuned models such as Video-LLaVA, ShareGPT4Video, LLaVA-NeXT-Video, VideoLLaMA2, VideoChat2, LLaVA-OneVision, and InternVL2 extend image-language alignment and instruction tuning to video inputs Lin et al. (2024); Chen et al. (2024a); Zhang et al. (2024b); Cheng et al. ...
2024
-
[2023]
Marco Morini, Sara Sarto, Marcella Cornia, and Lorenzo Baraldi
https: //arxiv.org/abs/2307.15189. Marco Morini, Sara Sarto, Marcella Cornia, and Lorenzo Baraldi. Look twice: Training-free evidence highlighting in multimodal large language models.arXiv preprint arXiv:2604.01280,
-
[2024]
Jin Cui, Xinyue Long, Xunyong Zhang, Yadong Zhang, Chuanchang Su, Jingye Gan, Boran Zhao, and Pengju Ren. Retrieve, integrate, and synthesize: Spatial-semantic grounded latent visual reasoning.arXiv preprint arXiv:2605.07106,
-
[2025]
Zhe Chen, Weiyun Wang, Yue Cao, Yangzhou Liu, Zhangwei Gao, Erfei Cui, Jinguo Zhu, Shenglong Ye, Hao Tian, Zhaoyang Liu, et al. Expanding performance boundaries of open-source multimodal models with model, data, and test-time scaling.arXiv preprint arXiv:2412.05271, 2024b. Zesen Cheng, Sicong Leng, Hang Zhang, Yifei Xin, Xin Li, Guanzheng Chen, Yongxin Zh...
-
[2026]
O’Sullivan, Fang Cao, Tahoura Nedaee, Kamyar Rajabalifardi, Fei-Fei Li, Ehsan Adeli, and Euan Ashley
Mohammad Asadi, Jack W. O’Sullivan, Fang Cao, Tahoura Nedaee, Kamyar Rajabalifardi, Fei-Fei Li, Ehsan Adeli, and Euan Ashley. MIRAGE: The illusion of visual understanding.arXiv preprint arXiv:2603.21687,
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.