paper-with-me

홈 › Papers

EBC-ZIP: Improving Blockwise Crowd Counting with Zero-Inflated Poisson Regression

2025-06-24 · Yiming Ma, Victor Sanchez, Tanaya Guha

Density map estimation has become the mainstream paradigm in crowd counting. However, most existing methods overlook the extreme sparsity of ground-truth density maps. In real-world crowd scenes, the vast majority of spatial regions (often over 95%) contain no people, leading to heavily imbalanced count distributions. Ignoring this imbalance can bias models toward overestimating dense regions and underperforming in sparse areas. Furthermore, most loss functions used in density estimation are majorly based on MSE and implicitly assume Gaussian distributions, which are ill-suited for modeling discrete, non-negative count data. In this paper, we propose EBC-ZIP, a crowd counting framework that models the spatial distribution of counts using a Zero-Inflated Poisson (ZIP) regression formulation. Our approach replaces the traditional regression loss with the negative log-likelihood of the ZIP distribution, enabling better handling of zero-heavy distributions while preserving count accuracy. Built upon the recently proposed Enhanced Block Classification (EBC) framework, EBC-ZIP inherits EBC's advantages in preserving the discreteness of targets and ensuring training stability, while further improving performance through a more principled probabilistic loss. We also evaluate EBC-ZIP with backbones of varying computational complexity to assess its scalability. Extensive experiments on four crowd counting benchmarks demonstrate that EBC-ZIP consistently outperforms EBC and achieves state-of-the-art results.

📄 PDF Abstract BibTeX arXiv:2506.19955

Code (1)

yiming-m/ebc-zip 공식 구현 pytorch

Tasks

Crowd CountingDensity Estimation

Methods 이 논문이 사용한 방법론

EBC Traditional methods are based on block-wise regression. This framework, Enhanced Blockwise Classification (EBC), however, is based on the idea that aims to classify the count…

Similar Papers 제목 키워드 기반

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

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…

Zero-inflation in the Multivariate Poisson Lognormal Family

2024-05-23 · Bastien Batardière, Julien Chiquet, François Gindraud, Mahendra Mariadassou

Analyzing high-dimensional count data is a challenge and statistical model-based approaches provide an adequate and efficient framework that preserves explainability. The (multivariate) Poisson-Log-Normal (PLN) model is …

Variational Inference

Bayesian Causal Structural Learning with Zero-Inflated Poisson Bayesian Networks

2020-12-01 · NeurIPS 2020 12 · Junsouk Choi, Robert Chapkin, Yang Ni

Multivariate zero-inflated count data arise in a wide range of areas such as economics, social sciences, and biology. To infer causal relationships in zero-inflated count data, we propose a new zero-inflated…

Bayesian Inference

CLIP-EBC: CLIP Can Count Accurately through Enhanced Blockwise Classification

2024-03-14 · Yiming Ma, Victor Sanchez, Tanaya Guha

We propose CLIP-EBC, the first fully CLIP-based model for accurate crowd density estimation. While the CLIP model has demonstrated remarkable success in addressing recognition tasks such as zero-shot image classification…

ClassificationCrowd CountingDensity Estimationimage-classification+1