Research
Implicit-Scale 3D Reconstruction for Multi-Food Volume Estimation from Monocular Images
Overview Research area: Computer vision, specifically monocular 3D reconstruction and geometry-based food portion (volume) estimation. Technical level: Advanced — assumes familiarity with image-to-3D
- arXiv
- 2602.13041
- Published
- 2026-02-13
- Authors
- Yuhao Chen, Gautham Vinod, Siddeshwar Raghavan, Talha Ibn Mahmud, Bruce Coburn, Jinge Ma, Fengqing Zhu, Jiangpeng He
AI summary
Overview
- Research area: Computer vision, specifically monocular 3D reconstruction and geometry-based food portion (volume) estimation.
- Technical level: Advanced — assumes familiarity with image-to-3D reconstruction, scale ambiguity, Chamfer distance, MAPE, and 6D pose estimation, though the paper's framing is accessible.
- Scope: The paper introduces a benchmark dataset and challenge for implicit-scale 3D reconstruction of multiple foods from a single image, and compares three reconstruction-based method classes against a vision-language baseline.
What This Paper Is About
Estimating how much food is on a plate from a photo is hard because a single image gives no reliable sense of physical size: the same plate can look big or small depending on distance. Most existing dietary assessment systems sidestep this by learning appearance-based cues or by asking users for a reference object, which limits accuracy and generalizability.
This paper reframes the problem as implicit-scale 3D reconstruction: given one monocular image of a realistic multi-food meal containing plates and utensils but no explicit scale marker or metric annotation, an algorithm must reconstruct 3D geometry and infer physical scale from context alone. It supplies a benchmark dataset for this task and reports results from the MetaFood 2025 Workshop challenge built on it.
Key Contributions
- A new benchmark dataset, "Implicit-Scale 3D Reconstruction from Monocular Multi-Food Images," consisting of 10 curated multi-food scenes with 24 3D objects, selected from the MetaFood3D object set and captured with a high-precision 3D scanner following the MetaFood3D data collection pipeline.
- A problem formulation that removes explicit scale cues. Physical references and metric annotations are deliberately excluded; plates and utensils are included only as implicit contextual references, so scale must be inferred from priors.
- A taxonomy of three method classes for implicit scale estimation — Pixel-Space Heuristic Scaling (PSHS), Scene-Level Geometric Prior Scaling (SGPS), and Metric Depth-Driven Multi-Stage Scaling (MDMS) — all sharing Hunyuan3D as the monocular image-to-3D backbone.
- An empirical comparison of these geometry-based approaches against a GPT-5.2 vision-language baseline on volume accuracy (MAPE) and geometric accuracy (L1 Chamfer Distance), including per-food-item breakdowns.
Main Findings
- Metric-depth scaling wins overall on volume: MDMS achieves the lowest volume error with a MAPE of 0.21, ahead of SGPS (0.31), the GPT-5.2 baseline (0.34), and PSHS (0.46).
- Lower variance as well as lower error: MDMS shows the lowest standard deviation across food categories in volume estimation (0.16, versus 0.25 for PSHS, 0.25 for SGPS, and 0.18 for GPT-5.2).
- Geometry tracks volume accuracy: Average L1 Chamfer Distance follows the same ordering — MDMS 5.70, SGPS 7.07, PSHS 11.89 — with standard deviations of 2.66, 3.85, and 6.44 respectively.
- Multiple references beat one reference: SGPS improves clearly over PSHS, indicating that using several reconstructed reference objects (plates and utensils with known dimensions) yields more reliable implicit scale than a single plate-based pixel heuristic.
- The vision-language baseline is competitive but limited: GPT-5.2 outperforms the pixel-space heuristic PSHS on volume estimation, but the paper notes it produces no explicit 3D geometry or pose estimates, which prevents direct geometric evaluation and limits use in downstream geometry-aware tasks.
- Per-item performance is uneven: MDMS is not best on every food. For example, on grilled_salmon MDMS reports 0.46 MAPE versus GPT-5.2 at 0.43, and on quesadilla MDMS reports 0.66 versus GPT-5.2 at 0.22. MDMS does achieve the lowest error on items such as pb&j (0.01), carrot_stick (0.04), toast (0.01), and mashed_potatoes (0.05). The largest reported MAPE in the table is SGPS on celery at 1.08.
- Geometric outliers exist in both prior-based methods: In Chamfer distance, SGPS records 17.10 on steak and MDMS records 10.46 on sandwich and 12.88 on grilled_salmon, showing that scene-level priors and depth-based scaling each fail on certain geometries.
- Benchmark scale is modest: The dataset covers 10 scenes and 24 3D objects; the paper does not report the number of images per scene or additional capture statistics.
Methodology in Plain English
The authors built a small but deliberately difficult benchmark: real meals scanned in full 3D, presented to algorithms only as a single photograph. Plates and utensils appear in the photo but their true dimensions are withheld from the solver, so scale must be guessed from context — the same way a person might estimate a portion by knowing roughly how big a dinner plate is.
Three workshop solutions are then described and compared, all sharing the same image-to-3D reconstruction backbone (Hunyuan3D):
-
Pixel-space heuristics: separate every object, reconstruct it alone, find the plate in the image, measure its diagonal in pixels, and multiply by an assumed real plate size. That single factor rescales every food mesh.
-
Scene-level geometric priors: reconstruct all objects individually, then use known real-world sizes of plates and utensils to compute one global scale factor applied uniformly to everything in the scene.
-
Metric-depth driven multi-stage scaling: reconstruct the whole scene as one combined mesh so relative sizes stay consistent, split individual objects out with k-means clustering, estimate metric scale by matching the mesh to a monocular-depth point cloud via coarse-to-fine 6D pose estimation, then correct remaining global scale error using web-crawled size statistics for common plates and utensils.
Evaluation uses MAPE for volume and L1 Chamfer Distance for geometry, both with lower being better. A GPT-5.2 model is included as an appearance-based volume estimator with no 3D output. To keep geometry scores about reconstruction quality rather than pose errors, each team manually aligned its reconstructed objects to the ground-truth point clouds before Chamfer distance was computed.
Why This Matters
The work argues that food portion estimation should be grounded in reconstructed physical geometry rather than image statistics, and shows empirically that geometry-based methods are both more accurate and more stable across food categories — a step toward dietary tracking that does not depend on users measuring or photographing reference objects.
Real-world applications:
- Automated dietary assessment: logging calories from a single meal photo without a scale, ruler, or fiducial marker.
- Clinical and nutrition monitoring: supporting portion control and intake tracking for patients managing diabetes, obesity, or other diet-sensitive conditions.
- Mobile health apps: enabling a user to snap one picture of a plate and receive a volume-based portion estimate.
- Robotics and scene understanding: the pose and scale information produced by stronger pipelines (such as MDMS) can support grasping, manipulation, and portioning tasks.
Industry relevance: the benchmark is directly aimed at consumer nutrition and digital health products, where the cost of asking users to capture multiple views or place a reference object is a major barrier to adoption. It also pushes monocular image-to-3D models (which normally normalize object scale during training) toward metric usability, which matters anywhere a single-photo pipeline must output a physically meaningful measurement.
Future Directions
- Closing the gap between volume and geometry accuracy: MDMS leads on both metrics but still shows large per-item Chamfer errors on items like grilled_salmon, suggesting the reconstruction backbone rather than the scaling strategy is a bottleneck.
- Removing the manual pose alignment step: evaluation required teams to align meshes to ground truth by hand, so a fully automatic 6D pose pipeline (a capability MDMS already includes internally) would make benchmarking and deployment more realistic.
- Scaling the benchmark: the dataset has 10 scenes and 24 objects; expanding to more scenes, foods, cuisines, and occlusion patterns would test whether these findings hold broadly. The paper does not report image counts per scene or other capture details, which would help reproducibility.
- Combining appearance and geometry: GPT-5.2 performs competitively without any 3D output, raising the open question of whether vision-language priors could be fused with reconstruction-based scale reasoning to improve accuracy while retaining explicit geometry.
Target Audience
Researchers and practitioners in computer vision (3D reconstruction, monocular depth, image-to-3D generation), computational nutrition and dietary assessment, and mobile/digital health engineers building photo-based food logging. It is also relevant to challenge organizers and anyone interested in benchmarks for scale-ambiguous 3D reconstruction, since it documents how a workshop challenge was constructed and how the submitted approaches differed. Readers without a background in 3D geometry will find the high-level comparison and the per-food tables useful, but will need prior knowledge to follow the scaling mechanisms in detail.
Authors’ abstract
We present Implicit-Scale 3D Reconstruction from Monocular Multi-Food Images, a benchmark dataset designed to advance geometry-based food portion estimation in realistic dining scenarios. Existing dietary assessment methods largely rely on single-image analysis or appearance-based inference, including recent vision-language models, which lack explicit geometric reasoning and are sensitive to scale ambiguity. This benchmark reframes food portion estimation as an implicit-scale 3D reconstruction problem under monocular observations. To reflect real-world conditions, explicit physical references and metric annotations are removed; instead, contextual objects such as plates and utensils are provided, requiring algorithms to infer scale from implicit cues and prior knowledge. The dataset emphasizes multi-food scenes with diverse object geometries, frequent occlusions, and complex spatial arrangements. The benchmark was adopted as a challenge at the MetaFood 2025 Workshop, where multiple teams proposed reconstruction-based solutions. Experimental results show that while strong vision--language baselines achieve competitive performance, geometry-based reconstruction methods provide both improved accuracy and greater robustness, with the top-performing approach achieving 0.21 MAPE in volume estimation and 5.7 L1 Chamfer Distance in geometric accuracy.