AIExplainer
Machine Learning Intermediate 2 min read

What is ablation?

A technique used to remove or disable parts of a machine learning model to understand their importance

Ablation is a method used to analyze the contribution of different components or features in a machine learning model by selectively removing or disabling them and observing the effect on the model's performance

Ablation is like removing different parts of a car's engine to see which ones are essential for it to run smoothly

For example, in a self-driving car model, ablation might be used to determine the importance of different sensors, such as cameras or lidar, by disabling them one at a time and observing the effect on the car's ability to navigate

Ablation is used to identify the most important features or components in a model, to simplify the model, and to improve its interpretability

A common misconception is that ablation is only used to remove unnecessary components, when in fact it can also be used to identify critical components that have a significant impact on the model's performance

The term 'ablation' comes from the medical field, where it refers to the removal of tissue or organs, and has been adopted in the field of machine learning to describe a similar process of removal or disabling of model components

feature importance model interpretability sensitivity analysis

Three products for different needs — explore what’s relevant to you.