Search papers, labs, and topics across Lattice.
This paper introduces TailorMind, a novel approach for generating user-tailored multimodal content without relying on existing user-generated content (UGC). By integrating collaborative preference modeling with controllable generation techniques, TailorMind enhances sparse user histories through hypergraph collaborative filtering and optimizes textual profiles using ranking-error feedback. Experimental results demonstrate that TailorMind not only achieves competitive coherence but also significantly improves novelty and aesthetic quality compared to existing generation baselines and ground-truth UGC, with up to 29% gains in recall during reranking.
TailorMind outperforms traditional content generation methods by creating personalized multimodal outputs without needing existing content pools, achieving significant gains in coherence and novelty.
Personalized content systems depend on available UGC and struggle when suitable content is absent, delayed, or costly to create. Although multimodal generators can synthesize content on demand, how to translate behavioral traces into generation-ready preferences remains underexplored. We study personalized multimodal content generation: creating user-tailored multimodal content without existing item pools or waiting for matching UGC. We propose TailorMind, linking collaborative preference modeling with controllable multimodal generation. TailorMind enriches sparse user histories via hypergraph collaborative filtering and optimizes textual profiles with ranking-error feedback and textual gradient descent. Retrieval-augmented style control grounds outputs in authentic UGC patterns, while cross-modal cohesion reflection reduces semantic drift. We construct TailorBench, a benchmark from three mainstream platforms evaluated along five dimensions: coherence, novelty, aesthetic, hallucination, profiling. Experiments show that TailorMind achieves competitive or stronger coherence, improves novelty and aesthetic quality over representative generation baselines and ground-truth UGC, demonstrating advantages over retrieving available content or comparable UGC, while achieving up to 29% Recall gains in reranking. Our code is released at: https://github.com/iLearn-Lab/TailorMind.