paper-with-me

Papers

Maintaining Stability and Plasticity for Predictive Churn Reduction

2023-05-06 · George Adam, Benjamin Haibe-Kains, Anna Goldenberg

Deployed machine learning models should be updated to take advantage of a larger sample size to improve performance, as more data is gathered over time. Unfortunately, even when model updates improve aggregate metrics such as accuracy, they can lead to errors on samples that were correctly predicted by the previous model causing per-sample regression in performance known as predictive churn. Such prediction flips erode user trust thereby reducing the effectiveness of the human-AI team as a whole. We propose a solution called Accumulated Model Combination (AMC) based keeping the previous and current model version, and generating a meta-output using the prediction of the two models. AMC is a general technique and we propose several instances of it, each having their own advantages depending on the model and data properties. AMC requires minimal additional computation and changes to training procedures. We motivate the need for AMC by showing the difficulty of making a single model consistent with its own predictions throughout training thereby revealing an implicit stability-plasticity tradeoff when training a single model. We demonstrate the effectiveness of AMC on a variety of modalities including computer vision, text, and tabular datasets comparing against state-of-the-art churn reduction methods, and showing superior churn reduction ability compared to all existing methods while being more efficient than ensembles.

📄 PDF Abstract BibTeX arXiv:2305.04135

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Mitigating Plasticity Loss in Continual Reinforcement Learning by Reducing Churn

2025-05-31 · Hongyao Tang, Johan Obando-Ceron, Pablo Samuel Castro, Aaron Courville 외

Plasticity, or the ability of an agent to adapt to new tasks, environments, or distributions, is crucial for continual learning. In this paper, we study the loss of plasticity in deep continual RL from the lens of churn:…

Continual LearningOpenAI Gym

Churn Reduction via Distillation

2021-06-04 · ICLR 2022 4 · Heinrich Jiang, Harikrishna Narasimhan, Dara Bahri, Andrew Cotter 외

In real-world systems, models are frequently updated as more data becomes available, and in addition to achieving high accuracy, the goal is to also maintain a low difference in predictions compared to the base model (i.…

Continual Learning through Networks Splitting and Merging with Dreaming-Meta-Weighted Model Fusion

2023-12-12 · Yi Sun, Xin Xu, Jian Li, Guanglei Xie 외

It's challenging to balance the networks stability and plasticity in continual learning scenarios, considering stability suffers from the update of model and plasticity benefits from it. Existing works usually focus more…

Continual Learning

Augmenting Intelligence: A Hybrid Framework for Scalable and Stable Explanations

2025-12-22 · Lawrence Krukrubo, Julius Odede, Olawande Olusegun arxiv

Current approaches to Explainable AI (XAI) face a "Scalability-Stability Dilemma." Post-hoc methods (e.g., LIME, SHAP) may scale easily but suffer from instability, while supervised explanation frameworks (e.g., TED) off…

Predictive Churn with the Set of Good Models

2024-02-12 · Jamelle Watson-Daniels, Flavio du Pin Calmon, Alexander D'Amour, Carol Long 외

Machine learning models in modern mass-market applications are often updated over time. One of the foremost challenges faced is that, despite increasing overall performance, these updates may flip specific model predicti…