paper-with-me

Papers

Dealing with zero-inflated data: achieving SOTA with a two-fold machine learning approach

2023-10-12 · Jože M. Rožanec, Gašper Petelin, João Costa, Blaž Bertalanič, Gregor Cerar, Marko Guček, Gregor Papa, Dunja Mladenić

In many cases, a machine learning model must learn to correctly predict a few data points with particular values of interest in a broader range of data where many target values are zero. Zero-inflated data can be found in diverse scenarios, such as lumpy and intermittent demands, power consumption for home appliances being turned on and off, impurities measurement in distillation processes, and even airport shuttle demand prediction. The presence of zeroes affects the models' learning and may result in poor performance. Furthermore, zeroes also distort the metrics used to compute the model's prediction quality. This paper showcases two real-world use cases (home appliances classification and airport shuttle demand prediction) where a hierarchical model applied in the context of zero-inflated data leads to excellent results. In particular, for home appliances classification, the weighted average of Precision, Recall, F1, and AUC ROC was increased by 27%, 34%, 49%, and 27%, respectively. Furthermore, it is estimated that the proposed approach is also four times more energy efficient than the SOTA approach against which it was compared to. Two-fold models performed best in all cases when predicting airport shuttle demand, and the difference against other models has been proven to be statistically significant.

📄 PDF Abstract BibTeX arXiv:2310.08088

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

From Noise to Precision: A Diffusion-Driven Approach to Zero-Inflated Precipitation Prediction

2025-09-01 · Wentao Gao, Jiuyong Li, Lin Liu, Thuc Duy Le 외 arxiv

Zero-inflated data pose significant challenges in precipitation forecasting due to the predominance of zeros with sparse non-zero events. To address this, we propose the Zero Inflation Diffusion Framework (ZIDF), which i…

Precipitation Forecasting

Variational zero-inflated Gaussian processes with sparse kernels

2018-03-13 · Pashupati Hegde, Markus Heinonen, Samuel Kaski

Zero-inflated datasets, which have an excess of zero outputs, are commonly encountered in problems such as climate or rare event modelling. Conventional machine learning approaches tend to overestimate the non-zeros lead…

Gaussian ProcessesVariational Inference

Robust Bayesian Tensor Factorization with Zero-Inflated Poisson Model and Consensus Aggregation

2023-08-15 · Daniel Chafamo, Vignesh Shanmugam, Neriman Tokcan

Tensor factorizations (TF) are powerful tools for the efficient representation and analysis of multidimensional data. However, classic TF methods based on maximum likelihood estimation underperform when applied to zero-i…

Thompson sampling for zero-inflated count outcomes with an application to the Drink Less mobile health study

2023-11-24 · Xueqing Liu, Nina Deliu, Tanujit Chakraborty, Lauren Bell 외

Mobile health (mHealth) interventions often aim to improve distal outcomes, such as clinical conditions, by optimizing proximal outcomes through just-in-time adaptive interventions. Contextual bandits provide a suitable …

Decision MakingMulti-Armed BanditsThompson Sampling

Software defect prediction with zero-inflated Poisson models

2019-10-30 · Daniel Rodriguez, Javier Dolado, Javier Tuya, Dietmar Pfahl

In this work we apply several Poisson and zero-inflated models for software defect prediction. We apply different functions from several R packages such as pscl, MASS, R2Jags and the recent glmmTMB. We test the functions…

Prediction