paper-with-me

홈 › Papers

Efficient Learning Under Density Shift in Incremental Settings Using Cramér-Rao-Based Regularization

2025-02-18 · Behraj Khan, Behroz Mirza, Nouman Durrani, Tahir Syed

The continuous surge in data volume and velocity is often dealt with using data orchestration and distributed processing approaches, abstracting away the machine learning challenges that exist at the algorithmic level. With growing interest in automating the learning loop, training with data that arrive in a sequence rather than in the classical in-memory training data form will face a machine learning challenge because of evolving feature distributions across batches of training data biasing the cross-validation step (\cite{sugiyama2012machine}). This work takes a distributed density estimation angle to the problem where data are temporally distributed. It processes data in batches and allows a neural network to treat a batch as training data. The method accumulates knowledge about the data density via posterior probability absorption using the Fisher Information Matrix, which contains information about the local optimization gradients for the batch. This is then used as a regularizer for the loss in the following batch, and therefore the density estimate for the entire dataset constructively gets more robust to the non-iid distribution shift. This needs the presence of a pair of batches in memory at a time, so the space cost is not a function of the size of the complete, distributed dataset. We proposed a novel regularization-based approach Covariate Shift Correction $C^{2}A$ that leverages Fisher information and Kullback-Leibler divergence to adapt to both natural and sequential covariate shift caused by dataset fragmentation. $C^{2}A$ achieves $19\%$ accuracy at maximum against state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2502.12949

Code (0)

등록된 구현이 없습니다.

Tasks

Density Estimation

Similar Papers 제목 키워드 기반

Learning with Style: Continual Semantic Segmentation Across Tasks and Domains

2022-10-13 · Marco Toldo, Umberto Michieli, Pietro Zanuttigh

Deep learning models dealing with image understanding in real-world settings must be able to adapt to a wide variety of tasks across different domains. Domain adaptation and class incremental learning deal with domain an…

Autonomous Drivingclass-incremental learningClass Incremental LearningContinual Learning+5

Sliced Cramer Synaptic Consolidation for Preserving Deeply Learned Representations

2020-05-01 · ICLR 2020 1 · Soheil Kolouri, Nicholas A. Ketz, Andrea Soltoggio, Praveen K. Pilly

Deep neural networks suffer from the inability to preserve the learned data representation (i.e., catastrophic forgetting) in domains where the input data distribution is non-stationary, and it changes during training. …

Incremental Learning

Types of Out-of-Distribution Texts and How to Detect Them

2021-09-14 · EMNLP 2021 11 · Udit Arora, William Huang, He He

Despite agreement on the importance of detecting out-of-distribution (OOD) examples, there is little consensus on the formal definition of OOD examples and how to best detect them. We categorize these examples by whether…

Density EstimationLanguage ModelingLanguage ModellingNatural Language Understanding+1

Remind of the Past: Incremental Learning with Analogical Prompts

2023-03-24 · Zhiheng Ma, Xiaopeng Hong, Beinan Liu, Yabin Wang 외

Although data-free incremental learning methods are memory-friendly, accurately estimating and counteracting representation shifts is challenging in the absence of historical data. This paper addresses this thorny proble…

Incremental Learning

Incremental Sequence Labeling: A Tale of Two Shifts

2024-02-16 · Shengjie Qiu, Junhao Zheng, Zhen Liu, Yicheng Luo 외

The incremental sequence labeling task involves continuously learning new classes over time while retaining knowledge of the previous ones. Our investigation identifies two significant semantic shifts: E2O (where the mod…

Incremental LearningKnowledge Distillation