paper-with-me

Papers

ESANS: Effective and Semantic-Aware Negative Sampling for Large-Scale Retrieval Systems

2025-02-22 · Haibo Xing, Kanefumi Matsuyama, Hao Deng, Jinxin Hu, Yu Zhang, Xiaoyi Zeng

Industrial recommendation systems typically involve a two-stage process: retrieval and ranking, which aims to match users with millions of items. In the retrieval stage, classic embedding-based retrieval (EBR) methods depend on effective negative sampling techniques to enhance both performance and efficiency. However, existing techniques often suffer from false negatives, high cost for ensuring sampling quality and semantic information deficiency. To address these limitations, we propose Effective and Semantic-Aware Negative Sampling (ESANS), which integrates two key components: Effective Dense Interpolation Strategy (EDIS) and Multimodal Semantic-Aware Clustering (MSAC). EDIS generates virtual samples within the low-dimensional embedding space to improve the diversity and density of the sampling distribution while minimizing computational costs. MSAC refines the negative sampling distribution by hierarchically clustering item representations based on multimodal information (visual, textual, behavioral), ensuring semantic consistency and reducing false negatives. Extensive offline and online experiments demonstrate the superior efficiency and performance of ESANS.

📄 PDF Abstract BibTeX arXiv:2502.16077

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringDiversityRecommendation SystemsRetrieval

Similar Papers 제목 키워드 기반

Structure Aware Negative Sampling in Knowledge Graphs

2020-09-23 · EMNLP 2020 11 · Kian Ahrabian, Aarash Feizi, Yasmin Salehi, William L. Hamilton 외

Learning low-dimensional representations for entities and relations in knowledge graphs using contrastive estimation represents a scalable and effective method for inferring connectivity patterns. A crucial aspect of con…

Contrastive LearningKnowledge Graphs

DANS-KGC: Diffusion Based Adaptive Negative Sampling for Knowledge Graph Completion

2025-11-11 · Haoning Li, Qinghua Huang arxiv

Negative sampling (NS) strategies play a crucial role in knowledge graph representation. In order to overcome the limitations of existing negative sampling strategies, such as vulnerability to false negatives, limited ge…

Knowledge Graph Completion

Importance Sampling for Multi-Negative Multimodal Direct Preference Optimization

2025-09-30 · Xintong Li, Chuhan Wang, Junda Wu, Rohan Surana 외 arxiv

Direct Preference Optimization (DPO) has recently been extended from text-only models to vision-language models. However, existing methods rely on oversimplified pairwise comparisons, generating a single negative image v…

PeopleSansPeople: A Synthetic Data Generator for Human-Centric Computer Vision

2021-12-17 · Salehe Erfanian Ebadi, You-Cyuan Jhang, Alex Zook, Saurav Dhakad 외

In recent years, person detection and human pose estimation have made great strides, helped by large-scale labeled datasets. However, these datasets had no guarantees or analysis of human activities, poses, or context di…

Human DetectionPose EstimationSemantic SegmentationTransfer Learning

Clustering-Aware Negative Sampling for Unsupervised Sentence Representation

2023-05-17 · Jinghao Deng, Fanqi Wan, Tao Yang, Xiaojun Quan 외

Contrastive learning has been widely studied in sentence representation learning. However, earlier works mainly focus on the construction of positive examples, while in-batch samples are often simply treated as negative …

ClusteringContrastive LearningRepresentation LearningSemantic Textual Similarity+2