{"slug": "google-ai-now-estimates-body-fat-from-a-single-selfie", "title": "Google AI now estimates body fat from a single selfie", "summary": "Google has introduced an AI model that estimates body fat from a single selfie, with a mean absolute error of about 3.8% across BMI 18–35, using a MobileNetV3-small backbone with 1.2 million parameters quantized to INT8 for on-device inference at ~35 ms on the Tensor G2 NPU. The model, which uses a two-stage curriculum training on synthetic 3D meshes and real DEXA data, is integrated into Android via a new BodyCompositionManager class in Play Services 24.20, with privacy preserved through on-device inference and optional opt-in to Health Connect. However, clinical utility is limited for visceral fat differentiation, and generalization across ethnicity and age remains unvalidated, with the DEXA cohort being 72% White, 14% Asian, 9% Black, and 5% Other, mean age 34.", "body_md": "# Google AI now estimates body fat from a single selfie\n\nWhat caught my attention isn't the headline accuracy — MAE around 3.8 % across BMI 18–35 — it's the architecture choices that make this deployable on-device. The backbone is a MobileNetV3-small variant stripped to 1.2 M parameters, quantized to INT8 with TensorFlow Lite. That puts inference at ~35 ms on the Tensor G2 NPU, leaving plenty of thermal budget for the camera pipeline. Google didn't publish the full training recipe, but the supplementary material hints at a two-stage curriculum: first a synthetic pre-train on 3D human meshes (SMPL-X + randomized lighting/backgrounds), then fine-tune on the real DEXA pairs with heavy mixup and cutout augmentation. Smart way to sidestep the scarcity of labeled medical imaging data.\n\nPrivacy model is the usual on-device inference pitch: image never leaves the phone, only the scalar output hits the Health Connect API if the user opts in. Still, the attack surface is non-trivial. A malicious app with camera permission could theoretically reconstruct a rough body-shape embedding from repeated queries — membership inference on the latent space, basically. Google says they add Gaussian noise (σ = 0.02) to the logits before returning the value, but the noise budget isn't user-configurable and there's no formal DP guarantee in the whitepaper.\n\nClinical utility? Debatable. DEXA remains gold standard for visceral vs. subcutaneous differentiation; a 2D projection fundamentally cannot separate the two. For population-level screening or longitudinal self-tracking it's probably fine — think \"am I trending up or down over three months\" rather than \"do I have metabolic syndrome.\" The error bars widen sharply above 35 % body fat and below 18 %, exactly where clinical decisions matter most.\n\nIntegration path looks straightforward for Android devs: new `BodyCompositionManager`\n\nclass in Play Services 24.20, single `estimateBodyFat(bitmap)`\n\ncall returns a `BodyFatResult`\n\nwith confidence interval. iOS support is \"under evaluation\" — read: waiting for Core ML conversion to finish.\n\nBiggest unanswered question: generalization across ethnicity and age. The DEXA cohort was 72 % White, 14 % Asian, 9 % Black, 5 % Other, mean age 34. If the model systematically underestimates visceral fat in South Asian phenotypes (known higher cardiometabolic risk at lower BMI), that's a health-equity issue waiting to happen. Google says a broader validation study is underway; no timeline given.\n\nWould I ship a feature on top of this today? For a consumer wellness dashboard with clear \"not medical advice\" disclaimers — yes. For anything that touches insurance underwriting or clinical pathways — hard no until external replication lands.\n\n[Google drops twelve billion on Marvell for next-gen TPU work 1h ago](/en/news/7054/)\n\n[Google is buying up Spirit Airlines data for some reason 1d ago](/en/news/6840/)\n\n[Google just bought Spirit Airlines' data at auction to feed its 2d ago](/en/news/6783/)\n\n[Google is dropping $10 million on Spirit Airlines business data 2d ago](/en/news/6749/)\n\n[Google just snagged a goldmine of Spirit Airlines data from a 2d ago](/en/news/6747/)\n\n[Google is buying Spirit Airlines' data to feed its AI models 2d ago](/en/news/6730/)\n\n[Next Rethinking LLM scaling after Jie Tang's latest breakdown →](/en/news/7056/)", "url": "https://wpnews.pro/news/google-ai-now-estimates-body-fat-from-a-single-selfie", "canonical_source": "https://promptcube3.com/en/news/7058/", "published_at": "2026-08-20 15:19:12+00:00", "updated_at": "2026-08-20 15:44:34.288452+00:00", "lang": "en", "topics": ["artificial-intelligence", "computer-vision", "ai-products", "ai-ethics"], "entities": ["Google", "MobileNetV3-small", "TensorFlow Lite", "Tensor G2", "Health Connect", "Play Services 24.20", "DEXA", "SMPL-X"], "alternates": {"html": "https://wpnews.pro/news/google-ai-now-estimates-body-fat-from-a-single-selfie", "markdown": "https://wpnews.pro/news/google-ai-now-estimates-body-fat-from-a-single-selfie.md", "text": "https://wpnews.pro/news/google-ai-now-estimates-body-fat-from-a-single-selfie.txt", "jsonld": "https://wpnews.pro/news/google-ai-now-estimates-body-fat-from-a-single-selfie.jsonld"}}