-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (62 loc) · 4.93 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Home</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="background.html">Background</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="software.html">Software</a></li>
<li><a href="contact.html">Contact/Links</a></li>
</ul>
</nav>
<header>
<h1>HippAI:</h1>
<h1>Hippocampal image processing, pipelines, and Artificial Intelligence</h1>
</header>
<main>
<h2>Open-source and data-driven hippocampal research</h2>
<p>
<img src="img/hippunfold_logo.png" alt="hippunfold" class="hippunfold-logo" style="float: left; width: 50%">
<img src="img/HMlogo1.png" alt="hippomaps" class="hippomaps-logo" style="float: right; width: 40%">
</p>
<p>
HippUnfold and HippoMaps provide automated image analysis and informatics, respectively. These tools are the backbone of the lab, and have spawned many major recent directions including:
<ul>
<li>multimodal imaging spanning MRI at the millimeter scale to histology microscale</li>
<li>cross-species translation (human-macaque-marmoset-rodent)</li>
<li>crossing gene mapping with neuroimaging</li>
<li>simulations using neural mass and neural field models</li>
</ul>
</p>
<h2>AI: what are we doing with it?</h2>
<p>
<img src="img/HippToAI.png" alt="HippToAI" class="toAI" style="float: left; width: 80%">
</p>
<ul>
<li>Our image processing pipelines employ AI to squeeze out the most information from the data, whether it be standard clinical MRI scans, specialized high-resolution scans, or even textural feature extraction from histological images. As such, we are always looking for new ways to improve our pipelines, and are open to collaborations with AI experts.</li>
<li>We are also interested in translation between hippocampal cognition at the microcircuit level and AI architectures. In particular, recent cognitive models of the hippocampus emphasize its involvement in prediction processes which can provide critical training signals or cost functions for AI models. This is an exciting direction in the AI community since it helps shift the rate-limiter away from having abundant training data and more towards naturalistic exploration of an unlabelled virtual or real world. Read more about it in our upcoming Perspective article (coming soon!).</li>
</ul>
<h2>What's special about our analytic approach?</h2>
<p>
<img src="img/FoldedHipp.png" alt="FoldedHipp" class="FoldedHipp" style="float: left; width: 80%">
</p>
<ul>
<li>We leverage the notion that the hippocampus is cortical - that is, its composed of a thin and highly folded archicortical sheet. This allows us to use surface-based analysis techniques to map the hippocampus in 3D, and to compare it across individuals, scales, species, and modalities. This is a powerful approach because it allows us to compare the hippocampus in a way that is not biased by the size of the structure, and is more sensitive to subtle changes in shape or volume. This is particularly important in the context of subtle differences such as those seen in neurodivergence, psychiatric disorders, and early-stage neurodegenerative diseases, where the hippocampus is often one of the first structures to be affected.</li>
<li>This also allows for mapping of data onto standardized surfaces (or unfolded space) with vertex-wise equivalence across individuals. This provides a way to share data at an intermediate level of analysis, and to compare data across studies. This is particularly important in the context of large-scale studies, where data sharing is critical for increasing statistical power.</li>
</ul>
</p>
<h2>Where are we?</h2>
<p>Jordan DeKraker is housed as a postdoc within the MCIN and MICA labs of Dr. Alan Evans and Dr. Boris Bernhardt, respectively, at the Montreal Neurological Institute, McGill University. The labs are part of the Healthy Brains for Healthy Lives initiative, and are affiliated with the McConnell Brain Imaging Centre, the Ludmer Centre for Neuroinformatics and Mental Health, and the Douglas Mental Health University Institute. The labs are also part of the Canadian Open Neuroscience Platform, and are involved in the development of the Canadian Brain Imaging Research Platform.</p>
<p>Jordan is looking for a permanent position to establish this lab further! Please checkout the Contacts/Links page if you are looking to hire, join, or to collaborate.</p>
</main>
<footer>
<p>Copyright © 2023 - Jordan DeKraker</p>
</footer>
</body>
</html>