Skip to content

Commit acc55bb

Browse files
committed
media
1 parent 9eb3aca commit acc55bb

File tree

17 files changed

+556
-37
lines changed

17 files changed

+556
-37
lines changed

_bibliography/references.bib

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,26 @@ @InProceedings{pmlr-v162-burkholz22a
184184
abstract = {The Lottery Ticket Hypothesis continues to have a profound practical impact on the quest for small scale deep neural networks that solve modern deep learning tasks at competitive performance. These lottery tickets are identified by pruning large randomly initialized neural networks with architectures that are as diverse as their applications. Yet, theoretical insights that attest their existence have been mostly focused on deed fully-connected feed forward networks with ReLU activation functions. We prove that also modern architectures consisting of convolutional and residual layers that can be equipped with almost arbitrary activation functions can contain lottery tickets with high probability.},
185185
spotlight={true},
186186
img={proof_network_overview.png},
187+
}
188+
@inproceedings{
189+
fischer2022plant,
190+
title={Plant 'n' Seek: Can You Find the Winning Ticket?},
191+
author={Jonas Fischer and Rebekka Burkholz},
192+
booktitle={The Tenth International Conference on Learning Representations},
193+
year={2022},
194+
url={https://openreview.net/forum?id=9n9c8sf0xm},
195+
pdf={https://openreview.net/pdf?id=9n9c8sf0xm},
196+
abstract={The lottery ticket hypothesis has sparked the rapid development of pruning algorithms that aim to reduce the computational costs associated with deep learning during training and model deployment. Currently, such algorithms are primarily evaluated on imaging data, for which we lack ground truth information and thus the understanding of how sparse lottery tickets could be. To fill this gap, we develop a framework that allows us to plant and hide winning tickets with desirable properties in randomly initialized neural networks. To analyze the ability of state-of-the-art pruning to identify tickets of extreme sparsity, we design and hide such tickets solving four challenging tasks. In extensive experiments, we observe similar trends as in imaging studies, indicating that our framework can provide transferable insights into realistic problems. Additionally, we can now see beyond such relative trends and highlight limitations of current pruning methods. Based on our results, we conclude that the current limitations in ticket sparsity are likely of algorithmic rather than fundamental nature. We anticipate that comparisons to planted tickets will facilitate future developments of efficient pruning algorithms.},
197+
code={https://github.com/RelationalML/PlantNSeek},
198+
}
199+
@inproceedings{
200+
burkholz2022on,
201+
title={On the Existence of Universal Lottery Tickets},
202+
author={Rebekka Burkholz and Nilanjana Laha and Rajarshi Mukherjee and Alkis Gotovos},
203+
booktitle={The Tenth International Conference on Learning Representations},
204+
year={2022},
205+
url={https://openreview.net/forum?id=SYB4WrJql1n},
206+
pdf={https://openreview.net/pdf?id=SYB4WrJql1n},
207+
abstract={The lottery ticket hypothesis conjectures the existence of sparse subnetworks of large randomly initialized deep neural networks that can be successfully trained in isolation. Recent work has experimentally observed that some of these tickets can be practically reused across a variety of tasks, hinting at some form of universality. We formalize this concept and theoretically prove that not only do such universal tickets exist but they also do not require further training. Our proofs introduce a couple of technical innovations related to pruning for strong lottery tickets, including extensions of subset sum results and a strategy to leverage higher amounts of depth. Our explicit sparse constructions of universal function families might be of independent interest, as they highlight representational benefits induced by univariate convolutional architectures.},
208+
code={https://github.com/RelationalML/UniversalLT},
187209
}

_data/media.yml

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
talks:
2+
- title: "Rewiring Graph Neural Networks: When Less is More and Structure Matters"
3+
date: 2025-02-13
4+
speaker: "Celia Rubio-Madrigal"
5+
venue: "Cohere Labs"
6+
video: https://www.youtube.com/embed/fw8VBEBdWQY?si=2RbZpVRtoSPDMSxe
7+
papers:
8+
- title: "Spectral Graph Pruning Against Over-Squashing and Over-Smoothing"
9+
authors: "Adarsh Jamadandi*, Celia Rubio-Madrigal*, and Rebekka Burkholz"
10+
conference: NeurIPS 2024
11+
link: https://openreview.net/forum?id=EMkrwJY2de
12+
- title: "GNNs Getting ComFy: Community and Feature Similarity Guided Rewiring"
13+
authors: "Celia Rubio-Madrigal*, Adarsh Jamadandi*, and Rebekka Burkholz"
14+
conference: ICLR 2025
15+
link: https://openreview.net/forum?id=g6v09VxgFw
16+
17+
- title: "Can Graph Attention Networks Learn the Degree to Which Node Properties Are Determined by Their Neighborhood?"
18+
date: 2024-06-14
19+
speaker: "Celia Rubio-Madrigal"
20+
venue: "HAICON"
21+
video: https://player.vimeo.com/video/984759166?h=400024ae5b
22+
papers:
23+
- title: "Are GATs Out of Balance?"
24+
authors: "Nimrah Mustafa, Aleksandar Bojchevski, and Rebekka Burkholz"
25+
conference: NeurIPS 2023
26+
link: https://openreview.net/forum?id=qY7UqLoora
27+
- title: "GATE: How to Keep Out Intrusive Neighbors"
28+
authors: "Nimrah Mustafa, and Rebekka Burkholz"
29+
conference: ICML 2024
30+
link: https://openreview.net/forum?id=Sjv5RcqfuH
31+
32+
- title: "Pruning Deep Neural Networks for Lottery Tickets"
33+
date: 2023-02-08
34+
speaker: "Rebekka Burkholz"
35+
venue: "One World ML"
36+
video: https://www.youtube.com/embed/Q_xqXyFnp8I?si=2RbZpVRtoSPDMSxe
37+
papers:
38+
- title: "On the Existence of Universal Lottery Tickets"
39+
authors: "Rebekka Burkholz, Nilanjana Laha, Rajarshi Mukherjee, and Alkis Gotovos"
40+
conference: ICLR 2022
41+
link: https://openreview.net/pdf?id=SYB4WrJql1n
42+
- title: "Plant ’n’ Seek: Can You Find the Winning Ticket?"
43+
authors: "Jonas Fischer, and Rebekka Burkholz"
44+
conference: ICLR 2022
45+
link: https://openreview.net/pdf?id=9n9c8sf0xm
46+
- title: "Convolutional and Residual Networks Provably Contain Lottery Tickets"
47+
authors: "Rebekka Burkholz"
48+
conference: ICML 2022
49+
link: https://proceedings.mlr.press/v162/burkholz22a/burkholz22a.pdf
50+
- title: "Most Activation Functions Can Win the Lottery Without Excessive Depth"
51+
authors: "Rebekka Burkholz"
52+
conference: NeurIPS 2022
53+
link: https://papers.nips.cc/paper_files/paper/2022/file/76bf7786d311217077bc8bb021946cd9-Paper-Conference.pdf
54+
55+
podcasts:
56+
- title: "Demokratie statt Datenmonopol"
57+
date: 2025-06-19
58+
speaker: "Rebekka Burkholz"
59+
venue: "detektor.fm"
60+
description: "Große KI-Modelle wie ChatGPT brauchen riesige Rechenzentren und jede Menge Energie und werden fast ausschließlich von Tech-Giganten entwickelt. Welche Vorteile hätte es, Deep Learning zu demokratisieren? Und wie können kleinere KI-Modelle dazu beitragen, die Abhängigkeit von großen Tech-Konzernen zu reduzieren? Wie man Deep Learning demokratisieren kann, das erforscht Dr. Rebekka Burkholz am CISPA Helmholtz-Zentrum für Informationssicherheit. Im „Forschungsquartett“-Gespräch mit detektor.fm-Redakteurin Esther Stephan erklärt sie, warum das notwendig ist, und wieso kleinere KI-Modelle vielleicht sogar besser sind."
61+
audio: https://detektor.fm/wissen/forschungsquartett-deep-learning/embed
62+
height: 230
63+
64+
- title: "Maschinelles Lernen und Künstliche Intelligenz"
65+
date: 2024-08-29
66+
speaker: "Rebekka Burkholz"
67+
venue: "CISPA TL;DR"
68+
description: "Runde 2 unserer Sommer-Konferenz-Reihe: auf der ICML in Wien haben wir uns mit Rebekka Burkholz hingesetzt um über ihre Forschung und das Neueste im Bereich des maschinellen Lernens zu sprechen. Rebekka kam 2021 zum CISPA kam und ist seitdem mit einem ERC-Starting Grant ausgezeichnet worden, um mit ihrer Forschung neuronale Netzwerke effizienter zu machen. Im Podcast sprechen wir darüber, wie sie ihren wissenschaftlichen Hintergrund aus der Physik im Bereich KI anwendet und wie KI in Zukunft die Gesellschaft beeinflussen kann."
69+
audio: https://cispatldr.podigee.io/35-new-episode/embed?context=external
70+
height: 364
71+
72+
- title: "My Leadership Style is 'We-Learn-Together'"
73+
date: 2024-03-08
74+
speaker: "Rebekka Burkholz"
75+
venue: "Scholarly Communication"
76+
description: "Listen to this interview of Rebekka Burkholz, faculty at the CISPA Helmholtz Center for Information Security. We talk about the composition of research groups and of research papers. Rebekka Burkholz: \"I have the feeling that this meta-reading becomes more important as a person's career progresses. Because early on, a researcher is typically very focused on the details of each paper and they try to understand what this method does and so on — and of course, researchers need to begin that way, really spending the time to attain to expertise in a particular focus. But with time, as a researcher has seen more ideas (and of course, in one particular focus, methods and questions all share some similarity), then the person acquires more and more overview as they continue reading. They are reading, essentially, for the links between findings, for implications of the findings and those links — and in this way, a more experienced reader of the research actually becomes engaged in a sort of literature discussion.\""
77+
audio: https://playlist.megaphone.fm/?e=NBNK6644120304
78+
79+
- title: "Two ERC Starting Grants for Dr. Rebekka Burkholz & Dr. Julian Loss"
80+
date: "2023-11-02"
81+
speaker: "Rebekka Burkholz & Julian Loss"
82+
venue: "CISPA TL;DR"
83+
description: "Dr. Rebekka Burkholz and Dr. Julian Loss seem to have liked it on our podcast – they both are returning for their second episode of TL;DR! The two CISPA Faculty are working on completely different things, but they both have been awarded with a prestigious research grant by the European Research Council (ERC) this fall: the ERC Starting Grant. We talk about what it means for them to receive this grant, what their research has in common and how to facilitate interdisciplinary research. Now available at all your favorite podcast platforms!"
84+
audio: https://cispatldr.podigee.io/25-new-episode/embed?context=external
85+
height: 364
86+
87+
- title: "Maschinelles Lernen mit Dr. Rebekka Burkholz"
88+
date: "2022-12-07"
89+
speaker: "Rebekka Burkholz"
90+
venue: "CISPA TL;DR"
91+
description: "CISPA-Faculty Dr. Rebekka Burkholz spricht in dieser Folge mit uns darüber, was relationales maschinelles Lernen ist und welche Chancen Methoden des maschinellen Lernens in der Diagnostik und Behandlung von Krankheiten eröffnen. Die Mathematikerin gibt zudem Einblicke, was Informatiker:innen und Mathematiker:innen unterscheidet und was aus ihrer Sicht helfen würde, mehr Frauen für eine Karriere in der Forschung zu begeistern."
92+
audio: https://cispatldr.podigee.io/15-new-episode/embed?context=external
93+
height: 364

_data/news.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
- date: 2. June 2025
2-
headline: "Rebekka and Celia are presenting at [NetSci](https://netsci2025.github.io/) in Maastricht."
2+
headline: "Rebekka and Celia are presenting at [NetSci](https://netsci2025.github.io/) in Maastricht with a satellite keynote and a lightning talk."
33

44
- date: 1. June 2025
5-
headline: Welcome Baraah!
5+
headline: "Welcome Baraah!"
66

77
- date: 7. May 2025
88
headline: "Congratulations to Rebekka for [receiving tenure](https://cispa.de/en/burkholz-tenured) at CISPA."
@@ -13,6 +13,9 @@
1313
- date: 24. March 2025
1414
headline: "Rebekka is at [CPAL](https://cpal.cc/spotlight_track/) presenting three [papers](/publications) as recent spotlights."
1515

16+
- date: 13. February 2025
17+
headline: "Celia is presenting her work on graph rewiring at Cohere Labs ([see talk here](/media/#celia-rubio-madrigal--cohere-labs-feb-13-2025))."
18+
1619
- date: 22. January 2025
1720
headline: "Two papers
1821
[(1)](https://openreview.net/forum?id=g6v09VxgFw)
@@ -33,19 +36,19 @@
3336
headline: "Welcome to Chao, Rahul, and Dong!"
3437

3538
- date: 14. June 2024
36-
headline: "Celia, Advait and Adarsh are presenting at the Helmholtz AI Conference: AI for Science ([HAICON](https://eventclass.it/haic2024/scientific/external-program/session?s=S-05a)) in Düsseldorf."
39+
headline: "Celia, Advait and Adarsh are presenting at the Helmholtz AI Conference: AI for Science ([HAICON](https://eventclass.it/haic2024/scientific/external-program/session?s=S-05a)) in Düsseldorf ([see talk here](/media/#celia-rubio-madrigal--haicon-jun-14-2024))."
3740

3841
- date: 1. May 2024
3942
headline: "Our paper on [improving GATs](https://openreview.net/forum?id=Sjv5RcqfuH) has been accepted at ICML 2024."
4043

4144
- date: 1. February 2024
42-
headline: Welcome Tom!
45+
headline: "Welcome Tom!"
4346

4447
- date: 16. January 2024
4548
headline: "Two papers [(1-Spotlight)](https://openreview.net/forum?id=qODvxQ8TXW) [(2)](https://openreview.net/forum?id=wOSYMHfENq) have been accepted at ICLR 2024."
4649

4750
- date: 1. October 2023
48-
headline: Welcome Celia!
51+
headline: "Welcome Celia!"
4952

5053
- date: 21. September 2023
5154
headline: "Our paper on [balancing GATs](https://openreview.net/forum?id=qY7UqLoora) has been accepted at NeurIPS 2023."

_data/team_members.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
- role: Faculty
1+
- role: Tenured faculty
22
members:
33
- name: Dr. Rebekka Burkholz
44
last_name: Burkholz
55
photo: c01rebu.jpg
66
start_date: 2021
77
88
url: https://sites.google.com/view/rebekkaburkholz/
9+
description: "My main goal is to develop efficient deep learning algorithms that are robust to noise, require small sample sizes, and are generally applicable in the sciences. My work is founded in theory with implications for real world applications and is often characterized by a complex network science perspective. My favourite applications and sources of inspiration are currently the biomedical domain, pharmacy, and physics. My group is supported by the ERC starting grant [SPARSE-ML](https://cispa.de/en/erc-burkholz)."
910

1011
- role: PostDocs
1112
members:

_includes/header.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
<ul class="nav navbar-nav navbar-right">
1616
<li><a href="{{ site.url }}{{ site.baseurl }}/">Home</a></li>
1717
<li><a href="{{ site.url }}{{ site.baseurl }}/team">Team</a></li>
18-
<li><a href="{{ site.url }}{{ site.baseurl }}/openings">Openings</a></li>
19-
<!-- <li><a href="{{ site.url }}{{ site.baseurl }}/research">Research</a></li> -->
18+
<li><a href="{{ site.url }}{{ site.baseurl }}/openings" style="font-weight: bold; color: #d9534f;">Openings</a></li>
19+
<li><a href="{{ site.url }}{{ site.baseurl }}/research">Research</a></li>
20+
<li><a href="{{ site.url }}{{ site.baseurl }}/media">Media</a></li>
2021
<li><a href="{{ site.url }}{{ site.baseurl }}/publications">Publications</a></li>
2122
<li><a href="https://github.com/relationalml/">
2223
<!-- github icon by Free Icons (https://free-icons.github.io/free-icons/) -->

_pages/home.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ permalink: /
88

99
# Relational Machine Learning Lab
1010

11-
We are an ML research group led by [Dr. Rebekka Burkholz](https://sites.google.com/view/rebekkaburkholz). We invite you to explore our research interests and our latest [publications](publications) in top-tier conferences (NeurIPS, ICML, ICLR).
11+
> **New positions available!**
12+
> We are currently hiring for PhD and Postdoc positions. Check the [openings](/openings) page and apply now!
13+
> <span style="color:#d9534f"><strong>Application deadline: Ongoing</strong></span>
14+
15+
We are an ML research group led by [Dr. Rebekka Burkholz](https://sites.google.com/view/rebekkaburkholz). We invite you to explore our research interests and our latest [publications](publications) in top-tier conferences (NeurIPS, ICML, ICLR), and to watch some of our [talks](media/#talks).
1216

1317
We are part of the [CISPA Helmholtz Center for Information Security](https://cispa.de), at the [Saarland University](https://www.uni-saarland.de) campus in Saarbrücken, Germany.

_pages/media.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: "Relational ML - Media"
3+
layout: textlay
4+
excerpt: "Relational ML -- Media"
5+
sitemap: false
6+
permalink: /media/
7+
---
8+
9+
# Media
10+
Watch below some of our recent **[talks](#talks)** at conferences and seminars, where members of our [group](/team) present highlights from our list of [publications](/publications).
11+
12+
You can also listen to insightful **[podcasts](#podcasts)** featuring Dr. Rebekka Burkholz (some are in German and some in English).
13+
14+
<h2 id="talks" class="anchor">Talks</h2>
15+
16+
{% for talk in site.data.media.talks %}
17+
### {{ talk.speaker }} @ {{ talk.venue }} ({{ talk.date | date: "%b %-d, %Y" }})
18+
#### {{ talk.title }}
19+
<table style="width: 100%; border-spacing: 24px;"><tbody><tr><td style="vertical-align: top; padding-right: 24px;">
20+
Based on papers:
21+
<ul>
22+
{% for paper in talk.papers %}
23+
<li>
24+
<strong>{{ paper.title }}</strong>,
25+
{{ paper.authors }},
26+
<em>{{ paper.conference }}</em>. (<a href="{{ paper.link }}">Link to paper</a>)
27+
</li>
28+
{% endfor %}
29+
</ul>
30+
</td><td>
31+
<iframe width="374" height="210" src="{{ talk.video }}" title="video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
32+
</td></tr></tbody></table>
33+
{% endfor %}
34+
35+
<h2 id="podcasts" class="anchor">Podcasts</h2>
36+
37+
{% for podcast in site.data.media.podcasts %}
38+
### {{ podcast.speaker }} @ {{ podcast.venue }} ({{ podcast.date | date: "%b %-d, %Y" }})
39+
#### {{ podcast.title }}
40+
{{ podcast.description }}
41+
42+
{% if podcast.height -%}
43+
<iframe width="100%" height="{{ podcast.height }}" scrolling="no" frameborder="no" src="{{ podcast.audio }}" loading="lazy"></iframe>
44+
{%- else -%}
45+
<iframe frameBorder="0" scrolling="no" src="{{ podcast.audio }}" style="border: 0" border="0" width="100%"></iframe>
46+
{%- endif -%}
47+
{% endfor %}

_pages/openings.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ permalink: /openings
88

99
# Open positions
1010

11+
> **New positions available!**
12+
> We are currently hiring for PhD and Postdoc positions. Check the details below and apply now!
13+
> <span style="color:#d9534f"><strong>Application deadline: Ongoing</strong></span>
14+
1115
If you are interested in joining our group or learning more about our research, please reach out to [Dr. Rebekka Burkholz](https://sites.google.com/view/rebekkaburkholz/).
1216

1317
For further information on pursuing a PhD or postdoc at the CISPA Helmholtz Center for Information Security, see the [CISPA Career Portal](https://career.cispa.de/).

_pages/team.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ permalink: /team/
3434
<h4>{{ member.name }}</h4>
3535
[Homepage]({{ member.url }})
3636
| [Email](mailto:{{ member.email }})
37-
{% if member.description %} | <a class="membercv" role="button">Description</a> {% endif %} <br>
37+
{% if member.description %} | <a class="membercv" role="button">See bio↓</a> {% endif %} <br>
3838
<i>since {{ member.start_date }}</i>
3939
{% if member.description %}
4040
<div class="membercv hidden">

_site/404.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@
4949
<ul class="nav navbar-nav navbar-right">
5050
<li><a href="/">Home</a></li>
5151
<li><a href="/team">Team</a></li>
52-
<li><a href="/openings">Openings</a></li>
53-
<!-- <li><a href="/research">Research</a></li> -->
52+
<li><a href="/openings" style="font-weight: bold; color: #d9534f;">Openings</a></li>
53+
<li><a href="/research">Research</a></li>
54+
<li><a href="/media">Media</a></li>
5455
<li><a href="/publications">Publications</a></li>
5556
<li><a href="https://github.com/relationalml/">
5657
<!-- github icon by Free Icons (https://free-icons.github.io/free-icons/) -->

0 commit comments

Comments
 (0)