LGSEMLAug 11, 2020

An Empirical Analysis of Backward Compatibility in Machine Learning Systems

arXiv:2008.04572v152 citations
AI Analysis

This addresses the problem of maintaining trust and reliability in deployed ML systems for users and developers, but it is incremental as it builds on prior work on backward compatibility.

The paper tackles the problem of machine learning model updates causing new errors that affect downstream systems and users, finding that compatibility issues arise from optimization stochasticity and noisy datasets, leading to significant decreases in backward compatibility even when accuracy improves.

In many applications of machine learning (ML), updates are performed with the goal of enhancing model performance. However, current practices for updating models rely solely on isolated, aggregate performance analyses, overlooking important dependencies, expectations, and needs in real-world deployments. We consider how updates, intended to improve ML models, can introduce new errors that can significantly affect downstream systems and users. For example, updates in models used in cloud-based classification services, such as image recognition, can cause unexpected erroneous behavior in systems that make calls to the services. Prior work has shown the importance of "backward compatibility" for maintaining human trust. We study challenges with backward compatibility across different ML architectures and datasets, focusing on common settings including data shifts with structured noise and ML employed in inferential pipelines. Our results show that (i) compatibility issues arise even without data shift due to optimization stochasticity, (ii) training on large-scale noisy datasets often results in significant decreases in backward compatibility even when model accuracy increases, and (iii) distributions of incompatible points align with noise bias, motivating the need for compatibility aware de-noising and robustness methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes