paper-with-me

홈 › Papers

Employing chunk size adaptation to overcome concept drift

2021-10-25 · Jędrzej Kozal, Filip Guzy, Michał Woźniak

Modern analytical systems must be ready to process streaming data and correctly respond to data distribution changes. The phenomenon of changes in data distributions is called concept drift, and it may harm the quality of the used models. Additionally, the possibility of concept drift appearance causes that the used algorithms must be ready for the continuous adaptation of the model to the changing data distributions. This work focuses on non-stationary data stream classification, where a classifier ensemble is used. To keep the ensemble model up to date, the new base classifiers are trained on the incoming data blocks and added to the ensemble while, at the same time, outdated models are removed from the ensemble. One of the problems with this type of model is the fast reaction to changes in data distributions. We propose a new Chunk Adaptive Restoration framework that can be adapted to any block-based data stream classification algorithm. The proposed algorithm adjusts the data chunk size in the case of concept drift detection to minimize the impact of the change on the predictive performance of the used model. The conducted experimental research, backed up with the statistical tests, has proven that Chunk Adaptive Restoration significantly reduces the model's restoration time.

📄 PDF Abstract BibTeX arXiv:2110.12881

Code (0)

등록된 구현이 없습니다.

Tasks

Drift Detection

Similar Papers 제목 키워드 기반

FlexChunk: Enabling 100M×100M Out-of-Core SpMV (~1.8 min, ~1.7 GB RAM) with Near-Linear Scaling

2025-04-05 · LessWrong 2025 4 · Daniil Strizhov

Handling large-scale sparse matrices is a fundamental task in many scientific and engineering domains, yet standard in-memory approaches often hit the limitations of available RAM. This paper introduces FlexChunk, an alg…

ChunkingNature-Inspired Optimization Algorithm

Automatic Adaptation to Concept Complexity and Subjective Natural Concepts: A Cognitive Model based on Chunking

2025-12-21 · Dmitry Bennett, Fernand Gobet arxiv

A key issue in cognitive science concerns the fundamental psychological processes that underlie the formation and retrieval of multiple types of concepts in short-term and long-term memory (STM and LTM, respectively). We…

MURMUR: An Efficient Inference System for Long-Form ASR

2026-05-31 · Wei-Tzu Lee, Keisuke Kamahori, Baris Kasikci arxiv

Long-form automatic speech recognition (ASR) requires both high accuracy and low latency, but existing systems force a trade-off between the two. Chunk-based pipelines process audio in parallel windows for low latency, b…

Speech Recognition

Question-Based Retrieval using Atomic Units for Enterprise RAG

2024-05-20 · Vatsal Raina, Mark Gales

Enterprise retrieval augmented generation (RAG) offers a highly flexible framework for combining powerful large language models (LLMs) with internal, possibly temporally changing, documents. In RAG, documents are first c…

RAGRetrievalRetrieval-augmented Generation

Attention and Compression is all you need for Controllably Efficient Language Models

2025-11-07 · Jatin Prakash, Aahlad Puli, Rajesh Ranganath arxiv

The quadratic cost of attention in transformers motivated the development of efficient approaches: namely sparse and sliding window attention, convolutions and linear attention. Although these approaches result in impres…

Long-Context Understanding