REVIEW 4 major objections 6 minor 44 references
MMArt A Multi-Perspective Multimodal Dataset for Visual Art Understanding
T0 review · 4 major / 6 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read The paper claims that describing a painting from four independent perspectives — narrative, formal, emotional, and historical — produces a dataset in which no single perspective is best for every art-understanding task.
desk verdict Worth a serious referee, but the paper oversells its complementarity evidence and needs controls for metadata leakage before its strong claims are citeable. 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 a four-perspective annotation scheme in which each painting is described independently by narrative, formal, emotional, and historical viewpoints, following a layered scheme of art interpretation; each perspective is produced by a model chosen for that interpretive register rather than by one generalist model. The other carrying element is a two-directional complementarity analysis. A generative probe feeds perspective text to text-to-image models and measures reconstruction fidelity with three complementary metrics (style and semantic similarity, compositional similarity, and emotional agreement), while a discriminative probe embeds all paintings into a fixed gallery and measures how well each perspective retrieves the originating painting. Together these probes convert the qualitative idea of 'different perspectives' into measurable task asymmetry that persists across multiple generators and embedding models.
What would settle it
Run the generative analysis with a text-to-image model never trained on paintings and a generic control prompt like 'a painting' for every artwork; if the control matches originals on the style and composition metrics as closely as the formal perspective does, the reconstruction probe is measuring generator priors rather than perspective content.
Extended reading notes
Core claim
The discovery is that different ways of describing a painting carry different, only partially overlapping information, and the ranking of perspectives flips between tasks. In the generative direction, formal descriptions reconstruct compositional style better than other single perspectives, and the unified caption achieves the highest overall fidelity on both style and composition metrics. In the discriminative direction, narrative descriptions retrieve the correct painting from the full gallery 44.0 percent of the time at rank one, while formal descriptions, despite their reconstruction strength, reach only 7.8 percent, and historical descriptions are nearly non-discriminative. Leave-one-out analysis shows historical context is the hardest perspective to replace across both tasks. The paper concludes from this task asymmetry that no single perspective suffices for all art-understanding tasks, which directly motivates the dataset's multi-perspective design.
Load-bearing premise
The complementarity conclusions rest on treating text-to-image reconstruction fidelity as a direct measure of how much visual information a perspective encodes; if the generators rely on their own style priors or obey some prompts better than others, the resulting task rankings would not actually be measuring the perspectives.
Editorial extensions
If this is right
- Models can be trained with explicit perspective conditioning, so a user can ask for a formal analysis, an emotional reading, or a historical account of the same painting.
- Art visual question answering can be organized around perspective, because different questions depend on different annotation registers.
- Retrieval systems can select query perspective by task: narrative text for finding a specific painting, formal and historical text for browsing by style or period.
- Retrieval-augmented generation over art gains query-side historical grounding, since historical descriptions carry facts that are not visible in the image.
- Benchmark designers can use the unified caption as a single-text upper bound, since it slightly outperforms every single perspective on retrieval while matching the best reconstructive conditions.
Reading between the lines
- The paper leaves implicit that the same reconstruction-plus-retrieval protocol could be reused as a generic diagnostic for any dataset that annotates one image in several registers, not only art.
- Because all pairwise perspective embedding similarities are below 0.55, a testable extension is to measure whether substituting one perspective for another actually changes downstream question-answering answers; if it does not, some of the claimed distinctiveness may not translate into task-relevant gains.
- A practical extension is to ablate the human affective utterances from the emotional-perspective pipeline; if judge-assessed fidelity drops sharply, that would demonstrate where human grounding contributes inside a synthetic annotation pipeline.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript introduces MMArt, a dataset of 74,234 WikiArt paintings annotated with four independently generated interpretive perspectives (narrative, formal, emotional, historical) plus a harmonized unified caption. The perspectives are produced with specialized models: Qwen3-VL for narrative, GalleryGPT for formal analysis, ArtEmis-conditioned Qwen3-VL for emotion, and ArtRAG for historical context. The paper validates the resource with semantic distinctiveness statistics, an LLM-as-judge quality assessment, a blinded human evaluation against Claude 4.5 Sonnet, and two complementarity analyses: text-to-image reconstruction and perspective-guided retrieval over the full gallery. The stated central contribution is that the two analyses show task-asymmetric usefulness and that no single perspective suffices for all tasks.
Significance. If the complementarity claims hold, MMArt would be a valuable and timely resource: it is the first large-scale dataset providing four aligned interpretive perspectives over the same image set, and the public release of data, code, and embeddings would facilitate perspective-conditioned training, art VQA, and retrieval-augmented generation. The paper has notable methodological strengths, including the use of specialized generation models, two independent text-to-image generators, two architecturally distinct embedding models, an external-family LLM judge, and human evaluation. The remaining concerns are about the evidential basis for the headline cross-task claims rather than about the dataset resource itself.
major comments (4)
- [Abstract; §4.1, Fig. 5] The abstract's claim that leave-one-out analysis 'confirms that historical descriptions are the least replaceable perspective across both tasks' is contradicted by Fig. 5. In the Qwen3-VL-Embedding column, removing narrative (FEH) drops R@1 from 44.0 to 17.6, while removing historical (NFE) leaves R@1 at 34.8 and removing formal (NEH) leaves R@1 at 40.1. The retrieval leave-one-out results therefore identify narrative, not historical, as the least replaceable perspective for retrieval. The statement is supportable for the reconstruction metrics in Fig. 4 but not for retrieval, and it must be corrected or re-evidenced.
- [§4.1, Eq. (3)] The emotion agreement metric δ_emot is partly circular for the emotional perspective. e_emot is generated by conditioning on ArtEmis human affective utterances for the same painting, and δ_emot measures agreement between the original and reconstructed images on the ArtEmis top-1 emotion label. A high score can arise simply because the text-to-image model realizes the emotion name carried in the prompt, independent of whether the reconstructed image's visual content carries affective information. Please report emotion agreement with held-out human annotations or an independent affect classifier, and at minimum explicitly acknowledge this conditioning overlap as a limitation.
- [§4.1, Figs. 4 and 5] The complementarity conclusions are confounded by annotation-source and metadata differences across perspectives. Historical texts are produced by ArtRAG with retrieved context and naturally contain artist names, dates, style, and movement terms; formal texts use vocabulary such as chiaroscuro and impasto; narrative texts emphasize concrete scene entities and spatial layout. Text-to-image and retrieval models may exploit these lexical and metadata priors rather than the visual information each perspective encodes. The paper should include null conditions or ablations, such as title-only prompts, metadata-only prompts, style-only prompts, and proper-noun-stripped perspectives, to show that the observed task asymmetry is not a prompt-prior artifact. This is load-bearing for the claim that 'no single perspective suffices for all tasks.'
- [§4.1, Fig. 4] The text states that all conditions are synthesized into ~80-word prompts so that differences in fidelity are attributable to perspective content rather than formatting, but the synthesis itself is performed by a prompt-following LLM. No check is reported that the synthesized prompts preserve the perspective-specific information or that the downstream generator actually follows the synthesized prompt. Reporting prompt-fidelity statistics or a small human inspection of the synthesized prompts would strengthen the diagnostic interpretation of the reconstruction results.
minor comments (6)
- [§4.3] The sentence 'We have nince annotators participated included researchers with graduate-level training in visual cultural and art understanding' contains a typo and ungrammatical phrasing; please revise and report the recruitment and rater-agreement statistics more precisely.
- [§4.1] The phrase 'which probing what visual information each perspective encodes' is ungrammatical; it should read 'probing which visual information each perspective encodes.'
- [Fig. 4] The figure caption and x-axis use 'Full' for what appears to be the unified caption condition, while the text sometimes refers to 'the full four-perspective condition'; please clarify whether the full condition is the unified caption or the concatenation of all four perspectives.
- [Eq. (1)] Equation (1) is missing a comma between e_hist and e_unif.
- [§3.3] The phrase 'elength under 30 words are nulled' should read 'explanations with length under 30 words are nulled.'
- [§4.1] The nine conditions are described as being evaluated on 'the same stratified 1,000 painting samples,' but retrieval is performed over the full 74k gallery; please state explicitly that the queries are the 1,000-painting subset while the gallery contains all 74,234 paintings.
Circularity Check
Emotional-fidelity metric is self-referential; core task-asymmetry results remain independent
-
fitted input called prediction
[Section 3.2 (Annotation Pipeline, Emotional response) and Section 4.1 (Eq. 3, delta_emot)]
"Emotional perspectives are generated using Qwen3-VL-8B-Instruct [2], conditioned on the painting image together with human-written affective utterances from ArtEmis [1,23] ... delta_emot is CLIP zero-shot emotion agreement, measuring the proportion of paintings for which the regenerated image and the original share the same top-1 ArtEmis emotion label."
e_emot is generated by conditioning on ArtEmis human utterances, and delta_emot scores reconstruction against the top-1 ArtEmis emotion label from the same dataset. The emotional perspective's 'affective fidelity' therefore measures whether the T2I model can echo the conditioning annotation, not whether the perspective independently captures affect. This makes the affective-tone component of Fig. 4 and the abstract's claim that historical descriptions carry strong affective signal partially self-referential. The CLIP/DINO style-composition metrics and the retrieval asymmetry (narrative R@1=44.0% vs formal R@1=7.8%) are independent of ArtEmis, so the central 'no single perspective suffices' claim is not reduced to this fit.
full rationale
The paper's central contribution is a dataset resource; the main complementarity conclusion is supported by retrieval experiments using two independent embedding models and by blinded human evaluation, neither of which is tied to the ArtEmis labels used to construct e_emot. The only concrete self-referential step is the emotion-agreement metric in the generative analysis, which uses ArtEmis both as conditioning input and as ground-truth labels. The semantic-distinctiveness check (Table 2) is weak because the prompts already enforce cross-perspective separation, but the paper does not rest the central claim on it alone. Self-citations to ArtRAG [37] and related prior work are tool choices, and the historical perspective is independently assessed by Gemma-3 and human raters, so no load-bearing self-citation chain is present. Overall, the derivation is largely self-contained, with one localized circular metric; score 3 reflects that partial, non-central circularity.
Assumptions & free parameters
free parameters (5)
- Perspective length filter threshold =
30 words
- Unified caption target length =
~150 words
- Top-k historical context documents =
5
- Complementarity analysis sample size =
1,000 paintings
- Multi-perspective reconstruction prompt length =
~80 words
assumptions (5)
- domain assumption Panofsky's framework: narrative, formal, emotional, and historical are distinct and non-reducible interpretive acts.
- domain assumption CLIP text-embedding cosine similarity is a valid measure of semantic distinctiveness between perspectives.
- domain assumption Text-to-image reconstruction fidelity measured by CLIP, DINOv3, and emotion agreement is a valid probe of perspective information content.
- domain assumption ArtEmis human affective utterances are valid grounding for the emotional perspective.
- domain assumption Gemma-3-27B LLM-as-judge ratings are reliable quality measures.
Cite this review
Pith. "Pith review of MMArt A Multi-Perspective Multimodal Dataset for Visual Art Understanding." pith.science (2026). https://pith.science/paper/URYH3SRO
@misc{pith2026260810706,
author = {Pith},
title = {Pith review of: MMArt A Multi-Perspective Multimodal Dataset for Visual Art Understanding},
year = {2026},
howpublished = {\url{https://pith.science/paper/URYH3SRO}},
note = {Machine review of arXiv:2608.10706}
}
read the original abstract
Recent vision-language models demonstrate impressive general visual understanding, yet their art interpretation remains shallow: they describe surface content but struggle with formal analysis, grounded historical interpretation, or affective characterization. We argue this is not only a model but also a dataset limitation. Existing art datasets are single perspective resources, where no dataset provides narrative, formal, emotional, and historical perspectives simultaneously for the same artworks. We introduce MMArt, a large-scale dataset of 74,234 WikiArt paintings, each annotated with four independently annotated perspectives plus a harmonized unified caption, produced by specialized vision-language models or human annotation and validated through complementary quality evaluations. Two complementarity analyses establish that perspectives encode genuinely distinct information. A generative analysis shows that formal analysis descriptions best preserve compositional style, and historical descriptions carry strong affective signal in reconstructed images. A discriminative retrieval analysis reveals task-asymmetry: narrative descriptions drive retrieval (R@1 = 44.0%), while formal descriptions, strongest for reconstruction, are nearly nondiscriminative at retrieval scale (R@1 = 7.8%). Leave-one-out analysis further confirms that historical descriptions are the least replaceable perspective across both tasks. Together, the two analyses establish that no single perspective suffices for all tasks, directly motivating MMArt multi-perspective design. The dataset, code, and additional information are available at https://shuaiwang97.github.io/MMArt/.
Figures
Figures from the paper (5 more)
Reference graph
Works this paper leans on
-
[1]
In: 2021 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) (2021)
Achlioptas, P., Ovsjanikov, M., Haydarov, K., Elhoseiny, M., Guibas, L.: ArtEmis: Affective Language for Visual Art. In: 2021 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) (2021)
work page 2021
-
[2]
Bai, S., Cai, Y., Chen, R., Chen, K., Chen, X., Cheng, Z., Deng, L., Ding, W., Gao, C., Ge, C., Ge, W., Guo, Z., Huang, Q., Huang, J., Huang, F., Hui, B., Jiang, S., Li, Z., Li, M., Li, M., Li, K., Lin, Z., Lin, J., Liu, X., Liu, J., Liu, C., Liu, Y., Liu, D., Liu, S., Lu, D., Luo, R., Lv, C., Men, R., Meng, L., Ren, X., Ren, X., Song, S., Sun, Y., Tang, ...
arXiv 2025
-
[3]
2021 IEEE/CVF International Conference on Computer Vision (ICCV) pp
Bai, Z., Nakashima, Y., Garc ´ ıa, N.: Explain me the painting: Multi-topic knowl- edgeable art description generation. 2021 IEEE/CVF International Conference on Computer Vision (ICCV) pp. 5402–5412 (2021),https://api.semanticscholar. org/CorpusID:237490413
work page 2021
-
[4]
Baxandall, M.: Painting and experience in fifteenth century Italy: a primer in the social history of pictorial style. Oxford Paperbacks (1988)
work page 1988
-
[5]
In: Proceedings of the 32nd ACM International Conference on Multimedia
Bin, Y., Shi, W., Ding, Y., Hu, Z., Wang, Z., Yang, Y., Ng, S.K., Shen, H.T.: Gallerygpt: Analyzing paintings with large multimodal models. In: Proceedings of the 32nd ACM International Conference on Multimedia. (2024)
work page 2024
-
[6]
Black Forest Labs: Flux.2: Analyzing and enhancing the latent space of flux – rep- resentation comparison.https://bfl.ai/research/representation-comparison (2025)
work page 2025
-
[7]
In: 2024 IEEE/CVF Winter Conference on Applications of Computer Vision (W ACV)
Bleidt, T., Eslami, S., De Melo, G.: ArtQuest: Countering Hidden Language Biases in ArtVQA. In: 2024 IEEE/CVF Winter Conference on Applications of Computer Vision (W ACV). Waikoloa, HI, USA (2024)
work page 2024
-
[8]
Cetinic, E.: Iconographic image captioning for artworks. In: Del Bimbo, A., Cuc- chiara, R., Sclaroff, S., Farinella, G.M., Mei, T., Bertini, M., Escalante, H.J., Vez- zani, R. (eds.) Pattern Recognition. ICPR International Workshops and Challenges (2021)
work page 2021
Show all 44 references
-
[9]
In: Eu- ropean Conference on Computer Vision (2024)
Chen, L., Li, J., Dong, X., Zhang, P., He, C., Wang, J., Zhao, F., Lin, D.: Sharegpt4v: Improving large multi-modal models with better captions. In: Eu- ropean Conference on Computer Vision (2024)
2024
-
[10]
arXiv preprint arXiv:2603.02435 (2026)
Efthymiou, A., Rudinac, S., Kackovic, M., Wijnberg, N., Worring, M.: Vl- kge: Vision-language models meet knowledge graph embeddings. arXiv preprint arXiv:2603.02435 (2026)
2026
-
[11]
In: Pro- ceedings of the 29th ACM International Conference on Multimedia (2021)
Efthymiou, A., Rudinac, S., Kackovic, M., Worring, M., Wijnberg, N.: Graph neu- ral networks for knowledge enhanced visual representation of paintings. In: Pro- ceedings of the 29th ACM International Conference on Multimedia (2021)
2021
-
[12]
In: Proceedings of the European Conference in Computer Vision Workshops (2018) 16 S
Garcia, N., Vogiatzis, G.: How to read paintings: Semantic art understanding with multi-modal retrieval. In: Proceedings of the European Conference in Computer Vision Workshops (2018) 16 S. Wang et al
2018
-
[13]
Garcia, N., Ye, C., Liu, Z., Hu, Q., Otani, M., Chu, C., Nakashima, Y., Mitamura, T.: A Dataset and Baselines for Visual Question Answering on Art (Aug 2020), http://arxiv.org/abs/2008.12520
2020 arXiv
-
[14]
In: Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics
Hayashi, K., Sakai, Y., Kamigaito, H., Hayashi, K., Watanabe, T.: Towards artwork explanation in large-scale vision language models. In: Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics
-
[15]
ACM Comput
Ji, Z., Lee, N., Frieske, R., Yu, T., Su, D., Xu, Y., Ishii, E., Bang, Y.J., Madotto, A., Fung, P.: Survey of hallucination in natural language generation. ACM Comput. Surv. (Mar 2023)
2023
-
[16]
In: Proceedings of the British Machine Vision Conference
Karayev, S., Trentacoste, M., Han, H., Agarwala, A., Darrell, T., Hertzmann, A., Winnemoeller, H.: Recognizing image style. In: Proceedings of the British Machine Vision Conference. BMV A Press (2014)
2014
-
[17]
Koukounas, A., Mastrapas, G., Eslami, S., Wang, B., Akram, M.K., G¨ unther, M., Mohr, I., Sturua, S., Wang, N., Xiao, H.: jina-clip-v2: Multilingual multimodal embeddings for text and images (2025),https://arxiv.org/abs/2412.08802
2025 arXiv
-
[18]
Li, D., Wang, S., Zou, J., Tian, C., Nieuwburg, E., Sun, F., Kanoulas, E.: Paint4poem: A dataset for artistic visualization of classical chinese poems (2021), https://arxiv.org/abs/2109.11682
2021 arXiv
-
[19]
Journal of Big Data11(1), 61 (2024)
Li, J., Wang, S., Rudinac, S., Osseyran, A.: High-performance computing in health- care: An automatic literature analysis perspective. Journal of Big Data11(1), 61 (2024)
2024
-
[20]
Li, M., Zhang, Y., Long, D., Chen, K., Song, S., Bai, S., Yang, Z., Xie, P., Yang, A., Liu, D., Zhou, J., Lin, J.: Qwen3-vl-embedding and qwen3-vl-reranker: A unified framework for state-of-the-art multimodal retrieval and ranking (2026),https: //arxiv.org/abs/2601.04720
2026 arXiv
-
[21]
In: Advances in Neural Information Processing Systems
Liu, H., Li, C., Wu, Q., Lee, Y.J.: Visual instruction tuning. In: Advances in Neural Information Processing Systems. vol. 36 (2023)
2023
-
[22]
IEEE Transactions on Computational Social Systems (2024)
Lu, Y., Guo, C., Dai, X., Wang, F.: Artcap: A dataset for image captioning of fine art paintings. IEEE Transactions on Computational Social Systems (2024)
2024
-
[23]
In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition
Mohamed, Y., Khan, F.F., Haydarov, K., Elhoseiny, M.: It is okay to not be okay: Overcoming emotional bias in affective image captioning by contrastive data collec- tion. In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition. pp. 21263–21272 (2022)
2022
-
[24]
van Noord, N., Garcia, N.: The iconicity of the generated image (2025),https: //arxiv.org/abs/2509.16473
2025
-
[25]
University of Chicago Press (1955), https://books.google.nl/books?id=Qsa00QEACAAJ
Panofsky, E.: Meaning in the Visual Arts. University of Chicago Press (1955), https://books.google.nl/books?id=Qsa00QEACAAJ
1955
-
[26]
Radford, A., Kim, J.W., Hallacy, C., Ramesh, A., Goh, G., Agarwal, S., Sastry, G., Askell, A., Mishkin, P., Clark, J., Krueger, G., Sutskever, I.: Learning transferable visual models from natural language supervision (2021),https://arxiv.org/abs/ 2103.00020
2021 arXiv
-
[27]
Riccio, P., Doh, M., H¨ oltgen, B., Garcia, N., van Noord, N.: Gender artifacts from art history to text-to-image generation (2026),https://arxiv.org/abs/ 2606.05829
2026 arXiv
-
[28]
2901–2903
Riccio, P., Khan, S., Schaerf, L., Wang, S., Liu, T., Efthymiou, A., Garcia, N., van Noord, N.: Understanding Art & Culture, p. 2901–2903. Association for Computing Machinery (2026)
2026
-
[29]
Schaerf, L., Purificato, A., Riccio, P., Silvestri, F., Garcia, N.: Art beyond se- mantics: Sheaf-informed contrastive learning for multi-relational representations (2026),https://arxiv.org/abs/2607.16321 Abbreviated paper title 17
2026 arXiv
-
[30]
Shen, Y., Yang, Z., Bi, Q., Wang, C., Wang, S., Huang, J.H., Floros, G., Tiwari, P., Pathania, A.: Spectral-progressive thought flow for lightweight multimodal rea- soning (2026),https://arxiv.org/abs/2606.02842
2026 arXiv
-
[31]
In: Proceedings of the 27th ACM International Conference on Multimedia (2019)
Sheng, S., Moens, M.F.: Generating captions for images of ancient artworks. In: Proceedings of the 27th ACM International Conference on Multimedia (2019)
2019
-
[32]
Sim´ eoni, O., Vo, H.V., Seitzer, M., Baldassarre, F., Oquab, M., Jose, C., Khalidov, V., Szafraniec, M., Yi, S., Ramamonjisoa, M., Massa, F., Haziza, D., Wehrstedt, L., Wang, J., Darcet, T., Moutakanni, T., Sentana, L., Roberts, C., Vedaldi, A., Tolan, J., Brandt, J., Couprie...
2025 arXiv
-
[33]
In: Image Analysis and Processing – ICIAP 2019 (2019)
Stefanini, M., Cornia, M., Baraldi, L., Corsini, M., Cucchiara, R.: Artpedia: A new visual-semantic dataset with visual and contextual sentences in the artistic domain. In: Image Analysis and Processing – ICIAP 2019 (2019)
2019
-
[34]
ACM Trans
Strezoski, G., Worring, M.: Omniart: A large-scale artistic benchmark. ACM Trans. Multimedia Comput. Commun. Appl. (2018)
2018
-
[35]
Team, G.: Gemma 3 technical report (2025),https://arxiv.org/abs/2503.19786
2025 arXiv
-
[36]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)
Tong, S., Liu, Z., Zhai, Y., Ma, Y., LeCun, Y., Xie, S.: Eyes wide shut? exploring the visual shortcomings of multimodal llms. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). pp. 9568–9578 (June 2024)
2024
-
[37]
In: Proceedings of the 33rd ACM International Conference on Multimedia
Wang, S., Najdenkoska, I., Zhu, H., Rudinac, S., Kackovic, M., Wijnberg, N., Wor- ring, M.: Artrag: Retrieval-augmented generation with structured context for visual art understanding. In: Proceedings of the 33rd ACM International Conference on Multimedia. MM ’25 (2025)
2025
-
[38]
In: MultiMedia Modeling (2024)
Wang, S., Shen, J., Efthymiou, A., Rudinac, S., Kackovic, M., Wijnberg, N., Wor- ring, M.: Prototype-enhanced hypergraph learning for heterogeneous information networks. In: MultiMedia Modeling (2024)
2024
-
[39]
In: ML Repro- ducibility Challenge 2021 (Fall Edition) (2022),https://openreview.net/forum? id=SVx46hzmhRK
Wang, S., Verhagen, P., Zhuge, J., Shulev, V.: Replication study of DECAF: Gener- ating fair synthetic data using causally-aware generative networks. In: ML Repro- ducibility Challenge 2021 (Fall Edition) (2022),https://openreview.net/forum? id=SVx46hzmhRK
2022
-
[40]
Wang, S., Zhang, D.W., Huang, J.H., Rudinac, S., Kackovic, M., Wijnberg, N., Worring, M.: Ada-hgnn: Adaptive sampling for scalable hypergraph neural net- works (2024),https://arxiv.org/abs/2405.13372
2024 arXiv
-
[41]
In: Proceedings of the 2026 International Conference on Multimedia Retrieval
Wang, S., Zhu, H., Huang, J., Shen, Y., Zeng, C., Rudinac, S., Kackovic, M., Wijn- berg, N., Worring, M.: A-mar: Agent-based multimodal art retrieval for fine-grained artwork understanding. In: Proceedings of the 2026 International Conference on Multimedia Retrieval. pp. 2246–...
2026
-
[42]
Wu, C., Li, J., Zhou, J., Lin, J., Gao, K., Yan, K., ming Yin, S., Bai, S., Xu, X., Chen, Y., Chen, Y., Tang, Z., Zhang, Z., Wang, Z., Yang, A., Yu, B., Cheng, C., Liu, D., Li, D., Zhang, H., Meng, H., Wei, H., Ni, J., Chen, K., Cao, K., Peng, L., Qu, L., Wu, M., Wang, P., Yu,...
2025 arXiv
-
[43]
In: Proceedings of conference on language modelling (2024)
Yuan, Z., Xue, H., Wang, X., Liu, Y., Zhao, Z., Wang, K.: Artgpt-4: Towards artistic-understanding large vision-language models with enhanced adapter. In: Proceedings of conference on language modelling (2024)
2024
-
[44]
In: Proceedings of the 2026 International Conference on Multimedia Retrieval
Zeng, C., Jiang, Y., Gao, G., Wang, S., Danier, D., Zhu, B., Rudinac, S., Bull, D., Zhang, F.: Sam3-litetext: An anatomical study of the sam3 text encoder for efficient vision-language segmentation. In: Proceedings of the 2026 International Conference on Multimedia Retrieval. ...
2026
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.