Nutrition5k β Food Nutrition Estimation
Collection
RGB-D food calorie/macro estimation: Nutrition5k reproduction + DPF-Nutrition, deployed in the CalBro iOS app. β’ 2 items β’ Updated
PyTorch checkpoints (best.pt) from our Nutrition5k study, trained and evaluated under the
official train/test splits.
| Folder | Track | Backbone / init | Notes |
|---|---|---|---|
dpf/best.pt |
DPF-Nutrition | ImageNet init | Plain DPF-Nutrition (depth prediction + RGB-D fusion) |
dpf_food2k/best.pt |
DPF-Nutrition | Food2K init | DPF with Food2K-pretrained backbone |
exp1/best.pt |
Exp1 β portion-independent (per-gram), side-angle | InceptionV3 | Paper Exp1 reproduction |
exp1_convnext/best.pt |
Exp1 ablation | ConvNeXt-Small (IN-22Kβ1K) | Backbone ablation vs InceptionV3 |
exp2/best.pt |
Exp2 β direct prediction, side-angle | InceptionV3 | Paper Exp2 reproduction |
exp3/best.pt |
Exp3 β direct, overhead RGB-D (depth channel) | InceptionV3 | Mass estimation tracks/surpasses the paper |
exp4/best.pt |
Exp4 β MassRegressor + cal/g pipeline | InceptionV3 | Overhead + volume scalar |
See the research repo for per-experiment metrics (PMAE), configs, and the backbone-ablation analysis.
@inproceedings{thames2021nutrition5k,
title = {Nutrition5k: Towards Automatic Nutritional Understanding of Generic Food},
author = {Thames, Quin and Karpur, Arjun and Norris, Wade and Xia, Fangting and Panait, Liviu and Weyand, Tobias and Sim, Jack},
booktitle = {CVPR}, year = {2021}
}
@article{han2023dpfnutrition,
title = {DPF-Nutrition: Food Nutrition Estimation via Depth Prediction and Fusion},
author = {Han, Yuzhe and Cheng, Qimin and Wu, Wenjin and Huang, Ziyang},
journal = {Foods}, volume = {12}, number = {23}, pages = {4293}, year = {2023}, doi = {10.3390/foods12234293}
}