-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
286 lines (253 loc) · 9.04 KB
/
about.html
File metadata and controls
286 lines (253 loc) · 9.04 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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>About – NerDS Lab</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Major+Mono+Display&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<style>
body {
margin: 0;
font-family: 'Inter', sans-serif;
line-height: 1.6;
color: #222;
background-color: #fff;
}
header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1em 2em;
background: #fff;
border-bottom: 1px solid #ddd;
flex-wrap: wrap;
}
.logo-title {
display: flex;
align-items: center;
}
.logo-title img {
height: 60px;
margin-right: 15px;
}
.logo-title h1 {
margin: 0;
font-family: 'Major Mono Display', monospace;
font-size: 48px;
font-weight: 400;
text-transform: none;
color: #222;
}
nav {
display: flex;
gap: 6px;
flex-wrap: wrap;
margin-top: 10px;
}
nav a {
text-decoration: none;
color: #333;
font-weight: 500;
font-size: 0.95em;
padding: 0 6px;
}
nav a:hover {
color: #007acc;
}
main {
max-width: 1000px;
margin: 0 auto;
padding: 3em 2em;
}
h2 {
font-size: 1.8em;
margin-top: 0;
margin-bottom: 0.5em;
border-bottom: 2px solid #ddd;
padding-bottom: 5px;
}
h3 {
margin-top: 2em;
}
.research-area-table {
width: 100%;
margin-bottom: 2em;
border-collapse: collapse;
}
.research-area-table td {
vertical-align: top;
padding: 10px;
}
.research-image {
width: 200px;
border-radius: 8px;
}
.feature-pubs {
margin-top: 10px;
}
.funding-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
gap: 20px;
justify-items: center;
align-items: center;
margin-top: 1em;
}
.funding-grid img {
max-width: 150px;
height: auto;
}
.centered-img {
width: 600px;
display: block;
margin: 2em auto;
border-radius: 8px;
}
footer {
text-align: center;
margin-top: 4em;
padding: 2em;
background: #f5f5f5;
font-size: 0.9em;
}
footer a {
color: #0066cc;
text-decoration: none;
}
@media (max-width: 768px) {
header {
flex-direction: column;
align-items: flex-start;
}
nav {
justify-content: center;
width: 100%;
margin-top: 1em;
}
}
</style>
</head>
<body>
<header>
<div class="logo-title">
<img src="images/logo_outline.png" alt="nerds lab logo">
<h1>nerds_lab</h1>
</div>
<nav>
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="people.html">People</a>
<a href="publications.html">Publications</a>
<a href="nerdslabcode.html">Code</a>
<a href="contact.html">Contact</a>
</nav>
</header>
<main>
<h2>About the NerDS Lab</h2>
<p>The <strong>Neural Data Science (NerDS) Lab</strong> develops data-centric machine learning methods to understand complex biological systems. Our interdisciplinary research integrates neuroscience, AI, and representation learning to decode neural computation, interpret behavior, and uncover general principles of biological intelligence.</p>
<!-- Insert any image if desired -->
<!-- <img src="images/about_image.jpg" alt="NerDS Lab Vision" class="centered-img"> -->
<table class="research-area-table">
<tr>
<td><img class="research-image" src="images/20250523_1818_Neural Network Brainscape_simple_compose_01jvzkjmsqe4ha7x3sbrkcd800.png" alt="Latent space of brain activity"></td>
<td>
<h3>🧠 Understanding the Brain Through AI</h3>
<p>We create scalable models that decode brain activity across tasks, cell types, and animals. Our foundation models for neuroscience support transfer across sessions and contexts.</p>
<div class="feature-pubs">
<strong>Featured Papers:</strong>
<ul>
<li><a href="https://arxiv.org/pdf/2310.16046" target="_blank">A unified, scalable framework for neural population decoding (NeurIPS 2023)</a></li>
<li><a href="https://openreview.net/pdf?id=IuU0wcO0mo" target="_blank">Multi-session, multi-task neural decoding (ICLR 2025)</a></li>
</ul>
</div>
</td>
</tr>
</table>
<table class="research-area-table">
<tr>
<td><img class="research-image" src="images/AugmentedCat.png" alt="Behavior embeddings"></td>
<td>
<h3>🔁 Self-Supervised and Contrastive Learning</h3>
<p>We apply self-supervised methods to reveal hidden patterns in neural and behavioral data. Our models learn structured representations without labels, discovering multiscale behavior and neural motifs.</p>
<div class="feature-pubs">
<strong>Featured Papers:</strong>
<ul>
<li><a href="https://arxiv.org/abs/2303.08811" target="_blank">Relax, it doesn’t matter how you get there (NeurIPS 2023)</a></li>
<li><a href="https://arxiv.org/pdf/2111.02338" target="_blank">Drop, Swap, and Generate (NeurIPS 2021, Oral)</a></li>
</ul>
</div>
</td>
</tr>
</table>
<table class="research-area-table">
<tr>
<td><img class="research-image" src="images/20250523_2016_Abstract Manifold Art_simple_compose_01jvztaye3e4ytz8tvbzvjnq9x.png" alt="Domain adaptation visualization"></td>
<td>
<h3>🌍 Domain Adaptation and Representation Alignment</h3>
<p>We design representation alignment methods that adapt across devices and conditions in time series data. Our channel-selective and Sinkhorn-based techniques improve model robustness and transfer.</p>
<div class="feature-pubs">
<strong>Featured Papers:</strong>
<ul>
<li><a href="https://openreview.net/pdf?id=8C8LJIqF4y" target="_blank">Channel-Selective Representation Alignment (TMLR 2025)</a></li>
<li><a href="https://proceedings.mlr.press/v139/lin21a.html" target="_blank">Moving data through anchor points (ICML 2021)</a></li>
</ul>
</div>
</td>
</tr>
</table>
<table class="research-area-table">
<tr>
<td><img class="research-image" src="images/20250523_1959_Futuristic Neuron Network_simple_compose_01jvzsbj4cesms0r6r6jfrb0w4.png" alt="Cell type classification"></td>
<td>
<h3>🧬 Mapping Cell Types from Activity</h3>
<p>We build classifiers that use only neural activity to predict cell types and brain regions. Our contrastive approaches generalize across mice and modalities, bridging function and transcriptomics.</p>
<div class="feature-pubs">
<strong>Featured Papers:</strong>
<ul>
<li><a href="https://www.biorxiv.org/content/10.1101/2024.11.05.622159.abstract" target="_blank">Multimodal contrastive learning (ICLR 2025)</a></li>
<li><a href="https://www.cell.com/cell-reports/pdfExtended/S2211-1247(23)00329-7" target="_blank">Transcriptomic cell type structures (Cell Reports 2023)</a></li>
</ul>
</div>
</td>
</tr>
</table>
<table class="research-area-table">
<tr>
<td><img class="research-image" src="images/20250523_2009_Graph Nodes Connections_simple_compose_01jvzsxrbzencb72dakj4tgrw6.png" alt="Graph upsampling illustration"></td>
<td>
<h3>📊 Graph Learning</h3>
<p>Our lab advances graph neural network methods to model diverse graph datasets. We develop transformers and graph augmentation techniques for scalable and transferable graph learning.</p>
<div class="feature-pubs">
<strong>Featured Papers:</strong>
<ul>
<li><a href="http://proceedings.mlr.press/v202/azabou23a/azabou23a.pdf" target="_blank">Half-Hop (ICML 2023)</a></li>
<li><a href="https://arxiv.org/abs/2407.11907" target="_blank">GraphFM (arXiv 2024)</a></li>
</ul>
</div>
</td>
</tr>
</table>
<section id="funding" style="padding: 2em 0;">
<h2>Funding</h2>
<p>We are fortunate to receive funding from the following sources:</p>
<div class="funding-grid">
<a href="https://www.nih.gov" target="_blank" rel="noopener">
<img src="images/funding/nihlogo.png" alt="NIH" />
</a>
<a href="https://www.nsf.gov" target="_blank" rel="noopener">
<img src="images/funding/NSF_Logo.jpg" alt="NSF" />
</a>
<a href="https://www.cifar.ca" target="_blank" rel="noopener">
<img src="images/funding/cifarlogo.jpg" alt="CIFAR" />
</a>
<a href="https://www.upenn.edu" target="_blank" rel="noopener">
<img src="images/funding/HF_Logo_Wordmark_03.png" alt="HF" />
</a>
<a href="https://www.upenn.edu" target="_blank" rel="noopener">
<img src="images/funding/pennlogo.png" alt="PENN" />
</a>
</div>
</section>
</main>
</body>
</html>