paper-with-me

홈 › Papers

Predicting Rare Events by Shrinking Towards Proportional Odds

2023-05-30 · Gregory Faletto, Jacob Bien

Training classifiers is difficult with severe class imbalance, but many rare events are the culmination of a sequence with much more common intermediate outcomes. For example, in online marketing a user first sees an ad, then may click on it, and finally may make a purchase; estimating the probability of purchases is difficult because of their rarity. We show both theoretically and through data experiments that the more abundant data in earlier steps may be leveraged to improve estimation of probabilities of rare events. We present PRESTO, a relaxation of the proportional odds model for ordinal regression. Instead of estimating weights for one separating hyperplane that is shifted by separate intercepts for each of the estimated Bayes decision boundaries between adjacent pairs of categorical responses, we estimate separate weights for each of these transitions. We impose an L1 penalty on the differences between weights for the same feature in adjacent weight vectors in order to shrink towards the proportional odds model. We prove that PRESTO consistently estimates the decision boundary weights under a sparsity assumption. Synthetic and real data experiments show that our method can estimate rare probabilities in this setting better than both logistic regression on the rare category, which fails to borrow strength from more abundant categories, and the proportional odds model, which is too inflexible.

📄 PDF Abstract BibTeX arXiv:2305.18700

Code (1)

gregfaletto/presto 공식 구현

Tasks

Marketingregression

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Exploiting oddsmaker bias to improve the prediction of NFL outcomes

2017-10-18 · Erik J. Schlicht

Accurately predicting the outcome of sporting events has been a goal for many groups who seek to maximize profit. What makes this challenging is that the outcome of an event can be influenced by many factors that dynamic…

Decision Making

AdaTranS: Adapting with Boundary-based Shrinking for End-to-End Speech Translation

2022-12-17 · Xingshan Zeng, Liangyou Li, Qun Liu

To alleviate the data scarcity problem in End-to-end speech translation (ST), pre-training on data for speech recognition and machine translation is considered as an important technique. However, the modality gap between…

Machine Translationspeech-recognitionSpeech RecognitionTranslation

MIM-Based GAN: Information Metric to Amplify Small Probability Events Importance in Generative Adversarial Networks

2020-03-25 · Rui She, Pingyi Fan

In terms of Generative Adversarial Networks (GANs), the information metric to discriminate the generative data from the real data, lies in the key point of generation efficiency, which plays an important role in GAN-base…

Anomaly Detection

A Comprehensive Survey on Rare Event Prediction

2023-09-20 · Chathurangi Shyalika, Ruwan Wickramarachchi, Amit Sheth

Rare event prediction involves identifying and forecasting events with a low probability using machine learning (ML) and data analysis. Due to the imbalanced data distributions, where the frequency of common events vastl…

PredictionSurvey

Accurately Predicting Probabilities of Safety-Critical Rare Events for Intelligent Systems

2024-03-20 · Ruoxuan Bai, Jingxuan Yang, Weiduo Gong, Yi Zhang 외

Intelligent systems are increasingly integral to our daily lives, yet rare safety-critical events present significant latent threats to their practical deployment. Addressing this challenge hinges on accurately predictin…