paper-with-me

홈 › Papers

Data subsampling for Poisson regression with pth-root-link

2024-10-30 · Han Cheng Lie, Alexander Munteanu

We develop and analyze data subsampling techniques for Poisson regression, the standard model for count data $y\in\mathbb{N}$. In particular, we consider the Poisson generalized linear model with ID- and square root-link functions. We consider the method of coresets, which are small weighted subsets that approximate the loss function of Poisson regression up to a factor of $1\pm\varepsilon$. We show $\Omega(n)$ lower bounds against coresets for Poisson regression that continue to hold against arbitrary data reduction techniques up to logarithmic factors. By introducing a novel complexity parameter and a domain shifting approach, we show that sublinear coresets with $1\pm\varepsilon$ approximation guarantee exist when the complexity parameter is small. In particular, the dependence on the number of input points can be reduced to polylogarithmic. We show that the dependence on other input parameters can also be bounded sublinearly, though not always logarithmically. In particular, we show that the square root-link admits an $O(\log(y_{\max}))$ dependence, where $y_{\max}$ denotes the largest count presented in the data, while the ID-link requires a $\Theta(\sqrt{y_{\max}/\log(y_{\max})})$ dependence. As an auxiliary result for proving the tightness of the bound with respect to $y_{\max}$ in the case of the ID-link, we show an improved bound on the principal branch of the Lambert $W_0$ function, which may be of independent interest. We further show the limitations of our analysis when $p$th degree root-link functions for $p\geq 3$ are considered, which indicate that other analytical or computational methods would be required if such a generalization is even possible.

📄 PDF Abstract BibTeX arXiv:2410.22872

Code (1)

Tim907/poisson-regression 공식 구현

Tasks

regression

Methods 이 논문이 사용한 방법론

Coresets 설명 없음

Similar Papers 제목 키워드 기반

Poisson Subsampling Algorithms for Large Sample Linear Regression in Massive Data

2015-09-07 · Rong Zhu

Large sample size brings the computation bottleneck for modern data analysis. Subsampling is one of efficient strategies to handle this problem. In previous studies, researchers make more fo- cus on subsampling with repl…

regression

Scalable DP-SGD: Shuffling vs. Poisson Subsampling

2024-11-06 · Lynn Chua, Badih Ghazi, Pritish Kamath, Ravi Kumar 외

We provide new lower bounds on the privacy guarantee of the multi-epoch Adaptive Batch Linear Queries (ABLQ) mechanism with shuffled batch sampling, demonstrating substantial gaps when compared to Poisson subsampling; pr…

Towards Efficient and Scalable Training of Differentially Private Deep Learning

2024-06-25 · Sebastian Rodriguez Beltran, Marlon Tobaben, Joonas Jälkö, Niki Loppi 외

Differentially private stochastic gradient descent (DP-SGD) is the standard algorithm for training machine learning models under differential privacy (DP). The most common DP-SGD privacy accountants rely on Poisson subsa…

BenchmarkingDeep Learning

The block-Poisson estimator for optimally tuned exact subsampling MCMC

2016-03-27 · Matias Quiroz, Minh-Ngoc Tran, Mattias Villani, Robert Kohn 외

Speeding up Markov Chain Monte Carlo (MCMC) for datasets with many observations by data subsampling has recently received considerable attention. A pseudo-marginal MCMC method is proposed that estimates the likelihood by…

Differentially Private Stochastic Gradient Descent with Fixed-Size Minibatches: Tighter RDP Guarantees with or without Replacement

2024-08-19 · Jeremiah Birrell, Reza Ebrahimi, Rouzbeh Behnia, Jason Pacheco

Differentially private stochastic gradient descent (DP-SGD) has been instrumental in privately training deep learning models by providing a framework to control and track the privacy loss incurred during training. At the…

Federated LearningLEMMA