paper-with-me

홈 › Papers

SAGE: Streaming Agreement-Driven Gradient Sketches for Representative Subset Selection

2025-10-02 · Ashish Jha, Salman Ahmadi-Asl arxiv

Training modern neural networks on large datasets is computationally and energy intensive. We present SAGE, a streaming data-subset selection method that maintains a compact Frequent Directions (FD) sketch of gradient geometry in $O(\ell D)$ memory and prioritizes examples whose sketched gradients align with a consensus direction. The approach eliminates $N \times N$ pairwise similarities and explicit $N \times \ell$ gradient stores, yielding a simple two-pass, GPU-friendly pipeline. Leveraging FD's deterministic approximation guarantees, we analyze how agreement scoring preserves gradient energy within the principal sketched subspace. Across multiple benchmarks, SAGE trains with small kept-rate budgets while retaining competitive accuracy relative to full-data training and recent subset-selection baselines, and reduces end-to-end compute and peak memory. Overall, SAGE offers a practical, constant-memory alternative that complements pruning and model compression for efficient training.

📄 PDF Abstract BibTeX arXiv:2510.02470

Code (0)

등록된 구현이 없습니다.

Tasks

Model Compression

Similar Papers 제목 키워드 기반

Sketching Linear Classifiers over Data Streams

2017-11-07 · Kai Sheng Tai, Vatsal Sharan, Peter Bailis, Gregory Valiant

We introduce a new sub-linear space sketch---the Weight-Median Sketch---for learning compressed linear classifiers over data streams while supporting the efficient recovery of large-magnitude weights in the model. This e…

feature selection

Streaming Binary Sketching based on Subspace Tracking and Diagonal Uniformization

2017-05-22 · Anne Morvan, Antoine Souloumiac, Cédric Gouy-Pailler, Jamal Atif

In this paper, we address the problem of learning compact similarity-preserving embeddings for massive high-dimensional streams of data in order to perform efficient similarity search. We present a new online method for …

Discrepancy, Coresets, and Sketches in Machine Learning

2019-06-11 · Zohar Karnin, Edo Liberty

This paper defines the notion of class discrepancy for families of functions. It shows that low discrepancy classes admit small offline and streaming coresets. We provide general techniques for bounding the class discrep…

BIG-bench Machine LearningDensity Estimation

Lego Sketch: A Scalable Memory-augmented Neural Network for Sketching Data Streams

2025-05-26 · Yuan Feng, Yukun Cao, Hairu Wang, Xike Xie 외

Sketches, probabilistic structures for estimating item frequencies in infinite data streams with limited space, are widely used across various domains. Recent studies have shifted the focus from handcrafted sketches to n…

Squeezing More from the Stream : Learning Representation Online for Streaming Reinforcement Learning

2026-02-10 · Nilaksh, Antoine Clavaud, Mathieu Reymond, François Rivest 외 arxiv

In streaming Reinforcement Learning (RL), transitions are observed and discarded immediately after a single update. While this minimizes resource usage for on-device applications, it makes agents notoriously sample-ineff…

Reinforcement Learning