Soumya Snigdha Kundu

(Shou-mo Snigh-dho Kun-du)

3rd Year Ph.D. working on ML for Neuro-Oncology at KCL advised by Tom Vercauteren and Jonathan Shapey.

Previously, I've interned at Cosine (YC 23), with Bartek Papiez at Oxford, Patrick de Perio and Akira Konaka at TRIUMF-Canada and Tarun Gangwar at IIT-GN.

Do take a look below for my research, updates, or just a bit more about me.

Soumya Snigdha Kundu
.claude
.git
.github
assests
.gitignore
index.html
script.js
> style.css
updates.json
1:style.css
2:index.html
1  * {
2      margin: 0;
3      padding: 0;
4      box-sizing: border-box;
5  }
6
7  html {
8      scrollbar-width: none;
9  }
10
11 html::-webkit-scrollbar {
12     display: none;
13 }
14
15 body {
16     min-height: 100vh;
17     display: flex;
18     flex-direction: column;
19     align-items: center;
20 }
1  <!DOCTYPE html>
2  <html lang="en">
3  <head>
4      <meta charset="UTF-8">
5      <meta name="viewport" content="width=device-width">
6      <title>Soumya Snigdha Kundu</title>
7      <link rel="stylesheet" href="style.css">
8  </head>
9  <body>
10     <nav class="header">
11         <div class="nav-links">
12             <a href="#home">Home</a>
13             <a href="#about">About</a>
14             <a href="#research">Research</a>
15             <a href="#news">News</a>
16         </div>
17     </nav>
18 </body>
19 </html>
Soumya Snigdha Kundu

My MSc was with Greg Slabaugh and Vineet Batta at QMUL. Did my UG with Dhanalakshmi Samiappan and Debashis Nandi (NIT-D) at SRM.

I am always exploring London's food scene or breaking down complex rhyme schemes in rap. In school, I represented my country in futsal and debated nationally.

I regularly mentor students (see In2Stem!) and researchers. Please reach out! There are many who have supported my research.

My MSc was with Greg Slabaugh and Vineet Batta at QMUL. Did my UG with Dhanalakshmi Samiappan and Debashis Nandi (NIT-D) at SRM.

I am always exploring London's food scene or breaking down complex rhyme schemes in rap. In school, I represented my country in futsal and debated nationally.

I regularly mentor students (see In2Stem!) and researchers. Please reach out! There are many who have supported my research.

My research focuses on handling instance imbalance in brain tumuor segmentation.

But I enjoy coding in general. Maybe an ode to my undergrad in CS. It's why I worked at Cosine to work on Large Code Models and why I love building developer tools such as the editor in the previous photo.