REVIEW 4 major objections 4 minor 48 references
Evaluating Vision-Language Models for Emotion Recognition
T0 review · 4 major / 4 minor · reviewed 2026-08-08 · deepseek-v4-flash
Pith's one-line read Zero-shot vision-language models are inept at recognizing emotions evoked by images, and their benchmark scores swing with prompt label order, persona, and label availability, while many residual errors trace to noisy dataset labels.
desk verdict A genuinely useful multi-dataset VLM emotion benchmark with a good error taxonomy, but the headline claim is undercut by unreported JSON parse failures and single-run evaluations. 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 machinery is the EVE benchmark combined with a three-part error-analysis framework. EVE unites EmoSet-Hard, FI-Hard, Abstract, ArtPhoto, and Emotion6, where the hard subsets are created by fine-tuning a ViT and keeping its misclassified samples together with correct samples predicted at softmax confidence below an empirically chosen 0.8. The analysis framework defines a sentiment bias pair—positive bias $p_p = p(c \in S_P \mid l \in S_N)$ and negative bias $p_n = p(c \in S_N \mid l \in S_P)$—and categorizes every mistake into three levels: wrong sentiment, right sentiment but wrong arousal, and right sentiment and arousal but wrong fine-grained class. A blinded human-agreement study of about 500 error samples is then attached to this taxonomy. Together these pieces let the authors attribute observed F1 gaps either to model capability or to unreliable labels.
What would settle it
Re-run the EVE evaluation with hard subsets selected by inter-human disagreement or by a second independently trained ViT, instead of by the original ViT's softmax confidence; if the low F1 scores and the label-order and persona sensitivities shrink or reverse under that filter, the central ineptness claim is an artifact of the difficulty proxy. A complementary decisive observation would be a zero-shot VLM whose weighted F1 on EVE exceeds fine-tuned task-specific models across all eight prompt variants.
Extended reading notes
Core claim
The central finding is that at the current state, VLMs are inept at zero-shot evoked emotion recognition: weighted F1 scores on EVE range from roughly 0.08 on Abstract images to about 0.64 on Emotion6, and no model matches task-specific fine-tuned systems overall. The paper further shows that this poor performance is not a fixed model trait. Listing negative emotion labels first lowers accuracy for open models, removing labels entirely hurts every model even when predictions are matched by semantic similarity, and prompting an optimistic or pessimistic persona degrades accuracy while driving predictions toward one sentiment. Reasoning prompts help only selectively: caption-then-reason benefits LLaVA-family models, whereas three-step contextual reasoning helps mainly GPT4-o. The error analysis then separates model failure from benchmark failure: sentiment-level errors are confirmed as model errors by human raters, but for the most fine-grained error category the raters prefer the model's predicted label or both labels over the dataset ground truth, implying that a substantial share of the apparent deficiency is caused by noisy or subjective ground truth.
Load-bearing premise
The load-bearing premise is that the softmax confidence of a fine-tuned ViT, with a cutoff empirically set to 0.8, is a valid measure of how hard an image is for humans or VLMs; if that proxy is wrong, the hard subsets of EVE are arbitrary and the reported F1 scores do not measure evoked emotion recognition in general.
Editorial extensions
If this is right
- On EVE, zero-shot weighted F1 scores stay in a low band—roughly 0.08 to 0.64—so no current VLM is reliable for evoked emotion recognition without adaptation.
- Benchmark rankings are prompt-relative: reordering or removing target labels and adding an emotional persona each change scores and flip sentiment bias, so a single F1 number cannot summarize a model's affective ability.
- Models show a default positive bias when labels are supplied and a default negative bias in open-vocabulary prediction, meaning the bias is an artifact of prompt anchoring rather than a stable model personality.
- Reasoning prompts do not fix the deficiency; caption-based reasoning gives modest gains to open LLaVA-family models, and contextual reasoning helps mostly GPT4-o, while the remaining models struggle with the multi-step format.
- For the finest-grained error category, human raters agree with the model's prediction or with both labels more often than with the dataset ground truth, so a portion of the low scores reflects noisy labels rather than VLM deficit.
Reading between the lines
- The ViT-confidence difficulty filter defines hard samples as those that puzzle one particular fine-tuned ViT; replacing it with a human-disagreement-based filter could change which images enter EVE and therefore alter the reported F1 gaps, so the benchmark's difficulty is partly an artifact of its own proxy.
- A testable extension of the prompt-sensitivity result is to require affective models to be invariant across the eight prompt variants before being ranked; models that are non-invariant should be reported with score distributions rather than point estimates.
- The especially poor performance on abstract paintings suggests that VLM emotion judgments may be carried largely by object and scene recognition rather than affective reasoning; comparing representational versus abstract image pairs would isolate that mechanism.
- Because the human raters were a small group of graduate-student volunteers in North America, the claim that fine-grained errors are largely noisy ground truth could be stress-tested by repeating the annotation with a larger, culturally diverse rater pool, since emotion perception varies across cultures.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces EVE, a benchmark for evoked emotion recognition built from five existing datasets, with EmoSet and FI downsampled to 'hard' subsets using the softmax confidence of a fine-tuned ViT. The authors evaluate seven open-source VLMs and GPT-4o in zero-shot simple classification and in prompt-robustness conditions (label-order shuffling, open-vocabulary prediction, positive/negative personas, and three reasoning schemes), reporting weighted F1 scores and sentiment-bias measures. They also define a three-level error taxonomy and run a human annotation study on about 500 error samples to attribute errors to model limitations versus ground-truth noise and task subjectivity. The central claim is that current VLMs are inept at evoked emotion recognition, are strongly sensitive to prompt format, and that many fine-grained errors reflect unreliable dataset labels rather than model inability.
Significance. If the findings withstand scrutiny, the paper would provide a useful first benchmark and a cautionary reference for affective VLM research, with the public release of code/data, detailed prompt transcripts, an explicit error taxonomy, and an attempt to connect machine errors to human perception as genuine strengths. The main contribution is diagnostic rather than methodological: it identifies prompt-format sensitivity and label noise as first-order issues in VLM emotion evaluation. However, the quantitative conclusions are currently weakened by unmeasured format-compliance failures, single-run evaluations with no variance estimates, an empirically chosen difficulty filter, and a small in-group human study. These issues do not necessarily overturn the qualitative direction of the findings, but they must be addressed before the specific F1 values and prompt-sensitivity comparisons can be treated as reliable.
major comments (4)
- [Sec. 4; Figs. 12-20] The evaluation pipeline is described in Section 4 as 'responses are parsed and string-matched with the ground truth class labels,' but the paper never reports the fraction of model outputs that conform to the required JSON schema, the parser's success rate, or how malformed outputs are scored (discarded versus counted as errors). Since every prompt demands strict JSON output and the reasoning prompts demand multi-key JSON, any non-trivial format-failure rate would conflate emotion recognition with instruction following. This threat is uneven across conditions because the persona and reasoning prompts are more complex than the simple-classification prompt, so format failures could masquerade as prompt-sensitivity effects. Please report parse-success rates per model and per condition, and re-analyze the results after excluding or explicitly accounting for malformed responses.
- [Sec. 3; Sec. A.1] The benchmark's difficulty filter uses the softmax confidence of a fine-tuned ViT with a threshold 'chosen empirically to be 0.8,' determined from the prediction-probability distribution of the same ViT. This threshold is a free parameter that selects which images enter EVE, and no independent evidence establishes that ViT confidence tracks human-perceived or VLM-perceived difficulty. The aggregate F1 scores therefore describe a self-selected filtered subset rather than evoked emotion recognition over the original datasets. Please provide a principled selection criterion, ablate the threshold, or clearly restrict the claims to the filtered subset so that the benchmark's scope is transparent.
- [Sec. 7; Sec. B.4.4] The human study uses roughly 500 error samples annotated by 'graduate student volunteers from the authors' team,' with no reported number of annotators, no inter-annotator agreement metric, and no detail on how disagreements were resolved. The RQ3 conclusion that EC II and EC III errors largely reflect subjective or noisy ground truth rests on this study, so the absence of reliability evidence is load-bearing for the paper's central error-analysis claim. Please use multiple independent annotators, report agreement statistics, and verify that the agreement percentages in Fig. 7 are robust across annotators.
- [Sec. B.1; Sec. 6] Appendix B.1 states that all results come from single runs, but the main text reports only point estimates without variance, confidence intervals, or significance tests. The robustness claims in Section 6, such as the label-order effects in Fig. 2 and the persona effects in Fig. 5, rely on differences that could be within run-to-run variability of stochastic model decoding. Please provide multiple runs with variance estimates, or justify deterministic decoding and report the sampling settings, so that the prompt-sensitivity conclusions can be assessed quantitatively.
minor comments (4)
- [Sec. 9] The Limitations section states that 'the current evaluation also includes only few-shot performances of the models,' but the experiments are zero-shot; this appears to be a typo and should be corrected.
- [Sec. 5] The sentence 'Models from the the LLaV A family' contains a duplicated 'the,' and later in the same paragraph 'the largest different between' should be 'the largest difference between.'
- [Figs. 13-20] The prompt figures render the prompts as continuous strings without preserving line breaks, which makes the exact instructions, especially the reasoning prompts, harder to read and reproduce; providing a plain-text listing in the appendix would improve reproducibility.
- [Sec. 1] The phrase 'atleast partially present' in the introduction should be 'at least partially present'; there are also several other minor spacing errors in the prompt transcriptions in Appendix B.3 that should be normalized.
Circularity Check
No significant circularity: the evaluation is self-contained; the single fitted threshold selects data without entering the scoring equations, and self-citations appear only as background and recommendations.
full rationale
The paper performs an empirical evaluation rather than a derivation, so the standard circularity patterns do not apply. Benchmark construction is the only place a value is fitted: a fine-tuned ViT's prediction probabilities are used with a threshold 'chosen empirically to be 0.8' to build EmoSet-Hard and FI-Hard (Section 3, A.1). That threshold selects which samples enter the benchmark but never appears in the weighted-F1 scoring equations, and the central 'VLMs are inept' conclusion is additionally supported on the unfiltered datasets (Emotion6, Abstract, ArtPhoto, Table 1), so no reported score is equal to an input by construction. The prompt-robustness findings (label order, persona, open vocabulary, reasoning) are direct measurements of model outputs; the open-vocabulary assignment relies on SBERT, an external model with no parameters fitted in this paper, and the fine-grained-ness criterion simmax is defined only from the class-label set. The error analysis (RQ3) derives its conclusions from blinded human annotations of about 500 samples; the claim that EC-III disagreements reflect noisy ground truth is an empirical tally (annotators preferred model labels over dataset labels for those cases), not a definitional equivalence. Self-citations (Wang et al. 2023a; Kim et al. 2018; Lu et al. 2017) are used only as background motivation and as future-data recommendations; they are not invoked to justify any measured quantity, to import a uniqueness theorem, or to adopt an ansatz. The unreported JSON parse-success rate and the reliance on the authors' own graduate students as annotators are internal-validity concerns (correctness risk), not circularity: neither makes a reported score reduce to a fitted quantity. Hence no load-bearing circular step; score 1.
Assumptions & free parameters
free parameters (2)
- difficulty threshold for hard subset selection =
0.8
- target subset size for downsampled datasets =
about 2900 samples each for EmoSet and FI
assumptions (5)
- domain assumption Softmax confidence of a fine-tuned ViT is a valid measure of emotion-recognition difficulty.
- domain assumption Existing dataset labels are treated as ground truth for F1.
- ad hoc to paper The instruction to imagine being a human does not change emotion recognition behavior beyond bypassing moderation.
- domain assumption SBERT similarity is a valid mapping from free-form emotion words to the fixed class set.
- domain assumption Annotations by the authors' graduate-student volunteers are a reliable measure of human emotion agreement.
Cite this review
Pith. "Pith review of Evaluating Vision-Language Models for Emotion Recognition." pith.science (2026). https://pith.science/paper/DIB27L4M
@misc{pith2026250205660,
author = {Pith},
title = {Pith review of: Evaluating Vision-Language Models for Emotion Recognition},
year = {2026},
howpublished = {\url{https://pith.science/paper/DIB27L4M}},
note = {Machine review of arXiv:2502.05660}
}
read the original abstract
Large Vision-Language Models (VLMs) have achieved unprecedented success in several objective multimodal reasoning tasks. However, to further enhance their capabilities of empathetic and effective communication with humans, improving how VLMs process and understand emotions is crucial. Despite significant research attention on improving affective understanding, there is a lack of detailed evaluations of VLMs for emotion-related tasks, which can potentially help inform downstream fine-tuning efforts. In this work, we present the first comprehensive evaluation of VLMs for recognizing evoked emotions from images. We create a benchmark for the task of evoked emotion recognition and study the performance of VLMs for this task, from perspectives of correctness and robustness. Through several experiments, we demonstrate important factors that emotion recognition performance depends on, and also characterize the various errors made by VLMs in the process. Finally, we pinpoint potential causes for errors through a human evaluation study. We use our experimental results to inform recommendations for the future of emotion research in the context of VLMs.
Figures
Figures from the paper (19 more)
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. 2023. G pt-4 T echnical R eport. arXiv preprint arXiv:2303.08774
arXiv 2023
-
[2]
Md Rabiul Awal, Rui Cao, Roy Ka-Wei Lee, and Sandra Mitrovi \'c . 2021. A ngrybert: J oint L earning T arget A nd E motion F or H ate S peech D etection. In Pacific-Asia conference on knowledge discovery and data mining, pages 701--713. Springer
work page 2021
-
[3]
Jinze Bai, Shuai Bai, Shusheng Yang, Shijie Wang, Sinan Tan, Peng Wang, Junyang Lin, Chang Zhou, and Jingren Zhou. 2023. Q wen- VL : A F rontier L arge V ision- L anguage M odel with V ersatile A bilities. arXiv preprint arXiv:2308.12966
arXiv 2023
-
[4]
Katherine Deng, Arijit Ray, Reuben Tan, Saadia Gabriel, Bryan A. Plummer, and Kate Saenko. 2023. http://arxiv.org/abs/2308.16741 S ocratis: A re L arge M ultimodal M odels E motionally A ware? arXiv preprint arXiv:2308.16741
arXiv 2023
-
[5]
Alexey Dosovitskiy, Lucas Beyer, Alexander Kolesnikov, Dirk Weissenborn, Xiaohua Zhai, Thomas Unterthiner, Mostafa Dehghani, Matthias Minderer, Georg Heigold, Sylvain Gelly, et al. 2020. A n I mage is W orth 16x16 W ords: T ransformers for I mage R ecognition at S cale. In International Conference on Learning Representations
work page 2020
-
[6]
Yasaman Etesam, \"O zge Nilay Yal c n, Chuxuan Zhang, and Angelica Lim. 2024. C ontextual E motion R ecognition U sing L arge V ision L anguage M odels. arXiv preprint arXiv:2405.08992
arXiv 2024
-
[7]
Yi Fung, Ruining Zhao, Jae Doo, Chenkai Sun, and Heng Ji. 2024. M assively M ulti-cultural K nowledge A cquisition & L m B enchmarking. arXiv preprint arXiv:2402.09369
arXiv 2024
-
[8]
Dan Hendrycks, Collin Burns, Steven Basart, Andy Zou, Mantas Mazeika, Dawn Song, and Jacob Steinhardt. 2021. M easuring M assive M ultitask L anguage U nderstanding. In International Conference on Learning Representations
work page 2021
Show all 48 references
-
[9]
Manh-Hung Hoang, Soo-Hyung Kim, Hyung-Jeong Yang, and Guee-Sang Lee. 2021. https://doi.org/10.1109/ACCESS.2021.3091169 C ontext-aware E motion R ecognition B ased O n V isual R elationship D etection . IEEE Access, 9:90465--90474
2021
-
[10]
Jyoti and Seema Rao. 2016. https://doi.org/10.1145/2979779.2979832 A S urvey O n S entiment A nalysis A nd O pinion M ining . In Proceedings of the International Conference on Advances in Information Communication Technology & Computing, AICTC '16, New York, NY, USA. Associati...
2016
-
[11]
Aditi Khandelwal, Utkarsh Agarwal, Kumar Tanmay, and Monojit Choudhury. 2024. D o M oral J udgment A nd R easoning C apability O f L lms C hange W ith L anguage? A S tudy U sing T he M ultilingual D efining I ssues T est. arXiv preprint arXiv:2402.02135
2024 arXiv
-
[12]
Hanjoo Kim, Xin Lu, Michael Costa, Baris Kandemir, Reginald B Adams Jr, Jia Li, James Z Wang, and Michelle G Newman. 2018. D evelopment A nd V alidation O f I mage S timuli F or E motion E licitation ( isee): A N ovel A ffective P ictorial S ystem W ith T est-retest R epeatabi...
2018
-
[13]
Agata Ko akowska, Agnieszka Landowska, Mariusz Szwoch, Wioleta Szwoch, and Michal R Wrobel. 2014. E motion R ecognition A nd I ts A pplications. Human-computer systems interaction: Backgrounds and applications 3, pages 51--62
2014
-
[14]
Jiyoung Lee, Seungryong Kim, Sunok Kim, Jungin Park, and Kwanghoon Sohn. 2019. C ontext-aware E motion R ecognition N etworks. In Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)
2019
-
[15]
Cheng Li, Jindong Wang, Yixuan Zhang, Kaijie Zhu, Wenxin Hou, Jianxun Lian, Fang Luo, Qiang Yang, and Xing Xie. 2023. L arge L anguage M odels U nderstand A nd C an B e E nhanced B y E motional S timuli. arXiv preprint arXiv:2307.11760
2023 arXiv
-
[16]
CHENG LI, Jindong Wang, Yixuan Zhang, Kaijie Zhu, Xinyi Wang, Wenxin Hou, Jianxun Lian, Fang Luo, Qiang Yang, and Xing Xie. 2024. T he G ood, T he B ad, A nd W hy: U nveiling E motions I n G enerative A i. In Forty-first International Conference on Machine Learning
2024
-
[17]
Zaijing Li, Gongwei Chen, Rui Shao, Dongmei Jiang, and Liqiang Nie. 2024. http://arxiv.org/abs/2401.06836 E nhancing E motional G eneration C apability of L arge L anguage M odels via E motional C hain-of- T hought . arXiv preprint arXiv:2401.06836. ArXiv:2401.06836 [cs]
2024 arXiv
-
[18]
Haotian Liu, Chunyuan Li, Yuheng Li, Bo Li, Yuanhan Zhang, Sheng Shen, and Yong Jae Lee. 2024 a . https://llava-vl.github.io/blog/2024-01-30-llava-next/ LLaVA-NeXT : I mproved R easoning, OCR , and W orld K nowledge
2024
-
[19]
Haotian Liu, Chunyuan Li, Qingyang Wu, and Yong Jae Lee. 2024 b . V isual I nstruction T uning. The 38th Conference on Neural Information Processing Systems (NeurIPS), 36
2024
-
[20]
Zhiwei Liu, Kailai Yang, Tianlin Zhang, Qianqian Xie, Zeping Yu, and Sophia Ananiadou. 2024 c . E mollms: A S eries O f E motional L arge L anguage M odels A nd A nnotation T ools F or C omprehensive A ffective A nalysis. arXiv preprint arXiv:2401.08508
2024 arXiv
-
[21]
Pan Lu, Swaroop Mishra, Tony Xia, Liang Qiu, Kai-Wei Chang, Song-Chun Zhu, Oyvind Tafjord, Peter Clark, and Ashwin Kalyan. 2022. L earn T o E xplain: M ultimodal R easoning V ia T hought C hains F or S cience Q uestion A nswering. In The 36th Conference on Neural Information P...
2022
-
[22]
Xin Lu, Reginald B Adams, Jia Li, Michelle G Newman, and James Z Wang. 2017. A n I nvestigation I nto T hree V isual C haracteristics O f C omplex S cenes T hat E voke H uman E motion. In 2017 Seventh International Conference on Affective Computing and Intelligent Interaction ...
2017
-
[23]
Jana Machajdik and Allan Hanbury. 2010. A ffective I mage C lassification using F eatures I nspired by P sychology and A rt T heory. In Proceedings of the 18th ACM International Conference on Multimedia, pages 83--92
2010
-
[24]
Joseph A Mikels, Barbara L Fredrickson, Gregory R Larkin, Casey M Lindberg, Sam J Maglio, and Patricia A Reuter-Lorenz. 2005. E motional C ategory D ata on I mages from the I nternational A ffective P icture S ystem. Behavior Research Methods, 37:626--630
2005
-
[25]
Trisha Mittal, Pooja Guhan, Uttaran Bhattacharya, Rohan Chandra, Aniket Bera, and Dinesh Manocha. 2020. E moticon: C ontext-aware M ultimodal E motion R ecognition U sing F rege's P rinciple. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)
2020
-
[26]
Vinod Nair and Geoffrey E Hinton. 2010. R ectified L inear U nits I mprove R estricted B oltzmann M achines. In Proceedings of the 27th International Conference on Machine Learning, pages 807--814
2010
-
[27]
Kuan-Chuan Peng, Tsuhan Chen, Amir Sadovnik, and Andrew Gallagher. 2015. https://doi.org/10.1109/CVPR.2015.7298687 A M ixed B ag of E motions: M odel, P redict, and T ransfer E motion D istributions . In Proceedings of the IEEE/CVF International Conference on Computer Vision, ...
2015
- [28]
-
[29]
Nils Reimers and Iryna Gurevych. 2019. https://arxiv.org/abs/1908.10084 Sentence-bert: Sentence embeddings using siamese bert-networks . In Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing. Association for Computational Linguistics
2019 arXiv
-
[30]
Tal Ridnik, Emanuel Ben-Baruch, Asaf Noy, and Lihi Zelnik-Manor. 2021. I magenet-21k P retraining F or T he M asses. In The 35th Conference on Neural Information Processing Systems (NeurIPS)(Datasets and Benchmarks Track)
2021
-
[31]
Olga Russakovsky, Jia Deng, Hao Su, Jonathan Krause, Sanjeev Satheesh, Sean Ma, Zhiheng Huang, Andrej Karpathy, Aditya Khosla, Michael Bernstein, et al. 2015. I magenet L arge S cale V isual R ecognition C hallenge. International Journal of Computer Vision, 115:211--252
2015
-
[32]
Cobo, Carlos De Las Heras-Pedrosa, José Ignacio Peláez, and Enrique Herrera-Viedma
Pablo Sánchez-Núñez, Manuel J. Cobo, Carlos De Las Heras-Pedrosa, José Ignacio Peláez, and Enrique Herrera-Viedma. 2020. https://doi.org/10.1109/ACCESS.2020.3009482 O pinion M ining, S entiment A nalysis A nd E motion U nderstanding I n A dvertising: A B ibliometric A nalysis ...
2020
-
[33]
Hugo Touvron, Thibaut Lavril, Gautier Izacard, Xavier Martinet, Marie-Anne Lachaux, Timoth \'e e Lacroix, Baptiste Rozi \`e re, Naman Goyal, Eric Hambro, Faisal Azhar, et al. 2023. L lama: O pen A nd E fficient F oundation L anguage M odels. arXiv preprint arXiv:2302.13971
2023 arXiv
-
[34]
Wang, Sicheng Zhao, Chenyan Wu, Reginald B
James Z. Wang, Sicheng Zhao, Chenyan Wu, Reginald B. Adams, Michelle G. Newman, Tal Shafir, and Rachelle Tsachor. 2023 a . https://doi.org/10.1109/JPROC.2023.3273517 U nlocking the E motional W orld of V isual M edia: A n O verview of the S cience, R esearch, and I mpact of U ...
2023
-
[35]
Xuena Wang, Xueting Li, Zi Yin, Yue Wu, and Jia Liu. 2023 b . E motional I ntelligence of L arge L anguage M odels. Journal of Pacific Rim Psychology, 17:18344909231213958
2023
-
[36]
Jason Wei, Xuezhi Wang, Dale Schuurmans, Maarten Bosma, Fei Xia, Ed Chi, Quoc V Le, Denny Zhou, et al. 2022. C hain-of-thought P rompting E licits R easoning I n L arge L anguage M odels. The 36th Conference on Neural Information Processing Systems (NeurIPS), 35:24824--24837
2022
-
[37]
Matthias J Wieser, Elisabeth Klupp, Peter Weyers, Paul Pauli, David Weise, Daniel Zeller, Joseph Classen, and Andreas M \"u hlberger. 2012. R educed E arly V isual E motion D iscrimination A s A n I ndex O f D iminished E motion P rocessing I n P arkinson’s D isease?--evidence...
2012
-
[38]
BigScience Workshop, Teven Le Scao, Angela Fan, Christopher Akiki, Ellie Pavlick, Suzana Ili \'c , Daniel Hesslow, Roman Castagn \'e , Alexandra Sasha Luccioni, Fran c ois Yvon, et al. 2022. B loom: A 1 76b-parameter O pen-access M ultilingual L anguage M odel. arXiv preprint ...
2022 arXiv
-
[39]
Alexandros Xenos, Niki Maria Foteinopoulou, Ioanna Ntinou, Ioannis Patras, and Georgios Tzimiropoulos. 2024. V llms P rovide B etter C ontext F or E motion U nderstanding T hrough C ommon S ense R easoning. arXiv preprint arXiv:2404.07078
2024 arXiv
-
[40]
Hongxia Xie, Chu-Jun Peng, Yu-Wen Tseng, Hung-Jen Chen, Chan-Feng Hsu, Hong-Han Shuai, and Wen-Huang Cheng. 2024. E movit: R evolutionizing E motion I nsights W ith V isual I nstruction T uning. arXiv preprint arXiv:2404.16670
2024 arXiv
-
[41]
Liwen Xu, Zhengtao Wang, Bin Wu, and Simon Lui. 2022. M dan: M ulti-level D ependent A ttention N etwork F or V isual E motion A nalysis. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 9479--9488
2022
-
[42]
Jingyuan Yang, Qirui Huang, Tingting Ding, Dani Lischinski, Danny Cohen-Or, and Hui Huang. 2023. E mo S et: A L arge- S cale V isual E motion D ataset with R ich A ttributes. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 20383--20394
2023
-
[43]
Jingyuan Yang, Jie Li, Xiumei Wang, Yuxuan Ding, and Xinbo Gao. 2021. S timuli-aware V isual E motion A nalysis. IEEE Transactions on Image Processing, 30:7432--7445
2021
-
[44]
Quanzeng You, Jiebo Luo, Hailin Jin, and Jianchao Yang. 2016. B uilding a L arge S cale D ataset for I mage E motion R ecognition: T he F ine P rint and the B enchmark. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 30
2016
-
[45]
Sicheng Zhao, Hongxun Yao, Yue Gao, Guiguang Ding, and Tat-Seng Chua. 2018. https://doi.org/10.1109/TAFFC.2016.2628787 P redicting P ersonalized I mage E motion P erceptions I n S ocial N etworks . IEEE Transactions on Affective Computing, 9(4):526--540
2018
-
[46]
Caleb Ziems, Jane Yu, Yi-Chia Wang, Alon Halevy, and Diyi Yang. 2022. https://doi.org/10.18653/v1/2022.acl-long.261 The moral integrity corpus: A benchmark for ethical dialogue systems . In Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics...
2022 doi
-
[47]
online" 'onlinestring :=
ENTRY address archivePrefix author booktitle chapter edition editor eid eprint eprinttype howpublished institution journal key month note number organization pages publisher school series title type volume year doi pubmed url lastchecked label extra.label sort.label short.list...
-
[48]
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...
Reviewed August 8, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.