中文
相关论文

相关论文: Separating Adaptive Streaming from Oblivious Strea…

200 篇论文

Directed graphs are widely used to model data flow and execution dependencies in streaming applications. This enables the utilization of graph partitioning algorithms for the problem of parallelizing computation for multiprocessor…

数据结构与算法 · 计算机科学 2017-09-26 Orlando Moreira , Merten Popp , Christian Schulz

For online resource allocation problems, we propose a new demand arrival model where the sequence of arrivals contains both an adversarial component and a stochastic one. Our model requires no demand forecasting; however, due to the…

数据结构与算法 · 计算机科学 2018-10-02 Dawsen Hwang , Patrick Jaillet , Vahideh Manshadi

Benefiting from the advancements in large language models and cross-modal alignment, existing multi-modal video understanding methods have achieved prominent performance in offline scenario. However, online video streams, as one of the most…

计算机视觉与模式识别 · 计算机科学 2024-07-02 Haoji Zhang , Yiqin Wang , Yansong Tang , Yong Liu , Jiashi Feng , Jifeng Dai , Xiaojie Jin

In streaming PCA, we see a stream of vectors $x_1, \dotsc, x_n \in \mathbb{R}^d$ and want to estimate the top eigenvector of their covariance matrix. This is easier if the spectral ratio $R = \lambda_1 / \lambda_2$ is large. We ask: how…

数据结构与算法 · 计算机科学 2024-08-21 Eric Price , Zhiyang Xun

We study the classic set cover problem in the streaming model: the sets that comprise the instance are revealed one by one in a stream and the goal is to solve the problem by making one or few passes over the stream while maintaining a…

数据结构与算法 · 计算机科学 2017-03-07 Sepehr Assadi

We define the Streaming Communication model that combines the main aspects of communication complexity and streaming. We consider two agents that want to compute some function that depends on inputs that are distributed to each agent. The…

计算复杂性 · 计算机科学 2016-09-23 Lucas Boczkowski , Iordanis Kerenidis , Frédéric Magniez

The increase in video streaming has presented a challenge of handling stream request effectively, especially over networks that are variable. This paper describes a new adaptive video streaming architecture capable of changing the video…

网络与互联网体系结构 · 计算机科学 2025-02-05 Mohammad Tarik , Qutaiba Ibrahim

We propose a reformulation of the streaming dynamic mode decomposition method that requires maintaining a single orthonormal basis, thereby reducing computational redundancy. The proposed efficient streaming dynamic mode decomposition…

系统与控制 · 电气工程与系统科学 2025-07-08 Aditya Kale , Marcos Netto , Xinyang Zhou

The convolution neural nets (conv nets) have achieved a state-of-the-art performance in many applications of image and video processing. The most recent studies illustrate that the conv nets are fragile in terms of recognition accuracy to…

计算机视觉与模式识别 · 计算机科学 2019-10-25 Sergey Tarasenko , Fumihiko Takahashi

This paper investigates parallel random sampling from a potentially-unending data stream whose elements are revealed in a series of element sequences (minibatches). While sampling from a stream was extensively studied sequentially, not much…

数据结构与算法 · 计算机科学 2019-06-11 Kanat Tangwongsan , Srikanta Tirthapura

Histograms, i.e., piece-wise constant approximations, are a popular tool used to represent data distributions. Traditionally, the difference between the histogram and the underlying distribution (i.e., the approximation error) is measured…

数据结构与算法 · 计算机科学 2022-07-19 Justin Y. Chen , Piotr Indyk , Tal Wagner

The performance of distributed applications often critically depends on the interconnecting network or more specifically on its throughput: how fast data can be carried across a network. Over the last years, great progress has been made in…

网络与互联网体系结构 · 计算机科学 2026-05-07 Matthias Bentert , Chen Avin , Stefan Schmid

There has been much recent interest in understanding the continuum from adversarial to stochastic settings in online learning, with various frameworks including smoothed settings proposed to bridge this gap. We consider the more general and…

机器学习 · 统计学 2025-06-19 Moïse Blanchard , Samory Kpotufe

As an emerging research direction, online streaming feature selection deals with sequentially added dimensions in a feature space while the number of data instances is fixed. Online streaming feature selection provides a new, complementary…

机器学习 · 计算机科学 2016-10-24 Kui Yu , Wei Ding , Xindong Wu

Besides the classical offline setup of machine learning, stream learning constitutes a well-established setup where data arrives over time in potentially non-stationary environments. Concept drift, the phenomenon that the underlying…

机器学习 · 计算机科学 2024-12-13 Fabian Hinder , Valerie Vaquet , David Komnick , Barbara Hammer

This paper investigates a new online learning problem with doubly-streaming data, where the data streams are described by feature spaces that constantly evolve, with new features emerging and old features fading away. The challenges of this…

机器学习 · 计算机科学 2022-09-15 Heng Lian , John Scovil Atwood , Bojian Hou , Jian Wu , Yi He

Polynomial regression is a recurrent problem with a large number of applications. In computer vision it often appears in motion analysis. Whatever the application, standard methods for regression of polynomial models tend to deliver biased…

计算机视觉与模式识别 · 计算机科学 2018-05-24 Juan-Manuel Perez-Rua , Tomas Crivelli , Patrick Bouthemy , Patrick Perez

An important objective for analyzing real-world graphs is to achieve scalable performance on large, streaming graphs. A challenging and relevant example is the graph partition problem. As a combinatorial problem, graph partition is NP-hard,…

We propose the first adversarially robust algorithm for monotone submodular maximization under single and multiple knapsack constraints with scalable implementations in distributed and streaming settings. For a single knapsack constraint,…

数据结构与算法 · 计算机科学 2019-05-08 Dmitrii Avdiukhin , Slobodan Mitrović , Grigory Yaroslavtsev , Samson Zhou

We consider computing the longest palindrome in a text of length $n$ in the streaming model, where the characters arrive one-by-one, and we do not have random access to the input. While computing the answer exactly using sublinear memory is…

数据结构与算法 · 计算机科学 2016-04-08 Paweł Gawrychowski , Przemysław Uznański