Skip to content

Commit a422390

Browse files
committed
preprints, scholar,next,columns
1 parent 9dd2827 commit a422390

File tree

22 files changed

+696
-245
lines changed

22 files changed

+696
-245
lines changed

_bibliography/preprints.bib

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
---
3+
@misc{zhou2025payattentionsmallweights,
4+
title={Pay Attention to Small Weights},
5+
author={Chao Zhou and Tom Jacobs and Advait Gadhikar and Rebekka Burkholz},
6+
year={2025},
7+
eprint={2506.21374},
8+
archivePrefix={arXiv},
9+
primaryClass={cs.LG},
10+
url={https://arxiv.org/abs/2506.21374},
11+
}
12+
@misc{jacobs2025hamhyperbolicstepregulate,
13+
title={HAM: A Hyperbolic Step to Regulate Implicit Bias},
14+
author={Tom Jacobs and Advait Gadhikar and Celia Rubio-Madrigal and Rebekka Burkholz},
15+
year={2025},
16+
eprint={2506.02630},
17+
archivePrefix={arXiv},
18+
primaryClass={cs.LG},
19+
url={https://arxiv.org/abs/2506.02630},
20+
}
21+
@misc{reddy2025shifthappensconfounding,
22+
title={When Shift Happens - Confounding Is to Blame},
23+
author={Abbavaram Gowtham Reddy and Celia Rubio-Madrigal and Rebekka Burkholz and Krikamol Muandet},
24+
year={2025},
25+
eprint={2505.21422},
26+
archivePrefix={arXiv},
27+
primaryClass={cs.LG},
28+
url={https://arxiv.org/abs/2505.21422},
29+
}
30+
@misc{gadhikar2025signinlotteryreparameterizingsparse,
31+
title={Sign-In to the Lottery: Reparameterizing Sparse Training From Scratch},
32+
author={Advait Gadhikar and Tom Jacobs and Chao Zhou and Rebekka Burkholz},
33+
year={2025},
34+
eprint={2504.12801},
35+
archivePrefix={arXiv},
36+
primaryClass={cs.LG},
37+
url={https://arxiv.org/abs/2504.12801},
38+
}
39+
@misc{gadhikar2024cyclicsparsetrainingenough,
40+
title={Cyclic Sparse Training: Is it Enough?},
41+
author={Advait Gadhikar and Sree Harsha Nelaturu and Rebekka Burkholz},
42+
year={2024},
43+
eprint={2406.02773},
44+
archivePrefix={arXiv},
45+
primaryClass={cs.LG},
46+
url={https://arxiv.org/abs/2406.02773},
47+
code={https://github.com/RelationalML/TurboPrune},
48+
}
49+
@misc{fischer2022lotteryticketsnonzerobiases,
50+
title={Lottery Tickets with Nonzero Biases},
51+
author={Jonas Fischer and Advait Gadhikar and Rebekka Burkholz},
52+
year={2022},
53+
eprint={2110.11150},
54+
archivePrefix={arXiv},
55+
primaryClass={cs.LG},
56+
url={https://arxiv.org/abs/2110.11150},
57+
code={https://github.com/RelationalML/NonZeroBiases},
58+
}

_bibliography/references.bib

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,8 @@ @Article{BenGuebila2023
200200
issn={1474-760X},
201201
doi={10.1186/s13059-023-02877-1},
202202
url={https://doi.org/10.1186/s13059-023-02877-1},
203-
img={netzoo2.png}
203+
img={netzoo2.png},
204+
code={https://github.com/netZoo/netZooPy}
204205
}
205206

206207
@article{10.1093/nar/gkac1157,
@@ -216,7 +217,8 @@ @article{10.1093/nar/gkac1157
216217
doi = {10.1093/nar/gkac1157},
217218
url = {https://doi.org/10.1093/nar/gkac1157},
218219
eprint = {https://academic.oup.com/nar/article-pdf/51/3/e15/49192710/gkac1157.pdf},
219-
img={dragon.jpg}
220+
img={dragon.jpg},
221+
code={https://github.com/netZoo/netZooPy},
220222
}
221223
@inproceedings{NEURIPS2022_76bf7786,
222224
author = {Burkholz, Rebekka},
@@ -249,6 +251,7 @@ @InProceedings{pmlr-v162-burkholz22a
249251
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.},
250252
spotlight={true},
251253
img={proof_network_overview.png},
254+
code = {https://github.com/RelationalML/LT-existence},
252255
}
253256

254257
@Article{BenGuebila2022,
@@ -277,17 +280,8 @@ @Article{BenGuebila2022
277280
doi={10.1038/s41592-022-01479-2},
278281
url={https://doi.org/10.1038/s41592-022-01479-2},
279282
abstract={Open access to software in computational and systems biology, including data, code and models, is widely acknowledged as essential for ensuring reproducibility of research results and reuse of methods1. Although there are software tools that allow sharing of computational pipelines, these systems generally do not allow the integration of software annotation and documentation at each step in the process — elements that are required to understand and run complex and rapidly evolving software, including methods developed in systems biology for inferring biological pathways. Our research team has been developing network inference and analysis methods, collected into the Network Zoo (http://netzoo.github.io), with implementations in R, C, MATLAB and Python. The growing community of users of these network resources, the increasing interest in learning how to apply network inference methods, and the need to ensure that published analyses are fully reproducible led us to develop Netbooks (http://netbooks.networkmedicine.org), a hosted collection of Jupyter notebooks that provide detailed and annotated step-by-step case studies of GRN analysis.},
280-
img={nature-methods.jpg}
281-
}
282-
283-
@misc{fischer2022lotteryticketsnonzerobiases,
284-
title={Lottery Tickets with Nonzero Biases},
285-
author={Jonas Fischer and Advait Gadhikar and Rebekka Burkholz},
286-
year={2022},
287-
eprint={2110.11150},
288-
archivePrefix={arXiv},
289-
primaryClass={cs.LG},
290-
url={https://arxiv.org/abs/2110.11150},
283+
img={nature-methods.jpg},
284+
code={https://github.com/netZoo/netbooks},
291285
}
292286

293287
@inproceedings{

_data/alumni_members.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@
77
end_date: Oct 24
88
99
url: https://adarshmj.github.io
10+
next: PhD at IRISA, Université de Rennes
1011

1112
- name: Harsha Nelaturu
1213
last_name: Nelaturu
1314
photo: c02hane.jpg
1415
start_date: Aug 23
1516
end_date: Jul 24
1617
url: https://nelaturuharsha.github.io/
18+
next: [Applied Scientist Intern Amazon, PhD at Calgary University]
1719

1820
- role: Research engineers
1921
members:
@@ -25,6 +27,7 @@
2527
2628
url: https://github.com/nikitaved
2729
description: "I am interesting in making modern AI models efficient. In particular, I work on discovering and exploiting structure in Neural Networks (sparsity, low-dimensional representations and similar) for efficient training, fine-tuning and inference. I am a former full-time core developer for [PyTorch](https://github.com/pytorch/pytorch) and [Lightning Thunder](https://github.com/Lightning-AI/lightning-thunder). Check my [GitHub](https://github.com/nikitaved) to see what I work on now."
30+
next: Senior Engineer at NVIDIA
2831

2932
- role: Visiting students
3033
members:

_data/news.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1+
- date: 12. June 2025
2+
headline: "Tom is attending the [AIM](https://aimath.nl/index.php/2025/03/13/4th-aim-cluster-event-tilburg/) (AI & Mathematics) workshop at Tilburg University."
3+
14
- date: 2. June 2025
2-
headline: "Rebekka and Celia are presenting at [NetSci](https://netsci2025.github.io/) in Maastricht with a satellite keynote and a lightning talk."
5+
headline: "Rebekka and Celia are presenting at [NetSci](https://netsci2025.github.io/) in Maastricht with a [satellite keynote](/outreach#netbiomed-2025-keynote-jun-2-2025) and a lightning talk."
36

47
- date: 1. June 2025
58
headline: "Welcome Baraah!"
69

10+
- date: 27. May 2025
11+
headline: "Celia is visiting TU Wien and presenting at the ML Research Unit's [seminar](https://ml-tuw.github.io/ruml_seminar/)."
12+
713
- date: 7. May 2025
814
headline: "Congratulations to Rebekka for [receiving tenure](https://cispa.de/en/burkholz-tenured) at CISPA."
915

@@ -14,7 +20,7 @@
1420
headline: "Rebekka is at [CPAL](https://cpal.cc/spotlight_track/) presenting three [papers](/publications) as recent spotlights."
1521

1622
- date: 13. February 2025
17-
headline: "Celia is presenting her work on graph rewiring at Cohere Labs ([watch talk here](/outreach/#celia-rubio-madrigal--cohere-labs-feb-13-2025))."
23+
headline: "Celia is presenting her work on graph rewiring at Cohere Labs ([video](/outreach#celia-rubio-madrigal--cohere-labs-feb-13-2025))."
1824

1925
- date: 22. January 2025
2026
headline: "Two papers
@@ -25,18 +31,21 @@
2531
- date: 1. December 2024
2632
headline: "Welcome to Gowtham and Nik!"
2733

34+
- date: 25. December 2024
35+
headline: "Celia, Adarsh, Rebekka, and Nimrah are presenting their work at the [ELLIS Pre-NeurIPS](https://lacoco-lab.github.io/events/PreNeurIPS2024/) Session in Saarbrücken."
36+
2837
- date: 25. September 2024
2938
headline: "Three papers
3039
[(1)](https://openreview.net/forum?id=EMkrwJY2de)
3140
[(2)](https://openreview.net/forum?id=IfZwSRpqHl)
3241
[(3)](https://openreview.net/forum?id=FNtsZLwkGr)
33-
have been accepted at NeurIPS 2024."
42+
have been accepted at NeurIPS 2024, and [one](https://sites.google.com/wimlworkshop.org/wiml-2024/program) at the WiML Workshop, where Rebekka is an invited mentor."
3443

3544
- date: 1. July 2024
3645
headline: "Welcome to Chao, Rahul, and Dong!"
3746

3847
- date: 14. June 2024
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 ([watch talk here](/outreach/#celia-rubio-madrigal--haicon-jun-14-2024))."
48+
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 ([video](/outreach#celia-rubio-madrigal--haicon-jun-14-2024))."
4049

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

_data/outreach.yml

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ videos:
2222
papers:
2323
- title: "Scaling up Continuous-Time Markov Chains Helps Resolve Underspecification"
2424
authors: "Alkis Gotovos, Rebekka Burkholz, John Quackenbush, and Stefanie Jegelka"
25-
conference: NeurIPS 2024
25+
conference: NeurIPS 2021
2626
link: https://openreview.net/forum?id=PnY8rTJGOuU
2727

2828
- title: "Can Graph Attention Networks Learn the Degree to Which Node Properties Are Determined by Their Neighborhood?"
@@ -45,7 +45,6 @@ videos:
4545
speaker: "Rebekka Burkholz"
4646
venue: "CRC 1461 Neurotronics Colloquium"
4747
video: https://www.crc1461-neurotronics.de/files/sfb-crc/videos/crc1461_colloquium_rebecca_burkholz.mp4#t=1
48-
papers: TBD
4948
abstract: "Deep learning continues to achieve impressive breakthroughs across disciplines but relies on increasingly large neural network models that are trained on massive data sets. Their development inflicts costs that are only affordable by a few labs and prevent global participation in the creation of related technologies. In this talk, we will ask the question if it really has to be like this and discuss some of the major challenges that limit the success of deep learning on smaller scales. We will give three examples of complimentary approaches that could help us address the underlying issues: (i) early neural network sparsification, (ii) the integration of useful inductive bias in the design of problem specific neural network architectures (with biomedical applications), and (iii) the improvement of training from scratch in the context of graph neural networks."
5049

5150
- title: "Pruning Deep Neural Networks for Lottery Tickets"
@@ -75,9 +74,13 @@ videos:
7574
date: 2019-12-21
7675
speaker: "Rebekka Burkholz"
7776
venue: "FutureofHealthTech (FHTI at MIT)"
78-
video: https://www.youtube.com/embed/6ZD9TZlngj0?si=d3jUAuRuPfH_ETE9
77+
video: https://youtu.be/6ZD9TZlngj0
7978
papers:
80-
- title:
79+
- title: "Artificial Intelligence in Echocardiography Diagnostics – Detection of Takotsubo Syndrome"
80+
authors: "D Di Vece, F Laumer, M Schwyzer, R Burkholz, L Corinzia, V.L Cammann, R Citro, J Bax, J.R Ghadri, J.M Buhmann, C Templin"
81+
conference: European Heart Journal, Volume 41, 2020
82+
link: https://doi.org/10.1093/ehjci/ehaa946.1221
83+
noiframe: true
8184

8285
podcasts:
8386
- title: "Demokratie statt Datenmonopol"
@@ -117,4 +120,15 @@ podcasts:
117120
venue: "CISPA TL;DR"
118121
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."
119122
audio: https://cispatldr.podigee.io/15-new-episode/embed?context=external
120-
height: 364
123+
height: 364
124+
125+
other_links:
126+
- title: "NetBioMed 2025 Keynote"
127+
url: "https://bsky.app/profile/netbiomed2025.bsky.social/post/3lqmzjkcks22l"
128+
description: "After coffee break we had Rebekka Burkholz discussing current challenges when modelling gene regulation and how to fix them. Her approach is innovative and allows us to infer biological processes with both scalability and interpretability."
129+
date: "2025-06-02"
130+
131+
- title: "Die Abenteuer der KI in der Genomik"
132+
url: "https://www.mdc-berlin.de/de/news/news/die-abenteuer-der-ki-der-genomik"
133+
description: "Beim Berlin Summer Meeting am MDC-BIMSB trafen sich Molekularbiolog\\*innen und Bioinformatiker\\*innen, um die neuesten Erfolge und Herausforderungen zu diskutieren. Sie loteten aus, wie sie Künstliche Intelligenz am besten für die Biomedizin nutzen können."
134+
date: "2024-06-19"

_data/team_members.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
start_date: 2021
77
88
url: https://sites.google.com/view/rebekkaburkholz/
9+
scholar: https://scholar.google.com/citations?user=vkWBb2wAAAAJ
910
description: "I lead the Relational Machine Learning Group at the Helmholtz Center CISPA since 2021. Our research on sparse deep learning is funded by an [ERC starting grant](https://cispa.de/en/research/grants/sparse-ml) since December 2023 and by Apple Research since August 2025. From 2019-2021, I was a PostDoc at the Biostatistics Department of the Harvard T.H. Chan School of Public Health working with John Quackenbush, from 2017-2018 at the Institute for Machine Learning at ETH Zurichwith Joachim Buhmann, and from 2016-2017 at the Chair of Systems Design at ETH Zurich with Frank Schweitzer. My PhD research at the ETH Risk Center was supervised by Frank Schweitzer and co-supervised by Hans J. Herrmann from 2013-2016. My thesis on systemic risk won the Zurich Dissertation Prize and our work on international maize trade received the CSF Best Contribution Award. I studied Mathematics and Physics at TU Darmstadt."
1011

1112
- role: PostDocs
@@ -16,6 +17,7 @@
1617
start_date: May 2024
1718
1819
url: https://chaoedisonzhouucl.github.io/
20+
scholar: https://scholar.google.com/citations?user=ttO5HpQAAAAJ
1921
description: "I focus on understanding the intricate dynamics of training and fine-tuning in machine learning models, with the goal of developing more efficient and effective learning algorithms. My research explores how optimization processes evolve and how we can refine these methods to improve performance. Currently, I am particularly interested in gradient compression techniques."
2022

2123
- name: Dr. Gowtham Abbavaram
@@ -24,6 +26,7 @@
2426
start_date: Oct 2024
2527
2628
url: https://gautam0707.github.io/
29+
scholar: https://scholar.google.com/citations?user=Iewg-GAAAAAJ
2730
description: "I work on research problems at the intersection of machine learning and causality, focusing on modeling, inference, and interpreting machine learning models from a causal perspective to enhance their robustness and trustworthiness."
2831

2932
- role: PhD students
@@ -34,6 +37,7 @@
3437
start_date: Apr 2022
3538
3639
url: https://advaitgadhikar.github.io/
40+
scholar: https://scholar.google.com/citations?user=parDMogAAAAJ
3741
description: "I work on building provable algorithms for deep learning and am currently interested in algorithms related to sparsity in neural nets. Specifically I am interested in the Lottery Ticket Hypothesis and how it can help identify the underlying structure of a learnt network."
3842

3943
- name: Nimrah Mustafa
@@ -49,6 +53,7 @@
4953
start_date: Oct 2023
5054
5155
url: https://celrm.github.io/
56+
scholar: https://scholar.google.com/citations?user=AsvScCAAAAAJ
5257
description: "My research addresses generalization challenges in graph learning, focusing on the dual role of input graphs as both data and computation structures, and the effects of modifying them under different criteria. I hold two degrees in Mathematics and Computer Science from Universidad Complutense de Madrid, and I received the prestigious postgraduate fellowship from la Caixa Foundation in 2022. This allowed me to study a master's at Strathclyde in the UK, where I was awarded the Best Overall Performance Prize."
5358

5459
- name: Tom Jacobs
@@ -57,6 +62,7 @@
5762
start_date: Feb 2024
5863
5964
url: https://tomjacobs05.github.io/
65+
scholar: https://scholar.google.com/citations?user=Yi62zDEAAAAJ
6066
description: "My research interests lie at the intersection of understanding neural network training dynamics and designing efficient deep learning methods. Concretely, I work with theoretical tools such as mirror flow, regularization techniques, and mean field descriptions to study the effect of overparameterization and improve model efficiency."
6167

6268
- name: Rahul Nittala
@@ -80,4 +86,5 @@
8086
photo:
8187
start_date: Jun 2025
8288
83-
url: https://cispa.de/en/people/c01baad
89+
url: https://cispa.de/en/people/c01baad
90+
scholar: https://scholar.google.com/citations?user=LGI13OsAAAAJ

_includes/footer.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@
44
<div class="row">
55
<div class="col-sm-6">
66
<p>&copy; <span id="year"></span> Relational ML Lab.</p>
7-
<p>We are part of the <a href="https://cispa.de">CISPA Helmholtz Center for Information Security</a>, at the <a href="https://www.uni-saarland.de">Saarland University</a> campus.</p>
7+
<p>We are part of the <a href="https://cispa.de">CISPA Helmholtz Center for Information Security</a> in Saarbrücken and St. Ingbert, Germany, and are grateful to <a href="https://www.uni-saarland.de">Saarland University (UdS)</a> for granting us supervision rights.</p>
88
</div>
9-
<div class="col-sm-6">
10-
<p>Contact:</p>
11-
<p>Stuhlsatzenhaus 5, 66123 Saarbrücken, Germany<br>
12-
(<a href="https://cispa.de/en/contact#location">Directions</a>)</p>
9+
<div class="col-sm-6 text-right">
10+
<br>
11+
<p>
12+
Im Oberen Werk 1<br>
13+
66386 St. Ingbert<br>
14+
Germany
15+
</p>
1316
</div>
1417
</div>
1518
</div>

_layouts/bib.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
{%- elsif thesis contains entry.type -%}
109109
{%- capture entrytype -%}<em>{{entry.school}}</em> {%- endcapture -%}
110110
{%- else -%}
111-
{%- capture entrytype -%}<em>Preprint</em>{%- endcapture -%}
111+
{%- capture entrytype -%}<em>Pre-print on arXiv</em>{%- endcapture -%}
112112
{%- endif -%}
113113
{%- if entry.year -%}
114114
{%- capture entryyear -%}{{ " " }}{{entry.year}}{%- endcapture -%}

_layouts/homelay.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,6 @@
4040

4141
{{ content }}
4242

43-
<br>
44-
<figure class="fourth" style="text-align: center">
45-
<img src="{{ site.url }}{{ site.baseurl }}/images/logo/Logo_CISPA.png" style="height: 90px">
46-
<br>
47-
<img src="{{ site.url }}{{ site.baseurl }}/images/logo/Logo_Saarland.png" style="height: 90px">
48-
&emsp;&emsp;
49-
<img src="{{ site.url }}{{ site.baseurl }}/images/logo/Logo_ERC.jpg" style="height: 90px">
50-
</figure>
51-
<br>
5243
</div>
5344

5445
<div id="newsid" class="col-sm-4" >

0 commit comments

Comments
 (0)