-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
106 lines (98 loc) · 5.63 KB
/
index.html
File metadata and controls
106 lines (98 loc) · 5.63 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Akshatha Mohan | Home</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Manrope:wght@400;500;600;700;800&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" />
<link rel="stylesheet" href="css/site.css" />
</head>
<body>
<header class="site-header">
<div class="container site-header-inner">
<div class="brand">Akshatha Mohan</div>
<nav class="menu">
<a class="active" href="index.html">Home</a>
<a href="publications.html">Publications</a>
<a href="projects.html">Projects</a>
<a href="experience.html">Experience</a>
</nav>
</div>
</header>
<main class="container layout">
<aside class="author-card">
<img class="avatar" src="images/avatar.jpg" alt="Akshatha Mohan profile photo" />
<h1 class="author-name">Akshatha Mohan</h1>
<p class="author-role">Graduate Research Assistant, WashU Medicine MIR/CIRC</p>
<p class="author-meta"><i class="fa-solid fa-location-dot"></i> St. Louis, Missouri</p>
<p class="author-meta"><i class="fa-solid fa-stethoscope"></i> Medical Imaging AI, Computational Imaging</p>
<div class="author-links" aria-label="social links">
<a href="mailto:akshatha.mohan@tamu.edu" title="Email"><i class="fa-regular fa-envelope"></i></a>
<a href="https://scholar.google.com/citations?user=GF29N0wAAAAJ&hl=en" target="_blank" rel="noreferrer" title="Google Scholar"><i class="fa-solid fa-graduation-cap"></i></a>
<a href="https://www.linkedin.com/in/akshatha-mohan-495972188/" target="_blank" rel="noreferrer" title="LinkedIn"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://github.com/Akshatha-Mohan" target="_blank" rel="noreferrer" title="GitHub"><i class="fa-brands fa-github"></i></a>
</div>
</aside>
<section class="content">
<h2 class="page-title">I build clinically grounded AI for medical imaging.</h2>
<p class="lead">
I work in the Medical AI Lab at Washington University in St. Louis (MIR/CIRC), led by
<a href="https://www.mir.wustl.edu/employees/shinjini-kundu/" target="_blank" rel="noreferrer">Dr. Shinjini Kundu, MD, PhD</a>.
My research focuses on robust imaging pipelines, task-driven evaluation, and translational medical AI systems.
</p>
<p class="lead">
In Duke collaborative work, I contributed to a task-driven evaluation of 13 image quality metrics across NLST, VLST, and DLCS datasets
for lung nodule detection, lesion-centric cancer classification, and COPD quantification with CT harmonization.
</p>
<p class="lead"><a href="Akshatha_Mohan_PhD_applicant.pdf" target="_blank" rel="noreferrer">Curriculum Vitae (PDF)</a></p>
<div class="section" id="news">
<h2>News</h2>
<ul class="news-list">
<li><strong>2026:</strong> Continuing medical imaging AI research in MIR/CIRC with focus on clinically meaningful evaluation.</li>
<li><strong>2025:</strong> Contributed to Duke collaborative manuscript on task-driven IQA and CT harmonization analysis.</li>
<li><strong>2024:</strong> Publications across CVPRW, ICMLA, and SPIE on texture analysis and interpretable computer vision.</li>
</ul>
</div>
<div class="section" id="impact">
<h2>Impact Summary</h2>
<ul class="clean-list">
<li>Integrated structural, perceptual, and statistical IQA perspectives to evaluate cross-cohort CT reliability.</li>
<li>Connected image quality behavior directly to downstream clinical tasks instead of relying on generic visual metrics alone.</li>
<li>Built end-to-end AI systems, including retrieval-augmented LLM applications for practical decision-support workflows.</li>
</ul>
</div>
<div class="section" id="selected-publications">
<h2>Selected Publications</h2>
<article class="paper-box">
<div>
<span class="badge">Manuscript in Progress</span>
<img src="images/project-2.jpg" alt="Lung CT IQA manuscript visual" />
</div>
<div>
<h3>Task-Driven Evaluation of Image Quality Metrics for Lung CT AI Workflows</h3>
<p class="paper-authors"><strong>A. Mohan</strong>, collaborators</p>
<p class="paper-meta">Duke collaboration spanning NLST, VLST, and DLCS analyses for detection, classification, and harmonization tasks.</p>
</div>
</article>
<article class="paper-box">
<div>
<span class="badge">CVPRW 2024</span>
<img src="images/lacunarity.png" alt="Lacunarity pooling visual" />
</div>
<div>
<h3>Lacunarity Pooling Layers for Plant Image Classification Using Texture Analysis</h3>
<p class="paper-authors"><strong>A. Mohan</strong>, J. Peeples</p>
<p class="paper-meta"><a href="https://openaccess.thecvf.com/content/CVPR2024W/Vision4Ag/papers/Mohan_Lacunarity_Pooling_Layers_for_Plant_Image_Classification_using_Texture_Analysis_CVPRW_2024_paper.pdf" target="_blank" rel="noreferrer">Paper link</a></p>
</div>
</article>
</div>
</section>
</main>
<footer class="footer">
<div class="container">© 2026 Akshatha Mohan</div>
</footer>
</body>
</html>