paper-with-me

Papers

Sampling Streaming Data with Parallel Vector Quantization -- PVQ

2022-10-04 · Mujahid Sultan

Accumulation of corporate data in the cloud has attracted more enterprise applications to the cloud creating data gravity. As a consequence, network traffic has become more cloud centric. This increase in cloud centric traffic poses new challenges in designing learning systems for streaming data due to class imbalance. The number of classes plays a vital role in the accuracy of the classifiers built from the data streams. In this paper, we present a vector quantization-based sampling method, which substantially reduces the class imbalance in data streams. We demonstrate its effectiveness by conducting experiments on network traffic and anomaly dataset with commonly used ML model building methods; Multilayered Perceptron on TensorFlow backend, Support Vector Machines, K-Nearest Neighbour, and Random Forests. We built models using parallel processing, batch processing, and randomly selecting samples. We show that the accuracy of classification models improves when the data streams are pre-processed with our method. We used out of the box hyper-parameters of these classifiers and auto sklearn for hyperparameter optimization.

📄 PDF Abstract BibTeX arXiv:2210.01792

Code (0)

등록된 구현이 없습니다.

Tasks

Hyperparameter OptimizationQuantization

Similar Papers 제목 키워드 기반

Low-Precision Streaming PCA

2025-10-25 · Sanjoy Dasgupta, Syamantak Kumar, Shourya Pandey, Purnamrita Sarkar arxiv

Low-precision streaming PCA estimates the top principal component in a streaming setting under limited precision. We establish an information-theoretic lower bound on the quantization resolution required to achieve a tar…

Locally-Adaptive Quantization for Streaming Vector Search

2024-02-03 · Cecilia Aguerrebere, Mark Hildebrand, Ishwar Singh Bhati, Theodore Willke 외

Retrieving the most similar vector embeddings to a given query among a massive collection of vectors has long been a key component of countless real-world applications. The recently introduced Retrieval-Augmented Generat…

QuantizationRetrievalRetrieval-augmented Generation

Real-time Indexing for Large-scale Recommendation by Streaming Vector Quantization Retriever

2025-01-15 · Xingyan Bin, Jianfei Cui, Wujie Yan, Zhichen Zhao 외

Retrievers, which form one of the most important recommendation stages, are responsible for efficiently selecting possible positive samples to the later stages under strict latency limitations. Because of this, large-sca…

Quantization

StreamDiffusionV2: A Streaming System for Dynamic and Interactive Video Generation

2025-11-10 · Tianrui Feng, Zhi Li, Shuo Yang, Haocheng Xi 외 arxiv

Generative models are reshaping the live-streaming industry by redefining how content is created, styled, and delivered. Previous image-based streaming diffusion models have powered efficient and creative live streaming …

Video Generation

Efficient Large-scale Approximate Nearest Neighbor Search on the GPU

2017-02-20 · CVPR 2016 6 · Patrick Wieschollek, Oliver Wang, Alexander Sorkine-Hornung, Hendrik P. A. Lensch

We present a new approach for efficient approximate nearest neighbor (ANN) search in high dimensional spaces, extending the idea of Product Quantization. We propose a two-level product and vector quantization tree that r…

CPUGPUQuantizationRe-Ranking