paper-with-me

Papers

Entire-Space Variational Information Exploitation for Post-Click Conversion Rate Prediction

2024-12-17 · Ke Fei, Xinyue Zhang, Jingjing Li

In recommender systems, post-click conversion rate (CVR) estimation is an essential task to model user preferences for items and estimate the value of recommendations. Sample selection bias (SSB) and data sparsity (DS) are two persistent challenges for post-click conversion rate (CVR) estimation. Currently, entire-space approaches that exploit unclicked samples through knowledge distillation are promising to mitigate SSB and DS simultaneously. Existing methods use non-conversion, conversion, or adaptive conversion predictors to generate pseudo labels for unclicked samples. However, they fail to consider the unbiasedness and information limitations of these pseudo labels. Motivated by such analysis, we propose an entire-space variational information exploitation framework (EVI) for CVR prediction. First, EVI uses a conditional entire-space CVR teacher to generate unbiased pseudo labels. Then, it applies variational information exploitation and logit distillation to transfer non-click space information to the target CVR estimator. We conduct extensive offline experiments on six large-scale datasets. EVI demonstrated a 2.25\% average improvement compared to the state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2502.15687

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationRecommendation SystemsSelection bias

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Robust volatility updates for Hierarchical Gaussian Filtering

2026-05-01 · Christoph Mathys, Nicolas Legrand, Peter Thestrup Waade, Nace Mikus 외 arxiv

Hierarchical Gaussian Filtering (HGF) networks allow for efficient updating of posterior distributions (beliefs) about hidden states of an agent's environment. HGF parent nodes can target the mean or variance of their ch…

Implicit Deep Latent Variable Models for Text Generation

2019-08-30 · IJCNLP 2019 11 · Le Fang, Chunyuan Li, Jianfeng Gao, Wen Dong 외

Deep latent variable models (LVM) such as variational auto-encoder (VAE) have recently played an important role in text generation. One key factor is the exploitation of smooth latent structures to guide the generation. …

Language ModelingLanguage ModellingResponse GenerationStyle Transfer+1

Adaptive variational Bayes: Optimality, computation and applications

2021-09-07 · Ilsang Ohn, Lizhen Lin

In this paper, we explore adaptive inference based on variational Bayes. Although several studies have been conducted to analyze the contraction properties of variational posteriors, there is still a lack of a general an…

Model Selection

Online Variational Filtering and Parameter Learning

2021-10-26 · NeurIPS 2021 12 · Andrew Campbell, Yuyang Shi, Tom Rainforth, Arnaud Doucet

We present a variational method for online state estimation and parameter learning in state-space models (SSMs), a ubiquitous class of latent variable models for sequential data. As per standard batch variational techniq…

State EstimationState Space Models

Amortized Variational Deep Q Network

2020-11-03 · Haotian Zhang, Yuhao Wang, Jianyong Sun, Zongben Xu

Efficient exploration is one of the most important issues in deep reinforcement learning. To address this issue, recent methods consider the value function parameters as random variables, and resort variational inference…

Deep Reinforcement LearningEfficient ExplorationOpenAI GymVariational Inference