Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,291 papers · 148 categories

Trend · papers per month

2815638441,125 · Jun 202019922001200920182026
48 results for Data streams

A new method classifies multiple correlated data streams simultaneously.

problem Classifying multiple correlated data streams in practical scenarios.
method Double-Coupling Support Vector Machines (DC-SVM) considers both internal and external correlations.
result The proposed method outperforms traditional methods on artificial and real-world data streams.

stream-learn is a Python library for analyzing data streams with various drift types.

problem Analyzing drifting and imbalanced data streams.
method Synthetic data stream generator, evaluation methodologies, and imbalanced binary classification metrics.
result Efficient implementation of classifiers for data stream analysis.

Context improves one-class classifiers in dynamic data streams.

problem Improving one-class classification in data streams with limited training data.
method Proposes using context to guide one-class classifier learning in data streams, presenting three frameworks.
result The use of context can improve the performance of streaming one-class classifiers.

Sketches linear classifiers using Weight-Median Sketch for efficient data stream analysis.

problem Efficiently learning and analyzing data streams with limited memory.
method Introduces Weight-Median Sketch for compressed linear classifier learning over data streams.
result Memory-limited execution of various analyses over streams, including feature selection and mutual information estimation.

New framework improves fraud prediction with incremental data balancing for massive data streams.

problem Class imbalance problem in massive imbalanced data streams.
method Incremental data balancing framework using Racing Algorithm for automated balancing and Random Forest for classification.
result Better results than Batch mode on European Credit Card dataset.

DSSCN improves lifelong learning of non-stationary data streams through adaptive network construction.

problem Lifelong learning of non-stationary data streams with efficient and adaptive models.
method Deep stacked stochastic configuration network (DSSCN) with self-constructing deep stacked network structure and adaptive hidden unit parameters.
result DSSCN outperforms existing data stream algorithms in continual learning of non-stationary data streams.

This research generates synthetic data streams for handling concept drifts and novel classes.

problem Handling concept drifts and novel classes in dynamic data streams.
method Synthetic data stream generation for both concept drifts and novel classes.
result Demonstrates the effectiveness of unsupervised drift detectors in open set recognition.

Estimates customer segments from continuous marketing data streams.

problem Analyzing large, continuously updated marketing data streams.
method oFMLR: online estimation of finite mixture of logistic regression models.
result oFMLR provides interpretable customer segment clustering.

Bayesian model identifies outliers and determines tensor rank in streaming data.

problem Outliers and over-fitting in streaming tensor factorization.
method Variational Bayesian Inference for robust tensor rank determination and outlier identification.
result Model accurately identifies sparse outliers and determines tensor rank.

Melanie improves predictive performance in non-stationary data streams by transferring knowledge between multiple sources.

problem Concept drift in data streams leads to poor predictive performance.
method Melanie uses multiple sub-classifiers to learn different aspects from various sources and compose an ensemble for the target concept.
result Melanie improves predictive performance over existing algorithms by leveraging multiple sources.

History PCA improves streaming PCA by retaining past data for better convergence.

problem Limited memory in small devices for high-dimensional data.
method History PCA algorithm that uses O(Bd)O(Bd) memory with B10B\approx 10 and O(d)O(d) memory with B1B\approx 1.
result History PCA converges faster and performs better than existing methods.

Non-parametric method predicts multi-stream longitudinal data evolution.

problem Predicting the evolution of multi-stream longitudinal data for an in-service unit.
method Decomposes each stream into eigenfunctions and FPC scores, uses Gaussian process prior and empirical Bayesian updating.
result Framework outperforms state-of-the-art approaches and achieves high predictive accuracy.

CURIE uses cellular automata to detect concept drift in data streams.

problem Detecting changes in data distribution (concept drift) in data streams.
method CURIE represents data stream distribution in a cellular automata grid and uses its neighborhood rule to detect changes.
result CURIE, when hybridized with base learners, performs competitively in detection metrics and classification accuracy.

Paper addresses challenges in benchmarking stream learning algorithms with real-world data.

problem Lack of publicly available non-stationary real-world datasets for evaluating stream algorithms.
method Proposes a new public data repository for benchmarking stream algorithms with real-world data.
result Mitigates problems related to dataset choice in experimental evaluation of stream classifiers and drift detectors.

Algorithm learns principal curves from data streams in a sequential manner.

problem Summarizing large data streams using PCA is challenging due to theoretical and algorithmic issues.
method Proposes a novel sequential algorithm for learning principal curves from data streams.
result Supports regret bounds with optimal sublinear remainder terms.

Enhash detects concept drift in data streams quickly and efficiently.

problem Detecting abrupt, gradual, virtual, or recurring events in data streams.
method Uses projection hash to insert incoming samples and detects concept drift.
result Enhash has competitive performance and moderate resource requirements compared to existing ensemble learners.

Many modern data analysis problems involve inferences from streaming data. However, streaming data is not easily amenable to the standard probabilistic modeling approaches, which assume that we condition on finite data. We develop population variational Bayes, a new approach for using Bayesian modeling to analyze strea…

2015-07-19abs ↗pdf ↗

New robustness certificates for streaming models with a sliding window.

problem Applying robustness certificates to streaming data with correlated inputs.
method Deriving robustness certificates for models using a sliding window over a sequence of potentially correlated inputs.
result Guarantees hold for the average model performance across the entire stream, independent of stream size.

This paper reviews methods for distributed training of machine learning models from high-rate streams.

problem Training machine learning models from high-rate distributed streams in a compute- and bandwidth-limited setting.
method Recently developed methods for large-scale distributed stochastic optimization.
result There exist regimes where systems can learn from distributed, streaming data at order-optimal rates.

A framework selects the best (classifier, detector) pair for evolving data streams.

problem Selecting the best (classifier, detector) pair for data streams evolving over time.
method Reservoir of diverse adaptive learners and stacking fast Hoeffding drift detection methods.
result The best (classifier, detector) pair evolves as the stream evolves and is selected by the framework.