<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>consumer demand for transparent food imagery &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/consumer-demand-for-transparent-food-imagery/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Tue, 22 Sep 2026 14:09:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>consumer demand for transparent food imagery &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>AI System Mines Instagram Images to Boost Engagement and Reveal Nutrition</title>
		<link>https://scienmag.com/ai-system-mines-instagram-images-to-boost-engagement-and-reveal-nutrition/</link>
		
		<dc:creator><![CDATA[Daisy Hatcher]]></dc:creator>
		<pubDate>Tue, 22 Sep 2026 14:09:12 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[AI tools for restaurant marketing]]></category>
		<category><![CDATA[AI-powered social media image analysis]]></category>
		<category><![CDATA[brunch industry]]></category>
		<category><![CDATA[calorie intake]]></category>
		<category><![CDATA[consumer demand for transparent food imagery]]></category>
		<category><![CDATA[decision trees]]></category>
		<category><![CDATA[dual-objective AI system for visual appeal and nutrition]]></category>
		<category><![CDATA[dual-objective model]]></category>
		<category><![CDATA[engagement rate]]></category>
		<category><![CDATA[enhancing food posts with AI insights]]></category>
		<category><![CDATA[food photography]]></category>
		<category><![CDATA[image recommendation]]></category>
		<category><![CDATA[Instagram]]></category>
		<category><![CDATA[intelligent food photography optimization]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[machine learning for food image engagement]]></category>
		<category><![CDATA[multimedia tools for social media content enhancement]]></category>
		<category><![CDATA[nutrition transparency in food marketing]]></category>
		<category><![CDATA[nutritional communication in social media images]]></category>
		<category><![CDATA[nutritional transparency]]></category>
		<category><![CDATA[rule-based AI for Instagram content]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[social media food image evaluation]]></category>
		<category><![CDATA[visual perception]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=205675</guid>

					<description><![CDATA[A dual-objective AI system trained on 6,331 Instagram brunch images evaluates food photographs for both engagement and nutritional transparency and generates concrete rules for improving them.]]></description>
										<content:encoded><![CDATA[<p>Every day, millions of food photographs flood social media feeds, and behind each one stands a team of marketers, restaurateurs, and content creators hoping their image will stop the endless scroll. A new study from researchers at National Taiwan University of Science and Technology offers those creators something they have never had before: a rule-based artificial intelligence system that evaluates a photograph not only for how engaging it looks, but also for what it communicates about nutrition, and then tells the user exactly how to improve it. The research, published in Multimedia Tools and Applications, tackles one of the most persistent blind spots in social media marketing, where the pursuit of visual appeal has largely ignored the growing consumer demand for nutritional transparency.</p>
<p>The study, led by Kung-Jeng Wang of the Department of Industrial Management together with Jia-Yu Liu of the Graduate Institute of Intelligent Manufacturing Technology, set out to build what the authors describe as an intelligent image design model. Its defining feature is a dual-objective mechanism. Rather than optimizing a single outcome, the system simultaneously evaluates two distinct dimensions of a food photograph: its visual attractiveness as perceived by audiences, and its nutritional content expressed in terms of calorie intake. This pairing is unusual in the image recommendation literature, which has traditionally treated engagement as the sole target. Here, the machine must learn to look at a plate of food and judge both whether people will like it and whether it appears healthful.</p>
<p>To train and validate the model, the researchers assembled a substantial empirical dataset: 6,331 Instagram images drawn from the brunch industry, complete with their associated metadata. Brunch is a particularly instructive domain for this kind of work. Its dishes span an enormous visual and nutritional range, from indulgent plates of pancakes and fried fare to lighter options built around fruit, vegetables, and lean proteins. That variety gives the algorithm a rich signal landscape from which to learn what visual features correlate with high engagement and which ones signal high or low caloric content. The dataset was made openly available on figshare, a decision that allows other researchers to scrutinize, reuse, and extend the work.</p>
<p>The technical pipeline begins with feature extraction. From each image, the system initially derives 311 candidate features, a number that reflects the sheer density of information a photograph can carry: color distributions, compositional attributes, object-level detections, and other measurable visual descriptors. Machine learning on raw high-dimensional data of this kind risks overfitting, so the researchers applied feature selection to distill the 311 candidates down to just 20 significant features. This reduction is more than a computational convenience. It produces an interpretable set of visual cues that the subsequent models actually rely on, which matters enormously when the goal is to hand human marketers concrete advice rather than opaque predictions.</p>
<p>With those 20 features in hand, the team constructed decision-tree models. Decision trees occupy a special place in machine learning because they do not merely classify; they explain. Each branch of a tree corresponds to a condition on a feature, and each path from root to leaf can be read as an if-then rule. In this study, that property is the engine of the whole approach. By growing trees that predict image appeal and trees that classify nutritional content, the researchers could extract actionable rules for image creation and modification, phrases such as the kinds of visual configurations that tend to raise engagement or shift perceived calorie content. The work draws on a mature body of decision-tree research, and it echoes a broader trend of tree-assisted intelligent frameworks being applied to food analysis problems in recent engineering literature.</p>
<p>The empirical results reported in the paper confirm that the model performs effectively on both of its objectives. The system successfully predicts how appealing an image will be to viewers and accurately classifies images on nutritional content, using the compact feature set as input. What elevates the contribution beyond prediction is the recommendation layer: because the underlying models are rule-based, the system does not simply score an image and move on. It generates specific, concrete suggestions for how an image could be created or altered to perform better on either or both goals. For a social media manager deciding how to shoot, style, or edit a photograph, that turns an abstract analytics problem into a practical checklist.</p>
<p>The dual-objective framing also reflects a real tension in contemporary food marketing. Public health researchers have long documented how social media food imagery shapes eating behavior, particularly among younger audiences, and studies have shown that color psychology and packaging cues strongly influence perceptions of healthiness and tastiness. At the same time, brands compete fiercely for attention in feeds saturated with hyper-styled, indulgent imagery. A system that optimizes only for engagement could, in principle, push content toward ever more decadent presentations. By building nutritional perception into the optimization target itself, the Taiwanese team has embedded a public-health-aware constraint directly into the content design process, which the authors position as a genuine integration of engagement metrics with nutritional considerations rather than an afterthought.</p>
<p>The practical implications extend well beyond brunch cafés. The authors argue that the model provides practitioners in the tourism, hospitality, and food sectors with a significant competitive advantage in optimizing visual design strategies. Restaurants and hotel brands increasingly live or die by their Instagram presence, and the cost of producing content is substantial. A tool that can pre-screen candidate photographs, flag weak points, and recommend specific modifications before anything is published could materially change the economics of social media content production. The rule-based output also makes the system auditable: marketers can see exactly why a recommendation is made, which builds trust in a way that black-box deep learning models of images generally do not.</p>
<p>Methodologically, the study positions itself within a lineage of computational aesthetics and social media analytics research, including prior work on predicting the appeal of marketing images, machine learning analyses of color and engagement in touristic Instagram pictures, and earlier image recommendation systems for other product industries. The choice of a rule-based, decision-tree approach over purely deep neural solutions is deliberate. It trades some raw representational power for transparency, and in a domain where the output is meant to guide human creative decisions, that trade appears to pay off. The framework also supports automated content generation pipelines, since the extracted rules can serve as design constraints for generative systems that produce or modify images automatically.</p>
<p>Published as volume 85, article number 770 in Multimedia Tools and Applications, the paper arrives at a moment when the boundary between content creation and algorithmic optimization is dissolving rapidly. Food photography was once judged by intuition and taste; increasingly, it is judged by models trained on thousands of examples of what audiences actually respond to. What distinguishes this work is its insistence that what audiences respond to should not be the only question worth asking. By teaching a machine to care simultaneously about whether a photograph draws the eye and whether it honestly represents the nutrition on the plate, the researchers have sketched a template for a more responsible kind of social media intelligence, one in which the algorithm that helps you go viral is also the algorithm that keeps you honest.</p>
<p><strong>Subject of Research:</strong> A rule-based dual-objective machine learning model that recommends social media food images by jointly optimizing visual engagement and nutritional content perception.</p>
<p><strong>Article Title:</strong> An intelligent image recommendation system for social media engagement and nutritional transparency: a rule-based dual-objective approach</p>
<p><strong>Article References:</strong> Wang, K.-J., &amp; Liu, J.-Y. (2026). An intelligent image recommendation system for social media engagement and nutritional transparency: a rule-based dual-objective approach. <em>Multimedia Tools and Applications, 85</em>(10), Article 770. <a href="https://doi.org/10.1007/s11042-026-21918-y" rel="noopener noreferrer">https://doi.org/10.1007/s11042-026-21918-y</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s11042-026-21918-y" rel="noopener noreferrer">10.1007/s11042-026-21918-y</a></p>
<p><strong>Keywords:</strong> social media, Instagram, image recommendation, decision trees, machine learning, nutritional transparency, calorie intake, engagement rate, food photography, dual-objective model, brunch industry, visual perception</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">205675</post-id>	</item>
	</channel>
</rss>
