source: arxiv statistics ml: adaptive iterative hard thresholding for online high-dimensional quantile regression

level: research

online high-dimensional regression needs methods that update sequentially while keeping models sparse. adaptive iterative hard thresholding (aiht) is a new framework that mixes stochastic subgradient steps with hard thresholding applied on an adaptive schedule. the main idea is to split support discovery from local refinement. early on, aiht waits to threshold so weak but useful features can build up signal. later, it thresholds more often to stabilize the sparse estimate and use local curvature.

the theory is built for high-dimensional online quantile regression, a tough case with nonsmooth loss and data that may have heavy tails or change over time. under certain conditions on curvature and gradient leakage, aiht stays inside an inflated sparse cone and shows two-phase behavior. this means the algorithm first finds the right support set and then fine-tunes the coefficients, all while processing data one point at a time.

the adaptive schedule is key: it balances exploration and exploitation without needing to know the true sparsity level in advance. by delaying thresholding, aiht avoids throwing away coordinates that look weak at first but matter later. the work provides theoretical guarantees that the method converges and recovers the true sparse pattern, making it suitable for streaming applications where data arrives continuously and models must adapt quickly.

why it matters: this method lets data scientists build sparse quantile regression models on streaming data, handling outliers and changing distributions without manual tuning.


source: arxiv statistics ml: adaptive iterative hard thresholding for online high-dimensional quantile regression