REVIEW 3 major objections 5 minor 2 cited by
Position: Reasoning After Perception Means Reasoning Without Vision
T0 review · 3 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read The paper argues that multimodal AI's persistent failures on fine-grained visual tasks are not a reasoning deficit but a representational one: task-critical spatial detail is discarded when images are compressed into text-aligned tokens…
desk verdict A genuinely useful TET diagnostic with clean component ablations, but the formal information-collapse bound is an assumption in disguise; the empirical case deserves peer review. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the semantically contractive vision-to-language projection $g_\phi$, which maps the continuous visual feature space into the text-aligned embedding space; Proposition 4.1 (Information Collapse) converts this contraction into a strict lower bound on prediction error for any task whose deciding detail lives in collapsed geometry or topology. The Turing Eye Test (TET) is the companion mechanism: four task families — hidden text, 3D-perspective captchas, Ishihara-style color plates, and fused Chinese ligatures — that are easy to verify from pixels but hard to specify in words, designed to isolate the perceptual bottleneck from semantic shortcuts. The fine-tuning and reinforcement-learning ablations on a decomposable open model family complete the machinery by showing that only vision-encoder updates move the error, pinning the bottleneck to encoding rather than language-side computation.
What would settle it
Directly measure the projection gap: build pairs of images that share semantic content but differ in the geometric detail a task requires, then compare distances in the visual feature space with distances in the text-aligned embedding space; if the text-aligned distances are not systematically much smaller, semantic contraction fails and the bound does not apply. Alternatively, the claim would be refuted empirically if any model using the standard perception-then-reasoning pipeline — with only text-side interventions such as chain-of-thought, in-context exemplars, or discrete tool calls — achieved high accuracy on the Turing Eye Test tasks.
Extended reading notes
Core claim
The paper's central claim is that persistent perceptual failures in multimodal large language models stem from representational access, not insufficient reasoning capacity: task-critical spatial information is discarded before reasoning begins. Because the vision-to-text projection is semantically contractive — it maps geometrically distinct but semantically similar images into nearby text-aligned embeddings — the projection gap is strictly positive for fine-grained geometric and topological tasks, leaving an irreducible error lower bound that text-space reasoning alone cannot beat. The Turing Eye Test demonstrates this: across fifteen models, accuracy on hidden-text, 3D-captcha, color-blind, and fused-ligature tasks is near zero, and neither chain-of-thought prompting, few-shot exemplars, nor pass@32 sampling recovers the lost signal. The paper's positive claim is that perception itself must become the site of reasoning, so that pixel-level evidence remains accessible and steerable until the decision is made.
Load-bearing premise
The whole argument rests on the assumption that the vision-to-text projection is semantically contractive — that it systematically maps geometrically distinct but semantically similar images onto nearly identical text-aligned embeddings — an assumption the paper states but does not directly measure on the tested models.
Editorial extensions
If this is right
- Text-side scaling — more chain-of-thought tokens, more samples, or more tools that return discrete outputs — cannot fix failures on fine-grained spatial tasks, because the deciding detail is gone before reasoning starts.
- Fine-tuning the vision encoder is the only configuration that substantially improves TET accuracy, so the bottleneck is located in perception, not in the language model.
- Reinforcement learning applied only to the vision tower matches full-parameter optimization, and language-side optimization adds almost nothing, implying the error floor is architectural rather than algorithmic.
- Escaping the bound requires architectures that reason within perception, such as Active Visual Querying, where the reasoning state repeatedly issues queries back to the pixel-level representation.
- Benchmarks that reward semantic priors can overestimate visual understanding; diagnostic probes like TET are needed to separate perceptual failures from reasoning or knowledge failures.
Reading between the lines
- If the semantic-contraction premise is correct, the error floor on a given model and task should be predictable from a cheap direct measurement: the ratio of text-aligned embedding distance to visual feature distance for semantically identical but geometrically distinct image pairs.
- The same argument should transfer to other modalities projected into text-aligned spaces before reasoning — audio, video, and tactile signals — where hard-to-verbalize deciding details would be collapsed identically.
- The paper's diagnosis suggests a concrete architectural test: a model that keeps pixel-level representations queryable throughout generation should show a measurably lower TET error floor than any post-hoc fix applied to the same frozen encoder, a comparison the paper motivates but does not fully run.
- If the generalization caveat holds — that fine-tuned encoders memorize task-specific patterns rather than learn transferable geometric primitives — then the field's next question is whether any training objective can induce genuinely transferable spatial primitives, which would turn the diagnosis into a curriculum for new perception losses.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper challenges the common assumption that stronger language-side reasoning (CoT, in-context learning, tool use) can compensate for perceptual failures in multimodal large language models (MLLMs). It argues that in the dominant Perception-then-Reasoning pipeline, deferring reasoning to language generation displaces computation from the continuous visual manifold to a discrete, text-aligned space, so that task-critical spatial information is collapsed before reasoning begins. Section 4 formalizes this as an information-collapse bound: under a 'semantically contractive' visual-to-text projection g_phi, the reconstruction error epsilon_proj is strictly positive and text-space reasoning h_psi cannot reduce the resulting error. The paper introduces the Turing Eye Test (TET), four hard-to-verbalize visual recognition benchmarks, and reports near-zero pass@1 and low pass@32 accuracy across 15 MLLMs, negligible gains from 3-shot in-context learning, large gains from vision-encoder fine-tuning but not from language-backbone or adapter fine-tuning, and analogous results under reinforcement learning. It concludes by advocating reasoning within perception and sketches an Active Visual Querying framework.
Significance. If the empirical findings are treated as diagnostics rather than as proof of an information-theoretic lower bound, the paper makes a useful and honest contribution: the broad multi-model TET evaluation, the component-wise fine-tuning ablations, the explicit generalization caveat, and the resolution-sensitivity analyses are informative and reported with appropriate caution. The observation that language-side interventions fail while vision-encoder updates succeed is a concrete, falsifiable result that will interest the multimodal community. However, the formal lower-bound result in Prop. 4.1 is conditional on an unmeasured premise, and the benchmark exercises distorted-character recognition and color grouping rather than the geometric and topological reasoning tasks named in the thesis; the strength of the central claim therefore exceeds what the current evidence establishes.
major comments (3)
- [§4.2, Eq. (3)-(4), Prop. 4.1] The formal lower bound is not derived; it is a restatement of the paper's hypothesis. Eq. (4) defines 'semantically contractive' as distance contraction for semantically similar pairs, but a uniformly contracting injective map also satisfies Eq. (4); for an injective map, an appropriate reconstruction g† can recover z exactly, so Eq. (4) does not imply εproj > 0. To obtain Prop. 4.1 one must assume non-injectivity on the task-relevant subspace, which is precisely the conclusion being argued. Moreover, Eq. (3) is an upper bound; the sentence claiming a non-zero lower bound after Eq. (3) asserts the result rather than proves it. Please measure εproj directly, replace the proposition with an explicitly conditional statement, or derive non-injectivity from architectural facts such as token count or quantization.
- [§5.4, Table 7] Table 7 creates a direct tension with Prop. 4.1's premise about gφ. Updating only the vision encoder fθ while freezing gφ raises accuracy from 0% to 87-99% on HiddenText, 3DCaptcha, and ColorBlind. If gφ irreversibly collapsed all task-critical geometric information for these stimuli, no re-parameterization of fθ feeding into the same gφ should succeed. The results locate the bottleneck in the frozen visual encoder fθ, not in the projection gφ, and therefore do not validate the proposition as stated. The paper should either reconcile the proposition with this observation or restrict the claim to 'representations produced by the frozen pretrained encoder' rather than the projection operation itself.
- [§5.1 and §1] TET does not exercise the reasoning bottleneck named in the thesis. The four task families (HiddenText, 3DCaptcha, ColorBlind, ChineseLigatures) are distorted-character recognition and visual grouping tasks; the paper's motivating examples in Sec. 1 and Table 3 are segment intersection, shape congruence, connectivity, mental rotation, and trajectory prediction, which require genuine spatial reasoning. Since the central claim is that post-perception text reasoning cannot remedy failures of reasoning about geometry and topology, the empirical validation needs at least one task family that requires such reasoning. Without it, the results support only the weaker conclusion that language-side interventions fail on low-level perceptual recognition tasks. A concrete test would be to add a TET family with segment-intersection or shape-congruence queries.
minor comments (5)
- [§5.4, Eq. (5)] The notation Δ∥y−fθ(x)∥²_Ω⁻¹ is used without defining Ω or deriving the approximation; as written it is an informal intuition rather than a proof and should be labeled accordingly.
- [§4.2, Eq. (2)] The reconstruction mapping g† is called 'optimal' but no optimality criterion is specified; please state the reconstruction loss and whether g† is allowed to depend on the task.
- [§5.4] The text refers to 'Theorem 4.1' but Sec. 4.2 states 'Proposition 4.1'; use one name consistently.
- [§5.5, Figure 3] The three panels of Figure 3 are not explicitly referenced in the text; please add pointers to the RL on Full Parameters, RL on LM Backbone, and RL on ViT panels.
- [References] Several references contain formatting errors or incomplete author fields, e.g., 'Team, G. . Gemini 2.5' has a stray period and missing author initials; please proofread the bibliography.
Circularity Check
Proposition 4.1's information-collapse bound restates its own antecedent: assuming gϕ is 'semantically contractive (collapsing geometrically distinct but semantically equivalent inputs)' already assumes the ε_proj > 0 it then 'proves'; Eq. 4 alone does not imply it.
-
self definitional
[Sec. 4.2, Eq. 4 and Prop. 4.1; premise first introduced as hypothesis in Sec. 3.2; contrasted with Sec. 5.4, Table 7]
"Proposition 4.1 (Information Collapse). Let z∗ encode geometric or topological properties, and let gϕ be semantically contractive (collapsing geometrically distinct but semantically equivalent inputs). Then: (1) the projection gap εproj = ‖fθ(x)−g†(gϕ(fθ(x)))‖Z > 0 is strictly positive, and (2) the resulting prediction error admits a non-zero lower bound irreducible by text-space reasoning hψ alone."
The proposition's antecedent literally contains its conclusion: 'semantically contractive' is parenthesized as 'collapsing geometrically distinct but semantically equivalent inputs,' and the conclusion is that εproj > 0 with an irreducible lower bound. Non-injectivity on the task-relevant subspace is exactly what a positive εproj requires, so the bound is a restatement of the assumption. Eq. 4 alone cannot force εproj > 0: an injective contractive map is exactly invertible on its image, so the optimal reconstruction g† can make εproj = 0. The paper also labels the premise only a hypothesis in Sec. 3.2 ('We hypothesize that the projection from visual to textual space acts as a filter governed by verbalizability...') and never measures εproj.
full rationale
The paper's formal first-principles support, Proposition 4.1, is circular in the argumentative sense: its asserted lower bound is obtained by assuming the very collapse it purports to derive. The proposition asks us to 'let gϕ be semantically contractive (collapsing geometrically distinct but semantically equivalent inputs)' and then concludes that εproj > 0 and that no text-space reasoning can eliminate the error; the parenthetical already supplies the non-injectivity needed for a positive projection gap. Eq. 4, which merely says distances in E are much smaller than distances in Z, does not imply εproj > 0 because an injective but strongly contractive map admits an exact inverse on its image. Sec. 3.2 introduces the premise explicitly as a hypothesis, and the paper reports no measurement of εproj, so the 'Information Collapse Bound' is not independently established. The empirical sections contain genuinely independent content: the near-zero TET results across 15 MLLMs, the component-wise fine-tuning ablations, the RL experiments, and the resolution-sensitivity analyses are real measurements supporting a representational-access diagnosis. However, Table 7 cuts against the formal lower bound: with a frozen gϕ, re-parameterizing only fθ reaches high accuracy, indicating the frozen projection does not necessarily destroy the task-critical information. The paper's own Generalization Caveat (Sec. 5.4) honestly narrows these gains, but does not rescue the formal claim. No load-bearing self-citation chain or imported 'uniqueness theorem' is used; the central circularity is the self-definitional lower bound. Overall score 6: a central theoretical 'prediction' reduces by construction to its input assumption, while the benchmark and ablation evidence remain largely independent.
Assumptions & free parameters
assumptions (4)
- domain assumption The task function is Lipschitz continuous with respect to the visual representation with constant L.
- ad hoc to paper The projection g_phi is semantically contractive for geometric and topological information.
- standard math The reconstruction mapping g-dagger exists and is optimal in the sense of minimizing reconstruction error.
- domain assumption The image manifold X and embedding spaces Z and E admit norms and the composition g_phi o g-dagger is non-invertible on the geometric subspace.
Cite this review
Pith. "Pith review of Position: Reasoning After Perception Means Reasoning Without Vision." pith.science (2026). https://pith.science/paper/PKP5SBAW
@misc{pith2026250716863,
author = {Pith},
title = {Pith review of: Position: Reasoning After Perception Means Reasoning Without Vision},
year = {2026},
howpublished = {\url{https://pith.science/paper/PKP5SBAW}},
note = {Machine review of arXiv:2507.16863}
}
read the original abstract
A common belief in multimodal research is that the perceptual weaknesses of vision--language models can be compensated by stronger language reasoning (e.g., chain-of-thought, in-context learning, or external tools). We challenge this assumption. We argue that for a broad class of visual tasks hard to specify in language, failures stem from a structural fatality where the temporal decision of \textit{when} to reason strictly dictates the spatial constraint of \textit{where} reasoning takes place. When visual reasoning is deferred to language generation, current architectures do not merely delay computation; they displace it from the continuous visual representation to a discrete textual space. Consequently, the sequential ``Perception-then-Reasoning'' paradigm degenerates perception into a passive, one-off feature encoding process, rendering it functionally equivalent to ``Reasoning-in-Text-Space'', where task-critical spatial signals are collapsed before reasoning begins. We substantiate this claim with the Turing Eye Test (TET): tasks that must be resolved in \emph{visual space} and are hard to verbalize; results show text-only reasoning cannot remedy these perceptual failures. Our findings suggest rethinking the architectural divide: shifting from reasoning \textit{about} perception to reasoning \textit{within} perception. This facilitates actively reasoning-driven perception that operates directly on pixel-level visual representations, rather than within a collapsed textual space.
Figures
Figures from the paper (12 more)
Forward citations
Cited by 2 Pith papers
-
PerceptionBench: Evaluating Atomic Visual Perception in Multimodal Large Language Models
Frontier MLLMs remain far from mastering atomic visual perception: none reach 60% on a failure-derived, perception-only benchmark of ten capabilities.
-
Moravec's Paradox: Towards an Auditory Turing Test
The paper proposes an auditory Turing test of 917 challenges and reports that the best tested AI model, GPT-4o audio, scores 6.9% versus 52% for a nine-person human sample.
Reference graph
Works this paper leans on
-
[1]
Josh Achiam, Steven Adler, Sandhini Agarwal, Lama Ahmad, Ilge Akkaya, Florencia Leoni Aleman, Diogo Almeida, Janko Altenschmidt, Sam Altman, Shyamal Anadkat, et al. Gpt-4 technical report. arXiv preprint arXiv:2303.08774, 2023
arXiv 2023
-
[2]
Anthropic. Introducing Claude 4. Anthropic News, May 2025. URL https://www.anthropic.com/news/claude-4. Accessed: [Insert Access Date]
work page 2025
-
[3]
DASH: Detection and Assessment of Systematic Hallucinations of VLMs
Maximilian Augustin, Yannic Neuhaus, and Matthias Hein. Dash: Detection and assessment of systematic hallucinations of vlms. arXiv preprint arXiv:2503.23573, 2025
work page Pith review arXiv 2025
-
[4]
Jinze Bai, Shuai Bai, Yunfei Chu, Zeyu Cui, Kai Dang, Xiaodong Deng, Yang Fan, Wenbin Ge, Yu Han, Fei Huang, Binyuan Hui, Luo Ji, Mei Li, Junyang Lin, Runji Lin, Dayiheng Liu, Gao Liu, Chengqiang Lu, Keming Lu, Jianxin Ma, Rui Men, Xingzhang Ren, Xuancheng Ren, Chuanqi Tan, Sinan Tan, Jianhong Tu, Peng Wang, Shijie Wang, Wei Wang, Shengguang Wu, Benfeng X...
arXiv 2023
-
[5]
Shuai Bai, Keqin Chen, Xuejing Liu, Jialin Wang, Wenbin Ge, Sibo Song, Kai Dang, Peng Wang, Shijie Wang, Jun Tang, Humen Zhong, Yuanzhi Zhu, Mingkun Yang, Zhaohai Li, Jianqiang Wan, Pengfei Wang, Wei Ding, Zheren Fu, Yiheng Xu, Jiabo Ye, Xi Zhang, Tianbao Xie, Zesen Cheng, Hang Zhang, Zhibo Yang, Haiyang Xu, and Junyang Lin. Qwen2.5-vl technical report. a...
arXiv 2025
-
[6]
Language models are few-shot learners
Tom Brown, Benjamin Mann, Nick Ryder, Melanie Subbiah, Jared D Kaplan, Prafulla Dhariwal, Arvind Neelakantan, Pranav Shyam, Girish Sastry, Amanda Askell, et al. Language models are few-shot learners. Advances in neural information processing systems, 33: 0 1877--1901, 2020
1901
-
[7]
Ruisheng Cao, Fangyu Lei, Haoyuan Wu, Jixuan Chen, Yeqiao Fu, Hongcheng Gao, Xinzhuang Xiong, Hanchong Zhang, Wenjing Hu, Yuchen Mao, et al. Spider2-v: How far are multimodal agents from automating data science and engineering workflows? Advances in Neural Information Processing Systems, 37: 0 107703--107744, 2024
work page 2024
-
[8]
Evaluating large language models trained on code
Mark Chen, Jerry Tworek, Heewoo Jun, Qiming Yuan, Henrique Ponde De Oliveira Pinto, Jared Kaplan, Harri Edwards, Yuri Burda, Nicholas Joseph, Greg Brockman, et al. Evaluating large language models trained on code. arXiv preprint arXiv:2107.03374, 2021
arXiv 2021
Show all 62 references
-
[9]
Janus-pro: Unified multimodal understanding and generation with data and model scaling
Xiaokang Chen, Zhiyu Wu, Xingchao Liu, Zizheng Pan, Wen Liu, Zhenda Xie, Xingkai Yu, and Chong Ruan. Janus-pro: Unified multimodal understanding and generation with data and model scaling. arXiv preprint arXiv:2501.17811, 2025
2025 arXiv
-
[10]
How far are we to gpt-4v? closing the gap to commercial multimodal models with open-source suites
Zhe Chen, Weiyun Wang, Hao Tian, Shenglong Ye, Zhangwei Gao, Erfei Cui, Wenwen Tong, Kongzhi Hu, Jiapeng Luo, Zheng Ma, et al. How far are we to gpt-4v? closing the gap to commercial multimodal models with open-source suites. Science China Information Sciences, 67 0 (12): 0 22...
2024
-
[11]
Internvl: Scaling up vision foundation models and aligning for generic visual-linguistic tasks
Zhe Chen, Jiannan Wu, Wenhai Wang, Weijie Su, Guo Chen, Sen Xing, Muyan Zhong, Qinglong Zhang, Xizhou Zhu, Lewei Lu, et al. Internvl: Scaling up vision foundation models and aligning for generic visual-linguistic tasks. In Proceedings of the IEEE/CVF conference on computer vis...
2024
-
[12]
V-star: Benchmarking video-llms on video spatio-temporal reasoning
Zixu Cheng, Jian Hu, Ziquan Liu, Chenyang Si, Wei Li, and Shaogang Gong. V-star: Benchmarking video-llms on video spatio-temporal reasoning. arXiv preprint arXiv:2503.11495, 2025
2025 arXiv
-
[13]
Emerging properties in unified multimodal pretraining
Chaorui Deng, Deyao Zhu, Kunchang Li, Chenhui Gou, Feng Li, Zeyu Wang, Shu Zhong, Weihao Yu, Xiaonan Nie, Ziang Song, et al. Emerging properties in unified multimodal pretraining. arXiv preprint arXiv:2505.14683, 2025
2025 arXiv
-
[14]
Ocrbench v2: An improved benchmark for evaluating large multimodal models on visual text localization and reasoning, 2025
Ling Fu, Zhebin Kuang, Jiajun Song, Mingxin Huang, Biao Yang, Yuzhe Li, Linghao Zhu, Qidi Luo, Xinyu Wang, Hao Lu, Zhang Li, Guozhi Tang, Bin Shan, Chunhui Lin, Qi Liu, Binghong Wu, Hao Feng, Hao Liu, Can Huang, Jingqun Tang, Wei Chen, Lianwen Jin, Yuliang Liu, and Xiang Bai. ...
2025 arXiv
-
[15]
Exploring hallucination of large multimodal models in video understanding: Benchmark, analysis and mitigation, 2025
Hongcheng Gao, Jiashu Qu, Jingyi Tang, Baolong Bi, Yue Liu, Hongyu Chen, Li Liang, Li Su, and Qingming Huang. Exploring hallucination of large multimodal models in video understanding: Benchmark, analysis and mitigation, 2025. URL https://arxiv.org/abs/2503.19622
2025 arXiv
-
[16]
Gonzalez and Richard E
Rafael C. Gonzalez and Richard E. Woods. Digital Image Processing. Pearson, New York, 4th edition, 2018
2018
-
[17]
Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning
Daya Guo, Dejian Yang, Haowei Zhang, Junxiao Song, Ruoyu Zhang, Runxin Xu, Qihao Zhu, Shirong Ma, Peiyi Wang, Xiao Bi, et al. Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning. arXiv preprint arXiv:2501.12948, 2025
2025 arXiv
-
[18]
Video-mmmu: Evaluating knowledge acquisition from multi-discipline professional videos
Kairui Hu, Penghao Wu, Fanyi Pu, Wang Xiao, Yuanhan Zhang, Xiang Yue, Bo Li, and Ziwei Liu. Video-mmmu: Evaluating knowledge acquisition from multi-discipline professional videos. arXiv preprint arXiv:2501.13826, 2025
2025 arXiv
-
[19]
Tests for colour-blindness, 1951
Shinobu Ishihara. Tests for colour-blindness, 1951
1951
-
[20]
Openai o1 system card
Aaron Jaech, Adam Kalai, Adam Lerer, Adam Richardson, Ahmed El-Kishky, Aiden Low, Alec Helyar, Aleksander Madry, Alex Beutel, Alex Carney, et al. Openai o1 system card. arXiv preprint arXiv:2412.16720, 2024
2024 arXiv
-
[21]
Elite: Enhanced language-image toxicity evaluation for safety
Wonjun Lee, Doehyeon Lee, Eugene Choi, Sangyoon Yu, Ashkan Yousefpour, Haon Park, Bumsub Ham, and Suhyun Kim. Elite: Enhanced language-image toxicity evaluation for safety. arXiv preprint arXiv:2502.04757, 2025 a
2025 arXiv
-
[22]
Holisafe: Holistic safety benchmarking and modeling with safety meta token for vision-language model
Youngwan Lee, Kangsan Kim, Kwanyong Park, Ilcahe Jung, Soojin Jang, Seanie Lee, Yong-Ju Lee, and Sung Ju Hwang. Holisafe: Holistic safety benchmarking and modeling with safety meta token for vision-language model. arXiv preprint arXiv:2506.04704, 2025 b
2025
-
[23]
Blip-2: Bootstrapping language-image pre-training with frozen image encoders and large language models
Junnan Li, Dongxu Li, Silvio Savarese, and Steven Hoi. Blip-2: Bootstrapping language-image pre-training with frozen image encoders and large language models. In International conference on machine learning, pp.\ 19730--19742. PMLR, 2023
2023
-
[24]
Visual instruction tuning
Haotian Liu, Chunyuan Li, Qingyang Wu, and Yong Jae Lee. Visual instruction tuning. Advances in neural information processing systems, 36: 0 34892--34916, 2023
2023
-
[25]
Improved baselines with visual instruction tuning
Haotian Liu, Chunyuan Li, Yuheng Li, and Yong Jae Lee. Improved baselines with visual instruction tuning. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pp.\ 26296--26306, 2024 a
2024
-
[26]
Llavanext: Improved reasoning, ocr, and world knowledge, 2024 b
Haotian Liu, Chunyuan Li, Yuheng Li, Bo Li, Yuanhan Zhang, Sheng Shen, and Yong Jae Lee. Llavanext: Improved reasoning, ocr, and world knowledge, 2024 b
2024
-
[27]
Learn to explain: Multimodal reasoning via thought chains for science question answering
Pan Lu, Swaroop Mishra, Tanglin Xia, Liang Qiu, Kai-Wei Chang, Song-Chun Zhu, Oyvind Tafjord, Peter Clark, and Ashwin Kalyan. Learn to explain: Multimodal reasoning via thought chains for science question answering. Advances in Neural Information Processing Systems, 35: 0 2507...
2022
-
[28]
Mathvista: Evaluating mathematical reasoning of foundation models in visual contexts, 2024
Pan Lu, Hritik Bansal, Tony Xia, Jiacheng Liu, Chunyuan Li, Hannaneh Hajishirzi, Hao Cheng, Kai-Wei Chang, Michel Galley, and Jianfeng Gao. Mathvista: Evaluating mathematical reasoning of foundation models in visual contexts, 2024. URL https://arxiv.org/abs/2310.02255
2024 arXiv
-
[29]
Mono-internvl: Pushing the boundaries of monolithic multimodal large language models with endogenous visual pre-training
Gen Luo, Xue Yang, Wenhan Dou, Zhaokai Wang, Jiawen Liu, Jifeng Dai, Yu Qiao, and Xizhou Zhu. Mono-internvl: Pushing the boundaries of monolithic multimodal large language models with endogenous visual pre-training. In Proceedings of the Computer Vision and Pattern Recognition...
2025
-
[30]
Mia-bench: Towards better instruction following evaluation of multimodal llms, 2025
Yusu Qian, Hanrong Ye, Jean-Philippe Fauconnier, Peter Grasch, Yinfei Yang, and Zhe Gan. Mia-bench: Towards better instruction following evaluation of multimodal llms, 2025. URL https://arxiv.org/abs/2407.01509
2025 arXiv
-
[31]
Improving language understanding by generative pre-training
Alec Radford, Karthik Narasimhan, Tim Salimans, Ilya Sutskever, et al. Improving language understanding by generative pre-training. 2018
2018
-
[32]
Language models are unsupervised multitask learners
Alec Radford, Jeffrey Wu, Rewon Child, David Luan, Dario Amodei, Ilya Sutskever, et al. Language models are unsupervised multitask learners. OpenAI blog, 1 0 (8): 0 9, 2019
2019
-
[33]
Grad-cam: Visual explanations from deep networks via gradient-based localization
Ramprasaath R Selvaraju, Michael Cogswell, Abhishek Das, Ramakrishna Vedantam, Devi Parikh, and Dhruv Batra. Grad-cam: Visual explanations from deep networks via gradient-based localization. In Proceedings of the IEEE international conference on computer vision, pp.\ 618--626, 2017
2017
-
[34]
Zhihong Shao, Peiyi Wang, Qihao Zhu, Runxin Xu, Junxiao Song, Xiao Bi, Haowei Zhang, Mingchuan Zhang, Y. K. Li, Y. Wu, and Daya Guo. Deepseekmath: Pushing the limits of mathematical reasoning in open language models, 2024. URL https://arxiv.org/abs/2402.03300
2024 arXiv
-
[35]
Introduction to techniques used in seed1.6, June 2025 a
ByteDance Seed Team. Introduction to techniques used in seed1.6, June 2025 a . URL https://seed.bytedance.com/en/seed1_6. Technical Report
2025
-
[36]
Chameleon: Mixed-modal early-fusion foundation models
Chameleon Team. Chameleon: Mixed-modal early-fusion foundation models. arXiv preprint arXiv:2405.09818, 2024 a
2024 arXiv
-
[37]
Gemini 2.5: Pushing the frontier with advanced reasoning, multimodality, long context, and next generation agentic capabilities, 2025 b
Gemini 2.5 Team. Gemini 2.5: Pushing the frontier with advanced reasoning, multimodality, long context, and next generation agentic capabilities, 2025 b . URL https://arxiv.org/abs/2507.06261
2025 arXiv
-
[38]
Kimi Team, Angang Du, Bohong Yin, Bowei Xing, Bowen Qu, Bowen Wang, Cheng Chen, Chenlin Zhang, Chenzhuang Du, Chu Wei, Congcong Wang, Dehao Zhang, Dikang Du, Dongliang Wang, Enming Yuan, Enzhe Lu, Fang Li, Flood Sung, Guangda Wei, Guokun Lai, Han Zhu, Hao Ding, Hao Hu, Hao Yan...
2025 arXiv
-
[39]
Minicpm-o 2.6: A gpt-4o level mllm for vision, speech, and multimodal live streaming on your phone, 2025 c
OpenBMB MiniCPM-o Team. Minicpm-o 2.6: A gpt-4o level mllm for vision, speech, and multimodal live streaming on your phone, 2025 c
2025
-
[40]
Qvq: To see the world with wisdom, December 2024 b
Qwen Team. Qvq: To see the world with wisdom, December 2024 b . URL https://qwenlm.github.io/blog/qvq-72b-preview/
2024
-
[41]
Measuring multimodal mathematical reasoning with math-vision dataset, 2024 a
Ke Wang, Junting Pan, Weikang Shi, Zimu Lu, Mingjie Zhan, and Hongsheng Li. Measuring multimodal mathematical reasoning with math-vision dataset, 2024 a . URL https://arxiv.org/abs/2402.14804
2024 arXiv
-
[42]
Emu3: Next-token prediction is all you need
Xinlong Wang, Xiaosong Zhang, Zhengxiong Luo, Quan Sun, Yufeng Cui, Jinsheng Wang, Fan Zhang, Yueze Wang, Zhen Li, Qiying Yu, et al. Emu3: Next-token prediction is all you need. arXiv preprint arXiv:2409.18869, 2024 b
2024 arXiv
-
[43]
Mmlongbench: Benchmarking long-context vision-language models effectively and thoroughly, 2025
Zhaowei Wang, Wenhao Yu, Xiyu Ren, Jipeng Zhang, Yu Zhao, Rohit Saxena, Liang Cheng, Ginny Wong, Simon See, Pasquale Minervini, Yangqiu Song, and Mark Steedman. Mmlongbench: Benchmarking long-context vision-language models effectively and thoroughly, 2025. URL https://arxiv.or...
2025
-
[44]
Longvideobench: A benchmark for long-context interleaved video-language understanding, 2024
Haoning Wu, Dongxu Li, Bei Chen, and Junnan Li. Longvideobench: A benchmark for long-context interleaved video-language understanding, 2024. URL https://arxiv.org/abs/2407.15754
2024 arXiv
-
[45]
Logicvista: Multimodal llm logical reasoning benchmark in visual contexts, 2024
Yijia Xiao, Edward Sun, Tianyu Liu, and Wei Wang. Logicvista: Multimodal llm logical reasoning benchmark in visual contexts, 2024. URL https://arxiv.org/abs/2407.04973
2024 arXiv
-
[46]
Show-o2: Improved native unified multimodal models
Jinheng Xie, Zhenheng Yang, and Mike Zheng Shou. Show-o2: Improved native unified multimodal models. arXiv preprint arXiv:2506.15564, 2025
2025 arXiv
-
[47]
Osworld: Benchmarking multimodal agents for open-ended tasks in real computer environments
Tianbao Xie, Danyang Zhang, Jixuan Chen, Xiaochuan Li, Siheng Zhao, Ruisheng Cao, Toh J Hua, Zhoujun Cheng, Dongchan Shin, Fangyu Lei, et al. Osworld: Benchmarking multimodal agents for open-ended tasks in real computer environments. Advances in Neural Information Processing S...
2024
-
[48]
Qwen2.5-omni technical report
Jin Xu, Zhifang Guo, Jinzheng He, Hangrui Hu, Ting He, Shuai Bai, Keqin Chen, Jialin Wang, Yang Fan, Kai Dang, Bin Zhang, Xiong Wang, Yunfei Chu, and Junyang Lin. Qwen2.5-omni technical report. arXiv preprint arXiv:2503.20215, 2025
2025 arXiv
-
[49]
Cc-ocr: A comprehensive and challenging ocr benchmark for evaluating large multimodal models in literacy
Zhibo Yang, Jun Tang, Zhaohai Li, Pengfei Wang, Jianqiang Wan, Humen Zhong, Xuejing Liu, Mingkun Yang, Peng Wang, Shuai Bai, et al. Cc-ocr: A comprehensive and challenging ocr benchmark for evaluating large multimodal models in literacy. arXiv preprint arXiv:2412.02210, 2024
2024 arXiv
-
[50]
Mm-vet: Evaluating large multimodal models for integrated capabilities, 2024
Weihao Yu, Zhengyuan Yang, Linjie Li, Jianfeng Wang, Kevin Lin, Zicheng Liu, Xinchao Wang, and Lijuan Wang. Mm-vet: Evaluating large multimodal models for integrated capabilities, 2024. URL https://arxiv.org/abs/2308.02490
2024 arXiv
-
[51]
Mmmu: A massive multi-discipline multimodal understanding and reasoning benchmark for expert agi
Xiang Yue, Yuansheng Ni, Kai Zhang, Tianyu Zheng, Ruoqi Liu, Ge Zhang, Samuel Stevens, Dongfu Jiang, Weiming Ren, Yuxuan Sun, Cong Wei, Botao Yu, Ruibin Yuan, Renliang Sun, Ming Yin, Boyuan Zheng, Zhenzhu Yang, Yibo Liu, Wenhao Huang, Huan Sun, Yu Su, and Wenhu Chen. Mmmu: A m...
2024
-
[52]
Mmmu-pro: A more robust multi-discipline multimodal understanding benchmark
Xiang Yue, Tianyu Zheng, Yuansheng Ni, Yubo Wang, Kai Zhang, Shengbang Tong, Yuxuan Sun, Botao Yu, Ge Zhang, Huan Sun, et al. Mmmu-pro: A more robust multi-discipline multimodal understanding benchmark. arXiv preprint arXiv:2409.02813, 2024 b
2024 arXiv
-
[53]
Mathverse: Does your multi-modal llm truly see the diagrams in visual math problems?, 2024 a
Renrui Zhang, Dongzhi Jiang, Yichi Zhang, Haokun Lin, Ziyu Guo, Pengshuo Qiu, Aojun Zhou, Pan Lu, Kai-Wei Chang, Peng Gao, and Hongsheng Li. Mathverse: Does your multi-modal llm truly see the diagrams in visual math problems?, 2024 a . URL https://arxiv.org/abs/2403.14624
2024 arXiv
-
[54]
From redundancy to relevance: Enhancing explainability in multimodal large language models
Xiaofeng Zhang, Chen Shen, Xiaosong Yuan, Shaotian Yan, Liang Xie, Wenxiao Wang, Chaochen Gu, Hao Tang, and Jieping Ye. From redundancy to relevance: Enhancing explainability in multimodal large language models. arXiv e-prints, pp.\ arXiv--2406, 2024 b
2024
-
[55]
Multitrust: A comprehensive benchmark towards trustworthy multimodal large language models
Yichi Zhang, Yao Huang, Yitong Sun, Chang Liu, Zhe Zhao, Zhengwei Fang, Yifan Wang, Huanran Chen, Xiao Yang, Xingxing Wei, et al. Multitrust: A comprehensive benchmark towards trustworthy multimodal large language models. Advances in Neural Information Processing Systems, 37: ...
2024
-
[56]
Transfusion: Predict the next token and diffuse images with one multi-modal model
Chunting Zhou, Lili Yu, Arun Babu, Kushal Tirumala, Michihiro Yasunaga, Leonid Shamis, Jacob Kahn, Xuezhe Ma, Luke Zettlemoyer, and Omer Levy. Transfusion: Predict the next token and diffuse images with one multi-modal model. arXiv preprint arXiv:2408.11039, 2024
2024 arXiv
-
[57]
Internvl3: Exploring advanced training and test-time recipes for open-source multimodal models
Jinguo Zhu, Weiyun Wang, Zhe Chen, Zhaoyang Liu, Shenglong Ye, Lixin Gu, Hao Tian, Yuchen Duan, Weijie Su, Jie Shao, et al. Internvl3: Exploring advanced training and test-time recipes for open-source multimodal models. arXiv preprint arXiv:2504.10479, 2025
2025 arXiv
-
[58]
Dynamath: A dynamic visual benchmark for evaluating mathematical reasoning robustness of vision language models
Chengke Zou, Xingang Guo, Rui Yang, Junyu Zhang, Bin Hu, and Huan Zhang. Dynamath: A dynamic visual benchmark for evaluating mathematical reasoning robustness of vision language models. arXiv preprint arXiv:2411.00836, 2024
2024 arXiv
-
[59]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 gl...
-
[60]
@esa (Ref
\@ifxundefined[1] #1\@undefined \@firstoftwo \@secondoftwo \@ifnum[1] #1 \@firstoftwo \@secondoftwo \@ifx[1] #1 \@firstoftwo \@secondoftwo [2] @ #1 \@temptokena #2 #1 @ \@temptokena \@ifclassloaded agu2001 natbib The agu2001 class already includes natbib coding, so you should ...
-
[61]
\@lbibitem[] @bibitem@first@sw\@secondoftwo \@lbibitem[#1]#2 \@extra@b@citeb \@ifundefined br@#2\@extra@b@citeb \@namedef br@#2 \@nameuse br@#2\@extra@b@citeb \@ifundefined b@#2\@extra@b@citeb @num @parse #2 @tmp #1 NAT@b@open@#2 NAT@b@shut@#2 \@ifnum @merge>\@ne @bibitem@firs...
-
[62]
@open @close @open @close and [1] URL: #1 \@ifundefined chapter * \@mkboth \@ifxundefined @sectionbib * \@mkboth * \@mkboth\@gobbletwo \@ifclassloaded amsart * \@ifclassloaded amsbook * \@ifxundefined @heading @heading NAT@ctr thebibliography [1] @ \@biblabel @NAT@ctr \@bibset...
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.