Context-Aware Health Insights for Wearables
đ Overview
I architected and prototyped an activity-aware recommendation system that fuses physiological sensing (PPG) with physical context (IMU) to deliver personalized health insights.
- Status: Showcased at Samsung AI POC Exhibition (Internal R&D Showcase).
- Role: Ideation Lead & Algorithm Engineer.
â Why?
Wearables today suffer from a âData Rich, Insight Poorâ paradox. They are excellent at logging 10,000 steps, but often fail to tell the user what to do with that data.
I realized that for a wearable to be a true health companion, it needs to shift from a passive âQuantified Selfâ tracker to an active âGuided Selfâ agentâone that anticipates user needs before they even ask.
đ The Problem
Building a recommendation engine for a wrist-worn device presented three unique HCI challenges:
- The Cold Start: How to provide meaningful advice to a brand-new user with zero historical data?
- Context Blindness: A high heart rate means âexerciseâ in the gym, but âstressâ in a board meeting. Simple sensors often fail to distinguish these states.
- Notification Fatigue: Generic âTime to move!â alerts are often ignored. We needed hyper-personalization to ensure engagement.
đĄ The Approach
Due to Samsung Research IP regulations, specific algorithmic weights and proprietary logic are omitted.
I designed a Multi-Layer Data Fusion engine to determine user intent:
- Physiological Layer: Aggregates heart rate variability and intensity metrics.
- Physical Layer: Analyzes IMU (inertial measurement unit) data to classify micro-activities.
- Situational Layer: Leverages device state to infer social context (ensuring data privacy by processing entirely on-device).
The Hybrid Inference Strategy: To solve the âCold Startâ problem, I implemented a multimodal learning model. The system initially bootstraps using heuristic clinical best practices, then seamlessly transitions to collaborative filtering as user interaction data accumulates, progressively tailoring the timing of insights to individual behavior.
đ ď¸ My Contributions
I owned the logic design and collaborated on the Proof of Concept (PoC) development:
- Algorithm Design: Designed the âActivity Contextâ logic that differentiates between âsedentary workâ (mental focus) and âsedentary relaxationâ (leisure), allowing for context-appropriate interventions.
- Data Strategy: Curated a baseline dataset to power the initial heuristic models.
- Edge Optimization: Engineered the inference engine to run efficiently on resource-constrained wearable APs (Application Processors), ensuring zero impact on battery life.
đ Impact
- Recognition: Selected for showcase at the Samsung AI POC Exhibition, demonstrating the potential for next-gen health features.
- Thought Leadership: Helped shape internal R&D thinking around âcontext-aware health intelligibilityââmoving the product strategy from simple data logging to actionable intelligence.
đ§ Retrospective: Key Learnings
Navigating the complexity of this system taught me to synthesize diverse sensor streams into coherent user context.
- Adaptive Systems: I learned that an effective recommendation engine must balance immediate utility (heuristics) with long-term personalization (learning).
- Communication: Showcasing this work at the AI Exhibition honed my ability to translate complex sensor fusion concepts into compelling narratives for diverse stakeholdersâa capability I view as essential for impactful research.