paper-with-me

Papers

Beyond Point Estimate: Inferring Ensemble Prediction Variation from Neuron Activation Strength in Recommender Systems

2020-08-17 · Zhe Chen, Yuyan Wang, Dong Lin, Derek Zhiyuan Cheng, Lichan Hong, Ed H. Chi, Claire Cui

Despite deep neural network (DNN)'s impressive prediction performance in various domains, it is well known now that a set of DNN models trained with the same model specification and the same data can produce very different prediction results. Ensemble method is one state-of-the-art benchmark for prediction uncertainty estimation. However, ensembles are expensive to train and serve for web-scale traffic. In this paper, we seek to advance the understanding of prediction variation estimated by the ensemble method. Through empirical experiments on two widely used benchmark datasets MovieLens and Criteo in recommender systems, we observe that prediction variations come from various randomness sources, including training data shuffling, and parameter random initialization. By introducing more randomness into model training, we notice that ensemble's mean predictions tend to be more accurate while the prediction variations tend to be higher. Moreover, we propose to infer prediction variation from neuron activation strength and demonstrate the strong prediction power from activation strength features. Our experiment results show that the average R squared on MovieLens is as high as 0.56 and on Criteo is 0.81. Our method performs especially well when detecting the lowest and highest variation buckets, with 0.92 AUC and 0.89 AUC respectively. Our approach provides a simple way for prediction variation estimation, which opens up new opportunities for future work in many interesting areas (e.g.,model-based reinforcement learning) without relying on serving expensive ensemble models.

📄 PDF Abstract BibTeX arXiv:2008.07032

Code (0)

등록된 구현이 없습니다.

Tasks

Model-based Reinforcement LearningPredictionRecommendation Systems

Similar Papers 제목 키워드 기반

Prediction Intervals: Split Normal Mixture from Quality-Driven Deep Ensembles

2020-07-19 · Tárik S. Salem, Helge Langseth, Heri Ramampiaro

Prediction intervals are a machine- and human-interpretable way to represent predictive uncertainty in a regression analysis. In this paper, we present a method for generating prediction intervals along with point estima…

PredictionPrediction Intervals

Inferring the Hubble Constant Using Simulated Strongly Lensed Supernovae and Neural Network Ensembles

2025-04-14 · Gonçalo Gonçalves, Nikki Arendse, Doogesh Kodi Ramanah, Radosław Wojtak

Strongly lensed supernovae are a promising new probe to obtain independent measurements of the Hubble constant (${H_0}$). In this work, we employ simulated gravitationally lensed Type Ia supernovae (glSNe Ia) to train ou…

Fast Uncertainty Estimates in Deep Learning Interatomic Potentials

2022-11-17 · Albert Zhu, Simon Batzner, Albert Musaelian, Boris Kozinsky

Deep learning has emerged as a promising paradigm to give access to highly accurate predictions of molecular and materials properties. A common short-coming shared by current approaches, however, is that neural networks …

Active LearningDeep LearningUncertainty Quantification

Selecting a number of voters for a voting ensemble

2021-04-23 · Eric Bax

For a voting ensemble that selects an odd-sized subset of the ensemble classifiers at random for each example, applies them to the example, and returns the majority vote, we show that any number of voters may minimize th…

Beyond Simple Averaging: Improving NLP Ensemble Performance with Topological-Data-Analysis-Based Weighting

2024-02-22 · Polina Proskura, Alexey Zaytsev

In machine learning, ensembles are important tools for improving the model performance. In natural language processing specifically, ensembles boost the performance of a method due to multiple large models available in o…

Diversitytext-classificationText ClassificationTopological Data Analysis