Related Experiment Video
Updated: Mar 9, 2026

10:56
A User-friendly and Powerful R Analysis of Large-scale Datasets
Published on: November 4, 2025
434
Online Censoring for Large-Scale Regressions with Application to Streaming Big Data
Dimitris Berberidis1, Vassilis Kekatos2, Georgios B Giannakis1
1ECE Dept., University of Minnesota, Minneapolis, MN 55455, USA.
Summary
This study presents methods for efficiently solving large linear regression problems by adaptively omitting less informative data. Online algorithms identify and remove data, reducing computational cost while preserving statistical accuracy.
Area of Science:
- Computational Statistics
- Machine Learning
- Optimization
Background:
- Modern linear regression problems are increasingly large-scale, demanding efficient computational solvers.
- Significant data reduction is possible without compromising statistical inference quality or computational feasibility.
- Existing methods may not be suitable for streaming data or decentralized learning scenarios.
Purpose of the Study:
- To introduce methods for identifying and omitting less informative observations in an online, data-adaptive manner.
- To develop efficient solvers for large-scale linear regression problems, particularly for streaming and decentralized data.
- To investigate joint censoring and estimation strategies for centralized, large-scale regression tasks.
Main Methods:
- Utilized first- and second-order stochastic approximation algorithms for sequential maximum-likelihood estimation with streaming data.
- Developed novel online algorithms with closed-form updates and proven convergence guarantees for joint censoring and estimation.
- Investigated thresholding rules to achieve specific censoring patterns and dimensionality reduction.
Main Results:
- Proposed data-adaptive methods effectively identify and omit less informative observations.
- Online algorithms demonstrate provable (non)asymptotic convergence for efficient large-scale linear regression.
- Numerical tests confirm the superiority of proposed methods over data-agnostic random projection techniques.
Conclusions:
- Data-adaptive omission of observations offers a computationally efficient approach to large-scale linear regression.
- The developed online algorithms are suitable for streaming data, censored data, and decentralized learning.
- The proposed methods provide a robust and effective alternative to existing data-agnostic approaches.
Related Concept Videos
Censoring Survival Data
622
Survival analysis is a statistical method used to analyze time-to-event data, often employed in fields such as medicine, engineering, and social sciences. One of the key challenges in survival analysis is dealing with incomplete data, a phenomenon known as "censoring." Censoring occurs when the event of interest (such as death, relapse, or system failure) has not occurred for some individuals by the end of the study period or is otherwise unobservable, and it might have many different...
622
Regression Toward the Mean
7.3K
Regression toward the mean (“RTM”) is a phenomenon in which extremely high or low values—for example, and individual’s blood pressure at a particular moment—appear closer to a group’s average upon remeasuring. Although this statistical peculiarity is the result of random error and chance, it has been problematic across various medical, scientific, financial and psychological applications. In particular, RTM, if not taken into account, can interfere when...
7.3K
Regression Analysis
8.7K
Regression analysis is a statistical tool that describes a mathematical relationship between a dependent variable and one or more independent variables.
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
8.7K
Multiple Regression
4.2K
Multiple regression assesses a linear relationship between one response or dependent variable and two or more independent variables. It has many practical applications.
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
4.2K
Correlation and Regression
3.8K
In statistics, correlation describes the degree of association between two variables. In the subfield of linear regression, correlation is mathematically expressed by the correlation coefficient, which describes the strength and direction of the relationship between two variables. The coefficient is symbolically represented by 'r' and ranges from -1 to +1. A positive value indicates a positive correlation where the two variables move in the same direction. A negative value suggests a...
3.8K
Quantifying and Rejecting Outliers: The Grubbs Test
4.3K
Sometimes, a data set can have a recorded numerical observation that greatly deviates from the rest of the data. Assuming that the data is normally distributed, a statistical method called the Grubbs test can be used to determine whether the observation is truly an outlier. To perform a two-tailed Grubbs test, first, calculate the absolute difference between the outlier and the mean. Then, calculate the ratio between this difference and the standard deviation of the sample. This...
4.3K
