REVIEW 5 major objections 7 minor 100 references
Understanding Museum Exhibits using Vision-Language Reasoning
T0 review · 5 major / 7 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read A 65M-image, 200M-question museum dataset lifts fine-tuned vision-language models far above zero-shot generalists on exhibit question answering.
desk verdict A genuinely large and well-curated museum VQA dataset with an overclaimed in-distribution evaluation; worth refereeing if the promised release actually happens. 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 mechanism is MUSEUM-65 itself: museum metadata scraped from three international aggregators and twelve additional museums is cleaned into attribute-value pairs, then 63 manually crafted question templates turn each pair into a QA instance with the attribute value as answer. Fine-tuning BLIP, an encoder-decoder VLM with vision-language aligned embeddings, and LLaVA, an instruction-tuned large language model with vision-language reasoning, on subsets of 1, 10, or 20 million samples supplies the comparison. The five-task benchmark, covering general VQA, category-wise VQA, multi-angle robustness, visually unanswerable questions, and multilingual queries, is what converts raw accuracy into claims about viewpoint robustness, reasoning, and language transfer.
What would settle it
Evaluate the fine-tuned models on a test set of questions written by museum visitors or domain experts that share no templates with the 63 training questions; if performance falls to near the zero-shot baseline while in-distribution scores stay high, the reported gains are template memorization rather than museum understanding.
Extended reading notes
Core claim
The central claim is that a large, structured, expert-labeled dataset of museum metadata, reformulated into natural-language questions, is sufficient to make existing vision-language models perform at a level far above zero-shot generalists on exhibit understanding. The evidence: BLIP fine-tuned on 20 million samples reaches 71.51% partial precision and 60.58% complete precision on general VQA, while LLaVA fine-tuned on 20 million samples for one epoch reaches 81.25% partial precision and 63.96% complete precision, with zero-shot SOTA models scoring in the low 20s to 40s on the same attribute questions. On the manually built Visually Unanswerable set, LLaVA reaches 29.7% partial precision on unseen images while BLIP drops to 3.3%. The enabling factor is the dataset's attribute-value structure: museum metadata is converted by human-written templates into 200 million QA pairs, giving models repeated exposure to the exact vocabulary and reasoning patterns of exhibit catalogues.
Load-bearing premise
The held-out test questions are generated by the same 63 templates and the same metadata pipeline as the training data, so the central claim assumes that high scores on this in-distribution test reflect genuine museum understanding rather than memorized template-answer patterns.
Editorial extensions
If this is right
- Fine-tuned VLMs can support museum visitor question answering for attribute-level queries such as title, material, and place of origin at much higher accuracy than general-purpose zero-shot models.
- Instruction-tuned, LLM-based VLMs are the more promising architecture when questions require historical context or reasoning beyond what is visible in the image.
- Domain-specific large-scale fine-tuning is necessary for strong performance on nuanced museum attributes, since zero-shot SOTA models lag far behind the fine-tuned models.
- The dataset and benchmark provide a reusable testbed for five VQA tasks, including multilingual queries and viewpoint changes, which are directly relevant to real museum deployments.
- Cross-evaluation on the MUZE benchmark suggests that models trained on MUSEUM-65 can transfer to existing cultural-heritage datasets and outperform models trained on those datasets themselves.
Reading between the lines
- A natural next check the paper leaves implicit is whether the gains survive on naturally occurring visitor questions whose phrasing was not drawn from the 63 templates; if they do not, the reported scores would mostly reflect template memorization.
- The multilingual results suggest a concrete extension: fine-tuning on the 15 million non-English samples in MUSEUM-65 could reverse the language forgetting observed in the English-only LLaVA model.
- Because the dataset releases raw metadata alongside the curated QA pairs, it could support retrieval-based and knowledge-augmented VQA systems that answer visually unanswerable questions with external references.
- The attribute-value structure also invites a diagnostic use beyond training: probing which attribute categories remain hard after fine-tuning, such as title and subject, could guide where museum metadata needs to be richer.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper introduces MUSEUM-65, a large-scale multilingual dataset of museum exhibit images paired with question-answer pairs generated from museum metadata, and fine-tunes BLIP and LLaVA models on subsets of it. The authors propose five VQA tasks: general VQA, category-wise VQA, multi-angle VQA, visually unanswerable questions, and multilingual VQA, and report that fine-tuned models outperform zero-shot state-of-the-art models on attribute questions, with the fine-tuned LLaVA model performing best. They also report a cross-evaluation on MUZE, a comparison with human experts, and an ablation on place of origin.
Significance. The paper's main potential contribution is the scale and public availability of the dataset, and the MUZE cross-evaluation in Table 17 provides a useful external check that training on MUSEUM-65 transfers to another benchmark. The manually constructed Visually Unanswerable set is a genuine attempt to go beyond purely visual grounding. However, the central benchmarking claim is weakened by the in-distribution construction of the test set, and the 'reasoning' claim rests on a small test set with modest partial-precision gains. The dataset could still be a valuable resource if the authors restructure the evaluation to include out-of-distribution generalization checks and temper the claims accordingly.
major comments (5)
- [Sec. 3.2, 3.5, App. B.6 (Table 12)] The main benchmark is in-distribution by construction: both training and test questions are generated from the same 63 hand-written templates applied to the same attribute-value metadata, and Sec. 3.5 does not describe any object-level or template-level split. Consequently, the gains reported in Table 1 and Table 18 may largely reflect learning the template-to-metadata mapping and the exact output formatting rather than understanding museum exhibits from images. Please enforce object-level and template-level separation (e.g., hold out entire question templates, or at least verify that no object appears in both train and test), and report results on such splits, or restrict the headline claims to the manually curated Task 4 and the MUZE cross-evaluation in Table 17.
- [Sec. 4.1, Table 18] The definition of 'Complete Precision' in Sec. 4.1 is the fraction of questions with precision=1.0, which only requires that every word in the prediction appears in at least one valid answer; it does not require the prediction to cover the full ground-truth answer. Under this metric, a short correct substring scores 100%, so the comparison between zero-shot (verbose) and fine-tuned (terse) models is inflated by output length and phrasing differences. Please report exact-match accuracy and recall-based metrics alongside, or justify why the defined metric is appropriate for the cross-model comparison.
- [Sec. 5.5, Tables 5 and 6] The claim that large VLMs 'excel in queries requiring deeper historical context and reasoning' (abstract) rests on 515 test pairs in Task 4. On these pairs, LLaVA20mn-1ep reaches 29.7% partial precision versus 27.18% for LLaVA without fine-tuning and 25.83% complete precision versus 1.55%, with no confidence intervals or significance tests. The partial-precision gap is small, and many of these questions ask for world knowledge about the object's country of origin, an attribute on which the model was fine-tuned. Please provide bootstrap confidence intervals, a breakdown by question type, and an analysis of failure cases to substantiate the reasoning interpretation.
- [Sec. 5.3, Fig. 6] The statement that fine-tuned models 'outperform human experts across all categories' is based on 850 QA pairs answered by 10 experts and scored against museum metadata strings with the same lexical metrics. Humans were not given the metadata source, and the metric rewards exact string overlap, so this comparison conflates metadata retrieval with domain expertise. The IAA paragraph reports 52.7% agreement and a 6.25% chance baseline, but the number of categories and the simulation procedure are not described. Please provide the full protocol or soften the claim.
- [Abstract and Sec. 3.2] The abstract's statement that 'the complete dataset is labeled by museum experts' is not supported by the curation description in Sec. 3.2, where experts clean existing museum metadata and manually write 63 question templates; the per-item answers are museum metadata values, not expert-authored labels. Please revise the wording to describe the annotation process accurately.
minor comments (7)
- [Table 1] The model names 'LLaVa nofinetune' and 'LLaVa-ours' are inconsistently capitalized; please use one consistent name (e.g., LLaVA) throughout.
- [Tables 5 and 6] The rows 'LLaV A 20mm-1ep' and 'BLIP 20mm-5ep' contain the typo '20mm'; these should be '20mn'.
- [Fig. 10 caption] The caption refers to 'LLaV A20mn-5ep', but the main text's best model is LLaVA20mn-1ep; please clarify which model produced the examples.
- [App. B.4] The sentence 'The links to the curated and raw datasets can be found here: MUSEUM-65' does not display an actual URL; please include the full link in the manuscript.
- [Sec. 4.1] The metric names 'Complete Precision' and 'Partial Precision' are misleading because they are not exact-match fractions; consider renaming them to something like 'No-False-Positive Precision' and 'Any-Hit Precision' to avoid confusion.
- [App. B.5] The section heading 'Datasest Curation Process' contains a typo; it should be 'Dataset Curation Process'.
- [Sec. 3.3, Table 8] The claim that 'benefits distribute evenly' across continents is supported only by point estimates in Table 8; no confidence intervals or significance tests are provided, so the strength of this claim is overstated.
Circularity Check
No significant circularity: the paper's claims are empirical benchmark results, and the main comparisons are grounded in held-out test data and an external MUZE cross-evaluation.
full rationale
The paper is an empirical dataset-and-benchmark contribution, not a derivation. The central comparisons, such as fine-tuned BLIP/LLaVA versus zero-shot SOTA (Table 1) and general VQA results (Table 18), are supervised evaluations on a held-out test split described in Section 3.5; the reported numbers are therefore not equivalent to the training objective by construction. The in-distribution nature of the 63-template benchmark (Section 3.2, Appendix B.6) is a real limitation for the broader understanding interpretation, but it is not circularity: the test answers are not derived from the fitted parameters, and the model must still map novel images to metadata values. The strongest qualitative claim about reasoning is based on the manually constructed Visually Unanswerable task (Section 5.5), which uses external general-knowledge answers and is evaluated on a separate 515-pair test set, providing independent content. The self-citation to MUZE [5] is used for a cross-dataset comparison (Appendix D.1) where the external MUZE dataset and a MUZE-trained BLIP baseline provide an independent benchmark; the citation is not load-bearing and, per the review rules, does not raise the circularity score. No fitted parameter is renamed as a prediction, and no uniqueness or ansatz is imported from prior work.
Assumptions & free parameters
free parameters (4)
- Question template set size =
63 unique templates
- Medium attribute length threshold =
100 words
- Training subset sizes =
1M, 10M, 20M instances
- Epochs and LoRA rank =
1-5 epochs, LoRA as in LLaVA
assumptions (5)
- domain assumption Museum metadata scraped from aggregators (DPLA, Europeana, Smithsonian) is accurate ground truth for object attributes.
- ad hoc to paper The 63 hand-written question templates (Table 12) span the range of real visitor queries in museums.
- domain assumption Held-out test splits from the same museums and metadata pipelines measure generalization for museum VQA.
- domain assumption CLIP-based vision encoders in BLIP and LLaVA provide adequate visual features for artifact recognition.
- domain assumption Fine-tuning on a random subset (up to 20M of 42M English instances) preserves the properties of the full dataset.
Cite this review
Pith. "Pith review of Understanding Museum Exhibits using Vision-Language Reasoning." pith.science (2026). https://pith.science/paper/5EVK6WIP
@misc{pith2026241201370,
author = {Pith},
title = {Pith review of: Understanding Museum Exhibits using Vision-Language Reasoning},
year = {2026},
howpublished = {\url{https://pith.science/paper/5EVK6WIP}},
note = {Machine review of arXiv:2412.01370}
}
read the original abstract
Museums serve as repositories of cultural heritage and historical artifacts from diverse epochs, civilizations, and regions, preserving well-documented collections that encapsulate vast knowledge, which, when systematically structured into large-scale datasets, can train specialized models. Visitors engage with exhibits through curiosity and questions, making expert domain-specific models essential for interactive query resolution and gaining historical insights. Understanding exhibits from images requires analyzing visual features and linking them to historical knowledge to derive meaningful correlations. We facilitate such reasoning by (a) collecting and curating a large-scale dataset of 65M images and 200M question-answer pairs for exhibits from all around the world; (b) training large vision-language models (VLMs) on the collected dataset; (c) benchmarking their ability on five visual question answering tasks, specifically designed to reflect real-world inquiries and challenges observed in museum settings. The complete dataset is labeled by museum experts, ensuring the quality and the practical significance of the labels. We train two VLMs from different categories: BLIP with vision-language aligned embeddings, but lacking the expressive power of large language models, and the LLaVA model, a powerful instruction-tuned LLM enriched with vision-language reasoning capabilities. Through extensive experiments, we find that while both model types effectively answer visually grounded questions, large vision-language models excel in queries requiring deeper historical context and reasoning. We further demonstrate the necessity of fine-tuning models on large-scale domain-specific datasets by showing that our fine-tuned models significantly outperform current SOTA VLMs in answering questions related to specific attributes, highlighting their limitations in handling complex, nuanced queries.
Figures
Figures from the paper (6 more)
Reference graph
Works this paper leans on
-
[1]
Artemis: Affective language for visual art
Panos Achlioptas, Maks Ovsjanikov, Kilichbek Haydarov, Mohamed Elhoseiny, and Leonidas J Guibas. Artemis: Affective language for visual art. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 11569–11579, 2021. 3
2021
-
[2]
Feelingblue: A corpus for understanding the emotional con- notation of color in context.Transactions of the Association for Computational Linguistics, 11:176–190, 2023
Amith Ananthram, Olivia Winn, and Smaranda Muresan. Feelingblue: A corpus for understanding the emotional con- notation of color in context.Transactions of the Association for Computational Linguistics, 11:176–190, 2023. 3
2023
-
[3]
Vqa: Visual question answering
Stanislaw Antol, Aishwarya Agrawal, Jiasen Lu, Margaret Mitchell, Dhruv Batra, C Lawrence Zitnick, and Devi Parikh. Vqa: Visual question answering. InProceedings of the IEEE international conference on computer vision, pages 2425– 2433, 2015. 1
2015
-
[4]
Explain me the painting: Multi-topic knowledgeable art description gen- eration
Zechen Bai, Yuta Nakashima, and Noa Garcia. Explain me the painting: Multi-topic knowledgeable art description gen- eration. InProceedings of the IEEE/CVF International Con- ference on Computer Vision, pages 5422–5432, 2021. 3
2021
-
[5]
Taming CLIP for Fine-grained and Structured Visual Understanding of Museum Exhibits
Ada-Astrid Balauca, Danda Pani Paudel, Kristina Toutanova, and Luc Van Gool. Taming clip for fine-grained and struc- tured visual understanding of museum exhibits.arXiv preprint arXiv:2409.01690, 2024. 2, 3
work page Pith review arXiv 2024
-
[6]
Bridg- ing the gap between object and image-level representations for open-vocabulary detection.Advances in Neural Informa- tion Processing Systems, 35:33781–33794, 2022
Hanoona Bangalath, Muhammad Maaz, Muhammad Uzair Khattak, Salman H Khan, and Fahad Shahbaz Khan. Bridg- ing the gap between object and image-level representations for open-vocabulary detection.Advances in Neural Informa- tion Processing Systems, 35:33781–33794, 2022. 1, 2
2022
-
[7]
Clip retrieval: Easily compute clip embeddings and build a clip retrieval system with them.https : / / github
Romain Beaumont. Clip retrieval: Easily compute clip embeddings and build a clip retrieval system with them.https : / / github . com / rom1504 / clip - retrieval, 2022. 16
2022
-
[8]
Viscounth: A large-scale multilin- gual visual question answering dataset for cultural heritage
Federico Becattini, Pietro Bongini, Luana Bulla, Al- berto Del Bimbo, Ludovica Marinucci, Misael Mongiov `ı, and Valentina Presutti. Viscounth: A large-scale multilin- gual visual question answering dataset for cultural heritage. ACM Transactions on Multimedia Computing, Communica- tions and Applications, 2023. 1, 2, 3
2023
Show all 100 references
-
[9]
Predicting image aesthetics with deep learning
Simone Bianco, Luigi Celona, Paolo Napoletano, and Rai- mondo Schettini. Predicting image aesthetics with deep learning. InAdvanced Concepts for Intelligent Vision Sys- tems: 17th International Conference, ACIVS 2016, Lecce, Italy, October 24-27, 2016, Proceedings 17, pages 11...
2016
-
[10]
Vizwiz: nearly real-time answers to visual questions
Jeffrey P Bigham, Chandrika Jayant, Hanjie Ji, Greg Lit- tle, Andrew Miller, Robert C Miller, Robin Miller, Aubrey Tatarowicz, Brandyn White, Samual White, et al. Vizwiz: nearly real-time answers to visual questions. InProceedings of the 23nd annual ACM symposium on User inter...
2010
-
[11]
Visual question answering for cul- tural heritage
Pietro Bongini, Federico Becattini, Andrew D Bagdanov, and Alberto Del Bimbo. Visual question answering for cul- tural heritage. InIOP Conference Series: Materials Science and Engineering, page 012074. IOP Publishing, 2020. 3
2020
-
[12]
Fine-tuning convolutional neural networks for fine art classification.Ex- pert Systems with Applications, 114:107–118, 2018
Eva Cetinic, Tomislav Lipic, and Sonja Grgic. Fine-tuning convolutional neural networks for fine art classification.Ex- pert Systems with Applications, 114:107–118, 2018. 3
2018
-
[13]
Uniter: Universal image-text representation learning
Yen-Chun Chen, Linjie Li, Licheng Yu, Ahmed El Kholy, Faisal Ahmed, Zhe Gan, Yu Cheng, and Jingjing Liu. Uniter: Universal image-text representation learning. InEuropean conference on computer vision, pages 104–120. Springer,
-
[14]
Clip-art: Contrastive pre-training for fine-grained art classification
Marcos V Conde and Kerem Turgutlu. Clip-art: Contrastive pre-training for fine-grained art classification. InProceed- ings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 3956–3960, 2021. 2
2021
-
[15]
Learning sample difficulty from pre-trained models for reliable prediction.Advances in Neural Information Process- ing Systems, 36, 2024
Peng Cui, Dan Zhang, Zhijie Deng, Yinpeng Dong, and Jun Zhu. Learning sample difficulty from pre-trained models for reliable prediction.Advances in Neural Information Process- ing Systems, 36, 2024. 1
2024
-
[16]
Novel datasets for fine-grained image categoriza- tion
E Dataset. Novel datasets for fine-grained image categoriza- tion. InFirst Workshop on Fine Grained Visual Categoriza- tion, CVPR. Citeseer. Citeseer. Citeseer, 2011. 3
2011
-
[17]
Noisyart: A dataset for webly-supervised art- work recognition
Riccardo Del Chiaro, Andrew D Bagdanov, and Alberto Del Bimbo. Noisyart: A dataset for webly-supervised art- work recognition. InVISIGRAPP (4: VISAPP), pages 467– 475, 2019. 3
2019
-
[18]
Webly-supervised zero-shot learning for artwork instance recognition.Pattern Recognition Letters, 128:420– 426, 2019
Riccardo Del Chiaro, Andrew D Bagdanov, and Alberto Del Bimbo. Webly-supervised zero-shot learning for artwork instance recognition.Pattern Recognition Letters, 128:420– 426, 2019. 3
2019
-
[19]
Imagenet: A large-scale hierarchical image database
Jia Deng, Wei Dong, Richard Socher, Li-Jia Li, Kai Li, and Li Fei-Fei. Imagenet: A large-scale hierarchical image database. In2009 IEEE conference on computer vision and pattern recognition, pages 248–255. Ieee, 2009. 3
2009
-
[20]
Stytr2: Im- age style transfer with transformers
Yingying Deng, Fan Tang, Weiming Dong, Chongyang Ma, Xingjia Pan, Lei Wang, and Changsheng Xu. Stytr2: Im- age style transfer with transformers. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 11326–11336, 2022. 1
2022
-
[21]
De- coupling zero-shot semantic segmentation
Jian Ding, Nan Xue, Guisong Xia, and Dengxin Dai. De- coupling zero-shot semantic segmentation. 2022 ieee. In CVF Conference on Computer Vision and Pattern Recogni- tion (CVPR), pages 11573–11582, 2021. 1, 2
2022
-
[22]
A survey on bias in visual datasets.Computer Vision and Image Understanding, 223: 103552, 2022
Simone Fabbrizzi, Symeon Papadopoulos, Eirini Ntoutsi, and Ioannis Kompatsiaris. A survey on bias in visual datasets.Computer Vision and Image Understanding, 223: 103552, 2022. 4, 16
2022
-
[23]
Are you talking to a machine? dataset and methods for multilingual image question.Advances in neural information processing systems, 28, 2015
Haoyuan Gao, Junhua Mao, Jie Zhou, Zhiheng Huang, Lei Wang, and Wei Xu. Are you talking to a machine? dataset and methods for multilingual image question.Advances in neural information processing systems, 28, 2015. 3
2015
-
[24]
How to read paintings: semantic art understanding with multi-modal retrieval
Noa Garcia and George V ogiatzis. How to read paintings: semantic art understanding with multi-modal retrieval. In Proceedings of the European Conference on Computer Vi- sion (ECCV) Workshops, pages 0–0, 2018. 3
2018
-
[25]
Knowit vqa: Answering knowledge-based ques- tions about videos
Noa Garcia, Mayu Otani, Chenhui Chu, and Yuta Nakashima. Knowit vqa: Answering knowledge-based ques- tions about videos. InProceedings of the AAAI conference on artificial intelligence, pages 10826–10834, 2020. 3
2020
-
[26]
A dataset and baselines for visual question answering on art
Noa Garcia, Chentao Ye, Zihua Liu, Qingtao Hu, Mayu Otani, Chenhui Chu, Yuta Nakashima, and Teruko Mita- mura. A dataset and baselines for visual question answering on art. InComputer Vision–ECCV 2020 Workshops: Glas- gow, UK, August 23–28, 2020, Proceedings, Part II 16, pages...
2020
-
[27]
A dataset and baselines for visual question answering on art
Noa Garcia, Chentao Ye, Zihua Liu, Qingtao Hu, Mayu Otani, Chenhui Chu, Yuta Nakashima, and Teruko Mita- mura. A dataset and baselines for visual question answering on art. InComputer Vision–ECCV 2020 Workshops: Glas- gow, UK, August 23–28, 2020, Proceedings, Part II 16, pages...
2020
-
[28]
Im- age style transfer using convolutional neural networks
Leon A Gatys, Alexander S Ecker, and Matthias Bethge. Im- age style transfer using convolutional neural networks. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 2414–2423, 2016. 1
2016
-
[29]
Aes- thetic image captioning from weakly-labelled photographs
Koustav Ghosal, Aakanksha Rana, and Aljosa Smolic. Aes- thetic image captioning from weakly-labelled photographs. InProceedings of the IEEE/CVF International Conference on Computer Vision Workshops, pages 0–0, 2019. 3
2019
-
[30]
Beyond language bias: Over- coming multimodal shortcut and distribution biases for ro- bust visual question answering
Jingliang Gu and Zhixin Li. Beyond language bias: Over- coming multimodal shortcut and distribution biases for ro- bust visual question answering. InProceedings of the 33rd ACM International Conference on Information and Knowl- edge Management, pages 3767–3771, 2024. 5, 16
2024
-
[31]
Open-vocabulary object detection via vision and language knowledge distillation.arXiv preprint arXiv:2104.13921,
Xiuye Gu, Tsung-Yi Lin, Weicheng Kuo, and Yin Cui. Open-vocabulary object detection via vision and language knowledge distillation.arXiv preprint arXiv:2104.13921,
-
[32]
Many- modalqa: Modality disambiguation and qa over diverse in- puts
Darryl Hannan, Akshay Jain, and Mohit Bansal. Many- modalqa: Modality disambiguation and qa over diverse in- puts. InProceedings of the AAAI Conference on Artificial Intelligence, pages 7879–7886, 2020. 3
2020
-
[33]
Scaling up visual and vision-language representa- tion learning with noisy text supervision
Chao Jia, Yinfei Yang, Ye Xia, Yi-Ting Chen, Zarana Parekh, Hieu Pham, Quoc Le, Yun-Hsuan Sung, Zhen Li, and Tom Duerig. Scaling up visual and vision-language representa- tion learning with noisy text supervision. InInternational conference on machine learning, pages 4904–4916. PMLR,
-
[34]
Clevr: A diagnostic dataset for compositional language and elementary visual reasoning
Justin Johnson, Bharath Hariharan, Laurens Van Der Maaten, Li Fei-Fei, C Lawrence Zitnick, and Ross Girshick. Clevr: A diagnostic dataset for compositional language and elementary visual reasoning. InProceedings of the IEEE conference on computer vision and pattern recognition...
2017
-
[35]
Prompting visual-language models for efficient video understanding
Chen Ju, Tengda Han, Kunhao Zheng, Ya Zhang, and Weidi Xie. Prompting visual-language models for efficient video understanding. InEuropean Conference on Computer Vi- sion, pages 105–124. Springer, 2022. 1
2022
-
[36]
Fig- ureqa: An annotated figure dataset for visual reasoning
Samira Ebrahimi Kahou, Vincent Michalski, Adam Atkin- son, ´Akos K´ad´ar, Adam Trischler, and Yoshua Bengio. Fig- ureqa: An annotated figure dataset for visual reasoning. arXiv preprint arXiv:1710.07300, 2017. 3
2017 arXiv
-
[37]
Mdetr- modulated detection for end-to-end multi-modal understand- ing
Aishwarya Kamath, Mannat Singh, Yann LeCun, Gabriel Synnaeve, Ishan Misra, and Nicolas Carion. Mdetr- modulated detection for end-to-end multi-modal understand- ing. InProceedings of the IEEE/CVF International Confer- ence on Computer Vision, pages 1780–1790, 2021. 2
2021
-
[38]
From word embeddings to document distances
Matt Kusner, Yu Sun, Nicholas Kolkin, and Kilian Wein- berger. From word embeddings to document distances. In International conference on machine learning, pages 957–
-
[39]
Clipstyler: Image style transfer with a single text condition
Gihyun Kwon and Jong Chul Ye. Clipstyler: Image style transfer with a single text condition. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 18062–18071, 2022. 1
2022
-
[40]
Language-driven semantic seg- mentation
Boyi Li, Kilian Q Weinberger, Serge Belongie, Vladlen Koltun, and Rene Ranftl. Language-driven semantic seg- mentation. InInternational Conference on Learning Rep- resentations, 2022. 2
2022
-
[41]
Weinberger, Serge J
Boyi Li, Kilian Q. Weinberger, Serge J. Belongie, Vladlen Koltun, and Ren ´e Ranftl. Language-driven semantic seg- mentation.CoRR, abs/2201.03546, 2022. 1
2022 arXiv
-
[42]
Blip: Bootstrapping language-image pre-training for unified vision-language understanding and generation
Junnan Li, Dongxu Li, Caiming Xiong, and Steven Hoi. Blip: Bootstrapping language-image pre-training for unified vision-language understanding and generation. InInterna- tional conference on machine learning, pages 12888–12900. PMLR, 2022. 1, 2, 5, 6, 17
2022
-
[43]
Visualbert: A simple and perfor- mant baseline for vision and language.arXiv preprint arXiv:1908.03557, 2019
Liunian Harold Li, Mark Yatskar, Da Yin, Cho-Jui Hsieh, and Kai-Wei Chang. Visualbert: A simple and perfor- mant baseline for vision and language.arXiv preprint arXiv:1908.03557, 2019. 2
1908 arXiv
-
[44]
Oscar: Object-semantics aligned pre-training for vision-language tasks
Xiujun Li, Xi Yin, Chunyuan Li, Pengchuan Zhang, Xiaowei Hu, Lei Zhang, Lijuan Wang, Houdong Hu, Li Dong, Furu Wei, et al. Oscar: Object-semantics aligned pre-training for vision-language tasks. InComputer Vision–ECCV 2020: 16th European Conference, Glasgow, UK, August 23–28, ...
2020
-
[45]
Microsoft coco: Common objects in context
Tsung-Yi Lin, Michael Maire, Serge Belongie, James Hays, Pietro Perona, Deva Ramanan, Piotr Doll´ar, and C Lawrence Zitnick. Microsoft coco: Common objects in context. In Computer Vision–ECCV 2014: 13th European Conference, Zurich, Switzerland, September 6-12, 2014, Proceeding...
2014
-
[46]
Fine-grained late-interaction multi-modal retrieval for retrieval augmented visual question answering
Weizhe Lin, Jinghong Chen, Jingbiao Mei, Alexandru Coca, and Bill Byrne. Fine-grained late-interaction multi-modal retrieval for retrieval augmented visual question answering. Advances in Neural Information Processing Systems, 36,
-
[47]
Visual instruction tuning, 2023
Haotian Liu, Chunyuan Li, Qingyang Wu, and Yong Jae Lee. Visual instruction tuning, 2023. 1, 2, 5, 17
2023
-
[48]
Decoupled weight decay regularization.arXiv preprint arXiv:1711.05101, 2017
Ilya Loshchilov and Frank Hutter. Decoupled weight decay regularization.arXiv preprint arXiv:1711.05101, 2017. 17
2017 arXiv
-
[49]
Vilbert: Pretraining task-agnostic visiolinguistic representations for vision-and-language tasks.Advances in neural information processing systems, 32, 2019
Jiasen Lu, Dhruv Batra, Devi Parikh, and Stefan Lee. Vilbert: Pretraining task-agnostic visiolinguistic representations for vision-and-language tasks.Advances in neural information processing systems, 32, 2019. 2
2019
-
[50]
Data- efficient image captioning of fine art paintings via virtual- real semantic alignment training.Neurocomputing, 490:163– 180, 2022
Yue Lu, Chao Guo, Xingyuan Dai, and Fei-Yue Wang. Data- efficient image captioning of fine art paintings via virtual- real semantic alignment training.Neurocomputing, 490:163– 180, 2022. 3
2022
-
[51]
Class-agnostic object detection with multi- modal transformer
Muhammad Maaz, Hanoona Rasheed, Salman Khan, Fa- had Shahbaz Khan, Rao Muhammad Anwer, and Ming- Hsuan Yang. Class-agnostic object detection with multi- modal transformer. InEuropean Conference on Computer Vision, pages 512–531. Springer, 2022. 2
2022
-
[52]
Fine-grained visual classi- fication of aircraft.arXiv preprint arXiv:1306.5151, 2013
Subhransu Maji, Esa Rahtu, Juho Kannala, Matthew Blaschko, and Andrea Vedaldi. Fine-grained visual classi- fication of aircraft.arXiv preprint arXiv:1306.5151, 2013. 3
2013 arXiv
-
[53]
A multi-world ap- proach to question answering about real-world scenes based on uncertain input.Advances in neural information process- ing systems, 27, 2014
Mateusz Malinowski and Mario Fritz. A multi-world ap- proach to question answering about real-world scenes based on uncertain input.Advances in neural information process- ing systems, 27, 2014. 3
2014
-
[54]
Ask your neurons: A neural-based approach to answering questions about images
Mateusz Malinowski, Marcus Rohrbach, and Mario Fritz. Ask your neurons: A neural-based approach to answering questions about images. InProceedings of the IEEE interna- tional conference on computer vision, pages 1–9, 2015. 1
2015
-
[55]
Ok-vqa: A visual question answering benchmark requiring external knowledge
Kenneth Marino, Mohammad Rastegari, Ali Farhadi, and Roozbeh Mottaghi. Ok-vqa: A visual question answering benchmark requiring external knowledge. InProceedings of the IEEE/cvf conference on computer vision and pattern recognition, pages 3195–3204, 2019. 3
2019
-
[56]
Taylor & Francis, 2008
Paul F Marty and Katherine Burton Jones.Museum informat- ics: People, information, and technology in museums. Taylor & Francis, 2008. 1
2008
-
[57]
Foundation model is efficient multimodal multitask model selector.arXiv preprint arXiv:2308.06262, 2023
Fanqing Meng, Wenqi Shao, Zhanglin Peng, Chonghe Jiang, Kaipeng Zhang, Yu Qiao, and Ping Luo. Foundation model is efficient multimodal multitask model selector.arXiv preprint arXiv:2308.06262, 2023. 1
2023 arXiv
-
[58]
The rijksmuseum challenge: Museum-centered visual recognition
Thomas Mensink and Jan Van Gemert. The rijksmuseum challenge: Museum-centered visual recognition. InProceed- ings of international conference on multimedia retrieval, pages 451–454, 2014. 3
2014
-
[59]
Encyclopedic vqa: Visual questions about detailed properties of fine-grained categories
Thomas Mensink, Jasper Uijlings, Lluis Castrejon, Arushi Goel, Felipe Cadar, Howard Zhou, Fei Sha, Andr ´e Araujo, and Vittorio Ferrari. Encyclopedic vqa: Visual questions about detailed properties of fine-grained categories. In Proceedings of the IEEE/CVF International Confer...
2023
-
[60]
A dataset and a con- volutional model for iconography classification in paintings
Federico Milani and Piero Fraternali. A dataset and a con- volutional model for iconography classification in paintings. Journal on Computing and Cultural Heritage (JOCCH), 14 (4):1–18, 2021. 3
2021
-
[61]
Expanding language-image pretrained models for gen- eral video recognition
Bolin Ni, Houwen Peng, Minghao Chen, Songyang Zhang, Gaofeng Meng, Jianlong Fu, Shiming Xiang, and Haibin Ling. Expanding language-image pretrained models for gen- eral video recognition. InEuropean Conference on Com- puter Vision, pages 1–18. Springer, 2022. 1
2022
-
[62]
A survey of geospatial semantic web for cultural heritage
Ikrom Nishanbaev, Erik Champion, and David A McMeekin. A survey of geospatial semantic web for cultural heritage. Heritage, 2(2):1471–1498, 2019. 1
2019
-
[63]
Suppressing biased samples for robust vqa.IEEE Transactions on Multimedia, 24:3405– 3415, 2021
Ninglin Ouyang, Qingbao Huang, Pijian Li, Yi Cai, Bin Liu, Ho-fung Leung, and Qing Li. Suppressing biased samples for robust vqa.IEEE Transactions on Multimedia, 24:3405– 3415, 2021. 5, 16
2021
-
[64]
Bleu: a method for automatic evaluation of machine translation
Kishore Papineni, Salim Roukos, Todd Ward, and Wei-Jing Zhu. Bleu: a method for automatic evaluation of machine translation. InProceedings of the 40th Annual Meeting of the Association for Computational Linguistics, pages 311– 318, Philadelphia, Pennsylvania, USA, 2002. Associ...
2002
-
[65]
Combined scal- ing for zero-shot transfer learning.Neurocomputing, 555: 126658, 2023
Hieu Pham, Zihang Dai, Golnaz Ghiasi, Kenji Kawaguchi, Hanxiao Liu, Adams Wei Yu, Jiahui Yu, Yi-Ting Chen, Minh-Thang Luong, Yonghui Wu, et al. Combined scal- ing for zero-shot transfer learning.Neurocomputing, 555: 126658, 2023. 1
2023
-
[66]
Learning transferable visual models from natural language supervi- sion
Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, et al. Learning transferable visual models from natural language supervi- sion. InInternational conference on machine learning, p...
2021
-
[67]
Zero-shot text-to-image generation
Aditya Ramesh, Mikhail Pavlov, Gabriel Goh, Scott Gray, Chelsea V oss, Alec Radford, Mark Chen, and Ilya Sutskever. Zero-shot text-to-image generation. InInternational confer- ence on machine learning, pages 8821–8831. Pmlr, 2021. 1
2021
-
[68]
Fine-tuned clip models are efficient video learners
Hanoona Rasheed, Muhammad Uzair Khattak, Muhammad Maaz, Salman Khan, and Fahad Shahbaz Khan. Fine-tuned clip models are efficient video learners. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 6545–6554, 2023. 1
2023
-
[69]
Stylebabel: Artistic style tag- ging and captioning
Dan Ruta, Andrew Gilbert, Pranav Aggarwal, Naveen Marri, Ajinkya Kale, Jo Briggs, Chris Speed, Hailin Jin, Baldo Fai- eta, Alex Filipkowski, et al. Stylebabel: Artistic style tag- ging and captioning. InEuropean Conference on Computer Vision, pages 219–236. Springer, 2022. 1, 3
2022
-
[70]
Viske: Visual knowledge extraction and question answering by visual verification of relation phrases
Fereshteh Sadeghi, Santosh K Kumar Divvala, and Ali Farhadi. Viske: Visual knowledge extraction and question answering by visual verification of relation phrases. InPro- ceedings of the IEEE conference on computer vision and pat- tern recognition, pages 1456–1464, 2015. 1
2015
-
[71]
A dataset for multimodal question answering in the cultural heritage domain
Shurong Sheng, Luc Van Gool, and Marie-Francine Moens. A dataset for multimodal question answering in the cultural heritage domain. InProceedings of the COLING 2016 Work- shop on Language Technology Resources and Tools for Dig- ital Humanities (LT4DH), pages 10–17. ACL, 2016. 2, 3
2016
-
[72]
Towards vqa models that can read
Amanpreet Singh, Vivek Natarajan, Meet Shah, Yu Jiang, Xinlei Chen, Dhruv Batra, Devi Parikh, and Marcus Rohrbach. Towards vqa models that can read. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 8317–8326, 2019. 1
2019
-
[73]
Bioclip: A vision foundation model for the tree of life
Samuel Stevens, Jiaman Wu, Matthew J Thompson, Eliza- beth G Campolongo, Chan Hee Song, David Edward Carlyn, Li Dong, Wasila M Dahdul, Charles Stewart, Tanya Berger- Wolf, et al. Bioclip: A vision foundation model for the tree of life. InProceedings of the IEEE/CVF Conference ...
-
[74]
Omniart: a large- scale artistic benchmark.ACM Transactions on Multimedia Computing, Communications, and Applications (TOMM), 14 (4):1–21, 2018
Gjorgji Strezoski and Marcel Worring. Omniart: a large- scale artistic benchmark.ACM Transactions on Multimedia Computing, Communications, and Applications (TOMM), 14 (4):1–21, 2018. 1, 3
2018
-
[75]
Multimodalqa: Complex question answering over text, tables and images.arXiv preprint arXiv:2104.06039, 2021
Alon Talmor, Ori Yoran, Amnon Catav, Dan Lahav, Yizhong Wang, Akari Asai, Gabriel Ilharco, Hannaneh Hajishirzi, and Jonathan Berant. Multimodalqa: Complex question answering over text, tables and images.arXiv preprint arXiv:2104.06039, 2021. 3
2021 arXiv
-
[76]
Ceci n’est pas une pipe: A deep convo- lutional network for fine-art paintings classification
Wei Ren Tan, Chee Seng Chan, Hern ´an E Aguirre, and Kiyoshi Tanaka. Ceci n’est pas une pipe: A deep convo- lutional network for fine-art paintings classification. In2016 IEEE international conference on image processing (ICIP), pages 3703–3707. IEEE, 2016. 3
2016
-
[77]
Gemini: a family of highly capable multimodal models.arXiv preprint arXiv:2312.11805, 2023
Gemini Team, Rohan Anil, Sebastian Borgeaud, Jean- Baptiste Alayrac, Jiahui Yu, Radu Soricut, Johan Schalkwyk, Andrew M Dai, Anja Hauth, Katie Millican, et al. Gemini: a family of highly capable multimodal models.arXiv preprint arXiv:2312.11805, 2023. 1
2023 arXiv
-
[78]
The caltech-ucsd birds-200–2011 dataset
C Wah, S Branson, P Welinder, P Perona, and S Belongie. The caltech-ucsd birds-200–2011 dataset. technical report california institute of technology.Technical re-port Califor- nia Institute of Technology, 2011. 3
2011
-
[79]
Actionclip: A new paradigm for video action recognition.arXiv preprint arXiv:2109.08472, 2021
Mengmeng Wang, Jiazheng Xing, and Yong Liu. Actionclip: A new paradigm for video action recognition.arXiv preprint arXiv:2109.08472, 2021. 1
2021 arXiv
-
[80]
Explicit knowledge-based rea- soning for visual question answering.arXiv preprint arXiv:1511.02570, 2015
Peng Wang, Qi Wu, Chunhua Shen, Anton van den Hen- gel, and Anthony Dick. Explicit knowledge-based rea- soning for visual question answering.arXiv preprint arXiv:1511.02570, 2015. 3
2015 arXiv
-
[81]
Fvqa: Fact-based visual question an- swering.IEEE transactions on pattern analysis and machine intelligence, 40(10):2413–2427, 2017
Peng Wang, Qi Wu, Chunhua Shen, Anthony Dick, and An- ton Van Den Hengel. Fvqa: Fact-based visual question an- swering.IEEE transactions on pattern analysis and machine intelligence, 40(10):2413–2427, 2017. 3
2017
-
[82]
Medclip: Contrastive learning from unpaired medical images and text.arXiv preprint arXiv:2210.10163, 2022
Zifeng Wang, Zhenbang Wu, Dinesh Agarwal, and Jimeng Sun. Medclip: Contrastive learning from unpaired medical images and text.arXiv preprint arXiv:2210.10163, 2022. 1
2022 arXiv
-
[83]
Im- proving clip fine-tuning performance
Yixuan Wei, Han Hu, Zhenda Xie, Ze Liu, Zheng Zhang, Yue Cao, Jianmin Bao, Dong Chen, and Baining Guo. Im- proving clip fine-tuning performance. InProceedings of the IEEE/CVF International Conference on Computer Vision, pages 5439–5449, 2023. 1
2023
-
[84]
Bam! the behance artistic media dataset for recognition beyond photography
Michael J Wilber, Chen Fang, Hailin Jin, Aaron Hertzmann, John Collomosse, and Serge Belongie. Bam! the behance artistic media dataset for recognition beyond photography. InProceedings of the IEEE international conference on com- puter vision, pages 1202–1211, 2017. 1, 3
2017
-
[85]
Ask me anything: Free-form vi- sual question answering based on knowledge from external sources
Qi Wu, Peng Wang, Chunhua Shen, Anthony Dick, and Anton Van Den Hengel. Ask me anything: Free-form vi- sual question answering based on knowledge from external sources. InProceedings of the IEEE conference on computer vision and pattern recognition, pages 4622–4630, 2016. 3
2016
-
[86]
Language bias in visual question answering: A survey and taxonomy.arXiv preprint arXiv:2111.08531,
Desen Yuan. Language bias in visual question answering: A survey and taxonomy.arXiv preprint arXiv:2111.08531,
-
[87]
Lit: Zero-shot transfer with locked-image text tuning
Xiaohua Zhai, Xiao Wang, Basil Mustafa, Andreas Steiner, Daniel Keysers, Alexander Kolesnikov, and Lucas Beyer. Lit: Zero-shot transfer with locked-image text tuning. In Proceedings of the IEEE/CVF Conference on Computer Vi- sion and Pattern Recognition, pages 18123–18133, 2022. 1
2022
-
[88]
The imet collection 2019 challenge dataset.arXiv preprint arXiv:1906.00901, 2019
Chenyang Zhang, Christine Kaeser-Chen, Grace Vesom, Jennie Choi, Maria Kessler, and Serge Belongie. The imet collection 2019 challenge dataset.arXiv preprint arXiv:1906.00901, 2019. 2
2019 arXiv
-
[89]
Tip-adapter: Training-free clip-adapter for better vision- language modeling.arXiv preprint arXiv:2111.03930, 2021
Renrui Zhang, Rongyao Fang, Wei Zhang, Peng Gao, Kunchang Li, Jifeng Dai, Yu Qiao, and Hongsheng Li. Tip-adapter: Training-free clip-adapter for better vision- language modeling.arXiv preprint arXiv:2111.03930, 2021. 2
2021 arXiv
-
[90]
Extract free dense labels from clip
Chong Zhou, Chen Change Loy, and Bo Dai. Extract free dense labels from clip. InEuropean Conference on Com- puter Vision, pages 696–712. Springer, 2022. 1, 2
2022
-
[91]
Conditional prompt learning for vision-language mod- els
Kaiyang Zhou, Jingkang Yang, Chen Change Loy, and Ziwei Liu. Conditional prompt learning for vision-language mod- els. InProceedings of the IEEE/CVF Conference on Com- puter Vision and Pattern Recognition, pages 16816–16825,
-
[92]
Learning to prompt for vision-language models.In- ternational Journal of Computer Vision, 130(9):2337–2348,
Kaiyang Zhou, Jingkang Yang, Chen Change Loy, and Ziwei Liu. Learning to prompt for vision-language models.In- ternational Journal of Computer Vision, 130(9):2337–2348,
-
[93]
Detecting twenty-thousand classes using image-level supervision
Xingyi Zhou, Rohit Girdhar, Armand Joulin, Philipp Kr¨ahenb¨uhl, and Ishan Misra. Detecting twenty-thousand classes using image-level supervision. InEuropean Confer- ence on Computer Vision, pages 350–368. Springer, 2022. 1, 2
2022
-
[94]
Visual7w: Grounded question answering in images
Yuke Zhu, Oliver Groth, Michael Bernstein, and Li Fei-Fei. Visual7w: Grounded question answering in images. InPro- ceedings of the IEEE conference on computer vision and pat- tern recognition, pages 4995–5004, 2016. 1
2016
-
[95]
Who is the artist of the object?
Yichen Zhu, Minjie Zhu, Ning Liu, Zhicai Ou, Xiaofeng Mou, and Jian Tang. Llava-ϕ: Efficient multi-modal assistant with small language model.arXiv preprint arXiv:2401.02330, 2024. 2 A. Index Section Section Name 1 Index 2 Data 2.1 Data format 2.2 Example of instance 2.3 Data s...
2024 arXiv
-
[96]
• These aggregators provide access to extensive digitized collections from major museums across Europe and America and offer structured data through platform- specific APIs
Museum selection: • The dataset comprises 65 million data points, with 95% sourced from three major cultural aggregators: Digital Public Library of America - DPLA (24M), Europeana (20M), and the Smithsonian Institution (3.5M). • These aggregators provide access to extensive di...
-
[97]
Curation in- volved minimal edits: removing redundant attributes (in- ventory numbers, bibliographic info); extraneous symbols and numbers
Data Cleaning:Each museum’s data was curated by a single domain expert to ensure consistency. Curation in- volved minimal edits: removing redundant attributes (in- ventory numbers, bibliographic info); extraneous symbols and numbers. Given high quality of museum data, focus wa...
-
[98]
Attribute-Value Structuring:While some museums pro- vided such structured data, others required parsing complete strings, with experts identifying logical separators and at- tribute boundaries through example-driven consensus
-
[99]
Which primary material is the object made of?
Question Crafting: • To structure the attribute–value data for the visual ques- tion answering (VQA) task, we aligned our approach with natural human curiosity—formulating questions and ex- pecting concise answers—toward our goal of real-time deployment in interactive museum e...
-
[100]
For each object, we now have a list of images and a set of question-answer pairs, omitting the answers for which the value is not known
Final Assembly:We download all the images from the collected image-urls. For each object, we now have a list of images and a set of question-answer pairs, omitting the answers for which the value is not known. Finally, for each museum we create 3 columns - image (having the li...
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.