Edit links

In artificial intelligence (AI), particularly machine learning (ML),[1] ablation is the removal of a component of an AI system. An ablation study investigates the performance of an AI system by removing certain components to understand the contribution of the component to the overall system.[2]

The term is an analogy with biology (removal of components of an organism), and is particularly used in the analysis of artificial neural nets by analogy with ablative brain surgery.[3] Other analogies include other neuroscience biological systems such as Drosophilla central nervous system and the vertebrate brain.

Ablation studies require that a system exhibit graceful degradation: the system must continue to function even when certain components are missing or degraded.[4] According to some researchers, ablation studies have been deemed a convenient technique in investigating artificial intelligence and its durability to structural damages.[5]

Ablation studies damage and/or remove certain components in a controlled setting to investigate all possible outcomes of system failure; this characterizes how each action impacts the system's overall performance and capabilities. The ablation process can be used to test systems that perform tasks such as speech recognition, visual object recognition, and robot control.[6]

In recent years dedicated frameworks have been developed for performing ablation studies of deep neural networks, including AutoAblation and ABLATOR.[7][8]

History

The term is credited to Allen Newell,[9] one of the founders of artificial intelligence, who used it in his 1974 tutorial on speech recognition, published in Newell (1975). The term is by analogy with ablation in biology. The motivation was that, while individual components are engineered, the contribution of an individual component to the overall system performance is not clear; removing components allows this analysis.[4]

Newell compared the human brain to artificial computers. With this in thought, Newell saw both as knowledge systems whereas procedures such as ablation can be performed on both to test certain hypotheses.

See also

References

  1. ^ "Ablation Programming for Machine Learning". DIVA.
  2. ^ Sheikholeslami, Sina (2019). Ablation Programming for Machine Learning.
  3. ^ Meyes, Richard; Lu, Melanie; de Puiseau, Constantin Waubert; Meisen, Tobias (24 January 2019). "Ablation Studies in Artificial Neural Networks". arXiv:1901.08644 [cs.NE].
  4. ^ a b Newell 1975.
  5. ^ Meyes, Richard; Lu, Melanie; Constantin Waubert de Puiseau; Meisen, Tobias (2019). "Ablation Studies in Artificial Neural Networks". arXiv:1901.08644 [cs.NE].
  6. ^ "Ablation Studies to Uncover Structure of Learned Representations in Artificial Neural Networks". ProQuest.
  7. ^ Sheikholeslami, Sina; Meister, Moritz; Wang, Tianze; Payberah, Amir H.; Vlassov, Vladimir; Dowling, Jim (2021-04-26). "AutoAblation: Automated Parallel Ablation Studies for Deep Learning". Proceedings of the 1st Workshop on Machine Learning and Systems. EuroMLSys '21. New York, NY, USA: Association for Computing Machinery. pp. 55–61. doi:10.1145/3437984.3458834. ISBN 978-1-4503-8298-4. S2CID 240735638.
  8. ^ Fostiropoulos, Iordanis; Itti, Laurent (2023-08-15). "ABLATOR: Robust Horizontal-Scaling of Machine Learning Ablation Experiments". Openreview.
  9. ^ Cohen & Howe 1988, p. 40, Ablation and substitution studies..


Further reading