paper-with-me

홈 › Papers

PerSRV: Personalized Sticker Retrieval with Vision-Language Model

2024-10-29 · Heng Er Metilda Chee, Jiayin Wang, Zhiqiang Guo, Weizhi Ma, Min Zhang

Instant Messaging is a popular means for daily communication, allowing users to send text and stickers. As the saying goes, "a picture is worth a thousand words", so developing an effective sticker retrieval technique is crucial for enhancing user experience. However, existing sticker retrieval methods rely on labeled data to interpret stickers, and general-purpose Vision-Language Models (VLMs) often struggle to capture the unique semantics of stickers. Additionally, relevant-based sticker retrieval methods lack personalization, creating a gap between diverse user expectations and retrieval results. To address these, we propose the Personalized Sticker Retrieval with Vision-Language Model framework, namely PerSRV, structured into offline calculations and online processing modules. The online retrieval part follows the paradigm of relevant recall and personalized ranking, supported by the offline pre-calculation parts, which are sticker semantic understanding, utility evaluation and personalization modules. Firstly, for sticker-level semantic understanding, we supervised fine-tuned LLaVA-1.5-7B to generate human-like sticker semantics, complemented by textual content extracted from figures and historical interaction queries. Secondly, we investigate three crowd-sourcing metrics for sticker utility evaluation. Thirdly, we cluster style centroids based on users' historical interactions to achieve personal preference modeling. Finally, we evaluate our proposed PerSRV method on a public sticker retrieval dataset from WeChat, containing 543,098 candidates and 12,568 interactions. Experimental results show that PerSRV significantly outperforms existing methods in multi-modal sticker retrieval. Additionally, our fine-tuned VLM delivers notable improvements in sticker semantic understandings.

📄 PDF Abstract BibTeX arXiv:2410.21801

Code (1)

metildachee/persrv 공식 구현

Tasks

Language ModelingLanguage ModellingmodelRetrieval

Similar Papers 제목 키워드 기반

Sticker820K: Empowering Interactive Retrieval with Stickers

2023-06-12 · Sijie Zhao, Yixiao Ge, Zhongang Qi, Lin Song 외

Stickers have become a ubiquitous part of modern-day communication, conveying complex emotions through visual imagery. To facilitate the development of more powerful algorithms for analyzing stickers, we propose a large-…

Image RetrievalRetrieval

GSE: Evaluating Sticker Visual Semantic Similarity via a General Sticker Encoder

2025-11-07 · Heng Er Metilda Chee, Jiayin Wang, Zhiqiang Guo, Weizhi Ma 외 arxiv

Stickers have become a popular form of visual communication, yet understanding their semantic relationships remains challenging due to their highly diverse and symbolic content. In this work, we formally {define the Stic…

Emotion ClassificationSemantic Similarity

Small Stickers, Big Meanings: A Multilingual Sticker Semantic Understanding Dataset with a Gamified Approach

2025-06-02 · Heng Er Metilda Chee, Jiayin Wang, Zhiqiang Guo, Weizhi Ma 외

Stickers, though small, are a highly condensed form of visual expression, ubiquitous across messaging platforms and embraced by diverse cultures, genders, and age groups. Despite their popularity, sticker retrieval remai…

Retrieval

SEAL: Semantic-aware Single-image Sticker Personalization with a Large-scale Sticker-tag Dataset

2026-04-29 · Changhyun Roh, Yonghyun Jeong, Jonghyun Lee, Chanho Eom 외 arxiv

Synthesizing a target concept from a single reference image is challenging in diffusion-based personalized text-to-image generation, particularly for sticker personalization where prompts often require explicit attribute…

Text-to-Image GenerationTest-time Adaptation

Adversarial Sticker: A Stealthy Attack Method in the Physical World

2021-04-14 · Xingxing Wei, Ying Guo, Jie Yu

To assess the vulnerability of deep learning in the physical world, recent works introduce adversarial patches and apply them on different tasks. In this paper, we propose another kind of adversarial patch: the Meaningfu…

Face RecognitionImage RetrievalPositionRetrieval+2