I earned my Master's in Robotics and AI from
Arizona State University in Spring
2024 and currently serve as an MLOps Engineer at Experian. My core interests include robot learning,
3D perception and software engineering.
For my Master's thesis, I worked on motion planning for robotic manipulators at
Logos Lab advised
by Prof. Nakul Gopalan.
I developed deep learning-based behavior cloning algorithms that zero-shot generalize
to configuration-space of unseen robotic arms. My work involved generating large-scale synthetic
datasets, training robot policies, and developing 3D collision detection models for neural motion planning.
I also collaborated with Prof. Hongbin Yu
at the EVSTS Lab, focusing on the application of
3D object detection and tracking algorithms for quantifying AI safety. Specifically, I analyzed unsafe situations for
vulnerable road users such as pedestrians and cyclists at urban traffic intersections.
I received my Bachelor's in Computer Science and Engineering from
National Institute of Technology, Rourkela
in Spring 2020. During my undergrad, I interned at the University of Calgary
with Prof. Alex Ramirez Serrano,
to work on 3D moving object detection techniques for collision-free robot navigation in indoor environments. Prior to that,
I interned with Prof. Dilip Kumar Pratihar
at IIT Kharagpur, where I developed PID controllers for teleoperation
of a custom bipedal robot to mimic human gait patterns. After graduation, I worked for two years at
Wells Fargo as a software engineer, developing scalable OCR pipelines for data extraction from scanned
forms and handwritten documents.
For my next career milestone, I am actively seeking a PhD position in robot learning,
with plans to begin in Fall 2025.
[March 2024] Technical report on AI safety evaluation for AVs accepted at SAE WCX 2024.
Research
I am passionate about advancing robot learning techniques, with a focus on developing
robot foundation models that generalize to unseen domains. I believe such models would ultimately
scale robotics by enabling proactive learning from one-shot or few-shot demonstration prompts,
eliminating the need for explicit retraining. Here are some of my works (representative papers are
highlighted):
A novel neural policy that solves motion planning problems zero-shot for unseen robotic manipulators. We demonstrate for the first time that configuration-space behavior cloning policies can be learned without embodiment bias and that these learned behaviors can be transferred to novel unseen embodiments in a zero-shot manner.
Room Automation Module for switching electrical appliances remotely through Web, Bluetooth, and IR.
Autonomous Chess Playing Robot Prabin Kumar Rath, Neelam Mahapatro, Prasanmit Nath and Ratnakar Dash
IEEE-RAS International Conference on Robot & Human Interactive Communication, 2019
  (Listed under top 10 projects in Quest Ingenium 2018) paper |
video |
code
A robot for playing the game of chess physically with an user. Powered with strong chess engines and interactive UI it provides all virtual game features while ensuring the authenticity of the original board game.
Software Projects
Shaped-Swarm Arizona State University, 2023 paper |
video |
code
Multi-robot swarm controller for pattern formation using Signed Distance Field (SDF) of hand drawn images.
Beyond-Demonstration Arizona State University, 2023 code
Implementation of T-REX and D-REX Inverse Reinforcement Learning (IRL) algorithms for learning form suboptimal demonstrations.
Deep Q-Learning Arizona State University, 2022 code
Deep Reinforcement Learning with PyTorch and OpenAI-Gym. Implementation of Deep-Q-Learning and Dueling Double Deep-Q-Learning Algorithms.
Reflex-MCTS: A hybrid MCTS agent for playing Pacman Arizona State University, 2022 code
An AI agent that utilizes Monte Carlo Tree Search (MCTS) for exploration and exploitation but switches to customized reflex actions at critical zones.
Traffic Flow Prediction with Spatio-Temporal ResNet Arizona State University, 2022 code
Implementation of ST-ResNet model for predicting traffic flow on BikeNYC and TaxiBJ datasets.
2D SLAM and Navigation Stack in Gazebo NIT Rourkela, 2021 code
A tutorial for integrating ROS navigation and mapping stack with your custom differential drive robot.
The Cartpole Control Problem NIT Rourkela, 2021 video |
code
Trajectory optimization for the cart pole swing-up problem using Direct collocation, and balancing the inverted pendulum on the cart using LQR control.
Robot Command Interpretation NIT Rourkela, 2020 paper |
code
Simple LSTM model for classifying colloquial english sentences onto motion commands. Curated text to command dataset for model training using Tensorflow.
End Effector Stabilization of Robotic Arms NIT Rourkela, 2020 paper |
video |
code
Mathematical modelling of end effector pitch. Closed-loop PID control for canceling the base motion effects on the end effector.
Hardware Projects
4-DOF Cube Stacking Arm Arizona State University, 2023 video |
code
Customized replica of Turtlebot arm for pick and place tasks. ROS Control and MoveIt stack. Gym compatible environment for training RL agent in Gazebo.
Autonomous Underwater Vehicle (AUV), Team Tiburon NIT Rourkela, 2019 video |
site
6DOF holonomic robot with integrated vision sensors for carrying out planned missions autonomously in underwater environments.
2D Dot Matrix Printer NIT Rourkela, 2018 video |
code
A 2D Dot matrix printer is a DIY project made from old CD drives.
Semi Autonomous Wireless Bot IIT Kharagpur, 2017 video
A Bluetooth controlled robot with on board FSR (Force Sensitive Resistor) for weight detection. It has indication LEDs to prompt the user about the detected weights.