Table of Contents
Fetching ...

Towards Understanding Human Emotional Fluctuations with Sparse Check-In Data

Sagar Paresh Shah, Ga Wu, Sean W. Kortschot, Samuel Daviau

TL;DR

The paper tackles the data sparsity challenge in predicting human emotional shifts from sparse user check-ins by proposing MSPSC, a probabilistic framework that fuses core affect psychology with personalized, environment-aware learning. It models the mood state as $e^u \in \mathcal{E}$ with $|\mathcal{E}|=64$ and uses a hidden factor $\mathbf{z}$ to capture joint effects across historical checks and current environmental factors, incorporating a personalization vector $\mathbf{w}^u$ and a utility-driven feedback loop. Clustering of influential environmental factors and a top-$k$ similarity strategy enable targeted retrieval of relevant past moments, while the utility function updates $\mathbf{w}^u$ based on agreement between predictions and self-reported emotions. Empirical results show MSPSC outperforms baselines, achieving significant accuracy on sparse data (including about $60\%$ accuracy on a $64$-class mood grid) and demonstrating robustness for users with limited activity, indicating strong potential for real-world deployment in UpBeing and similar self-report-driven systems.

Abstract

Data sparsity is a key challenge limiting the power of AI tools across various domains. The problem is especially pronounced in domains that require active user input rather than measurements derived from automated sensors. It is a critical barrier to harnessing the full potential of AI in domains requiring active user engagement, such as self-reported mood check-ins, where capturing a continuous picture of emotional states is essential. In this context, sparse data can hinder efforts to capture the nuances of individual emotional experiences such as causes, triggers, and contributing factors. Existing methods for addressing data scarcity often rely on heuristics or large established datasets, favoring deep learning models that lack adaptability to new domains. This paper proposes a novel probabilistic framework that integrates user-centric feedback-based learning, allowing for personalized predictions despite limited data. Achieving 60% accuracy in predicting user states among 64 options (chance of 1/64), this framework effectively mitigates data sparsity. It is versatile across various applications, bridging the gap between theoretical AI research and practical deployment.

Towards Understanding Human Emotional Fluctuations with Sparse Check-In Data

TL;DR

The paper tackles the data sparsity challenge in predicting human emotional shifts from sparse user check-ins by proposing MSPSC, a probabilistic framework that fuses core affect psychology with personalized, environment-aware learning. It models the mood state as with and uses a hidden factor to capture joint effects across historical checks and current environmental factors, incorporating a personalization vector and a utility-driven feedback loop. Clustering of influential environmental factors and a top- similarity strategy enable targeted retrieval of relevant past moments, while the utility function updates based on agreement between predictions and self-reported emotions. Empirical results show MSPSC outperforms baselines, achieving significant accuracy on sparse data (including about accuracy on a -class mood grid) and demonstrating robustness for users with limited activity, indicating strong potential for real-world deployment in UpBeing and similar self-report-driven systems.

Abstract

Data sparsity is a key challenge limiting the power of AI tools across various domains. The problem is especially pronounced in domains that require active user input rather than measurements derived from automated sensors. It is a critical barrier to harnessing the full potential of AI in domains requiring active user engagement, such as self-reported mood check-ins, where capturing a continuous picture of emotional states is essential. In this context, sparse data can hinder efforts to capture the nuances of individual emotional experiences such as causes, triggers, and contributing factors. Existing methods for addressing data scarcity often rely on heuristics or large established datasets, favoring deep learning models that lack adaptability to new domains. This paper proposes a novel probabilistic framework that integrates user-centric feedback-based learning, allowing for personalized predictions despite limited data. Achieving 60% accuracy in predicting user states among 64 options (chance of 1/64), this framework effectively mitigates data sparsity. It is versatile across various applications, bridging the gap between theoretical AI research and practical deployment.
Paper Structure (17 sections, 11 equations, 4 figures, 2 tables)

This paper contains 17 sections, 11 equations, 4 figures, 2 tables.

Figures (4)

  • Figure 1: User interface of UpBeing App. 1)-2), the user emotion check-in interface. 3) the homepage of UpBeing where user selected emotion is presented to the user.
  • Figure 2: Emotion grid that reflects core affect. Attitude axis goes from left to right, indicating negative to positive. Energy axis goes from bottom to top, indicating high to low.
  • Figure 3: Overview of the proposed emotion prediction system. 1) Relevant Historical Check-ins Retrieval, 2) Personalized Environmental Influence with Utilities, and 3) Personalized Emotion Prediction.
  • Figure 4: Qualitative analysis of prediction qualities of candidate models on the test data. The plot matches emotion grid described in Figure \ref{['fig:emotion_grid']}. KNN and XGBoost try to achieve some overlap of actual and predicted values but have considerable outliers and overfitting respectively. The blue circle shows actual user check-ins, whereas the red circle shows models' predictions.