Benchmark Leaderboard: Food Object Detection & Food Weight Estimation

Description

This leaderboard evaluates submissions for the Food Portion Benchmark dataset using mAP@50 for bounding boxes and Mean Absolute Error (MAE) for food weight predictions.

Submissions are expected in CSV format with the columns: image_name, class_id, xmin, ymin, xmax, ymax, weight, conf.

The ground truth CSV (kept privately) has the columns: image_name, class_id, xmin, ymin, xmax, ymax, weight.

Sample Submission Template

Download a sample CSV file to see the required format: Download Sample Submission CSV

Leaderboard

Leaderboard
1
2
3

📙 Citation

If you use the Food Portion Benchmark dataset in your research, please cite our work as follows:

@article{Sanatbyek_2025,
    title={A multitask deep learning model for food scene recognition and portion estimation—the Food Portion Benchmark (FPB) dataset}, 
    volume={13}, 
    DOI={10.1109/access.2025.3603287}, 
    journal={IEEE Access}, 
    author={Sanatbyek, Aibota and Rakhimzhanova, Tomiris and Nurmanova, Bibinur and Omarova, Zhuldyz and Rakhmankulova, Aidana and Orazbayev, Rustem and Varol, Huseyin Atakan and Chan, Mei Yen}, 
    year={2025}, 
    pages={152033–152045}
}