paper-with-me

Papers

Decoupled Temporal Encoding for Generative Recommendation

2026-08-17 · Pengfei Jia, Jingjian Wang, Jingmao Li, Ge Zhang, Feng Shi arxiv

Positional encoding is a fundamental component of Transformer-based generative recommendation models, where user histories are modeled as autoregressive item sequences. Most positional encoding methods are inherited from natural language processing and mainly represent discrete item order. However, recommendation sequences go beyond ordered lists, as timestamps and temporal effects also shape item relations. Our work is motivated by a real-world food delivery and instant retail recommendation system, where user behavior exhibits multi-level temporal regularities, including recency effects, meal-time peaks, weekday-weekend shifts, and promotion-driven traffic bursts. Existing methods partially address this issue through timestamp features, interval embeddings, decay functions, or attention biases, but they usually inject heterogeneous temporal signals through a unified representation or a single modeling pathway, making it difficult to distinguish broad temporal dynamics from local order cues. To address this limitation, we propose Decoupled Temporal Encoding, a lightweight framework for generative recommendation. DTE separates temporal dynamics from order information through two complementary modules: a personalized macro-temporal module that injects compact temporal primitives into item embeddings, and a time-gated micro-sequential module that introduces relative-order bias only when interactions are temporally dense. DTE is also parameter-efficient and deployment-friendly, allowing easy integration into existing systems.

📄 PDF Abstract BibTeX arXiv:2608.16274

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Spacetime-GR: A Spacetime-Aware Generative Model for Large Scale Online POI Recommendation

2025-08-22 · Haitao Lin, Zhen Yang, Jiawei Xue, Ziji Zhang 외 arxiv

Building upon the strong sequence modeling capability, Generative Recommendation (GR) has gradually assumed a dominant position in the application of recommendation tasks (e.g., video and product recommendation). However…

Product Recommendation

Information-theoretical analysis of the neural code for decoupled face representation

2022-08-22 · Miguel Ibáñez-Berganza, Carlo Lucibello, Luca Mariani, Giovanni Pezzulo

Processing faces accurately and efficiently is a key capability of humans and other animals that engage in sophisticated social tasks. Recent studies reported a decoupled coding for faces in the primate inferotemporal co…

Positional encoding is not the same as context: A study on positional encoding for sequential recommendation

2024-05-16 · Alejo Lopez-Avila, Jinhua Du, Abbas Shimary, Ze Li

The rapid growth of streaming media and e-commerce has driven advancements in recommendation systems, particularly Sequential Recommendation Systems (SRS). These systems employ users' interaction histories to predict fut…

Recommendation SystemsSequential Recommendation

UMIFormer: Mining the Correlations between Similar Tokens for Multi-View 3D Reconstruction

2023-02-27 · ICCV 2023 1 · Zhenwei Zhu, Liying Yang, Ning li, Chaohao Jiang 외

In recent years, many video tasks have achieved breakthroughs by utilizing the vision transformer and establishing spatial-temporal decoupling for feature extraction. Although multi-view 3D reconstruction also faces mult…

3D Object Reconstruction3D ReconstructionSingle-View 3D Reconstruction

IDGenRec: LLM-RecSys Alignment with Textual ID Learning

2024-03-27 · Juntao Tan, Shuyuan Xu, Wenyue Hua, Yingqiang Ge 외

Generative recommendation based on Large Language Models (LLMs) have transformed the traditional ranking-based recommendation style into a text-to-text generation paradigm. However, in contrast to standard NLP tasks that…

Sequential RecommendationText Generation