🤖 AI Summary
Social media users frequently exhibit cognitive-behavioral fixation—persistently and repeatedly engaging with narrow content domains—yet existing work lacks interpretable, computationally tractable methods for detecting such fixation. Method: We propose the first multimodal cognitive fixation quantification framework for social media browsing behavior, integrating multimodal topic modeling, user behavioral sequence modeling, and principles from cognitive psychology to construct a hierarchical, adaptive, fine-grained fixation assessment model; we further design a joint topic extraction and fixation quantification mechanism to enable interpretable mapping from observable behavioral patterns to underlying cognitive states. Contribution/Results: Evaluated on public benchmarks and a newly curated multimodal dataset, our method achieves a +12.7% improvement in fixation identification accuracy. The implementation is open-sourced, establishing a novel paradigm for computational cognitive science and platform governance.
📝 Abstract
Digital social media platforms frequently contribute to cognitive-behavioral fixation, a phenomenon in which users exhibit sustained and repetitive engagement with narrow content domains. While cognitive-behavioral fixation has been extensively studied in psychology, methods for computationally detecting and evaluating such fixation remain underexplored. To address this gap, we propose a novel framework for assessing cognitive-behavioral fixation by analyzing users' multimodal social media engagement patterns. Specifically, we introduce a multimodal topic extraction module and a cognitive-behavioral fixation quantification module that collaboratively enable adaptive, hierarchical, and interpretable assessment of user behavior. Experiments on existing benchmarks and a newly curated multimodal dataset demonstrate the effectiveness of our approach, laying the groundwork for scalable computational analysis of cognitive fixation. All code in this project is publicly available for research purposes at https://github.com/Liskie/cognitive-fixation-evaluation.