paper-with-me

홈 › Papers

Long-Term Interest Clock: Fine-Grained Time Perception in Streaming Recommendation System

2025-01-27 · Yongchun Zhu, Guanyu Jiang, Jingwu Chen, Feng Zhang, Xiao Yang, Zuotao Liu

User interests manifest a dynamic pattern within the course of a day, e.g., a user usually favors soft music at 8 a.m. but may turn to ambient music at 10 p.m. To model dynamic interests in a day, hour embedding is widely used in traditional daily-trained industrial recommendation systems. However, its discreteness can cause periodical online patterns and instability in recent streaming recommendation systems. Recently, Interest Clock has achieved remarkable performance in streaming recommendation systems. Nevertheless, it models users' dynamic interests in a coarse-grained manner, merely encoding users' discrete interests of 24 hours from short-term behaviors. In this paper, we propose a fine-grained method for perceiving time information for streaming recommendation systems, named Long-term Interest Clock (LIC). The key idea of LIC is adaptively calculating current user interests by taking into consideration the relevance of long-term behaviors around current time (e.g., 8 a.m.) given a candidate item. LIC consists of two modules: (1) Clock-GSU retrieves a sub-sequence by searching through long-term behaviors, using query information from a candidate item and current time, (2) Clock-ESU employs a time-gap-aware attention mechanism to aggregate sub-sequence with the candidate item. With Clock-GSU and Clock-ESU, LIC is capable of capturing users' dynamic fine-grained interests from long-term behaviors. We conduct online A/B tests, obtaining +0.122% improvements on user active days. Besides, the extended offline experiments show improvements as well. Long-term Interest Clock has been integrated into Douyin Music App's recommendation system.

📄 PDF Abstract BibTeX arXiv:2501.15817

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systems

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Hierarchical Multi-Interest Co-Network For Coarse-Grained Ranking

2022-10-19 · Xu Yuan, Chen Xu, Qiwei Chen, Tao Zhuang 외

In this era of information explosion, a personalized recommendation system is convenient for users to get information they are interested in. To deal with billions of users and items, large-scale online recommendation se…

Interest Clock: Time Perception in Real-Time Streaming Recommendation System

2024-04-30 · Yongchun Zhu, Jingwu Chen, Ling Chen, Yitan Li 외

User preferences follow a dynamic pattern over a day, e.g., at 8 am, a user might prefer to read news, while at 8 pm, they might prefer to watch movies. Time modeling aims to enable recommendation systems to perceive tim…

Recommendation Systems

Coarse Indexing, Fine Evidence: Decoupling Temporal Granularity in Long-Video RAG

2026-08-24 · Zhe Jin, Zhimin Lin, Bin Zheng, Junhua Fang 외 arxiv

Graph-based retrieval-augmented generation (RAG) provides a scalable paradigm for long-video understanding, but existing systems typically inherit a fixed temporal granularity from video segmentation when constructing th…

Video SegmentationAnswer Generation

Crystal Oscillators in OSNMA-Enabled Receivers: An Implementation View for Automotive Applications

2025-01-25 · Francesco Ardizzon, Nicola Laurenti, Carlo Sarto, Giovanni Gamba 외

To ensure the authenticity of navigation data, Galileo Open Service navigation message authentication (OSNMA) requires loose synchronization between the receiver clock and the system time. This means that during the peri…

FUM: Fine-grained and Fast User Modeling for News Recommendation

2022-04-10 · Tao Qi, Fangzhao Wu, Chuhan Wu, Yongfeng Huang

User modeling is important for news recommendation. Existing methods usually first encode user's clicked news into news embeddings independently and then aggregate them into user embedding. However, the word-level intera…

News Recommendation