-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
206 lines (177 loc) · 8.55 KB
/
index.html
File metadata and controls
206 lines (177 loc) · 8.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SMILE: Statistical Model-agnostic Interpretability</title>
<meta name="description"
content="Explaining black boxes with a SMILE: Statistical Model-agnostic Interpretability with Local Explanations">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Castoro" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<!-- CSS -->
<link rel="stylesheet" href="./static/css/index.css">
<script type="module" src="https://unpkg.com/@splinetool/viewer@1.9.59/build/spline-viewer.js"></script>
<link rel="icon" href="https://raw.githubusercontent.com/koo-ec/xwhy/main/docs/graphics/XWhy_Logo_v1.png">
</head>
<body>
<div class="wrapper">
<!-- Sidebar -->
<header class="sidebar">
<div class="profile">
<a href="index.html">
<img src="https://raw.githubusercontent.com/koo-ec/xwhy/main/docs/graphics/XWhy_Logo_v1.png" alt="XWhy Logo"
class="profile-img">
</a>
<h1 class="site-title"><a href="index.html" style="color: inherit;">XWhy / SMILE</a></h1>
<p class="site-subtitle">Explainable AI Research</p>
</div>
<ul class="nav-links">
<li><a href="#about" class="active">About</a></li>
<li><a href="#news">News</a></li>
<li><a href="#publications">Publications</a></li>
<li><a href="#team">Team</a></li>
<li><a href="llm.html">LLM Explainability</a></li>
<li><a href="geo.html">Geo-SMILE</a></li>
<li><a href="multimodal.html">Multi-modal XAI</a></li>
<li><a href="talks.html">Talks & Videos</a></li>
<li><a href="./PointCloud.html">Point Cloud XAI</a></li>
</ul>
<div class="social-links">
<a href="https://github.com/Dependable-Intelligent-Systems-Lab/xwhy" title="GitHub"><i
class="fab fa-github"></i></a>
<a href="https://arxiv.org/abs/2311.07286" title="arXiv"><i class="ai ai-arxiv"></i></a>
</div>
<div class="sidebar-footer">
© 2025 XWhy Project.
</div>
</header>
<!-- Main Content -->
<main class="main-content">
<div class="container">
</section>
<!-- About Section -->
<section id="about">
<h1 class="page-title">Explaining black boxes with a SMILE</h1>
<p class="lead">
<strong>SMILE</strong> (Statistical Model-agnostic Interpretability with Local Explanations) is a new method
that improves explainability by making use of statistical distance measures.
</p>
<p>
Machine learning is currently undergoing an explosion in capability, popularity, and sophistication.
However, one of the major barriers to widespread acceptance of machine learning (ML) is trustworthiness:
most ML models operate as black boxes, their inner workings opaque and mysterious.
</p>
<p>
Explainability is a key aspect of improving trustworthiness. SMILE builds on previous approaches to provide
robust, model-agnostic explanations applicable to a wide range of input data domains.
</p>
</section>
<!-- News Section -->
<section id="news">
<h2 class="section-title">News</h2>
<table class="news-table">
<tr>
<td class="news-date">Jan 2024</td>
<td>Paper published in <strong>IEEE Software</strong>.</td>
</tr>
<tr>
<td class="news-date">Nov 2023</td>
<td>Preprint available on <strong>arXiv</strong>.</td>
</tr>
<tr>
<td class="news-date">2023</td>
<td>SMILE method proposed for robust XAI.</td>
</tr>
</table>
</section>
<!-- Publications Section -->
<section id="publications">
<h2 class="section-title">Selected Publications</h2>
<div class="publication-item">
<div class="pub-thumbnail">
<!-- Placeholder for paper thumbnail if available, using logo for now -->
<img src="https://raw.githubusercontent.com/koo-ec/xwhy/main/docs/graphics/XWhy_Logo_v1.png"
alt="Paper Thumbnail" style="opacity: 0.5; filter: grayscale(100%);">
</div>
<div class="pub-content">
<a href="https://www.computer.org/csdl/magazine/so/2024/01/10272255/1QYrRultOo0"
class="pub-title">Explaining black boxes with a SMILE: Statistical Model-agnostic Interpretability with
Local Explanations</a>
<div class="pub-authors">
Koorosh Aslansefat, Mojgan Hashemian, Martin Walker, Mohammed Naveed Akram, Ioannis Sorokos, Yiannis
Papadopoulos
</div>
<div class="pub-venue">IEEE Software, 2023</div>
<div class="pub-links">
<a href="https://arxiv.org/abs/2311.07286">arXiv</a>
<a href="https://www.computer.org/csdl/magazine/so/2024/01/10272255/1QYrRultOo0">PDF</a>
<a href="https://github.com/Dependable-Intelligent-Systems-Lab/xwhy">Code</a>
</div>
<p style="font-size: 0.9rem; margin-top: 0.5rem;">
We propose SMILE, a new method that builds on previous approaches by making use of statistical distance
measures to improve explainability.
</p>
</div>
</div>
</section>
<!-- Team Section -->
<section id="team">
<h2 class="section-title">Team</h2>
<div class="org-chart">
<!-- Level 1: Lead -->
<div class="org-level">
<div class="org-node">
<img src="https://ui-avatars.com/api/?name=Koorosh+Aslansefat&background=random"
alt="Koorosh Aslansefat">
<h4><a href="https://koo-ec.github.io/">Dr Koorosh Aslansefat</a></h4>
<span class="org-role">Assistant Professor</span>
<p>AI Safety and Explainability</p>
</div>
</div>
<!-- Connector -->
<div class="org-connector"></div>
<div class="org-horizontal-connector"></div>
<div class="org-connector" style="height: 10px; background: transparent;"></div> <!-- Spacer -->
<!-- Level 2: Members -->
<div class="org-level">
<div class="org-node node-purple">
<!-- <img src="https://ui-avatars.com/api/?name=Kuniko+Paxton&background=random" alt="Kuniko Paxton"> -->
<h4>Kuniko Paxton</h4>
<span class="org-role">Fairness</span>
</div>
<div class="org-node node-teal">
<!-- <img src="https://ui-avatars.com/api/?name=Zeinab+Dehghani&background=random" alt="Zeinab Dehghani"> -->
<h4>Zeinab Dehghani</h4>
<span class="org-role">GenAI Explainability</span>
</div>
<div class="org-node node-blue">
<!-- <img src="https://ui-avatars.com/api/?name=Mostafa+Anoosha&background=random" alt="Mostafa Anoosha"> -->
<h4>Mostafa Anoosha</h4>
<span class="org-role">PGR Student</span>
<p>Privacy-Preserving</p>
</div>
<div class="org-node node-green">
<!-- <img src="https://ui-avatars.com/api/?name=Mohadeseh+Molapour&background=random" alt="Mohadeseh Molapour"> -->
<h4>Mohadeseh Molapour</h4>
<span class="org-role">GenAI Explainability</span>
</div>
<div class="org-node node-blue">
<!-- <img src="https://ui-avatars.com/api/?name=Shadie+Mohammadi&background=random" alt="Shadie Mohammadi"> -->
<h4>Shadie Mohammadi</h4>
<span class="org-role">Geo-Explainability</span>
</div>
<div class="org-node node-purple">
<!-- <img src="https://ui-avatars.com/api/?name=Louis+Donaldson&background=random" alt="Louis Donaldson"> -->
<h4>Louis Donaldson</h4>
<span class="org-role">RL Explainability</span>
</div>
</div>
</div>
</section>
</div>
</main>
</div>
</body>
</html>