LGFeb 24, 2025

TGT: A Temporal Gating Transformer for Smartphone App Usage Prediction

arXiv:2502.16957v22 citationsh-index: 9
Originality Highly original
AI Analysis

This work addresses app usage prediction for smartphone users, offering an incremental improvement with a novel temporal gating method.

The paper tackled the challenge of predicting smartphone app usage under sparse and irregular conditions by proposing TGT, a Transformer with a temporal gating module, which achieved significant gains in HR@1 and robustness in cold-start scenarios on real-world datasets.

Accurately predicting smartphone app usage is challenging due to the sparsity and irregularity of user behavior, especially under cold-start and low-activity conditions. Existing approaches mostly rely on static or attention-only architectures, which struggle to model fine-grained temporal dynamics. We propose TGT, a Transformer framework equipped with a temporal gating module that conditions hidden representations on the hour-of-day. Unlike conventional time embeddings, temporal gating adaptively rescales feature dimensions in a time-aware manner, working orthogonally to self-attention and strengthening temporal sensitivity. TGT further incorporates a context-aware encoder that integrates session sequences and user profiles into a unified representation. Experiments on two real-world datasets, Tsinghua App Usage and LSApp, demonstrate that TGT significantly outperforms 15 competitive baselines, achieving notable gains in HR@1 and maintaining robustness under cold-start scenarios. Beyond accuracy, analysis of gating vectors uncovers interpretable daily usage rhythms, showing that TGT learns human-consistent patterns of app behavior. These results establish TGT as both a powerful and interpretable framework for time-aware app usage prediction.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes