REVIEW 4 major objections 6 minor 45 references
Sensory advertising becomes computable: a metric matches human judgment, and a generator produces more persuasive ads.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-01 02:47 UTC pith:PHI45N3M
load-bearing objection First real benchmark for sensation evocation in ads, worth refereeing, but the headline Kappa is an inflated one-vs-all ranking and should be reframed. the 4 major comments →
Sense it with your eyes: Sensation Generation and Understanding for Advertisements
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The paper's central discovery is that sensation evocation in advertisements is measurable and generable. On the measurement side, a two-stage pipeline—an image-describing MLLM, then an LLM fine-tuned with a hierarchy-aware contrastive objective—yields SenseScore, which assigns an intensity to each of 96 sensations. The objective (L_CPO+Hierarchy) forces the model to prefer the more strongly evoked sensation while keeping a parent sensation's probability above its child's, encoding the taxonomy's structure. Fine-tuned on preference pairs built from 100 annotated ads, SenseScore reaches κ=0.80 on 100 held-out real ads and κ=0.68 on AI-generated ads, versus κ=0.57 for the best baseline. On the
What carries the argument
The load-bearing mechanism is a hierarchy-aware contrastive preference objective applied to a fine-tuned LLM. Given an MLLM-generated description of an ad image, the LLM emits log-probabilities for each of 96 sensations; the training objective L_CPO+Hierarchy makes the model prefer the more strongly evoked sensation over the weaker one while keeping the parent sensation's probability above the child's. This encodes both relative strength and the taxonomy's parent–child structure in a single scalar per sensation, which is SenseScore's intensity value. On the generation side, the central mechanism is SAGA's iterative agent loop—an editing planner outputs structured actions, a prompt refiner tu
Load-bearing premise
SenseScore's κ=0.80 rests on fine-tuning a language model on preference pairs derived from 100 hand-annotated ads (judged by 12 US-based annotators) and on a Kappa computation that drops human-tied pairs; if that sample or that tie-handling is unrepresentative, the agreement will not generalize.
What would settle it
Run SenseScore on a fresh set of, say, 200 ads sampled from a different region or medium and compare with fresh annotators, keeping all tied pairs in the Kappa calculation; if agreement falls below 0.6 or the tie-keeping changes the ranking of metrics, the claim of strong human agreement is falsified.
If this is right
- Advertisers and platforms can filter or flag ads that evoke inappropriate sensations (e.g., pain or alcohol-related cues) for sensitive audiences, since the classifier and scorer are automated.
- SenseScore can serve as a cheap automatic reward for text-to-image models, letting designers optimize for sensation without running human studies.
- The inverted-U relation between sensation intensity and message alignment (Fig. 7a) suggests generators should target a moderate sensory intensity; SAGA's advantage is partly that it finds that sweet spot.
- The demonstrated transfer to AI-generated ads (κ=0.68) means the metric can be embedded in generative pipelines as a feedback signal, not just an offline evaluator.
Where Pith is reading between the lines
- Because SenseScore's training pairs all come from 100 images, the metric's reliability per-sensation likely varies with annotation frequency; rare sensations (e.g., certain sounds) may be scored less accurately than common ones (e.g., cold or sweetness). A stratified evaluation by leaf sensation would expose this.
- The reported agreement ignores human-tied pairs; recomputing κ with ties scored as half-agreement, or using rank correlation on raw intensities, would give a more conservative estimate of how close SenseScore really is to humans.
- The finding that non-ad sensory images score lower on SenseScore than sensory ads suggests the metric is partly encoding rhetorical, ad-specific cues; a direct test would be to apply SenseScore to everyday photographs and see whether it flags them as sensation-weak, which would limit its use beyond advertising.
- If the trend of SAGA improving AIM and Pcomp holds, the framework could be repurposed as a general 'creativity critic' for aligning any abstract prompt with an image, not just sensation.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces the Sensory Ad dataset (670 PittAds images annotated with a 96-label hierarchical sensation taxonomy, evocation-strength scores, and contributing visual elements), two Sensation Classification (SenseClass) tasks, an automatic sensation-evocation metric (SenseScore) that combines an MLLM image description stage with a fine-tuned LLM trained via a hierarchy-aware contrastive preference objective, and a multi-agent generation framework (SAGA) for the new Sensory Ad Generation (SenseGen) task. The central claims are that SenseScore 'achieves strong agreement with human judgments' (abstract, κ=0.80 in Table 2), and that SAGA 'improves message–image alignment, sensory evocation, and persuasion' (abstract, Table 3). The paper also analyzes the trade-off between sensation intensity, message alignment, and persuasiveness in generated ads.
Significance. If the claims hold, the paper would provide the first computational benchmark for a previously unstudied dimension of visual persuasion, a reusable evaluation metric, a dataset with a structured taxonomy, and an agentic generation framework. The authors ship code, release the dataset, and include prompts and detailed supplement materials, which are concrete strengths. However, the central metric-validation protocol is nonstandard and appears to inflate agreement, and the generation results are evaluated with the proposed metric alongside metrics from the authors' prior work. The significance is therefore conditional on a re-validation of SenseScore with standard agreement/ranking metrics and on a clearer account of its generalization beyond the 100 training images.
major comments (4)
- [§4.2, Supplement D.1, Table 5] The headline Kappa is not a standard agreement measure. Supplement D.1 states: 'We ignore the sensation pairs where the human annotators assign the same score to both sensations.' Since annotators select at most 3 of 96 sensations, nearly all ignored pairs are (0,0) ties; the surviving items are overwhelmingly one-vs-all comparisons of a selected sensation against an unselected one. This turns the evaluation into a pairwise ranking task, not a full-label agreement task, and mirrors the CPO training objective in Eq. (2). The Supplement's own Pearson r=0.38 vs κ=0.86 (Table 5) quantifies the gap. The claim of 'near-perfect agreement with human' (κ=0.85) is therefore not supported in the standard sense. Please report Cohen's kappa on the binarized 96-label vectors (including ties), Pearson/Spearman correlation on the intensity scores, and a ROC-AUC or similar one-vs-all ranking metric, and
- [§4.2, Tables 2, 5, 6] The reported Kappa values are inconsistent across evaluation sets and protocols: Table 2 gives κ=0.80 on 100 real images, the text in §4.2 states 'κ=0.85 on real ads', Table 5 reports κ=0.86 on '5000 real' pairs, and Table 6 reports κ=0.78 on 400 real images. The sample sizes also need reconciliation: Table 2 says 100 images/≈10,000 pairs, Table 5 says 5,000 real pairs (which would be ≈52 images at 96 pairs per image), and Table 6 uses 400 images. Please provide a single, clearly defined evaluation protocol with the exact number of images, pairs, and annotation sources for every table, or explain why the numbers differ (e.g., different subsets of sensations or images).
- [§3.3, Supplement C, Table 2] The zero-shot SenseScore has κ≈0 for both LLAMA3 and QwenLM, and the fine-tuned model is trained on 40,000 pairs derived from only 100 images. The reported 0.80 is therefore essentially a measure of how well the model fits those 100 images' labels, not a demonstration of a general property of sensation evocation. Table 6 shows robustness to 400 images from the same distribution and annotation pool, which helps, but this is still a single, small human-preference set. Please add image-level cross-validation (e.g., train on 80 images, test on the remaining 20, repeated) and, ideally, an independent external sample of ads, to show that the fine-tuned ranking transfers beyond the exact training images. Until then, 'strong agreement with human judgments' should be qualified as agreement on the specific annotation sample.
- [§4.3, Table 3] The SAGA generation improvements are small in absolute terms and are reported without uncertainty: SenseScore increases from 0.97 to 0.99 for Flux, AIM from 0.43 to 0.49, Pcomp from 0.54 to 0.61. Given that SenseScore's validity is the subject of Major Comment 1, and AIM/Pcomp come from the authors' prior work, the claim that SAGA 'improves ... persuasion' should be backed by significance tests or confidence intervals over the 600 images, and by showing that the SenseScore differences are not within the metric's own noise level. The non-monotonic relationship in Fig. 7a is used to argue that SAGA finds an 'optimal level'; please provide quantitative evidence (e.g., the location of the peak and how SAGA's mean intensity differs from the baselines' means).
minor comments (6)
- [Conclusion] Redundant 'significantly' in 'significantly outperforming existing baselines significantly' (p. 14, last paragraph).
- [§3.3, Eq. (2)] The abbreviation CPO is used in the introduction and Eq. (2) but not expanded at first use; define 'Contrastive Preference Optimization' where it appears.
- [Table 2] The 'Taste' column for VQA-score shows 'no'—please clarify whether this is a missing value, zero, or not applicable.
- [§4.2, Tables 2 and 6] The 95% confidence intervals (e.g., [0.80, 0.81]) appear to treat the 100×96 pairs as independent, but pairs from the same image are highly dependent. Please compute image-level bootstrapped CIs or otherwise account for clustering.
- [Supplement D.1, Table 5] The discrepancy between Table 2 (κ=0.80) and Table 5 (κ=0.86) for 'SenseScore (LLAMA3 + D_InternVL)' is confusing; the main text should cite a single consistent value and explain the source of the difference.
- [References] Reference [4] (DALL-E 3) has a malformed URL in the bibliography ('https://cdn. openai. com/papers/dall-e-3. pdf2(3), 8 (2023)').
Circularity Check
No significant circularity; SenseScore's agreement is an empirical supervised fit, and the only self-citation (AIM/Pcomp) is secondary.
full rationale
I walked the paper's derivation chain and found no step where a prediction is equivalent to its input by construction. SenseScore is a supervised metric: zero-shot agreement with humans is near zero (Table 2: κ≈-0.03 to -0.06), and after fine-tuning on human-annotated preference pairs it reaches κ≈0.80 on held-out images. The paper explicitly states that fine-tuning is essential (§4.2), so the reported agreement is an empirical fit, not a disguised derivation. The evaluation uses image sets separate from those used for training (Supplement C; §4.2), so the improvement is not statistically forced on the training data. The main self-citation is the use of AIM and Pcomp from the authors' prior work [1] to evaluate SAGA; these are published metrics and their use is secondary to the paper's core sensory contribution. The κ protocol in Supplement D.1 discards tied sensation pairs, which may inflate the agreement number, but this is a disclosed methodological limitation, not a circular reduction: the surviving pairs are still on held-out images and the model could fail them. No equation in the paper reduces a predicted quantity to a fitted parameter or to the evaluation label set.
Axiom & Free-Parameter Ledger
free parameters (4)
- SenseScore fine-tuned LLM weights (LoRA) =
LoRA on LLAMA3-8B or Qwen2.5-7B; 40,000 preference pairs from 100 human-annotated images; lr 5e-5
- CPO temperature β in Eq. (2) =
not reported
- Maximum number of SAGA dialogue iterations =
not reported
- Maximum of 3 sensations per image =
3
axioms (5)
- domain assumption The 96-label sensation hierarchy (5 root senses with hand-defined children) is a valid and complete representation of the sensations an ad can visually evoke.
- domain assumption Human annotation scores from 12 Prolific workers are ground truth for sensation intensity.
- domain assumption MLLM-generated image descriptions are faithful and free of interpretation.
- domain assumption The 670-image PittAds subset is representative of real advertisements.
- domain assumption By definition, evoking a child sensation implies evoking its parent.
read the original abstract
Sensory advertising evokes human senses through visual cues, enabling audiences to mentally simulate experiences and increasing persuasive impact. Despite the recent increase in using AI in generating and understanding creative and persuasive content, how advertisements visually evoke sensations remains largely unexplored. In this work, we introduce the first study of understanding, evaluating, and generating sensory ads. We introduce the Sensory Ad dataset, and define sensation classification tasks (SenseClass) to benchmark LLMs and MLLMs. We further propose SenseScore, an automated evaluation metric for sensation evocation achieving strong agreement with human judgments. Finally, we introduce the Sensory Ad Generation (SenseGen) task and propose SAGA, a multi-agent framework that improves message image alignment, sensory evocation, and persuasion. Our work establishes a foundation for sensory-aware visual persuasion.
Figures
Reference graph
Works this paper leans on
-
[1]
In: Proceedings of the IEEE/CVF International Conference on Com- puter Vision
Aghazadeh, A., Kovashka, A.: Cap: Evaluation of persuasive and creative image generation. In: Proceedings of the IEEE/CVF International Conference on Com- puter Vision. pp. 16970–16980 (2025)
2025
-
[2]
In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition
Akula, A.R., Driscoll, B., Narayana, P., Changpinyo, S., Jia, Z., Damle, S., Pruthi, G., Basu, S., Guibas, L., Freeman, W.T., et al.: Metaclue: Towards comprehen- sive visual metaphors research. In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition. pp. 23201–23211 (2023)
2023
-
[3]
Advances in Neural Information Processing Systems36, 7351–7360 (2023)
Bender, T., Sørensen, S., Kashani, A., Eldjarn Hjorleifsson, K., Hyldig, G., Hauberg, S., Belongie, S., Warburg, F.: Learning to taste: A multimodal wine dataset. Advances in Neural Information Processing Systems36, 7351–7360 (2023)
2023
-
[4]
https://cdn
Betker, J., Goh, G., Jing, L., Brooks, T., Wang, J., Li, L., Ouyang, L., Zhuang, J., Lee,J.,Guo,Y.,etal.:Improvingimagegenerationwithbettercaptions.Computer Science. https://cdn. openai. com/papers/dall-e-3. pdf2(3), 8 (2023)
2023
-
[5]
Black Forest Labs: Flux.https://github.com/black-forest-labs/flux(2024)
2024
-
[6]
In: ICLR (2024)
Chen, J., Yu, J., Ge, C., Yao, L., Xie, E., Wu, Y., Wang, Z., Kwok, J., Luo, P., Lu, H., et al.: Pixart-α: Fast training of diffusion transformer for photorealistic text-to-image synthesis. In: ICLR (2024)
2024
-
[7]
Journal of marketing research51(2) (2014)
Cian, L., Krishna, A., Elder, R.S.: This logo moves me: Dynamic imagery from static images. Journal of marketing research51(2) (2014)
2014
-
[8]
Educational and psycho- logical measurement20(1), 37–46 (1960)
Cohen, J.: A coefficient of agreement for nominal scales. Educational and psycho- logical measurement20(1), 37–46 (1960)
1960
-
[9]
arXiv preprint arXiv:2501.05710 (2025)
Dang, S., He, Y., Ling, L., Qian, Z., Zhao, N., Cao, N.: Emoticrafter: Text- to-emotional-image generation based on valence-arousal model. arXiv preprint arXiv:2501.05710 (2025)
arXiv 2025
-
[10]
Journal of Consumer Psychology32(2), 293–315 (2022)
Elder, R.S., Krishna, A.: A review of sensory imagery for consumer psychology. Journal of Consumer Psychology32(2), 293–315 (2022)
2022
-
[11]
In: Forty-first international conference on machine learning (2024)
Esser, P., Kulal, S., Blattmann, A., Entezari, R., Müller, J., Saini, H., Levi, Y., Lorenz, D., Sauer, A., Boesel, F., et al.: Scaling rectified flow transformers for high-resolution image synthesis. In: Forty-first international conference on machine learning (2024)
2024
-
[12]
Fal: Introducing auraflow v0.1, an open exploration of large rectified flow models (2024), available at:https://blog.fal.ai/auraflow/[Accessed: 2024-11-07]
2024
-
[13]
In: Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing
Ghosh, S., Kumar, S., Seth, A., Evuru, C.K.R., Tyagi, U., Sakshi, S., Nieto, O., Duraiswami, R., Manocha, D.: Gama: A large audio-language model with advanced audio understanding and complex reasoning abilities. In: Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing. pp. 6288–6313 (2024)
2024
-
[14]
In: Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing
Hessel, J., Holtzman, A., Forbes, M., Le Bras, R., Choi, Y.: Clipscore: A reference- free evaluation metric for image captioning. In: Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing. pp. 7514–7528 (2021)
2021
-
[15]
In: International Con- ference on Learning Representations (2022),https://openreview.net/forum?id= nZeVKeeFYf9
Hu, E.J., Shen, Y., Wallis, P., Allen-Zhu, Z., Li, Y., Wang, S., Wang, L., Chen, W.: LoRA: Low-rank adaptation of large language models. In: International Con- ference on Learning Representations (2022),https://openreview.net/forum?id= nZeVKeeFYf9
2022
-
[16]
Routledge (2015) 16 Aysan Aghazadeh, Sina Malakouti, and Adriana Kovashka
Hultén, B.: Sensory marketing: Theoretical and empirical grounds. Routledge (2015) 16 Aysan Aghazadeh, Sina Malakouti, and Adriana Kovashka
2015
-
[17]
In: Pro- ceedings of the IEEE conference on computer vision and pattern recognition
Hussain, Z., Zhang, M., Zhang, X., Ye, K., Thomas, C., Agha, Z., Ong, N., Ko- vashka, A.: Automatic understanding of image and video advertisements. In: Pro- ceedings of the IEEE conference on computer vision and pattern recognition. pp. 1705–1715 (2017)
2017
-
[18]
In: Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
Kim, J., Han, J., Choi, D., Yoon, J., Lee, E.J., Jo, Y.: Pvp: An image dataset for personalized visual persuasion with persuasion strategies, viewer characteristics, and persuasiveness ratings. In: Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers). pp. 19209– 19237 (2025)
2025
-
[19]
Advances in neural information processing systems36, 36652–36663 (2023)
Kirstain,Y.,Polyak,A.,Singer,U.,Matiana,S.,Penna,J.,Levy,O.:Pick-a-pic:An open dataset of user preferences for text-to-image generation. Advances in neural information processing systems36, 36652–36663 (2023)
2023
-
[20]
Journal of consumer psychology22(3), 332–351 (2012)
Krishna, A.: An integrative review of sensory marketing: Engaging the senses to affect perception, judgment and behavior. Journal of consumer psychology22(3), 332–351 (2012)
2012
-
[21]
Current Opinion in Psychology10, 142–147 (2016)
Krishna, A., Cian, L., Sokolova, T.: The power of sensory marketing in advertising. Current Opinion in Psychology10, 142–147 (2016)
2016
-
[22]
Journal of consumer psychology24(2), 159–168 (2014)
Krishna, A., Schwarz, N.: Sensory marketing, embodiment, and grounded cogni- tion: A review and introduction. Journal of consumer psychology24(2), 159–168 (2014)
2014
-
[23]
In: Proceedings of the AAAI conference on artificial intelligence
Kumar, Y., Jha, R., Gupta, A., Aggarwal, M., Garg, A., Malyan, T., Bhardwaj, A., Shah, R.R., Krishnamurthy, B., Chen, C.: Persuasion strategies in advertisements. In: Proceedings of the AAAI conference on artificial intelligence. vol. 37, pp. 57–66 (2023)
2023
-
[24]
In: Proceedings of the AAAI Conference on Artificial Intelligence
Liao, J., Chen, X., Fu, Q., Du, L., He, X., Wang, X., Han, S., Zhang, D.: Text-to- image generation for abstract concepts. In: Proceedings of the AAAI Conference on Artificial Intelligence. vol. 38, pp. 3360–3368 (2024)
2024
-
[25]
In: ECCV (2024)
Lin, Z., Pathak, D., Li, B., Li, J., Xia, X., Neubig, G., Zhang, P., Ramanan, D.: Evaluating text-to-visual generation with image-to-text generation. In: ECCV (2024)
2024
-
[26]
Strategic Direction22(2) (2006)
Lindstrom, M.: Brand sense: How to build powerful brands through touch, taste, smell, sight and sound. Strategic Direction22(2) (2006)
2006
-
[27]
arXiv preprint arXiv:2403.12356 (2024)
Menon, S., Wang, S., Chilton, L.: Moodsmith: Enabling mood-consistent multime- dia for ai-generated advocacy campaigns. arXiv preprint arXiv:2403.12356 (2024)
Pith/arXiv arXiv 2024
-
[28]
The American Journal of Occupational Therapy69(1), 6901290010p1–6901290010p8 (2015)
Nau, A.C., Pintar, C., Arnoldussen, A., Fisher, C.: Acquisition of visual perception in blind adults using the brainport artificial vision device. The American Journal of Occupational Therapy69(1), 6901290010p1–6901290010p8 (2015)
2015
-
[29]
arXiv preprint arXiv:2511.20544 (2025)
Ozguroglu, E., Liang, J., Liu, R., Chiquier, M., DeTienne, M., Qian, W.W., Horowitz, A., Owens, A., Vondrick, C.: New york smells: A large multimodal dataset for olfaction. arXiv preprint arXiv:2511.20544 (2025)
arXiv 2025
-
[30]
In: Proceedings of the Asian Conference on Computer Vision (2020)
Park, C., Lee, I.K.: Emotional landscape image generation using generative ad- versarial networks. In: Proceedings of the Asian Conference on Computer Vision (2020)
2020
-
[31]
Journal of Interactive Market- ing45(1), 42–61 (2019)
Petit, O., Velasco, C., Spence, C.: Digital sensory marketing: Integrating new technologies into multisensory online experience. Journal of Interactive Market- ing45(1), 42–61 (2019)
2019
-
[32]
Journal of NeuroEngineering and Rehabilitation 22(1), 21 (2025) 17
Prahm, C., Eckstein, K., Bressler, M., Wang, Z., Li, X., Suzuki, T., Daigeler, A., Kolbenschlag, J., Kuzuoka, H.: Phantomar: gamified mixed reality system for alleviating phantom limb pain in upper limb amputees—design, implementation, and clinical usability evaluation. Journal of NeuroEngineering and Rehabilitation 22(1), 21 (2025) 17
2025
-
[33]
arXiv preprint arXiv:2510.22768 (2025)
Qiu, H., Zhou, Y., Venkit, P.N., Huang, K.H., Zhang, J., Peng, N., Wu, C.S.: Mm- persuade: A dataset and evaluation framework for multimodal persuasion. arXiv preprint arXiv:2510.22768 (2025)
Pith/arXiv arXiv 2025
-
[34]
arXiv preprint arXiv:2405.00942 (2024)
Singh, S., SI, H., Singla, Y.K., Baths, V., Shah, R.R., Chen, C., Krishnamurthy, B.: Teaching human behavior improves content understanding abilities of llms. arXiv preprint arXiv:2405.00942 (2024)
Pith/arXiv arXiv 2024
-
[35]
In: ICLR (2025)
Singh, S.K., Singla, Y.K., Krishnamurthy, B., et al.: Measuring and improving persuasiveness of large language models. In: ICLR (2025)
2025
-
[36]
Cognition89(3), 237–261 (2003)
Ward, J., Simner, J.: Lexical-gustatory synaesthesia: linguistic and conceptual fac- tors. Cognition89(3), 237–261 (2003)
2003
-
[37]
arXiv preprint arXiv:2508.02324 (2025)
Wu, C., Li, J., Zhou, J., Lin, J., Gao, K., Yan, K., Yin, S.m., Bai, S., Xu, X., Chen, Y., et al.: Qwen-image technical report. arXiv preprint arXiv:2508.02324 (2025)
Pith/arXiv arXiv 2025
-
[38]
In: International Conference on Machine Learning
Xu, H., Sharaf, A., Chen, Y., Tan, W., Shen, L., Van Durme, B., Murray, K., Kim, Y.J.: Contrastive preference optimization: Pushing the boundaries of llm perfor- mance in machine translation. In: International Conference on Machine Learning. pp. 55204–55224. PMLR (2024)
2024
-
[39]
Advances in Neural Information Processing Systems36, 15903–15935 (2023)
Xu, J., Liu, X., Wu, Y., Tong, Y., Li, Q., Ding, M., Tang, J., Dong, Y.: Imagere- ward: Learning and evaluating human preferences for text-to-image generation. Advances in Neural Information Processing Systems36, 15903–15935 (2023)
2023
-
[40]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Yang, F., Feng, C., Chen, Z., Park, H., Wang, D., Dou, Y., Zeng, Z., Chen, X., Gangopadhyay, R., Owens, A., et al.: Binding touch to everything: Learning unified multimodal tactile representations. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 26340–26353 (2024)
2024
-
[41]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Yang, J., Feng, J., Huang, H.: Emogen: Emotional image content generation with text-to-image diffusion models. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 6358–6368 (2024)
2024
-
[42]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Zhai, A.J., Shen, Y., Chen, E.Y., Wang, G.X., Wang, X., Wang, S., Guan, K., Wang, S.: Physical property understanding from language-embedded feature fields. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 28296–28305 (2024)
2024
-
[43]
Generate an image evoking sensation
Zhang, L., Rao, A., Agrawala, M.: Adding conditional control to text-to-image diffusion models. In: Proceedings of the IEEE/CVF international conference on computer vision. pp. 3836–3847 (2023) A Outline This supplement provides additional discussion of the dataset, experimental setup and implementation details, and extended results. It also discusses pot...
2023
-
[44]
Convey the intended advertisement message, and
-
[45]
type_of_action
Evoke the specified sensation (e.g., refreshment, heat, softness, luxury). When you receive an issue from the critic, you MUST focus your edits on addressing that SPECIFIC issue: Image-Message Alignment: The image does not clearly convey the adver- tisement message. Focus on making the product or brand more prominent, ensuring the image directly relates t...
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.