中文
相关论文

相关论文: Leveraging Discarded Samples for Tighter Estimatio…

200 篇论文

This paper presents a significant advancement in the estimation of the Composite Link Model within a penalized likelihood framework, specifically designed to address indirect observations of grouped count data. While the model is effective…

统计方法学 · 统计学 2025-12-16 Carlo G. Camarda , María Durbán

Forecasts support decision making in a variety of applications. Statistical models can produce accurate forecasts given abundant training data, but when data is sparse, rapidly changing, or unavailable, statistical models may not be able to…

应用统计 · 统计学 2020-05-19 Thomas McAndrew , Nutcha Wattanachit , G. Casey Gibson , Nicholas G. Reich

Generalized matrix approximation plays a fundamental role in many machine learning problems, such as CUR decomposition, kernel approximation, and matrix low rank approximation. Especially with today's applications involved in larger and…

数值分析 · 计算机科学 2016-09-09 Haishan Ye , Qiaoming Ye , Zhihua Zhang

Non-linear aggregation strategies have recently been proposed in response to the problem of how to combine, in a non-linear way, estimators of the regression function (see for instance \cite{biau:16}), classification rules (see…

统计理论 · 数学 2018-12-24 Alejandro Cholaquidis , Ricardo Fraiman , Badih Ghattas , Juan Kalemkerian

Large-scale randomized experiments are seldom analyzed using panel regression methods because of computational challenges arising from the presence of millions of nuisance parameters. We leverage Mundlak's insight that unit intercepts can…

计量经济学 · 经济学 2024-10-15 Apoorva Lal , Alexander Fischer , Matthew Wardrop

In this paper, we revisit the classic CountSketch method, which is a sparse, random projection that transforms a (high-dimensional) Euclidean vector $v$ to a vector of dimension $(2t-1) s$, where $t, s > 0$ are integer parameters. It is…

数据结构与算法 · 计算机科学 2021-02-04 Kasper Green Larsen , Rasmus Pagh , Jakub Tětek

Massive sizes of real-world graphs, such as social networks and web graph, impose serious challenges to process and perform analytics on them. These issues can be resolved by working on a small summary of the graph instead . A summary is a…

数据结构与算法 · 计算机科学 2018-06-12 Maham Anwar Beg , Muhammad Ahmad , Arif Zaman , Imdadullah Khan

Data tensors of orders 2 and greater are now routinely being generated. These data collections are increasingly huge and growing. Many scientific and medical data tensors are tensor fields (e.g., images, videos, geographic data) in which…

机器学习 · 计算机科学 2024-03-12 Taemin Heo , Chandrajit Bajaj

Distance computation is one of the most fundamental primitives used in communication networks. The cost of effectively and accurately computing pairwise network distances can become prohibitive in large-scale networks such as the Internet…

数据结构与算法 · 计算机科学 2011-12-07 Atish Das Sarma , Michael Dinitz , Gopal Pandurangan

We present large sample results for partitioning-based least squares nonparametric regression, a popular method for approximating conditional expectation functions in statistics, econometrics, and machine learning. First, we obtain a…

统计理论 · 数学 2020-07-20 Matias D. Cattaneo , Max H. Farrell , Yingjie Feng

Kernel methods are learning algorithms that enjoy solid theoretical foundations while suffering from important computational limitations. Sketching, which consists in looking for solutions among a subspace of reduced dimension, is a well…

机器学习 · 统计学 2023-11-07 Tamim El Ahmad , Pierre Laforgue , Florence d'Alché-Buc

Bayesian computation of high dimensional linear regression models with a popular Gaussian scale mixture prior distribution using Markov Chain Monte Carlo (MCMC) or its variants can be extremely slow or completely prohibitive due to the…

统计方法学 · 统计学 2021-05-12 Rajarshi Guhaniyogi , Aaron Scheffler

Suppose an $n \times d$ design matrix in a linear regression problem is given, but the response for each point is hidden unless explicitly requested. The goal is to sample only a small number $k \ll n$ of the responses, and then produce a…

机器学习 · 计算机科学 2018-09-06 Michał Dereziński , Manfred K. Warmuth , Daniel Hsu

Estimation and inference on causal parameters is typically reduced to a generalized method of moments problem, which involves auxiliary functions that correspond to solutions to a regression or classification problem. Recent line of work on…

计量经济学 · 经济学 2022-11-16 Qizhao Chen , Vasilis Syrgkanis , Morgane Austern

Stacking regressions is an ensemble technique that forms linear combinations of different regression estimators to enhance predictive accuracy. The conventional approach uses cross-validation data to generate predictions from the…

机器学习 · 统计学 2024-10-10 Xin Chen , Jason M. Klusowski , Yan Shuo Tan

Count-Min Sketch is a widely adopted algorithm for approximate event counting in large scale processing. However, the original version of the Count-Min-Sketch (CMS) suffers of some deficiences, especially if one is interested by the…

信息检索 · 计算机科学 2015-02-18 Guillaume Pitel , Geoffroy Fouquier

Feature-importance methods show promise in transforming machine learning models from predictive engines into tools for scientific discovery. However, due to data sampling and algorithmic stochasticity, expressive models can be unstable,…

机器学习 · 统计学 2026-05-29 Joseph Paillard , Angel Reyero Lobo , Denis A. Engemann , Bertrand Thirion

Constrained counting and sampling are two fundamental problems in Computer Science with numerous applications, including network reliability, privacy, probabilistic reasoning, and constrained-random verification. In constrained counting,…

计算机科学中的逻辑 · 计算机科学 2018-06-07 Kuldeep S. Meel

Existing approaches to federated learning suffer from a communication bottleneck as well as convergence issues due to sparse client participation. In this paper we introduce a novel algorithm, called FetchSGD, to overcome these challenges.…

The Count-Min sketch is an important and well-studied data summarization method. It allows one to estimate the count of any item in a stream using a small, fixed size data sketch. However, the accuracy of the sketch depends on…

数据结构与算法 · 计算机科学 2018-11-13 Daniel Ting