paper-with-me

Papers

When Memory Takes Gradients: Collaborative Vector Memory for Agentic Recommender Systems

2026-08-27 · Hanchong Chen, Xing Tang, Lingjie Li, Xiongfeng Shan, Xiuqiang He arxiv

Agentic recommender systems ground each decision of a large language model (LLM) in a persistent memory of the user, and in existing agents that memory is text: a narrative written and maintained by further LLM calls. Text limits this memory in two ways. It is updated one rewrite at a time, so exploiting the full interaction history is prohibitively expensive; and collaborative evidence, graded similarity over an entire catalog, does not survive translation into sentences. We propose CoVeMem (Collaborative Vector Memory), which vectorizes the collaborative core of the agent's memory. Frozen LightGCN user and item states form the memory bank; at each decision, the candidate set itself retrieves the most relevant historical states, which enter the LLM's context as soft tokens alongside a light textual profile. Contrastive alignment to item-semantic anchors, followed by listwise co-training with masked candidates, teaches the model to read these states and to rank through them; a pointwise yes/no readout scores each candidate. Across four instruction-grounded recommendation benchmarks, CoVeMem matches or exceeds the strongest collaborative text-memory agent on 19 of 20 metric cells while requiring zero additional LLM calls for memory maintenance beyond the shared static profile, against per-interaction calls for text memory. The memory now takes gradients: the full interaction history, out of reach for text, becomes available as training data for what the agent remembers and for how it reads what it remembers.

📄 PDF Abstract BibTeX arXiv:2608.26895

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Long Timescale Credit Assignment in NeuralNetworks with External Memory

2017-01-14 · Steven Stenberg Hansen

Credit assignment in traditional recurrent neural networks usually involves back-propagating through a long chain of tied weight matrices. The length of this chain scales linearly with the number of time-steps as the sam…

How to Attain Communication-Efficient DNN Training? Convert, Compress, Correct

2022-04-18 · Zhong-Jing Chen, Eduin E. Hernandez, Yu-Chih Huang, Stefano Rini

This paper introduces CO3 -- an algorithm for communication-efficient federated Deep Neural Network (DNN) training. CO3 takes its name from three processing applied which reduce the communication load when transmitting t…

Quantization

Byzantine-robust Federated Learning through Collaborative Malicious Gradient Filtering

2021-09-13 · Jian Xu, Shao-Lun Huang, Linqi Song, Tian Lan

Gradient-based training in federated learning is known to be vulnerable to faulty/malicious clients, which are often modeled as Byzantine clients. To this end, previous work either makes use of auxiliary data at paramete…

Federated LearningModel Poisoningtext-classificationText Classification

Sparser Training for On-Device Recommendation Systems

2024-11-19 · Yunke Qu, Liang Qu, Tong Chen, Xiangyu Zhao 외

Recommender systems often rely on large embedding tables that map users and items to dense vectors of uniform size, leading to substantial memory consumption and inefficiencies. This is particularly problematic in memory…

Recommendation Systems

Landmarks-assisted Collaborative Deep Framework for Automatic 4D Facial Expression Recognition

2019-10-11 · Muzammil Behzad, Nhat Vo, Xiaobai Li, Guoying Zhao

We propose a novel landmarks-assisted collaborative end-to-end deep framework for automatic 4D FER. Using 4D face scan data, we calculate its various geometrical images, and afterwards use rank pooling to generate their …

Facial Expression RecognitionFacial Expression Recognition (FER)