6D Pose Estimation on Spoons and Hands
Kevin Tan, Fan Yang, Yuhao Chen
TL;DR
This work addresses non-intrusive dietary monitoring by developing a $6$D pose estimation pipeline for hands and spoons during eating. The approach combines zero-shot segmentation (Grounding DINO + SAM2 or Cutie) with depth estimation (UniDepth) and $6$-DoF pose tracking (BundleSDF) to analyze eating actions in realistic video. Results show that SAM2-based segmentation yields higher accuracy and more robust pose tracking than Cutie, with BundleSDF maintaining consistent orientation during motion and depth changes, though segmentation quality remains a limiting factor. The framework demonstrates potential for automated estimation of food intake and eating behaviors, offering a path toward scalable, vision-based dietary analysis in naturalistic settings.
Abstract
Accurate dietary monitoring is essential for promoting healthier eating habits. A key area of research is how people interact and consume food using utensils and hands. By tracking their position and orientation, it is possible to estimate the volume of food being consumed, or monitor eating behaviours, highly useful insights into nutritional intake that can be more reliable than popular methods such as self-reporting. Hence, this paper implements a system that analyzes stationary video feed of people eating, using 6D pose estimation to track hand and spoon movements to capture spatial position and orientation. In doing so, we examine the performance of two state-of-the-art (SOTA) video object segmentation (VOS) models, both quantitatively and qualitatively, and identify main sources of error within the system.
