中文
相关论文

相关论文: The Online Event-Detection Problem

200 篇论文

Event data are prevalent in diverse domains such as financial trading, business workflows and industrial IoT nowadays. An event is often characterized by several attributes denoting the meaning associated with the corresponding occurrence…

数据库 · 计算机科学 2020-12-15 Ruihong Huang , Jianmin Wang

In this paper, we address the problem of quick detection of high-degree entities in large online social networks. Practical importance of this problem is attested by a large number of companies that continuously collect and update…

社会与信息网络 · 计算机科学 2014-10-24 Konstantin Avrachenkov , Nelly Litvak , Liudmila Ostroumova Prokhorenkova , Eugenia Suyargulova

People often use a web search engine to find information about events of interest, for example, sport competitions, political elections, festivals and entertainment news. In this paper, we study a problem of detecting event-related queries,…

信息检索 · 计算机科学 2016-07-05 Nattiya Kanhabua , Huamin Ren , Thomas B. Moeslund

We study the distinct elements and $\ell_p$-heavy hitters problems in the sliding window model, where only the most recent $n$ elements in the data stream form the underlying set. We first introduce the composable histogram, a simple twist…

数据结构与算法 · 计算机科学 2023-04-12 Vladimir Braverman , Elena Grigorescu , Harry Lang , David P. Woodruff , Samson Zhou

We study streaming algorithms in the white-box adversarial model, where the stream is chosen adaptively by an adversary who observes the entire internal state of the algorithm at each time step. We show that nontrivial algorithms are still…

数据结构与算法 · 计算机科学 2022-07-26 Miklos Ajtai , Vladimir Braverman , T. S. Jayram , Sandeep Silwal , Alec Sun , David P. Woodruff , Samson Zhou

We formulate the problem of online temporal action detection in live streaming videos, acknowledging one important property of live streaming videos that there is normally a broadcast delay between the latest captured frame and the actual…

计算机视觉与模式识别 · 计算机科学 2020-10-08 Bowen Zhang , Hao Chen , Meng Wang , Yuanjun Xiong

We study the fundamental problem of sampling independent events, called subset sampling. Specifically, consider a set of $n$ events $S=\{x_1, \ldots, x_n\}$, where each event $x_i$ has an associated probability $p(x_i)$. The subset sampling…

数据结构与算法 · 计算机科学 2023-09-22 Lu Yi , Hanzhi Wang , Zhewei Wei

Frequency estimation is one of the most fundamental problems in streaming algorithms. Given a stream $S$ of elements from some universe $U=\{1 \ldots n\}$, the goal is to compute, in a single pass, a short sketch of $S$ so that for any…

数据结构与算法 · 计算机科学 2021-11-09 Piotr Indyk , Shyam Narayanan , David P. Woodruff

Continuous-time event sequences represent discrete events occurring in continuous time. Such sequences arise frequently in real-life. Usually we expect the sequences to follow some regular pattern over time. However, sometimes these…

机器学习 · 计算机科学 2021-06-15 Siqi Liu , Milos Hauskrecht

We study the classical problem of moment estimation of an underlying vector whose $n$ coordinates are implicitly defined through a series of updates in a data stream. We show that if the updates to the vector arrive in the random-order…

数据结构与算法 · 计算机科学 2022-07-08 David P. Woodruff , Samson Zhou

The \emph{$\ell_2$ tracking problem} is the task of obtaining a streaming algorithm that, given access to a stream of items $a_1,a_2,a_3,\ldots$ from a universe $[n]$, outputs at each time $t$ an estimate to the $\ell_2$ norm of the…

数据结构与算法 · 计算机科学 2019-09-02 Chi-Ning Chou , Zhixian Lei , Preetum Nakkiran

Automatic evaluation for Open Domain Event Detection (ODED) is a highly challenging task, because ODED is characterized by a vast diversity of un-constrained output labels from various domains. Nearly all existing evaluation methods for…

计算与语言 · 计算机科学 2025-05-26 Yi-Fan Lu , Xian-Ling Mao , Tian Lan , Tong Zhang , Yu-Shi Zhu , Heyan Huang

Document-level Event Extraction (DEE) is particularly tricky due to the two challenges it poses: scattering-arguments and multi-events. The first challenge means that arguments of one event record could reside in different sentences in the…

计算与语言 · 计算机科学 2022-02-08 Shiyao Cui , Xin Cong , Bowen Yu , Tingwen Liu , Yucheng Wang , Jinqiao Shi

Adversarially robust streaming algorithms are required to process a stream of elements and produce correct outputs, even when each stream element can be chosen as a function of earlier algorithm outputs. As with classic streaming…

数据结构与算法 · 计算机科学 2024-07-04 Amit Chakrabarti , Manuel Stoeckl

Due to the growing demand for improving surveillance capabilities in smart cities, systems need to be developed to provide better monitoring capabilities to competent authorities, agencies responsible for strategic resource management, and…

声音 · 计算机科学 2020-02-04 Tito Spadini , Dimitri Leandro de Oliveira Silva , Ricardo Suyama

The essential task of Topic Detection and Tracking (TDT) is to organize a collection of news media into clusters of stories that pertain to the same real-world event. To apply TDT models to practical applications such as search engines and…

信息检索 · 计算机科学 2021-10-15 Doug Beeferman , Hang Jiang

In this paper we study the problem of discovering a timeline of events in a temporal network. We model events as dense subgraphs that occur within intervals of network activity. We formulate the event-discovery task as an optimization…

社会与信息网络 · 计算机科学 2018-09-17 Polina Rozenshtein , Francesco Bonchi , Aristides Gionis , Mauro Sozio , Nikolaj Tatti

We consider the heavy-hitters and $F_p$ moment estimation problems in the sliding window model. For $F_p$ moment estimation with $1<p\leq 2$, we show that it is possible to give a $(1\pm \epsilon)$ multiplicative approximation to the $F_p$…

数据结构与算法 · 计算机科学 2025-05-01 Shiyuan Feng , William Swartworth , David P. Woodruff

Sound event localization and detection (SELD) is critical for various real-world applications, including smart monitoring and Internet of Things (IoT) systems. Although deep neural networks (DNNs) represent the state-of-the-art approach for…

信号处理 · 电气工程与系统科学 2024-09-19 Jun Wei Yeow , Ee-Leng Tan , Jisheng Bai , Santi Peksi , Woon-Seng Gan

Given a stream $p_1, \ldots, p_m$ of items from a universe $\mathcal{U}$, which, without loss of generality we identify with the set of integers $\{1, 2, \ldots, n\}$, we consider the problem of returning all $\ell_2$-heavy hitters, i.e.,…

数据结构与算法 · 计算机科学 2015-11-03 Vladimir Braverman , Stephen R. Chestnut , Nikita Ivkin , David P. Woodruff