// Independent Testing · No Affiliates · No Sponsored Placements Methodology · Editorial

Glossary

Plain-English definitions of 15 terms covering nutrition science, metabolism, AI food tracking, GLP-1 medications, and dietary assessment methodology.

ai-tech

AI Food Recognition

AI food recognition is the use of computer vision and deep learning models to identify foods from a photograph and estimate their nutritional content. In calorie tracking apps, AI food recognition lets a user snap a photo of a meal and receive an automatic dish identification, portion estimate, and calorie count without manually searching a food database.

Computer Vision

Computer vision is the field of artificial intelligence concerned with teaching software to interpret images and video. In calorie tracking apps, computer vision powers AI food recognition: the model takes a photograph of a meal as input and returns predictions about what foods are present and in what quantities.

Food Classification

Food classification is the AI subtask of identifying which dish or food is in a photograph. In calorie tracking apps, food classification produces the dish label ("grilled chicken breast," "caesar salad," "pad thai") that the app then maps to a database entry to retrieve calorie and macro values.

Multimodal AI

Multimodal AI is artificial intelligence that processes more than one type of input — typically combining vision (images) with language (text) and sometimes audio or sensor data. In calorie tracking apps, multimodal AI is the architectural shift powering AI food recognition: the model accepts both a photograph and a text description ("this is grilled chicken with rice") and produces a more accurate dish identification and portion estimate than either input alone.

Portion Estimation

Portion estimation is the AI subtask of guessing how much food is on a plate from a photograph. In calorie tracking apps, portion estimation is typically the largest single source of calorie error, because two visually similar plates can differ by 50% or more in actual gram weight depending on dish density, hidden ingredients, and camera angle.

database

accuracy

Dietary Assessment

Dietary assessment is the field of clinical and research methodology concerned with measuring what people eat and drink. It encompasses methods like 24-hour recall, food-frequency questionnaire, weighed dietary record, and photo-based logging. Calorie tracking apps are, in practice, consumer-grade dietary-assessment instruments, and the academic dietary-assessment literature provides the methodological framework for evaluating them.

MAPE

Mean Absolute Percentage Error (MAPE) is the standard metric for measuring calorie tracking app accuracy. It expresses how far an app's calorie estimate deviates from the true measured calorie content of a meal, expressed as a percentage. Lower MAPE means a more accurate app.

Mean Absolute Percentage Error

Mean Absolute Percentage Error is the long-form name for MAPE — a statistical metric that quantifies forecasting or estimation accuracy as the average percent deviation between predicted and actual values. In nutrition app testing, mean absolute percentage error is the standard way to express how far off a calorie tracker's estimates are from laboratory-measured ground truth.

Weighed Reference Meals

Weighed reference meals are test meals whose true calorie and macronutrient content is determined by precise gram-weighing of each ingredient against the USDA FoodData Central database, rather than by estimation. They are the laboratory ground truth against which calorie tracking apps' estimates are compared in our accuracy testing.

pricing

general