Skip to content

Author

Peng Zhang

2 papers indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

Book Open access Aug 2026

UniGCRec: Unified User-Item Quantization for Generative Cross-Domain Recommendation

Cross-domain sequential recommendation (CDSR) improves target-domain prediction by leveraging multi-domain interaction histories. Most CDSR methods rely on shared entities or co-occurrence signals, which become unreliable when overlap is limited, and atomic ID representations further generalize poorly to long-tail or unseen items as cross-domain distribution shifts exacerbate this problem. Recent generative CDSR methods enable cross-domain transfer without relying on raw ID alignment by generating content-grounded semantic IDs (SIDs) for cross-domain alignment. However, two challenges remain, including (i) user-item asymmetry, with items discretized for generation whereas user preferences are encoded only implicitly in sequence representations, limiting semantic-level preference control; and (ii) selective transfer, making it difficult to assess source-domain signals against the target preference representation without an explicit discrete user anchor aligned with item IDs, which can lead to unintended transfer of irrelevant signals. This work presents UniGCRec, which constructs a cross-domain user profile from multi-domain histories and quantizes both users and items into CSC-IDs that integrate semantic and collaborative signals. This symmetric quantization places user and item representations in the same discrete CSC-ID space, effectively mitigating user-item asymmetry and enabling preference-aware selective transfer under low-overlap settings. The generator is conditioned on a user CSC-ID prefix and the target domain item CSC-ID history for next-item generation, with trie-constrained decoding ensuring target domain validity. Experiments on public multi-domain benchmarks show consistent gains over strong baselines, with particularly strong gains on several target domains.

Chaoyue Ding, Jiahao Liu, Dongsheng Li et al. · 0 citations
Jul 2026

Less Repetition, Less Energy Cost: A Reinforcement Learning-Based Multiagent Energy-Saving Autonomous Exploration System.

Multiagent autonomous exploration in unknown environments is both meaningful and challenging. Due to the constraint of a partially observable environment, the collaboration among agents is often inadequate, leading to increased energy consumption. Worse still, a decrease in overall exploration performance may occur due to a single agent failure. To address these issues, we propose a distributed Multiagent Energy-saving Autonomous Exploration System (MEAES) based on reinforcement learning. To accurately evaluate the regional complexity of different branches and further enhance the long-term decision-making capabilities of agents, we introduce the dual-scale clustered observation (DSCO) module. The DSCO generates fine-grained representations based on graph modeling, enabling better characterization of both global and long-term exploration values. Furthermore, we propose an energy-saving action (EA) mechanism, which mitigates redundant exploration and reduces energy consumption by selective waiting actions and independent exploration strategies. Finally, we devise the consumption-exploration-balanced training framework (CEBF), which guides agents to transform from lazy exploration to energy-saving exploration strategies through dynamic reward shaping. Extensive experiments validate the effectiveness of MEAES, demonstrating effective zero-shot transfer performance across unseen environments.

Yang Liu, Peng Zhang, Yanting Li et al. · 0 citations