paper-with-me

홈 › Papers

DisenReason: Behavior Disentanglement and Latent Reasoning for Shared-Account Sequential Recommendation

2026-03-04 · Jiawei Cheng, Min Gao, Zongwei Wang, Xiaofei Zhu, Zhiyi Liu, Wentao Li, Wei Li, Huan Wu arxiv

Shared-account usage is common on streaming and e-commerce platforms, where multiple users share one account. Existing shared-account sequential recommendation (SSR) methods often assume a fixed number of latent users per account, limiting their ability to adapt to diverse sharing patterns and reducing recommendation accuracy. Recent latent reasoning technique applied in sequential recommendation (SR) generate intermediate embeddings from the user embedding (e.g, last item embedding) to uncover users' potential interests, which inspires us to treat the problem of inferring the number of latent users as generating a series of intermediate embeddings, shifting from inferring preferences behind user to inferring the users behind account. However, the last item cannot be directly used for reasoning in SSR, as it can only represent the behavior of the most recent latent user, rather than the collective behavior of the entire account. To address this, we propose DisenReason, a two-stage reasoning method tailored to SSR. DisenReason combines behavior disentanglement stage from frequency-domain perspective to create a collective and unified account behavior representation, which serves as a pivot for latent user reasoning stage to infer the number of users behind the account. Experiments on four benchmark datasets show that DisenReason consistently outperforms all state-of-the-art baselines across four benchmark datasets, achieving relative improvements of up to 12.56\% in MRR@5 and 6.06\% in Recall@20.

📄 PDF Abstract BibTeX arXiv:2603.03782

Code (0)

등록된 구현이 없습니다.

Tasks

Sequential Recommendation

Similar Papers 제목 키워드 기반

Out of Distribution Reasoning by Weakly-Supervised Disentangled Logic Variational Autoencoder

2022-10-18 · Zahra Rahiminasab, Michael Yuhas, Arvind Easwaran

Out-of-distribution (OOD) detection, i.e., finding test samples derived from a different distribution than the training set, as well as reasoning about such samples (OOD reasoning), are necessary to ensure the safety of …

DisentanglementOut of Distribution (OOD) Detection

Joint Identifiability of Cross-Domain Recommendation via Hierarchical Subspace Disentanglement

2024-04-06 · Jing Du, Zesheng Ye, Bin Guo, Zhiwen Yu 외

Cross-Domain Recommendation (CDR) seeks to enable effective knowledge transfer across domains. Existing works rely on either representation alignment or transformation bridges, but they struggle on identifying domain-sha…

DisentanglementTransfer Learning

Interactive Disentanglement: Learning Concepts by Interacting with their Prototype Representations

2021-12-04 · CVPR 2022 1 · Wolfgang Stammer, Marius Memmel, Patrick Schramowski, Kristian Kersting

Learning visual concepts from raw images without strong supervision is a challenging task. In this work, we show the advantages of prototype representations for understanding and revising the latent space of neural conce…

Disentanglement

Disentangled and Distilled Encoder for Out-of-Distribution Reasoning with Rademacher Guarantees

2025-12-11 · Zahra Rahiminasab, Michael Yuhas, Arvind Easwaran arxiv

Recently, the disentangled latent space of a variational autoencoder (VAE) has been used to reason about multi-label out-of-distribution (OOD) test samples that are derived from different distributions than training samp…

Model Compression

Latent Multi-Relation Reasoning for GAN-Prior based Image Super-Resolution

2022-08-04 · Jiahui Zhang, Fangneng Zhan, Yingchen Yu, Rongliang Wu 외

Recently, single image super-resolution (SR) under large scaling factors has witnessed impressive progress by introducing pre-trained generative adversarial networks (GANs) as priors. However, most GAN-Priors based SR me…

AttributeCode GenerationDisentanglementImage Super-Resolution+2