-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
261 lines (223 loc) · 12.6 KB
/
index.html
File metadata and controls
261 lines (223 loc) · 12.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="google-site-verification" content="1pXTuKhetJamstIFSwEqeJUITfQspQT2Hernq94kqiI" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Person",
"name": "Vishal Purohit",
"url": "https://vishal-s-p.github.io/",
"image": "https://vishal-s-p.github.io/assets/img/profile_pic.jpg",
"sameAs": [
"https://www.linkedin.com/in/vishalsp/",
"https://github.com/Vishal-S-P"
],
"jobTitle": "Ph.D. Student",
"worksFor": {
"@type": "Organization",
"name": "Purdue University"
}
}
</script>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Vishal Purohit</title>
<meta name="description" content="Vishal Purohit — ECE Ph.D. Student at Purdue University. Research in foundational models, inverse problems, and video understanding.">
<!-- Bootstrap & MDB -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet" integrity="sha512-MoRNloxbStBcD8z3M/2BmnT+rg4IsMxPkXaGh2zD6LGNNFE80W3onsAhRcMAMrSoyWL9xD7Ert0men7vR8LUZg==" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.19.1/css/mdb.min.css" integrity="sha512-RO38pBRxYH3SoOprtPTD86JFOclM51/XTIdEPh5j8sj4tp8jmQIx26twG52UaLi//hQldfrh7e51WzP9wuP32Q==" crossorigin="anonymous" />
<!-- Fonts & Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog==" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.0/css/academicons.min.css" integrity="sha512-W4yqoT1+8NLkinBLBZko+dFB2ZbHsYLDdr50VElllRcNt2Q4/GSs6u71UHKxB7S6JEMCp5Ve4xjh3eGQl/HRvg==" crossorigin="anonymous">
<!-- Inter font -->
<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=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<!-- Styles -->
<link rel="shortcut icon" href="assets/img/favicon.ico">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/css/pubs.css">
<link rel="canonical" href="/">
<!-- MathJax -->
<script defer type="text/javascript" id="MathJax-script" src="https://cdn.jsdelivr.net/npm/mathjax@3.1.2/es5/tex-mml-chtml.js"></script>
<script defer src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
</head>
<body class="fixed-top-nav">
<!-- Navbar -->
<header>
<nav id="navbar" class="navbar navbar-light navbar-expand-sm fixed-top">
<div class="container">
<a class="navbar-brand title font-weight-lighter" href="/">
<span class="font-weight-bold">Vishal</span> Purohit
</a>
<button class="navbar-toggler collapsed ml-auto" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar top-bar"></span>
<span class="icon-bar middle-bar"></span>
<span class="icon-bar bottom-bar"></span>
</button>
<div class="collapse navbar-collapse text-right" id="navbarNav">
<ul class="navbar-nav ml-auto flex-nowrap">
<li class="nav-item active">
<a class="nav-link" href="/">About <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="publications/">Publications</a>
</li>
<li class="nav-item">
<a class="nav-link" href="cv/">CV</a>
</li>
<li class="nav-item">
<a class="nav-link" href="moments/">Moments</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- Two-Column Layout -->
<div class="site-layout">
<!-- Sidebar -->
<aside class="sidebar">
<img class="profile-photo" src="assets/img/profile_pic.jpg" alt="Vishal Purohit">
<div class="sidebar-name"><span style="font-weight:700">Vishal</span> Purohit</div>
<div class="sidebar-title">ECE Ph.D. Student</div>
<div class="sidebar-uni">
<img src="assets/img/purdue_logo.png" style="height:18px; vertical-align:middle;" alt="Purdue logo">
<a href="https://purdue.edu" target="_blank">Purdue University</a>
</div>
<div class="sidebar-location">West Lafayette, USA</div>
<div class="social-icons">
<a href="mailto:purohitv@purdue.edu" title="Email"><i class="fas fa-envelope"></i></a>
<a href="https://scholar.google.com/citations?hl=en&user=2e89rmUAAAAJ&view_op=list_works&sortby=pubdate" target="_blank" title="Google Scholar"><i class="ai ai-google-scholar"></i></a>
<a href="https://www.linkedin.com/in/vishalsp" target="_blank" title="LinkedIn"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/Vishal-S-P" target="_blank" title="GitHub"><i class="fab fa-github"></i></a>
</div>
<div class="contact-note">Email is the best way to reach me.</div>
<a class="cv-download-btn" href="assets/pdf/resume.pdf" target="_blank">
<i class="fas fa-file-pdf"></i> Download CV
</a>
</aside>
<!-- Main Content -->
<main class="content-area">
<!-- About -->
<div class="section-title">About</div>
<!-- Job Search Banner -->
<div class="job-banner">
<span class="job-banner-icon"><span class="status-dot"></span></span>
<span>I am actively seeking full-time industry positions as a <strong>Research Scientist</strong> / <strong>Applied Scientist</strong> / <strong>Research Engineer</strong> starting Jan 2027 in USA.</span>
</div>
<div class="bio">
<p>
Hi! I am a 5<sup>th</sup> year Ph.D. candidate in the
<a href="https://engineering.purdue.edu/ECE" target="_blank">School of Electrical and Computer Engineering at Purdue University</a>,
where I work with
<a href="https://engineering.purdue.edu/~qqiu/" target="_blank">Prof. Qiang Qiu</a>.
My research focuses on advancing generative and foundation models for visual reasoning and reconstruction,
with applications in inverse problems, controllable image generation, and video understanding.
</p>
<p>
Through internships at Apple, Samsung Research America (MPI Lab) and AMD, I have gained hands-on industry experience in large-scale training, personalization, fine-tuning, and alignment of
diffusion, vision-language, and multimodal models on GPU clusters, along with hardware-aware model deployment.
</p>
<p>
Prior to my doctoral studies, I worked as a research intern at the
<a href="https://www.iitbhu.ac.in/dept/cse/people/skscse" target="_blank">Visual Computing and Analytics Lab (VCA), IIT (BHU)</a>,
where I contributed to research on meta-learning and federated learning under
<a href="https://www.iitbhu.ac.in/dept/cse/people/skscse" target="_blank">Prof. Sanjay Kumar Singh</a>.
I also spent two years as an engineer in the Medical Electronics division at
<a href="https://tataelxsi.com/" target="_blank">Tata Elxsi</a>,
developing embedded software and hardware solutions for medical devices.
</p>
</div>
<!-- Research Interests -->
<div class="section-title">Research Interests</div>
<ul class="interests-list">
<li>Multimodal foundation models and generative AI</li>
<li>World models and video understanding</li>
<li>Inverse problems and image restoration</li>
<li>Controllable image and video generation</li>
</ul>
<!-- Recent Publications -->
<div class="section-title">Selected Publications <a class="section-see-all" href="publications/">See all →</a></div>
<div id="project-list"></div>
<script src="./projects/projects.js"></script>
<!-- News -->
<div class="section-title">News</div>
<div class="news-list">
<div class="news-item">
<div class="news-date">Feb 27, 2026</div>
<div class="news-content">Interning at <strong>Apple,</strong> Cupertino, CA for summer 2026.</div>
</div>
<div class="news-item">
<div class="news-date">Feb 21, 2026</div>
<div class="news-content">1 paper accepted to <strong>IEEE CVPR Findings 2026</strong>.</div>
</div>
<div class="news-item">
<div class="news-date">Mar 13, 2025</div>
<div class="news-content">Interning at <strong>Samsung Research America</strong> (MPI Lab), Plano, TX for summer 2025.</div>
</div>
<div class="news-item">
<div class="news-date">Feb 26, 2025</div>
<div class="news-content">1 paper accepted to <strong>IEEE CVPR 2025</strong>.</div>
</div>
<div class="news-item">
<div class="news-date">Mar 6, 2024</div>
<div class="news-content">Interning at <strong>AMD</strong> GenAI Research, Bellevue, WA for summer 2024.</div>
</div>
<div class="news-item">
<div class="news-date">Feb 26, 2024</div>
<div class="news-content">1 paper accepted to <strong>IEEE CVPR 2024</strong>.</div>
</div>
<div class="news-item">
<div class="news-date">Jul 15, 2023</div>
<div class="news-content">1 paper accepted to <strong>IEEE Transactions on Industrial Informatics</strong>.</div>
</div>
<div class="news-item">
<div class="news-date">Jan 1, 2023</div>
<div class="news-content">Received research assistantship from <strong>Google</strong> for reproducibility of vision models (TPU Cloud Research Program).</div>
</div>
<div class="news-item">
<div class="news-date">Apr 15, 2022</div>
<div class="news-content">Received Outstanding Graduate Mentor Award and VIP Spring 2022 Award from <strong>Purdue University</strong>.</div>
</div>
<div class="news-item">
<div class="news-date">Jan 10, 2022</div>
<div class="news-content">Accepted to <strong>Purdue</strong> ECE Ph.D. program (converted from MS to Ph.D.).</div>
</div>
<div class="news-item">
<div class="news-date">Aug 16, 2021</div>
<div class="news-content">Started Master's program in ECE at <strong>Purdue University</strong>.</div>
</div>
<div class="news-item">
<div class="news-date">Dec 28, 2021</div>
<div class="news-content">1 paper accepted to <strong>IEEE Transactions on Industrial Informatics</strong>.</div>
</div>
<div class="news-item">
<div class="news-date">Dec 1, 2021</div>
<div class="news-content">1 paper accepted to <strong>Pattern Recognition</strong>, Elsevier journal.</div>
</div>
</div><!-- /.news-list -->
</main><!-- /.content-area -->
</div><!-- /.site-layout -->
<footer class="site-footer">
<div class="site-footer-inner">
<span>© 2026 Vishal Purohit</span>
<span>·</span>
<a href="assets/pdf/resume.pdf" target="_blank">CV</a>
<span>·</span>
<a href="https://scholar.google.com/citations?hl=en&user=2e89rmUAAAAJ&view_op=list_works&sortby=pubdate" target="_blank">Google Scholar</a>
<span>·</span>
<a href="https://github.com/Vishal-S-P" target="_blank">GitHub</a>
</div>
</footer>
<!-- jQuery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js" integrity="sha512-bLT0Qm9VnAYZDflyKcBaQ2gg0hSYNQrJ8RilYldYQ1FxQYoCLtUjuuRuZo+fjqhx/qtq/1itJ0C2ejDxltZVFg==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.4.4/umd/popper.min.js" integrity="sha512-eUQ9hGdLjBjY3F41CScH3UX+4JDSI9zXeroz7hJ+RteoCaY+GP/LDoM8AO+Pt+DRFw3nXqsjh9Zsts8hnYv8/A==" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha512-M5KW3ztuIICmVIhjSqXe01oV2bpe248gOxqmlcYrEzAvws7Pw3z6BK0iGbrwvdrUQUhi3eXgtxp5I8PDo9YfjQ==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.19.1/js/mdb.min.js" integrity="sha512-Mug9KHKmroQFMLm93zGrjhibM2z2Obg9l6qFG2qKjXEXkMp/VDkI4uju9m4QKPjWSwQ6O2qzZEnJDEeCw0Blcw==" crossorigin="anonymous"></script>
<script src="assets/js/common.js"></script>
</body>
</html>