|
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="UTF-8"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
<title>Kaustav Chakraborty | PhD Candidate</title> |
|
<script src="https://cdn.tailwindcss.com"></script> |
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> |
|
<style> |
|
.gradient-text { |
|
background: linear-gradient(90deg, #3b82f6, #8b5cf6); |
|
-webkit-background-clip: text; |
|
background-clip: text; |
|
color: transparent; |
|
} |
|
.news-item { |
|
position: relative; |
|
padding-left: 2rem; |
|
margin-bottom: 1.5rem; |
|
} |
|
.news-item:before { |
|
content: ""; |
|
position: absolute; |
|
left: 0; |
|
top: 0.5rem; |
|
height: 0.5rem; |
|
width: 0.5rem; |
|
border-radius: 50%; |
|
background: #3b82f6; |
|
} |
|
.news-item:after { |
|
content: ""; |
|
position: absolute; |
|
left: 0.25rem; |
|
top: 1rem; |
|
height: calc(100% - 1rem); |
|
width: 1px; |
|
background: #e5e7eb; |
|
} |
|
.news-item:last-child:after { |
|
display: none; |
|
} |
|
.hover-grow { |
|
transition: transform 0.2s ease; |
|
} |
|
.hover-grow:hover { |
|
transform: translateY(-2px); |
|
} |
|
</style> |
|
</head> |
|
<body class="bg-gray-50 text-gray-800 font-sans antialiased"> |
|
<div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8 py-12"> |
|
|
|
<header class="flex flex-col md:flex-row items-start md:items-center justify-between gap-8 mb-12"> |
|
<div class="flex-1"> |
|
<h1 class="text-4xl md:text-5xl font-bold mb-2">Kaustav Chakraborty</h1> |
|
<div class="flex items-center gap-2 text-lg text-gray-600"> |
|
<span>PhD Candidate</span> |
|
<span class="text-gray-400">•</span> |
|
<span>Autonomous Systems & Robotics</span> |
|
</div> |
|
</div> |
|
<div class="w-full md:w-auto"> |
|
<img src="https://vatsuak.github.io/images/cover_image.jpg" alt="Kaustav Chakraborty" |
|
class="w-32 h-32 md:w-40 md:h-40 rounded-full object-cover border-4 border-white shadow-lg"> |
|
</div> |
|
</header> |
|
|
|
|
|
<div class="grid grid-cols-1 lg:grid-cols-3 gap-8"> |
|
|
|
<div class="lg:col-span-2 space-y-8"> |
|
|
|
<section class="bg-white rounded-xl shadow-sm p-6"> |
|
<h2 class="text-2xl font-bold mb-4 gradient-text">About Me</h2> |
|
<div class="prose max-w-none text-gray-700"> |
|
<p class="mb-4">I am a <strong class="font-semibold">Ph.D candidate</strong> in the Department of Electrical and Computer Engineering, <strong class="font-semibold">University of Southern California</strong> and a Terminal Graduate Ph.D student of New Faculty in the Department of Aeronautics and Astronautics, <strong class="font-semibold">Stanford University</strong> where I am advised by <strong class="font-semibold">Prof. Somil Bansal</strong> as a part of the <a href="https://smlbansal.github.io/sia-lab/index" class="text-blue-600 hover:text-blue-800 hover:underline">Safe and Intelligent Autonomy Lab.</a></p> |
|
|
|
<p class="mb-4">I received my M.S. in Robotics from the Robotics Department, <strong class="font-semibold">University of Michigan, Ann Arbor</strong> and Bachelor's in Mechanical Engineering from <strong class="font-semibold">VIT University, Vellore, India</strong>.</p> |
|
|
|
<p class="mb-6">I am currently a <strong class="font-semibold">Research Intern</strong> at <a href="https://research.nvidia.com/labs/avg/" class="text-blue-600 hover:text-blue-800 hover:underline">NVIDIA's Autonomous Vehicle Group</a> where my work focuses on <strong class="font-semibold">enhancing the safety evaluation of motion planning algorithms for autonomous vehicles</strong>.</p> |
|
|
|
<div class="mb-6"> |
|
<h3 class="font-bold text-lg mb-2">Research Interests:</h3> |
|
<p>Safety of Autonomous Systems and Learning-enabled Components, Control and Planning for Safety-Critical Robots.</p> |
|
</div> |
|
|
|
<div class="bg-blue-50 border-l-4 border-blue-500 p-4 rounded-r mb-6"> |
|
<p class="italic"><strong>Note:</strong> I am actively looking for Full Time Positions for 2026 focusing on safety in the autonomous systems and robotics industry. If you are aware of such opportunities, please feel free to shoot me an email! My expected graduation date is December 2025.</p> |
|
</div> |
|
|
|
<div class="flex items-center gap-2 mt-6"> |
|
<i class="fas fa-envelope text-blue-600"></i> |
|
<span class="font-mono">kaustavc [at] stanford.edu</span> |
|
</div> |
|
</div> |
|
</section> |
|
|
|
|
|
<section class="bg-white rounded-xl shadow-sm p-6"> |
|
<h2 class="text-2xl font-bold mb-6 gradient-text">News & Updates</h2> |
|
<div class="space-y-6"> |
|
|
|
<div class="news-item"> |
|
<div class="bg-gray-50 p-4 rounded-lg hover-grow"> |
|
<span class="text-sm font-semibold text-blue-600">June 2025</span> |
|
<p class="mt-1">Starting my summer research internship with <a href="https://research.nvidia.com/labs/avg/" class="text-blue-600 hover:text-blue-800 hover:underline">NVIDIA's Autonomous Vehicle Group</a> focusing on safety evaluation of motion planning algorithms!</p> |
|
</div> |
|
</div> |
|
|
|
<div class="news-item"> |
|
<div class="bg-gray-50 p-4 rounded-lg hover-grow"> |
|
<span class="text-sm font-semibold text-blue-600">May 2025</span> |
|
<p class="mt-1">Presented our <a href="https://vatsuak.github.io/sparq" class="text-blue-600 hover:text-blue-800 hover:underline">SPARQ</a> work at <a href="https://2025.ieee-icra.org/" class="text-blue-600 hover:text-blue-800 hover:underline">ICRA 2025</a> in Atlanta! Great experience sharing our research on safety-aware perception failure detection.</p> |
|
</div> |
|
</div> |
|
|
|
<div class="news-item"> |
|
<div class="bg-gray-50 p-4 rounded-lg hover-grow"> |
|
<span class="text-sm font-semibold text-blue-600">March 2025</span> |
|
<p class="mt-1">Moving to Stanford's <a href="https://aa.stanford.edu/" class="text-blue-600 hover:text-blue-800 hover:underline">Aeronautics and Astronautics Department</a> as a terminal graduate student!</p> |
|
</div> |
|
</div> |
|
|
|
<div class="news-item"> |
|
<div class="bg-gray-50 p-4 rounded-lg hover-grow"> |
|
<span class="text-sm font-semibold text-blue-600">January 2025</span> |
|
<p class="mt-1"><a href="https://vatsuak.github.io/sparq" class="text-blue-600 hover:text-blue-800 hover:underline">SPARQ</a> paper has been accepted at <a href="https://2025.ieee-icra.org/" class="text-blue-600 hover:text-blue-800 hover:underline">ICRA 2025</a>! Looking forward to presenting our work on safety-aware perception failure detection in Atlanta.</p> |
|
</div> |
|
</div> |
|
|
|
<div class="news-item"> |
|
<div class="bg-gray-50 p-4 rounded-lg hover-grow"> |
|
<span class="text-sm font-semibold text-blue-600">December 2024</span> |
|
<p class="mt-1">Successfully passed my PhD qualifying exam! I am now officially a PhD candidate.</p> |
|
</div> |
|
</div> |
|
|
|
<div class="news-item"> |
|
<div class="bg-gray-50 p-4 rounded-lg hover-grow"> |
|
<span class="text-sm font-semibold text-blue-600">October 2024</span> |
|
<p class="mt-1">New <a href="https://arxiv.org/abs/2410.21736" class="text-blue-600 hover:text-blue-800 hover:underline">paper</a> on Enhancing Safety and Robustness of Vision-Based Controllers is out on arXiv.</p> |
|
</div> |
|
</div> |
|
</div> |
|
</section> |
|
</div> |
|
|
|
|
|
<div class="space-y-8"> |
|
|
|
<section class="bg-white rounded-xl shadow-sm p-6"> |
|
<h2 class="text-xl font-bold mb-4 gradient-text">Education</h2> |
|
<div class="space-y-4"> |
|
<div> |
|
<h3 class="font-semibold">Stanford University</h3> |
|
<p class="text-sm text-gray-600">Terminal Graduate Ph.D Student</p> |
|
<p class="text-sm text-gray-600">Aeronautics and Astronautics</p> |
|
<p class="text-xs text-gray-500">2025</p> |
|
</div> |
|
<div> |
|
<h3 class="font-semibold">University of Southern California</h3> |
|
<p class="text-sm text-gray-600">Ph.D Candidate</p> |
|
<p class="text-sm text-gray-600">Electrical and Computer Engineering</p> |
|
<p class="text-xs text-gray-500">2021 - Present</p> |
|
</div> |
|
<div> |
|
<h3 class="font-semibold">University of Michigan</h3> |
|
<p class="text-sm text-gray-600">M.S. in Robotics</p> |
|
<p class="text-xs text-gray-500">2019 - 2021</p> |
|
</div> |
|
<div> |
|
<h3 class="font-semibold">VIT University</h3> |
|
<p class="text-sm text-gray-600">B.Tech in Mechanical Engineering</p> |
|
<p class="text-xs text-gray-500">2015 - 2019</p> |
|
</div> |
|
</div> |
|
</section> |
|
|
|
|
|
<section class="bg-white rounded-xl shadow-sm p-6"> |
|
<h2 class="text-xl font-bold mb-4 gradient-text">Experience</h2> |
|
<div class="space-y-4"> |
|
<div> |
|
<h3 class="font-semibold">NVIDIA</h3> |
|
<p class="text-sm text-gray-600">Research Intern</p> |
|
<p class="text-sm text-gray-600">Autonomous Vehicle Group</p> |
|
<p class="text-xs text-gray-500">June 2025 - Present</p> |
|
</div> |
|
<div> |
|
<h3 class="font-semibold">Stanford University</h3> |
|
<p class="text-sm text-gray-600">Research Assistant</p> |
|
<p class="text-sm text-gray-600">Safe and Intelligent Autonomy Lab</p> |
|
<p class="text-xs text-gray-500">2023 - Present</p> |
|
</div> |
|
<div> |
|
<h3 class="font-semibold">University of Southern California</h3> |
|
<p class="text-sm text-gray-600">Teaching Assistant</p> |
|
<p class="text-sm text-gray-600">EE 482: Linear Control Systems</p> |
|
<p class="text-xs text-gray-500">Fall 2022</p> |
|
</div> |
|
</div> |
|
</section> |
|
|
|
|
|
<section class="bg-white rounded-xl shadow-sm p-6"> |
|
<h2 class="text-xl font-bold mb-4 gradient-text">Quick Links</h2> |
|
<div class="space-y-3"> |
|
<a href="https://scholar.google.com" class="flex items-center gap-2 text-blue-600 hover:text-blue-800 hover:underline"> |
|
<i class="fas fa-graduation-cap"></i> |
|
<span>Google Scholar</span> |
|
</a> |
|
<a href="https://linkedin.com" class="flex items-center gap-2 text-blue-600 hover:text-blue-800 hover:underline"> |
|
<i class="fab fa-linkedin"></i> |
|
<span>LinkedIn</span> |
|
</a> |
|
<a href="https://github.com" class="flex items-center gap-2 text-blue-600 hover:text-blue-800 hover:underline"> |
|
<i class="fab fa-github"></i> |
|
<span>GitHub</span> |
|
</a> |
|
<a href="https://arxiv.org" class="flex items-center gap-2 text-blue-600 hover:text-blue-800 hover:underline"> |
|
<i class="fas fa-file-alt"></i> |
|
<span>arXiv Publications</span> |
|
</a> |
|
</div> |
|
</section> |
|
</div> |
|
</div> |
|
|
|
|
|
<footer class="mt-12 text-center text-sm text-gray-500"> |
|
<p>© 2024 Kaustav Chakraborty. All rights reserved.</p> |
|
</footer> |
|
</div> |
|
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=NambAnand/v1" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> |
|
</html> |