paper-with-me

홈 › Papers

Robust Correction of Sampling Bias Using Cumulative Distribution Functions

2020-10-23 · NeurIPS 2020 12 · Bijan Mazaheri, Siddharth Jain, Jehoshua Bruck

Varying domains and biased datasets can lead to differences between the training and the target distributions, known as covariate shift. Current approaches for alleviating this often rely on estimating the ratio of training and target probability density functions. These techniques require parameter tuning and can be unstable across different datasets. We present a new method for handling covariate shift using the empirical cumulative distribution function estimates of the target distribution by a rigorous generalization of a recent idea proposed by Vapnik and Izmailov. Further, we show experimentally that our method is more robust in its predictions, is not reliant on parameter tuning and shows similar classification performance compared to the current state-of-the-art techniques on synthetic and real datasets.

📄 PDF Abstract BibTeX arXiv:2010.12687

Code (1)

honeybijan/NeurIPS2020 공식 구현

Similar Papers 제목 키워드 기반

Rethinking Importance Sampling in LLM Policy Optimization: A Cumulative Token Perspective

2026-05-08 · Yuheng Zhang, Chenlu Ye, Shuowei Jin, Changlong Yu 외 arxiv

Reinforcement learning, including reinforcement learning with verifiable rewards (RLVR), has emerged as a powerful approach for LLM post-training. Central to these approaches is the design of the importance sampling (IS)…

Reinforcement LearningMathematical Reasoning

Assessing the effect of sample bias correction in species distribution models

2021-03-12 · Nicolas Dubos, Clémentine Préau, Maxime Lenormand, Guillaume Papuga 외

Open-source biodiversity databases contain a large amount of species occurrence records, but these are often spatially biased, which affects the reliability of species distribution models based on these records. Sample b…

Sampling-Bias-Corrected Neural Modeling for Large Corpus Item Recommendations

2019-09-16 · ACM Conference on Recommender Systems 2019 9 · Xinyang Yi, Ji Yang, Lichan Hong, Derek Zhiyuan Cheng 외

Many recommendation systems need to retrieve and score items from a large corpus. A common approach to handle data sparsity and power-law item distribution is to learn item representations from its content features. Apar…

Recommendation SystemsRetrieval

Sampling Correctors

2015-04-24 · Clément Canonne, Themis Gouleakis, Ronitt Rubinfeld

In many situations, sample data is obtained from a noisy or imperfect source. In order to address such corruptions, this paper introduces the concept of a sampling corrector. Such algorithms use structure that the distri…

Differentiable Particle Filtering using Optimal Placement Resampling

2024-02-26 · Domonkos Csuzdi, Olivér Törő, Tamás Bécsi

Particle filters are a frequent choice for inference tasks in nonlinear and non-Gaussian state-space models. They can either be used for state inference by approximating the filtering distribution or for parameter infere…

parameter estimationState Space Models