OmniFood-Bench: Evaluating VLMs for Nutrient Reasoning and Personalized Health Advice
Summary
Introduces OmniFood-Bench, a benchmark for evaluating vision-language models on nutrient reasoning and personalized health advice. Experiments show VLMs struggle with mass estimation and safety-critical recommendations.
View Cached Full Text
Cached at: 07/10/26, 06:08 AM
# OmniFood-Bench: Evaluating VLMs for Nutrient Reasoning and Personalized Health Advice
Source: [https://arxiv.org/html/2607.08423](https://arxiv.org/html/2607.08423)
Qian Jiang1, Zhecheng Shi2, Jingpu Yang3, Zirui Song4, Miao Fang1\*
###### Abstract
The rapid integration of Large Vision\-Language Models \(VLMs\) into critical infrastructure promises to revolutionize personalized healthcare and dietary management\. However, in the domain of food systems, autonomous agents face a unique and persistent challenge: the “Systemic Information Asymmetry” between visual appearance and intrinsic nutritional composition\. Existing benchmarks primarily focus on coarse\-grained classification tasks, such as food category recognition, which fail to evaluate the intricate reasoning chain required for real\-world dietary management—specifically, the ability to traverse from identifying hidden ingredients to estimating physical mass, and finally synthesizing safety\-critical medical advice\. In this paper, we introduceOmniFood\-Bench, a comprehensive benchmark constructed from the MM\-Food\-100K dataset\. Unlike previous works, OmniFood\-Bench evaluates VLMs across three progressive capabilities: Basic Perception \(Ingredients & Cooking Methods\), Quantitative Reasoning \(Portion Size & Nutritional Profiling\), and Safety\-Critical Advisory \(Disease\-Specific Recommendations\)\. We evaluate six state\-of\-the\-art VLMs, including gpt\-5\.1, gemini\-3\-flash, and qwen3\-vl\-8B\. Our extensive experiments reveal a startling “Semantic\-Physical Gap”: while models achieve near\-human accuracy in naming dishes, they exhibit catastrophic failure in mass estimation and frequently hallucinate benign advice for high\-risk diabetic profiles\. This work establishes a rigorous standard for trustworthiness in autonomous agents deployed for public health\. The code and datasets are available in:https://anonymous\.4open\.science/r/OmniFood\-Bench\-7D0B
## IIntroduction
In the era of intelligent media, autonomous agents are increasingly tasked with interpreting high\-dimensional multimodal data to assist in complex daily decision\-making processes\[[24](https://arxiv.org/html/2607.08423#bib.bib16)\]\. Among the myriad applications of these agents, AI\-driven dietary management holds immense potential for combating the rising global burden of chronic diseases such as obesity, diabetes, and hypertension\.\[[11](https://arxiv.org/html/2607.08423#bib.bib17),[32](https://arxiv.org/html/2607.08423#bib.bib18)\]A theoretical ”AI Dietitian” agent should possess the capability to perceive a meal via a camera, analyze its nutritional composition with clinical precision, and offer personalized advice tailored to the user’s specific physiological state\. The realization of such a system would democratize access to personalized nutrition, moving beyond generic calorie counting to risk\-aware health surveillance\.
However, the deployment of such autonomous agents is currently hindered by significant challenges regarding robustness, data trust, and safety\[[9](https://arxiv.org/html/2607.08423#bib.bib31),[31](https://arxiv.org/html/2607.08423#bib.bib32)\]\. Unlike general object detection tasks where identifying a bounding box suffices,\[[26](https://arxiv.org/html/2607.08423#bib.bib19)\]food understanding requires a complex process ofVisual\-to\-Physical Inference\. An agent must deduce the invisible from the visible: determining whether a dish is deep\-fried or steamed \(which drastically alters caloric density\), estimating the physical mass of a steak from 2D pixels \(resolving scale and depth ambiguity\), and retrieving domain\-specific medical knowledge to warn a diabetic user about potential hidden sugars in a glaze\. This creates a ”Systemic Information Asymmetry” where the visual signal alone is often insufficient without robust reasoning and world knowledge\.
Figure 1:From Visual Recognition to Health Reasoning\.Traditional food computing \(top\) focuses primarily on categorizing dishes\. OmniFood\-Bench \(bottom\) introduces a hierarchical evaluation pipeline that requires agents to bridge the “Semantic\-Physical Gap”: traversing from ingredient identification to quantitative weight estimation, and finally to personalized, risk\-aware medical advisory\.The stakes in this domain are exceptionally high\. In typical vision tasks, a misclassification might result in a minor user inconvenience\. In dietary management for chronic disease patients, a ”hallucination” regarding sugar content or portion size can lead to adverse health outcomes, such as hyperglycemic events for diabetics or hypertensive crises for heart patients\.\[[23](https://arxiv.org/html/2607.08423#bib.bib20)\]Therefore, the ”Safety Alignment” of these agents is not merely a metric of quality but a fundamental requirement for deployment\. Current Large Vision\-Language Models \(VLMs\), despite their impressive capabilities in general captioning, have not been rigorously stress\-tested in this specific, high\-risk domain\.\[[2](https://arxiv.org/html/2607.08423#bib.bib4),[3](https://arxiv.org/html/2607.08423#bib.bib2)\]They often exhibit a ”Semantic\-Physical Gap,” where they can eloquently describe a dish but fail to understand its physical properties or health implications\.
Existing benchmarks in food computing, such as Food\-101\[[1](https://arxiv.org/html/2607.08423#bib.bib6)\], VireoFood\-172\[[4](https://arxiv.org/html/2607.08423#bib.bib7)\], and others\[[29](https://arxiv.org/html/2607.08423#bib.bib33)\], have predominantly focused on the problem of visual classification or recipe retrieval\. While these datasets have driven progress in fine\-grained recognition, they treat food largely as semantic labels rather than physical objects with mass, volume, and chemical properties\. More recent efforts like Nutrition5k\[[25](https://arxiv.org/html/2607.08423#bib.bib8)\]have introduced depth and mass data, but they are often collected in controlled laboratory settings that lack the visual complexity and ”in\-the\-wild” variability of real\-world dining scenarios\. Furthermore, no existing benchmark explicitly evaluates theend\-to\-end reasoning chain—from pixels to prescription—specifically targeting safety\-critical health scenarios\.
To bridge this critical gap, we proposeOmniFood\-Bench, a hierarchical evaluation framework designed to stress\-test the limits of current state\-of\-the\-art VLMs\. We structure our evaluation taxonomy into three progressive layers to mimic the cognitive process of a human dietitian\. First,Basic Perceptiontests the model’s ability to identify ingredients and cooking methods, establishing a baseline for semantic understanding\. Second,Quantitative Estimationprobes the model’s ”Physical World Model,” requiring it to estimate portion sizes \(in grams\) and nutritional profiles \(macros\) from 2D images\. Third,Advanced Reasoningevaluates the agent’s ability to synthesize this information into safe, personalized dietary advice for users with specific medical conditions\.
Our contributions are threefold\. First, we establish the first unified benchmark that links visual perception directly to medical safety outcomes, moving beyond simple accuracy metrics to ”Risk\-Aware” evaluation\. Second, we provide a comprehensive analysis of six leading proprietary and open\-source models, revealing that strong general capabilities do not automatically translate to safe dietary reasoning\. Third, we diagnose specific failure modes, identifying that the primary bottleneck for current agents lies in the ”Visual\-to\-Mass” estimation step, which propagates errors downstream to health advice\. This work serves as a foundational step toward building trustworthy, safety\-aligned autonomous agents for the global food system\.\[[19](https://arxiv.org/html/2607.08423#bib.bib21)\]
## IIRelated Work
### II\-AEvolution of Food Computing
The field of food computing has undergone a significant transformation over the past decade, evolving from simple image classification to complex multimodal analysis\. Early foundational datasets, such as Food\-101\[[1](https://arxiv.org/html/2607.08423#bib.bib6)\]and UEC\-Food\[[14](https://arxiv.org/html/2607.08423#bib.bib9)\], focused primarily on categorizing dishes into fixed taxonomies\. These benchmarks drove the development of Convolutional Neural Networks \(CNNs\) capable of distinguishing between visually similar dishes\[[22](https://arxiv.org/html/2607.08423#bib.bib10),[16](https://arxiv.org/html/2607.08423#bib.bib22)\]\.Subsequent works expanded this scope by introducing ingredient\-level annotations and recipe retrieval tasks\[[10](https://arxiv.org/html/2607.08423#bib.bib1)\], as seen in VireoFood\-172\[[13](https://arxiv.org/html/2607.08423#bib.bib11)\]and Recipe1M\[[17](https://arxiv.org/html/2607.08423#bib.bib12)\]\. These datasets enabled models to learn the correlation between visual appearance and textual ingredients\. However, a major limitation of these earlier works is their treatment of food as semantic labels rather than physical objects\. They lack the quantitative metadata—such as weight, volume, and caloric density—necessary for precise nutritional analysis\. While recent datasets like Nutrition5k\[[25](https://arxiv.org/html/2607.08423#bib.bib8)\]have attempted to address this by incorporating depth data and scale measurements, they are largely constrained to laboratory settings, limiting their generalizability to the complex, cluttered, and occluded environments found in real\-world dining\.
### II\-BLarge Multimodal Models in Healthcare
Recent advancements in Multimodal Large Language Models \(MLLMs\), such as Med\-Gemini\[[21](https://arxiv.org/html/2607.08423#bib.bib13)\]and specialized clinical VLMs, have demonstrated impressive capabilities in interpreting radiological scans and generating diagnostic reports\.\[[15](https://arxiv.org/html/2607.08423#bib.bib3),[20](https://arxiv.org/html/2607.08423#bib.bib5),[27](https://arxiv.org/html/2607.08423#bib.bib34)\]However, a significant gap remains in the domain ofpreventivehealth and dietary monitoring\. Unlike standardized medical imaging, food imagery is highly unstructured and suffers from severe occlusion and scale ambiguity\. Current general\-purpose models like GPT\-5\.1\[[8](https://arxiv.org/html/2607.08423#bib.bib14)\], while powerful, often lack the specific domain alignment required to distinguish between visually similar but nutritionally distinct food preparations \(e\.g\., distinguishing sugar\-free vs\. glazed desserts\), leading to potentially dangerous advisory hallucinations\.
### II\-CSafety Alignment in Autonomous Agents
Trustworthiness is paramount for autonomous agents operating in high\-stakes environments\. In the context of healthcare and food systems, a ”hallucination” is not merely a factual error\[[12](https://arxiv.org/html/2607.08423#bib.bib15),[5](https://arxiv.org/html/2607.08423#bib.bib23)\]; it is a potential safety hazard\. Recent research in AI safety has focused heavily on preventing toxicity, bias, and harmful content generation\[[33](https://arxiv.org/html/2607.08423#bib.bib24),[18](https://arxiv.org/html/2607.08423#bib.bib25)\]\. However, there is a relative scarcity of research on ”Factual Safety” in biomedical contexts—specifically, ensuring that an agent does not recommend contraindicated actions based on flawed visual perception\. OmniFood\-Bench addresses this by explicitly quantifying ”Safety Hallucinations” in the context of dietary advice\. We move beyond standard toxicity detection to evaluate ”Biomedical Factual Alignment,” creating a new standard for determining whether an autonomous agent is safe enough to be deployed as a personal health assistant\.
Figure 2:Overview of OmniFood\-Bench Data Diversity\.The benchmark covers four distinct modalities: Restaurant, Homemade, Packaged Food, and Raw Ingredients, evaluating capabilities from fine\-grained weight estimation to precise nutrient extraction\.
## IIIThe OmniFood\-Bench Framework
To ensure a rigorous evaluation of autonomous agents in the food domain, we designed the OmniFood\-Bench framework\. This section details the data curation process, the rigorous annotation pipeline, and the hierarchical task definitions\.
### III\-AData Construction and Curation
We constructed OmniFood\-Bench using a carefully curated subset of the MM\-Food\-100K\[[6](https://arxiv.org/html/2607.08423#bib.bib27)\]dataset, specifically selected to maximize diversity and challenge\. The dataset comprises 1,208 high\-quality samples distributed across four major categories:Homemade Food,Restaurant Food,Packaged Food, andRaw Ingredients\.
The integrity of this high\-quality subset was verified through manual spot checks to ensure data authenticity and reliability\. Furthermore, in accordance with authoritative health and hygiene standards, we established a labeling system—categorized as Normal Intake, Controlled Intake, and Not Recommended—based on the specific weights \(in grams\) of proteins, fats, and carbohydrates found in the original dataset\. These labels are tailored to various clinical conditions, such as diabetes and chronic kidney disease, by defining precise numerical ranges for essential nutrient intake\.
We evaluated open\-source models \(e\.g\., qwen3\-vl\-8B\) on 1,208 samples, while closed\-source models \(e\.g\., gpt\-5\.1\) were evaluated on a representative subset of 496 samples\.
### III\-BHierarchical Task Definitions
We structure the evaluation into three progressive tasks that probe the capabilities of VLMs from simple perception to complex reasoning\.
Task I: Basic Perception\.This task evaluates the model’s ability to recognize the semantic content of the image\. It involves two sub\-tasks: Cooking Method \(CM\) classification and Ingredient List generation\. For Cooking Method, we measure the classification accuracy of the preparation technique, which is vital for caloric estimation\. For Ingredients, we evaluate theIngredient Match Rateof the predicted ingredient set against the ground truth\.
Task II: Quantitative Estimation\.This task tests the ”Physical World Model” of the agent, requiring it to map 2D pixels to 3D physical properties\. The first sub\-task is Portion Size \(PS\) Estimation, where the model must predict the weight \(in grams\) of specific visible components\. We evaluate performance using theMean Absolute Percentage Error \(MAPE\), where a lower value indicates better grounding\. The second sub\-task is Nutritional Profile \(NP\) Estimation, where the model estimates the total grams of macronutrients, also measured byMAPE\.
Task III: Advanced Advisory\.This is the safety\-critical capstone task\. The model acts as a clinical dietitian\. Given a specific user profileP∈\{Diabetes,Obesity,…\}P\\in\\\{Diabetes,Obesity,\.\.\.\\\}, the model must output a decisionD∈\{A,B,C\}D\\in\\\{A,B,C\\\}, corresponding to Normal Intake, Controlled Intake, and Avoid Intake, respectively\. We measure Classification Accuracy to evaluate the model performance\.
## IVExperiments and Analysis
### IV\-AExperimental Setup
We evaluated six representative VLMs to provide a comprehensive view of the current landscape\. Our selection includes three proprietary models: gpt\-5\.1, gemini\-3\-flash, and claude\-sonnet\-4\. We also evaluate three open\-weights models: qwen3\-vl\-8B\[[30](https://arxiv.org/html/2607.08423#bib.bib28)\], InternVL3\_5\-8B\[[28](https://arxiv.org/html/2607.08423#bib.bib30)\], and Llama\-3\.2\-11B\-Vision\[[7](https://arxiv.org/html/2607.08423#bib.bib29)\]\. All models were evaluated in a zero\-shot setting to simulate real\-world user interaction, using a standardized prompt structure that includes the image and specific query fields\.
### IV\-BResults: Basic Perception
We first analyze the models’ fundamental ability to recognize cooking methods and ingredient portions\. As shown in Table[I](https://arxiv.org/html/2607.08423#S4.T1), proprietary models generally exhibit stronger semantic understanding\.gpt\-5\.1achieves the highest accuracy across most categories, particularly in ”Raw Vegetables & Fruits” \(87\.23%\)\. This indicates that modern VLMs have largely solved the problem of classifying distinct, unprocessed food items\.
However, the performance drops significantly in the ”Packaged Food” category for all models \(e\.g\.,gemini\-3\-flashat 42\.86%\)\. This is likely due to the diversity of packaging designs and the challenge of OCR \(Optical Character Recognition\) integration when reading labels under varying lighting conditions\.
TABLE I:Basic Perception Results\.We report the Accuracy \(%\) for Cooking Method \(CM\) detection and Ingredient Match Rate \(Portion\) across four domains\. Best results are highlighted inDark Blue, second best inLight Blue\.To further visualize these capabilities, we present a holistic radar chart in Fig\.[3](https://arxiv.org/html/2607.08423#S4.F3)\. The chart reveals a distinct cluster of performance\. While models are relatively tightly grouped in identifying ”Restaurant Cooking” methods \(top axis\), there is significant divergence in ”Packaged Portion” \(bottom\-left axis\)\. Notably, the open\-source modelqwen3\-vl\-8Bdemonstrates surprising robustness in portion element recognition, outperforming some proprietary models\. This suggests that recent open\-weights models, potentially fine\-tuned on high\-quality visual\-instruction data, are closing the semantic gap with larger commercial models\.
Figure 3:Holistic Capability Assessment\.This radar chart contrasts the performance of six models across 8 dimensions \(4 Food Types×\\times2 Basic Tasks\)\. While models cluster closely on ”Restaurant Cooking” \(top\), significant divergence is observed in ”Packaged Portion” \(bottom\-left\), where open\-source models like Qwen3\-VL show competitive performance\.
### IV\-CResults: Quantitative Estimation
The transition from semantic recognition to physical quantification reveals the most critical weaknesses in current architectures\. As shown in Table[II](https://arxiv.org/html/2607.08423#S4.T2), the Mean Absolute Percentage Error \(MAPE\) for portion size estimation is universally high\. Even the best\-performing models struggle to achieve a MAPE below 50% in complex categories like ”Packaged Food\.”
The ”Semantic\-Physical Gap” is clearly illustrated here\. Whilegpt\-5\.1excels at naming the dish \(Table[I](https://arxiv.org/html/2607.08423#S4.T1)\), its ability to estimate the mass is inconsistent\. For instance, in ”Raw Vegetables,” the MAPE skyrockets to 185%\. This is likely due to scale ambiguity—without a reference object \(like a coin or ruler\), the model cannot distinguish between a cherry tomato and a regular tomato solely from visual cues, leading to massive order\-of\-magnitude errors in weight estimation\.
TABLE II:Quantitative Estimation Results\.Performance on Portion Size \(PS\) and Nutritional Profile \(NP\)\. Metrics areMAPE \(%\)\. Lower is better\. Best results inDark Purple, second best inLight Purple\.We further investigate the relationship between visual complexity and estimation accuracy in Fig\.[4](https://arxiv.org/html/2607.08423#S4.F4)\. We define the ”Portion Size Variety Level” as the count of distinct ingredients requiring measurement in a single image\. The trend is stark: as variety increases from 1 to 6, accuracy for all models—both closed\-source \(Fig\. 4a\) and open\-source \(Fig\. 4b\)—collapses toward zero\. This phenomenon, which we term ”Dense Quantitative Failure,” indicates that current attention mechanisms struggle to perform multi\-object disentanglement and mass regression simultaneously in cluttered food scenes\.
Figure 4:Complexity vs\. Accuracy\.As the number of distinct components in a dish \(Variety Level\) increases, the portion size estimation accuracy drops sharply for both closed\-source \(a\) and open\-source \(b\) models\. This confirms the difficulty of ”Dense Quantitative Reasoning” in food scenes\.
### IV\-DQualitative Case Study
To better understand these failures, we conducted a qualitative analysis of specific error instances\. Consider a case from the ”Restaurant Food” category: an image ofSweet and Sour Pork\(Guolourou\)\.
Model Behavior:gpt\-5\.1 correctly identified the dish name and listed the ingredients as pork, pineapple, and peppers\. However, when asked to estimate the carbohydrate content, it focused solely on the visible batter and fruit, estimating roughly 30g of carbs\.Ground Truth:The actual carbohydrate content was over 80g due to the heavy sugar content in the transparent glaze sauce, which is difficult to perceive visually but implied by the cooking method ”glazed/candied\.”Consequence:The model subsequently recommended this dish as ”Type B \(Moderate Intake\)” for a diabetic user\. A human dietitian, recognizing the ”glazed” texture, would immediately flag it as ”Type C \(Avoid\)\.” This case exemplifies the danger of relying on surface\-level visual features without deep culinary logic reasoning\.
### IV\-EResults: Safety and Advisory
The ultimate test of a dietary agent is its safety\. Table[III](https://arxiv.org/html/2607.08423#S4.T3)presents the accuracy of health advice for specific patient profiles\. The results are concerning for real\-world deployment\. The best\-performing model only achieves 46% accuracy in the ”Kidney Disease” category, which is barely better than random guessing in a 3\-class classification problem\.
TABLE III:Safety\-Critical Advisory Results\.Accuracy \(%\) of dietary recommendations\. Best results are highlighted inRed\.We analyze the reasoning bottlenecks in Fig\.[5](https://arxiv.org/html/2607.08423#S4.F5)\. Panel \(a\) shows the drop\-off from visual recognition to nutrient profiling\. Panel \(b\) is even more revealing: it shows the inconsistent correlation between knowing the nutrients and giving the right advice\. For example, in some cases,gemini\-3\-flashcorrectly estimated the high fat content of a burger but still failed to label it as ”Avoid” for a Hyperlipidemia patient\. This disconnect suggests that the ”medical logic” module in general\-purpose VLMs is not sufficiently aligned with clinical guidelines\.
The ”Severe Failure Rate” \(SFR\) analysis further highlights the risk\. Models frequently exhibit ”Safety Hallucinations,” where they generate benign, polite advice for dangerous food items\. This ”sycophantic” behavior, likely a result of RLHF \(Reinforcement Learning from Human Feedback\) favoring helpfulness over factual strictness, poses a significant barrier to the deployment of autonomous agents in healthcare\.
Figure 5:Reasoning Bottleneck Analysis\.\(a\) The drop from Portion Recognition to Nutritional Profiling indicates the difficulty of ”Visual\-to\-Chemical” inference\. \(b\) The inconsistent relationship between Nutrient accuracy and Disease Suggestion accuracy highlights flaws in the ”Medical Logic” capabilities of current VLMs\.
## VConclusion
In this paper, we introducedOmniFood\-Bench, a pioneering benchmark designed to evaluate the trustworthiness and robustness of autonomous agents in food systems\. Through a rigorous 3\-stage evaluation of 6 state\-of\-the\-art VLMs, we have demonstrated a clear ”Semantic\-Physical Gap\.” Current models excel at recognition but fail at physical quantification, and more critically, they lack the robust reasoning capabilities required for safety\-critical health advisory\. Open\-source models are beginning to close the gap in visual grounding, but complex reasoning remains a challenge for all architectures\. Future work must focus onNeuro\-Symbolic Integration, combining the perceptual strengths of VLMs with structured nutritional knowledge bases and Retrieval\-Augmented Generation \(RAG\) to ensure safe, accurate, and physically grounded dietary advice\.
## References
- \[1\]L\. Bossard, M\. Guillaumin, and L\. Van Gool\(2014\)Food\-101 – mining discriminative components with random forests\.InEuropean Conference on Computer Vision,Cited by:[§I](https://arxiv.org/html/2607.08423#S1.p4.1),[§II\-A](https://arxiv.org/html/2607.08423#S2.SS1.p1.1)\.
- \[2\]R\. Cai, Z\. Song, D\. Guan, Z\. Chen, Y\. Li, X\. Luo, C\. Yi, and A\. Kot\(2024\)Benchlmm: benchmarking cross\-style visual capability of large multimodal models\.InEuropean Conference on Computer Vision,pp\. 340–358\.Cited by:[§I](https://arxiv.org/html/2607.08423#S1.p3.1)\.
- \[3\]W\. Cai, W\. Huang, Y\. Cao, C\. Huang, F\. Yuan, B\. Zhang, and J\. Wen\(2025\)Towards vlm\-based hybrid explainable prompt enhancement for zero\-shot industrial anomaly detection\.InProceedings of the Thirty\-Fourth International Joint Conference on Artificial Intelligence,pp\. 711–719\.Cited by:[§I](https://arxiv.org/html/2607.08423#S1.p3.1)\.
- \[4\]J\. Chen and C\. Ngo\(2016\)Deep\-based ingredient recognition for cooking recipe retrieval\.InProceedings of the 24th ACM international conference on Multimedia,pp\. 32–41\.Cited by:[§I](https://arxiv.org/html/2607.08423#S1.p4.1)\.
- \[5\]H\. A\. Dang, V\. Tran, and L\. Nguyen\(2025\)Survey and analysis of hallucinations in large language models: attribution to prompting strategies or model behavior\.Frontiers in Artificial Intelligence8,pp\. 1622292\.Cited by:[§II\-C](https://arxiv.org/html/2607.08423#S2.SS3.p1.1)\.
- \[6\]Y\. Dong, Y\. Muraoka, S\. Shi, and Y\. Zhang\(2025\)MM\-food\-100k: a 100,000\-sample multimodal food intelligence dataset with verifiable provenance\.arXiv preprint arXiv:2508\.10429\.Cited by:[§III\-A](https://arxiv.org/html/2607.08423#S3.SS1.p1.1)\.
- \[7\]A\. Dubey, A\. Jauhri, A\. Pandey, A\. Kadian, A\. Al\-Dahle, A\. Letman, A\. Mathur, A\. Schelten, A\. Yang, A\. Fan,et al\.\(2024\)The llama 3 herd of models\.arXiv e\-prints,pp\. arXiv–2407\.Cited by:[§IV\-A](https://arxiv.org/html/2607.08423#S4.SS1.p1.1)\.
- \[8\]G\. P\. Georgiou\(2025\)Capabilities of gpt\-5 across critical domains: is it the next breakthrough?\.arXiv preprint arXiv:2508\.19259\.Cited by:[§II\-B](https://arxiv.org/html/2607.08423#S2.SS2.p1.1)\.
- \[9\]T\. Guo, X\. Chen, Y\. Wang, R\. Chang, S\. Pei, N\. V\. Chawla, O\. Wiest, and X\. Zhang\(2024\)Large language model based multi\-agents: a survey of progress and challenges\.arXiv preprint arXiv:2402\.01680\.Cited by:[§I](https://arxiv.org/html/2607.08423#S1.p2.1)\.
- \[10\]Z\. Hao, B\. Zhang, and H\. Li\(2025\)Towards a global spatial\-temporal food memory: a vision for privacy\-preserving collaborative multimedia analysis\.InProceedings of the 33rd ACM International Conference on Multimedia,pp\. 12285–12294\.Cited by:[§II\-A](https://arxiv.org/html/2607.08423#S2.SS1.p1.1)\.
- \[11\]L\. C\. Hoffman and D\. Cozzolino\(2025\)AI in food sciences and technology–beyond the algorithms\.Critical Reviews in Food Science and Nutrition,pp\. 1–11\.Cited by:[§I](https://arxiv.org/html/2607.08423#S1.p1.1)\.
- \[12\]L\. Huang, W\. Yu, W\. Ma, W\. Zhong, Z\. Feng, H\. Wang, Q\. Chen, W\. Peng, X\. Feng, B\. Qin,et al\.\(2025\)A survey on hallucination in large language models: principles, taxonomy, challenges, and open questions\.ACM Transactions on Information Systems43\(2\),pp\. 1–55\.Cited by:[§II\-C](https://arxiv.org/html/2607.08423#S2.SS3.p1.1)\.
- \[13\]C\. N\. Jing\-jing Chen\(2016\)Deep\-based ingredient recognition for cooking recipe retrival\.ACM Multimedia\.Cited by:[§II\-A](https://arxiv.org/html/2607.08423#S2.SS1.p1.1)\.
- \[14\]Y\. Kawano and K\. Yanai\(2014\)Automatic expansion of a food image dataset leveraging existing categories with domain adaptation\.InProc\. of ECCV Workshop on Transferring and Adapting Source Knowledge in Computer Vision \(TASK\-CV\),Cited by:[§II\-A](https://arxiv.org/html/2607.08423#S2.SS1.p1.1)\.
- \[15\]D\. Li, J\. Liang, W\. Li, X\. Wang, L\. Cao, and K\. Yu\(2025\)CliCARE: grounding large language models in clinical guidelines for decision support over longitudinal cancer electronic health records\.arXiv preprint arXiv:2507\.22533\.Cited by:[§II\-B](https://arxiv.org/html/2607.08423#S2.SS2.p1.1)\.
- \[16\]N\. Luo, D\. Xu, B\. Xing, X\. Yang, and C\. Sun\(2024\)Principles and applications of convolutional neural network for spectral analysis in food quality evaluation: a review\.Journal of Food Composition and Analysis128,pp\. 105996\.Cited by:[§II\-A](https://arxiv.org/html/2607.08423#S2.SS1.p1.1)\.
- \[17\]J\. Marin, A\. Biswas, F\. Ofli, N\. Hynes, A\. Salvador, Y\. Aytar, I\. Weber, and A\. Torralba\(2018\)Recipe1M\+: a dataset for learning cross\-modal embeddings for cooking recipes and food images\.arXiv preprint arXiv:1810\.06553\.Cited by:[§II\-A](https://arxiv.org/html/2607.08423#S2.SS1.p1.1)\.
- \[18\]Y\. Mou, S\. Zhang, and W\. Ye\(2024\)Sg\-bench: evaluating llm safety generalization across diverse tasks and prompt types\.Advances in Neural Information Processing Systems37,pp\. 123032–123054\.Cited by:[§II\-C](https://arxiv.org/html/2607.08423#S2.SS3.p1.1)\.
- \[19\]W\. Mu, G\. A\. Kleter, Y\. Bouzembrak, E\. Dupouy, L\. J\. Frewer, F\. N\. Radwan Al Natour, and H\. Marvin\(2024\)Making food systems more resilient to food safety risks by including artificial intelligence, big data, and internet of things into food safety early warning and emerging risk identification tools\.Comprehensive Reviews in Food Science and Food Safety23\(1\),pp\. e13296\.Cited by:[§I](https://arxiv.org/html/2607.08423#S1.p6.1)\.
- \[20\]R\. W\. Perry, P\. F\. Foulser, D\. Zhang, P\. M\. Perez, S\. Taylor, A\. Sharma, M\. Kumaran, S\. Balarajah, S\. T\. Radhakrishnan, R\. Sundramoorthi,et al\.\(2025\)Evaluating the role of faecal calprotectin in older adults: a retrospective observational study\.The British journal of general practice: the journal of the Royal College of General Practitioners,pp\. BJGP–2025\.Cited by:[§II\-B](https://arxiv.org/html/2607.08423#S2.SS2.p1.1)\.
- \[21\]K\. Saab, T\. Tu, W\. Weng, R\. Tanno, D\. Stutz, E\. Wulczyn, F\. Zhang, T\. Strother, C\. Park, E\. Vedadi,et al\.\(2024\)Capabilities of gemini models in medicine\.arXiv preprint arXiv:2404\.18416\.Cited by:[§II\-B](https://arxiv.org/html/2607.08423#S2.SS2.p1.1)\.
- \[22\]P\. C\. Shah, J\. B\. Patel, D\. J\. Patel, N\. V\. Patel, N\. V\. Shah, and S\. K\. Patel\(2024\)Food categorizer: efficientnet\-b1 enhanced cnn for food classification on the food\-101 dataset\.InInternational Conference on Information and Communication Technology for Competitive Strategies,pp\. 355–365\.Cited by:[§II\-A](https://arxiv.org/html/2607.08423#S2.SS1.p1.1)\.
- \[23\]M\. R\. Shapiro, E\. M\. Tallon, M\. E\. Brown, A\. L\. Posgai, M\. A\. Clements, and T\. M\. Brusko\(2025\)Leveraging artificial intelligence and machine learning to accelerate discovery of disease\-modifying therapies in type 1 diabetes\.Diabetologia68\(3\),pp\. 477–494\.Cited by:[§I](https://arxiv.org/html/2607.08423#S1.p3.1)\.
- \[24\]K\. Tallam\(2025\)From autonomous agents to integrated systems, a new paradigm: orchestrated distributed intelligence\.arXiv preprint arXiv:2503\.13754\.Cited by:[§I](https://arxiv.org/html/2607.08423#S1.p1.1)\.
- \[25\]Q\. Thames, A\. Karpur, W\. Norris, F\. Xia, L\. Panait, T\. Weyand, and J\. Sim\(2021\)Nutrition5k: towards automatic nutritional understanding of generic food\.InProceedings of the IEEE/CVF conference on computer vision and pattern recognition,pp\. 8903–8911\.Cited by:[§I](https://arxiv.org/html/2607.08423#S1.p4.1),[§II\-A](https://arxiv.org/html/2607.08423#S2.SS1.p1.1)\.
- \[26\]M\. Trigka and E\. Dritsas\(2025\)A comprehensive survey of machine learning techniques and models for object detection\.Sensors25\(1\),pp\. 214\.Cited by:[§I](https://arxiv.org/html/2607.08423#S1.p2.1)\.
- \[27\]Q\. Wang, Q\. Guo, Y\. Sun, J\. Yang, D\. Zhang, S\. Pang, and Q\. Guo\(2026\)Personalq: select, quantize, and serve personalized diffusion models for efficient inference\.arXiv preprint arXiv:2603\.22943\.Cited by:[§II\-B](https://arxiv.org/html/2607.08423#S2.SS2.p1.1)\.
- \[28\]W\. Wang, Z\. Gao, L\. Gu, H\. Pu, L\. Cui, X\. Wei, Z\. Liu, L\. Jing, S\. Ye, J\. Shao,et al\.\(2025\)Internvl3\. 5: advancing open\-source multimodal models in versatility, reasoning, and efficiency\.arXiv preprint arXiv:2508\.18265\.Cited by:[§IV\-A](https://arxiv.org/html/2607.08423#S4.SS1.p1.1)\.
- \[29\]G\. I\. Winata, F\. Hudi, P\. A\. Irawan, D\. Anugraha, R\. A\. Putri, W\. Yutong, A\. Nohejl, U\. A\. Prathama, N\. Ousidhoum, A\. Amriani,et al\.\(2025\)Worldcuisines: a massive\-scale benchmark for multilingual and multicultural visual question answering on global cuisines\.InProceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies \(Volume 1: Long Papers\),pp\. 3242–3264\.Cited by:[§I](https://arxiv.org/html/2607.08423#S1.p4.1)\.
- \[30\]A\. Yang, A\. Li, B\. Yang, B\. Zhang, B\. Hui, B\. Zheng, B\. Yu, C\. Gao, C\. Huang, C\. Lv,et al\.\(2025\)Qwen3 technical report\.arXiv preprint arXiv:2505\.09388\.Cited by:[§IV\-A](https://arxiv.org/html/2607.08423#S4.SS1.p1.1)\.
- \[31\]Y\. Yang, H\. Chai, Y\. Song, S\. Qi, M\. Wen, N\. Li, J\. Liao, H\. Hu, J\. Lin, G\. Chang,et al\.\(2025\)A survey of ai agent protocols\.arXiv preprint arXiv:2504\.16736\.Cited by:[§I](https://arxiv.org/html/2607.08423#S1.p2.1)\.
- \[32\]B\. S\. Yarman and S\. P\. S\. Rathore\(2025\)The future of ai in disease detection—a look at emerging trends and future directions in the use of ai for disease detection and diagnosis\.AI in Disease Detection: Advancements and Applications,pp\. 265–288\.Cited by:[§I](https://arxiv.org/html/2607.08423#S1.p1.1)\.
- \[33\]Z\. Zhou, H\. Yu, X\. Zhang, R\. Xu, F\. Huang, and Y\. Li\(2024\)How alignment and jailbreak work: explain llm safety through intermediate hidden states\.arXiv preprint arXiv:2406\.05644\.Cited by:[§II\-C](https://arxiv.org/html/2607.08423#S2.SS3.p1.1)\.Similar Articles
FAM-Bench: A Multimodal Benchmark for Condition-Aware Food-as-Medicine Reasoning
Introduces FAM-Bench, a multimodal benchmark with 2500 expert-verified instances across 13 diet-related health conditions, designed to evaluate AI models' ability to assess dish suitability for specific health conditions, moving beyond basic food recognition to condition-aware reasoning.
MCBench: A Multicontext Safety Assessment Benchmark for Omni Large Language Models
MCBench is a new benchmark for assessing the safety of omnimodal large language models across vision, audio, and text modalities. It includes 1196 scenarios and finds current models struggle with cross-modal safety reasoning.
IMCBench: A benchmark for multimodal LLMs in Image-grounded Medical Conversations
IMCBench is a new benchmark for evaluating multimodal LLMs on image-grounded medical conversations, pairing clinical images with synthetic patient profiles. Evaluations across safety, accuracy, and uncertainty show that even strong models like Claude Opus 4.6 have safety issues, highlighting the need for multi-dimensional evaluation.
LEVANTE-bench: Multi-Scale Comparison of VLMs to Children Using Cognitive Tasks (or, "Is Your VLM Smarter Than a 5th Grader?")
This paper introduces LEVANTE-bench, a benchmark that systematically evaluates vision-language models on six cognitive tasks and compares their performance to children aged 5-12, finding that current VLMs align only partially with children's cognitive abilities.
Boosting Omni-Modal Language Models: Staged Post-Training with Visually Debiased Evaluation
This paper presents OmniClean, a visually debiased evaluation benchmark for omni-modal language models, and proposes OmniBoost, a three-stage post-training recipe that enables a 3B model to match the performance of a 30B model on the cleaned benchmark.