You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our primary research interests are situated at the intersection of
16
-
**geometry, topology, and machine learning**.
17
-
We want to make use of geometrical and
18
-
topological information to imbue
19
-
neural networks with more information in their respective tasks, leading
20
-
to better and more robust outcomes.
21
-
Along the way, we develop new **manifold learning** techniques, new
18
+
**geometry, topology, and machine learning**. From data-centric evaluation frameworks to novel architecture developments, we make use of geometrical and
19
+
topological information to imbue our methods with foundations that foster interpretability and robustness. Along the way, we develop new **manifold learning** techniques, new
22
20
**representation learning** algorithms, and much more.
23
21
24
22
Following the dictum 'theory without practice is empty,' we
25
23
address challenges in biomedicine and healthcare
26
-
applications.
24
+
applications. Check out our [research page]({{< relref "/research" >}}) to learn more about our current projects.
25
+
26
+
## Mission Statement
27
27
28
-
Check out [our research to learn more]({{< relref "/research" >}}).
28
+
'AIDOS' has two meanings that complement each other well. The first
29
+
meaning refers to our mission statement, viz. to develop **A**rtificial
30
+
**I**ntelligence for **D**iscovering **O**bscured **S**hapes. The
31
+
second meaning originates from the Greek word 'αἰδώς,' which means
32
+
'awe,' 'reverence,' or 'humility.' This awe or humility should serve as
33
+
one of our guiding principles when we work on challenging problems in
34
+
healthcare research, aiming to improve our world using machine
Copy file name to clipboardExpand all lines: content/research.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,19 @@ title: "Research"
4
4
5
5
# Research
6
6
7
+
The AIDOS lab is dedicated to establishing foundational principles in machine learning. Leveraging our experience in computational geometry and topology, we focus on shaping well-principled methods to address holes in rapidly evolving AI landscape. We see ourselves as toolsmiths, crafting both observational and interventional frameworks using concepts such as the Euler characteristic, metric space magnitude, curvature, persistent homology, etc. Whether working with graphs, images, or natural language, our goal is to build tools that tackle the most difficult questions, prioritizing simplicity, elegance, and interpretability over mere performance. We hope our work can give back to the community, empowering new research directions and application developments grounded in principled methods.
8
+
9
+
# Toolbox
10
+
Here is a collection of tools that have been developed by the AIDOS Lab, in order from most to least recent.
11
+
{{< tool "scott" >}}
12
+
{{< tool "magnipy" >}}
13
+
{{< tool "presto" >}}
14
+
{{< tool "dect" >}}
15
+
{{< tool "tardis" >}}
16
+
{{< tool "orchid" >}}
17
+
18
+
# Publications
19
+
7
20
Here are all publications of lab members, sorted by year. Publications
paper = "Mapping the Multiverse of Latent Representations"
3
+
image = "presto.svg"
4
+
description = """\
5
+
The world of machine learning research is riddled with small decisions, from data collection, cleaning, into model selection and parameter tuning 🎶. Each combination of data, implementation, and modeling decisions leads to a potential universe where we can analyze and interpret results. Together, these form a multiverse! 🌌 With PRESTO (Projected Embedding Similarity based on Topological Overlays), we offer topological tools to efficiently measure the structural variation between representations that arise from different choices in a machine learning workflow.
paper = "Curvature Filtrations for Graph Generative Model Evaluation"
3
+
image = "scott.jpg"
4
+
description = """\
5
+
SCOTT (Synthesizing Curvature Operations and Topological Tools) is a Python package for computing **curvature filtrations** for graphs and graph distributions. Our method introduces a novel way to compare graph distributions by combining discrete curvature on graphs with persistent homology, providing descriptors of graph sets that are: *robust*, *stable*, *expressive*, and *compatible with statistical testing*. The package is highly adaptable, offering several options for user customization, including different curvature computation methods and diverse metrics for comparing persistent homology outputs.
0 commit comments