中文
相关论文

相关论文: A Minimal Variance Estimator for the Cardinality o…

200 篇论文

Consider a family of sets and a single set, called the query set. How can one quickly find a member of the family which has a maximal intersection with the query set? Time constraints on the query and on a possible preprocessing of the set…

信息检索 · 计算机科学 2010-04-02 Benjamin Hoffmann , Mikhail Lifshits , Yury Lifshits , Dirk Nowotka

We study the problem of finding a maximum matching in a graph given by an input stream listing its edges in some arbitrary order, where the quantity to be maximized is given by a monotone submodular function on subsets of edges. This…

数据结构与算法 · 计算机科学 2013-11-19 Amit Chakrabarti , Sagar Kale

Variable selection is fundamental to high-dimensional statistical modeling. Many variable selection techniques may be implemented by maximum penalized likelihood using various penalty functions. Optimizing the penalized likelihood function…

统计理论 · 数学 2007-06-13 David R. Hunter , Runze Li

We consider the maximum weight $b$-matching problem in the random-order semi-streaming model. Assuming all weights are small integers drawn from $[1,W]$, we present a $2 - \frac{1}{2W} + \varepsilon$ approximation algorithm, using a memory…

数据结构与算法 · 计算机科学 2023-08-15 Chien-Chung Huang , François Sellier

Fitting probabilistic models to data is often difficult, due to the general intractability of the partition function and its derivatives. Here we propose a new parameter estimation technique that does not require computing an intractable…

机器学习 · 计算机科学 2015-03-13 Jascha Sohl-Dickstein , Peter Battaglino , Michael R. DeWeese

Subsampling is a widely used and effective approach for addressing the computational challenges posed by massive datasets. Substantial progress has been made in developing non-uniform, probability-based subsampling schemes that prioritize…

统计方法学 · 统计学 2026-05-07 Dingyi Wang , Haiying Wang , Qingpei Hu

Subsampling algorithms for various parametric regression models with massive data have been extensively investigated in recent years. However, all existing studies on subsampling heavily rely on clean massive data. In practical…

统计理论 · 数学 2025-06-11 Jiangshan Ju , Mingqiu Wang , Shengli Zhao

There is a growing cross-disciplinary effort in the broad domain of optimization and learning with streams of data, applied to settings where traditional batch optimization techniques cannot produce solutions at time scales that match the…

最优化与控制 · 数学 2021-11-29 Emiliano Dall'Anese , Andrea Simonetto , Stephen Becker , Liam Madden

Maximizing monotone submodular functions under cardinality constraints is a classic optimization task with several applications in data mining and machine learning. In this paper we study this problem in a dynamic environment with…

数据结构与算法 · 计算机科学 2024-05-31 Paul Dütting , Federico Fusco , Silvio Lattanzi , Ashkan Norouzi-Fard , Morteza Zadimoghaddam

Diversity maximization is a fundamental problem with wide applications in data summarization, web search, and recommender systems. Given a set $X$ of $n$ elements, it asks to select a subset $S$ of $k \ll n$ elements with maximum…

数据结构与算法 · 计算机科学 2023-04-27 Yanhao Wang , Francesco Fabbri , Michael Mathioudakis

One of the most fundamental tasks in data science is to assist a user with unknown preferences in finding high-utility tuples within a large database. To accurately elicit the unknown user preferences, a widely-adopted way is by asking the…

数据库 · 计算机科学 2023-07-07 Guangyi Zhang , Nikolaj Tatti , Aristides Gionis

Flow cardinality estimation is the problem of estimating the number of distinct elements in a data flow, often with a stringent memory constraint. It has wide applications in network traffic measurement and in database systems. The virtual…

信息论 · 计算机科学 2018-12-10 Zeyu Zhou

The convergence of expectation-maximization (EM)-based algorithms typically requires continuity of the likelihood function with respect to all the unknown parameters (optimization variables). The requirement is not met when parameters…

信号处理 · 电气工程与系统科学 2024-04-18 Geethu Joseph

Given $m$ distributed data streams $A_1, \dots, A_m$, we consider the problem of estimating the number of unique identifiers in streams defined by set expressions over $A_1, \dots, A_m$. We identify a broad class of algorithms for solving…

数据结构与算法 · 计算机科学 2016-02-25 Anirban Dasgupta , Kevin Lang , Lee Rhodes , Justin Thaler

Expectation-Maximization (EM) algorithm is a widely used iterative algorithm for computing maximum likelihood estimate when dealing with Gaussian Mixture Model (GMM). When the sample size is smaller than the data dimension, this could lead…

机器学习 · 统计学 2023-07-06 Pierre Houdouin , Matthieu Jonkcheere , Frederic Pascal

Given a graph in which a few vertices are deemed interesting a priori, the vertex nomination task is to order the remaining vertices into a nomination list such that there is a concentration of interesting vertices at the top of the list.…

机器学习 · 统计学 2016-08-30 Vince Lyzinski , Keith Levin , Donniell E. Fishkind , Carey E. Priebe

This paper introduces an approach to multi-stream quickest change detection and fault isolation for unnormalized and score-based statistical models. Traditional optimal algorithms in the quickest change detection literature require explicit…

信号处理 · 电气工程与系统科学 2025-11-07 Wuxia Chen , Sean Moushegian , Vahid Tarokh , Taposh Banerjee

We study the problem of minimizing total completion time on parallel machines subject to varying processing capacity. In this paper, we develop an approximation scheme for the problem under the data stream model where the input data is…

数据结构与算法 · 计算机科学 2022-04-06 Bin Fu , Yumei Huo , Hairong Zhao

Driven by applications in telecommunication networks, we explore the simulation task of estimating rare event probabilities for tandem queues in their steady state. Existing literature has recognized that importance sampling methods can be…

机器学习 · 计算机科学 2025-04-22 Ruoning Zhao , Xinyun Chen

(Neal and Hinton, 1998) recast maximum likelihood estimation of any given latent variable model as the minimization of a free energy functional $F$, and the EM algorithm as coordinate descent applied to $F$. Here, we explore alternative…

统计计算 · 统计学 2023-02-21 Juan Kuntz , Jen Ning Lim , Adam M. Johansen