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,341 papers · 148 categories

Trend · papers per month

2835678501,133 · Jun 202019922001200920182026
48 results for Big Data Streams

Efficiently updates KRR for big streams with minimal redundant computation.

problem Redundant computation in incremental KRR for big data streams.
method Supports incremental/decremental processing for single and multiple samples, dividing data into batches.
result Significantly reduced computational time without sacrificing accuracy.

New algorithms minimize regret in streaming MAB with memory constraints.

problem Minimizing regret in single-pass streaming MAB with limited memory.
method Developed two algorithms with tight regret bounds for different memory sizes.
result Established tight gap-dependent regret bounds for streaming MAB.

New model for music streaming recommends songs based on past play history.

problem Nonstationary stochastic bandit model with delay-dependent rewards.
method Ranking policies approximating optimal policy with bounded regret.
result Algorithm with O~( ⁣kT)\widetilde{\mathcal{O}}\big(\!\sqrt{kT}\big) regret and O(klnlnT)\mathcal{O}\big(k\ln\ln T\big) switches.

This study designs a financial risk control platform using big data and machine learning.

problem Traditional risk management models are inadequate for modern financial complexities.
method Big data mining, real-time streaming data processing, statistical analysis, and precise customer behavior mining.
result The platform effectively identifies and responds to potential risks in real-time.

Confidence intervals improve decision tree accuracy in streaming data.

problem Improving decision tree accuracy in streaming data with confidence intervals.
method Deriving accurate confidence intervals for decision tree splitting criteria and extending to selective sampling.
result Confidence intervals enhance decision tree accuracy and reduce labeling costs.

New algorithm reduces memory usage for multi-pass bandit problems.

problem Memory-efficient multi-pass bandit algorithms for large action spaces.
method Develops a BB-pass algorithm with O(1)O(1) memory that achieves optimal regret.
result Sharp memory-regret trade-off: O(1)O(1) memory suffices for Θ(T1/2)Θ(T^{1/2}) regret in BB passes.

Paper proposes an integrated M&D approach for large multistream data.

problem Inability to progress in monitoring and diagnostics due to high-dimensionality and volume of multistream data.
method Adaptive Principal Component monitoring (APC) and Principal Component Signal Recovery (PCSR).
result The integrated M&D approach enables early detection and streamlined SPC.

The paper tackles machine unlearning by designing efficient algorithms for adaptive query classes.

problem Designing efficient unlearning algorithms for machine learning models.
method Formalizes the problem and gives efficient unlearning algorithms for linear and prefix-sum query classes.
result Improved guarantees for stochastic convex optimization with reduced unlearning query complexity.

A fast algorithm for generalized matrix regression improves machine learning performance.

problem Efficiently solving generalized matrix regression problems in machine learning.
method Utilizes sketching technique to achieve (1+ε)(1+ε) relative error with sketching sizes of order $\cO(ε^{-1/2})$.
result The Fast GMR algorithm achieves better performance in symmetric positive definite matrix approximation and single pass singular value decomposition.

In response to the need for learning tools tuned to big data analytics, the present paper introduces a framework for efficient clustering of huge sets of (possibly high-dimensional) data. Building on random sampling and consensus (RANSAC) ideas pursued earlier in a different (computer vision) context for robust regress…

2015-01-22abs ↗pdf ↗

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.

Developed a Swiss real estate portal using machine learning and public data.

problem Creating a real estate portal without domain expertise and making it accessible.
method Continuous web crawling of real estate ads, using machine learning for price estimation.
result Random Forest algorithm provides accurate rental price estimates with a median absolute relative error of 6.57 percent.

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.

Paper proposes a distributed algorithm for multi-label feature selection.

problem Maximizing diversity and quality in non-redundant feature selection.
method Greedy algorithm for distributed optimization of submodular plus diversity functions.
result Achieves constant factor approximation of optimal solution in big data settings.

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.