-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfundamental-ai.html
More file actions
38 lines (31 loc) · 1.34 KB
/
fundamental-ai.html
File metadata and controls
38 lines (31 loc) · 1.34 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
---
layout: default
title: Fundamental AI
---
<section class="header-block">
<h1>Fundamental AI Research</h1>
<p>
Advancing the foundations of Artificial Intelligence through safety, trustworthiness, human–AI ecosystems, and
multi-agent autonomy — exploring how intelligent systems learn, collaborate, and evolve over time.
</p>
</section>
<!-- AI SAFETY -->
<h2 class="section-title">AI Safety & Trustworthiness</h2>
<div class="content-block">
<p>
We develop methods to ensure AI systems are reliable, transparent, and equitable — addressing bias, uncertainty,
robustness to real-world clinical variation, security vulnerabilities, demographic leakage, and safe use of
generative AI in radiology and beyond.
</p>
<div class="placeholder-img">[ Placeholder: Diagram — Bias / Robustness / Security ]</div>
</div>
<!-- HUMAN-AI ECOSYSTEM -->
<h2 class="section-title">Human–AI Ecosystem</h2>
<div class="content-block">
<p>
We investigate how AI systems can collaborate with each other and with humans — learning across sites, agents,
and tasks. This includes the development of SheLL (Shared Experience Lifelong Learning), multi-agent reasoning,
and foundations for autonomous research workflows.
</p>
<div class="placeholder-img">[ Placeholder: Diagram — SheLL / Multi-Agent Learning ]</div>
</div>