CoolFace
Datasetpublic

EnergyVenom/nutritrack-200-meal-reference-suite

πŸ₯— NutriTrack: 200-Meal International Reference Benchmark & Generalization Suite The NutriTrack-200-International-Reference-Suite is a standardized, lab-calibrated evaluation dataset and active-learning test suite for automated dietary assessment and multimodal food recognition systems. πŸ“Š Dataset Summary Total Benchmark Meals: 200 reference meals with ground-truth nutritional deconstruction. Held-Out Active Learning Test Set: 50 distinct, unseen meals for… See the full description on the dataset page: https://huggingface.co/datasets/EnergyVenom/nutritrack-200-meal-reference-suite.

sourceHugging Facemitupdated 27d agoView on Hugging Face
0likes44downloads
Dataset Card

πŸ₯— NutriTrack: 200-Meal International Reference Benchmark & Generalization Suite

The NutriTrack-200-International-Reference-Suite is a standardized, lab-calibrated evaluation dataset and active-learning test suite for automated dietary assessment and multimodal food recognition systems.

πŸ“Š Dataset Summary

  • β€”Total Benchmark Meals: 200 reference meals with ground-truth nutritional deconstruction.
  • β€”Held-Out Active Learning Test Set: 50 distinct, unseen meals for portion generalization auditing.
  • β€”Cuisine Categories ($n=7$):
  • β€”High-Protein & Fitness Foods (25 meals)
  • β€”South Asian / Indian Regional (50 meals)
  • β€”Western & American Staples (35 meals)
  • β€”Mediterranean & Middle Eastern (25 meals)
  • β€”East Asian & Southeast Asian (30 meals)
  • β€”Packaged & Barcode Reference Items (20 meals)
  • β€”Edge Cases & Complex Shared Plates (15 meals)
  • β€”Chemical Attribution: USDA FoodData Central SR Legacy & Indian Food Composition Tables (IFCT 2024).

πŸ”¬ Benchmark Results

MetricResultNotes
Top-1 Food Identification94.8%Across 200 meals in 7 cuisine categories
Top-3 Food Identification98.2%
Calorie MAPEΒ±1.50%Deterministic (USDA lookup by food ID)
Protein MAPEΒ±0.80%Deterministic (USDA lookup by food ID)
Carbs MAPEΒ±2.10%Deterministic (USDA lookup by food ID)
Fat MAPEΒ±1.90%Deterministic (USDA lookup by food ID)
Median Inference Speed480msGroq LPU Vision fast-path
Why no confidence intervals on MAPE? The calorie/macro numbers come from a deterministic USDA lookup β€” once the food is correctly identified, the nutrients are a fixed database value, so there is no stochastic variance to put a CI around. The previous version of this file reported [1.50%, 1.50%] with Οƒ = 0.00%, which was technically what the script computed but is misleading to present as a statistical result. The meaningful metric is Top-1 identification accuracy (94.8%), which does have real variance across the test set.

πŸ”’ Cryptographic Verification

  • β€”Dataset Canonical SHA-256: e2ae4d0648eec1352a68dd85a9b798dec6f9cde92a95d5c92c80d083f11ffefd
  • β€”Auditor Bundle SHA-256: 45bf701ebd200dad54f9e01b7280e3705982d1076bee1fabfa3061af75e3a6da
bash
# Clone and verify
git clone https://github.com/SaiPhaniAnirudh/NutriTrack.git
cd NutriTrack
python benchmark/run_benchmark.py --verify-checksum

πŸ“œ Citation

bibtex
@misc{anirudh2026nutritrack,
  author = {Sai Phani Anirudh},
  title = {NutriTrack: Statistically Robust Multimodal AI Food Intelligence with Chemical RAG and Active Learning},
  year = {2026},
  publisher = {GitHub & Hugging Face},
  url = {https://github.com/SaiPhaniAnirudh/NutriTrack}
}