Skip to content

Commit dd143df

Browse files
Update project content and links in homepage.yml and index.html
1 parent e6eed1f commit dd143df

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

data/homepage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ testimonial:
215215
title: "Projects"
216216
items:
217217
- name: "Mapping the Multiverse of Latent Representations"
218-
position: "<em>Preprint</em>"
218+
position: "<em>ICML 2024</em>"
219219
content: "Echoing recent calls to counter reliability and robustness
220220
concerns in machine learning via multiverse analysis, we present PRESTO,
221221
a principled framework for mapping the multiverse of machine-learning
@@ -234,7 +234,7 @@ testimonial:
234234
image:
235235
x: "images/pipeline.jpg"
236236
_2x: "images/pipeline.jpg"
237-
github: "https://github.com/aidos-lab/"
237+
github: "https://github.com/aidos-lab/Presto"
238238
google_scholar: "https://arxiv.org/abs/2402.01514"
239239

240240
- name: "Curvature Filtrations for Graph Generative Model Evaluation"

public/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h1 class="display-1">
161161
<span>Researcher | Founder</span>
162162
</h1>
163163
<p class="lead" style="margin-bottom: 0.1;">
164-
My dream is to use my background in mathematics software development skills to design sophisticated tools that can <em> improve data-driven health care 🩺 and help facilitate the urgent action needed to combat climate change ♻️</em>. <br/> At the moment, I'm in the second year of my PhD in mathematics at the<a target='_blank' href='https://www.cit.tum.de/en/cit/home/'> Technical University of Munich</a> 🇩🇪, where I'm researching topological and geometric deep learning as a member of the <a target='_blank' href='https://aidos.group/'> AIDOS Lab</a>🍩. I'm also a co-founder of <a target='_blank' href='https://krv-analytics.us/'>Krv Analytics</a>📊, a startup focused on new-age analytics solutions that target problems aligned with the <a target='_blank' href='https://sdgs.un.org/goals'>UN's Sustainable Development Goals</a>🇺🇳. <br/> I'm always looking for new opportunities to collaborate, learn, and exchange ideas, so please feel free to reach out if you find my page interesting 📮.
164+
My dream is to use my background in mathematics and software development skills to design sophisticated tools that can <em> improve data-driven health care 🩺 and help facilitate the urgent action needed to combat climate change ♻️</em>. <br/> At the moment, I'm in the second year of my PhD in mathematics at the<a target='_blank' href='https://www.cit.tum.de/en/cit/home/'> Technical University of Munich</a> 🇩🇪, where I'm researching topological and geometric deep learning as a member of the <a target='_blank' href='https://aidos.group/'> AIDOS Lab</a>🍩. I'm also a co-founder of <a target='_blank' href='https://krv-analytics.us/'>Krv Analytics</a>📊, a startup focused on new-age analytics solutions that target problems aligned with the <a target='_blank' href='https://sdgs.un.org/goals'>UN's Sustainable Development Goals</a>🇺🇳. <br/> I'm always looking for new opportunities to collaborate, learn, and exchange ideas, so please feel free to reach out if you find my page interesting 📮.
165165
</p>
166166
<span class="btn-container">
167167
<a href="#contact" class="btn btn-primary">
@@ -375,10 +375,10 @@ <h2 class="rad-fade-down">Projects</h2>
375375

376376
<div class="project__info">
377377
<h4>Mapping the Multiverse of Latent Representations</h4>
378-
<span><em>Preprint</em></span>
378+
<span><em>ICML 2024</em></span>
379379
<p>Echoing recent calls to counter reliability and robustness concerns in machine learning via multiverse analysis, we present PRESTO, a principled framework for mapping the multiverse of machine-learning models that rely on latent representations. Although such models enjoy widespread adoption, the variability in their embeddings remains poorly understood, resulting in unnecessary complexity and untrustworthy representations. Our framework uses persistent homology to characterize the latent spaces arising from different combinations of diverse machine-learning methods, (hyper)parameter configurations, and datasets, allowing us to measure their pairwise (dis)similarity and statistically reason about their distributions. As we demonstrate both theoretically and empirically, our pipeline preserves desirable properties of collections of latent representations, and it can be leveraged to perform sensitivity analysis, detect anomalous embeddings, or efficiently and effectively navigate hyperparameter search spaces.</p>
380380
<div class="project__buttons">
381-
<a href="https://github.com/aidos-lab/" class="btn btn-primary btn-social" target="_blank">
381+
<a href="https://github.com/aidos-lab/Presto" class="btn btn-primary btn-social" target="_blank">
382382
<i class="icon-github-line"></i> Code
383383
</a>
384384
<a href="https://arxiv.org/abs/2402.01514" class="btn btn-primary btn-social" target="_blank">

0 commit comments

Comments
 (0)