<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Representative Trees on XAI Today</title>
    <link>https://xai.today/categories/representative-trees/</link>
    <description>Recent content in Representative Trees on XAI Today</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <lastBuildDate>Thu, 10 Aug 2023 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://xai.today/categories/representative-trees/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Algebraic Aggregation of Random Forests</title>
      <link>https://xai.today/posts/algebraic-aggregation-forests/</link>
      <pubDate>Thu, 10 Aug 2023 00:00:00 +0000</pubDate>
      <guid>https://xai.today/posts/algebraic-aggregation-forests/</guid>
      <description>&lt;p&gt;In my paper, &amp;ldquo;&lt;a href=&#34;https://link.springer.com/article/10.1007/s10462-020-09833-6&#34;&gt;CHIRPS: Explaining random forest classification&lt;/a&gt;&amp;rdquo;, I took an empirical approach to addressing model transparency by extracting rules that make Random Forest (RF) models more interpretable. Importantly, this was done without sacrificing the high levels of accuracy achieved by the high-performing RF models.&lt;/p&gt;&#xA;&lt;p&gt;The recently published &amp;ldquo;&lt;a href=&#34;https://link.springer.com/article/10.1007/s10009-021-00635-x?fromPaywallRec=false&#34;&gt;Algebraic aggregation of random forests: towards explainability and rapid evaluation&lt;/a&gt;&amp;rdquo; by Gossen and Steffen provides a theoretical counterpart, offering essential proofs and a mathematical framework for achieving explainability with RF models.&lt;/p&gt;&#xA;&lt;p&gt;While my paper focused on simplifying complex models by rule extraction on a per instance basis, this subsequent work introduces Algebraic Decision Diagrams (ADDs) to aggregate Random Forests, optimizing their structure and enhancing interpretability at the model level. Both papers aim to improve model transparency, though by different means: my approach is empirical, leveraging rule extraction to clarify black-box models, whereas the latter introduces algebraic methods to combine decision trees into efficient, understandable diagrams.&lt;/p&gt;&#xA;&lt;p&gt;The mathematical concepts in Gossen and Steffen&amp;rsquo;s paper, such as path reduction and algebraic operations, support model simplification. Importantly, the authors provide formal proofs that this aggregation retains the original model&amp;rsquo;s accuracy. This complements the practical focus in my paper, where the goal was also to maintain accuracy while increasing explainability.&lt;/p&gt;&#xA;&lt;p&gt;Ultimately, the two papers reach the same destination—improving transparency of RF models—but by different routes. While my paper uses rule extraction to bring clarity to complex models, the subsequent work constructs a theoretical basis using algebraic tools, providing formal assurances to the outcomes I demonstrated empirically. Together, they offer complementary perspectives on making RF models more understandable and efficient.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>Explaining Random Forests with Representative Trees</title>
      <link>https://xai.today/posts/forest-for-trees/</link>
      <pubDate>Thu, 15 Jun 2023 00:00:00 +0000</pubDate>
      <guid>https://xai.today/posts/forest-for-trees/</guid>
      <description>&lt;p&gt;The paper &amp;ldquo;&lt;a href=&#34;https://link.springer.com/article/10.1007/s41237-023-00205-2?fromPaywallRec=false&#34;&gt;Can’t see the forest for the trees: Analyzing groves to explain random forests&lt;/a&gt;&amp;rdquo; explores a novel take on model-specific explanations, as outlined in my own research (e.g. you can look at &amp;ldquo;&lt;a href=&#34;https://link.springer.com/article/10.1007/s10462-020-09833-6&#34;&gt;CHIRPS: Explaining random forest classification&lt;/a&gt;&amp;rdquo; as a reference). This new paper by Szepannek and von Holt seeks to make Random Forests (RF) more interpretable. RF are notoriously hard to explain due to their complexity and these novel methods works well for both classification and regression, which is a very useful extension to the field.&lt;/p&gt;&#xA;&lt;p&gt;The authors introduce most representative trees (MRT) and surrogate trees, essentially distilling a simpler model to run side by side with the black box RF. MRTs focus on highlighting individual trees within a random forest that best explain the overall model behavior, while surrogate trees mimic the forest with simpler, more digestible versions. I have some reservations about the latter approach, because my own research showed that any surrogate model comes with a failure rate, which is the number of examples that the surrogate classifies differently than the black box model under scrutiny. I also question the assertion that a model of 10 or 24 decision trees really is so interpretable. Even a model of this reduced size still likely contains far too many components for a human-in-the-loop to consider and understand.&lt;/p&gt;&#xA;&lt;p&gt;In any case, to give the authors their due credit, they navigate the trade-offs between accuracy and interpretability of both MRT and surrogate tree methods, and propose a novel concept called &lt;em&gt;groves&lt;/em&gt;: small collections of decision trees that balance the need for interpretability with predictive accuracy. Groves provide a middle ground by combining the benefits of MRTs and surrogate models, reducing the overall complexity while still offering meaningful insights into how the model operates. This approach aligns with the goal of making models more transparent and trustworthy.&lt;/p&gt;&#xA;&lt;p&gt;Through various case studies, the paper shows how groves and surrogate trees can be effectively applied to real-world datasets. The trade-off between model accuracy and explainability remains a central challenge. Yet, in these studies, groves provide a workable compromise by making it easier for humans to understand what is driving the model’s predictions without overwhelming them with unnecessary detail.&lt;/p&gt;&#xA;&lt;p&gt;The discussion also highlights a key challenge in using groves: deciding on the right number of trees to use for explanation. Using too many trees risks overwhelming the user with information (as I have already pointed out), while too few might fail to capture the complexity of the underlying model and run with an untenable failure rate. I dicuss ways to achieve a zero failure rate in my thesis. Keeping explanations concise and accessible is just a part of the complete picture.&lt;/p&gt;&#xA;&lt;p&gt;In conclusion, this paper underscores the crucial need for enhancing the interpretability of machine learning models, particularly in high-stakes fields like healthcare and finance, where decision transparency is essential. By extending the work in interpretability through methods like groves and surrogate trees, it addresses the challenge of making powerful models like random forests more understandable.&lt;/p&gt;&#xA;</description>
    </item>
  </channel>
</rss>
