|
PublicationsRobotics & Machine Learning: |
![]() |
Satyajeet Das, Darren Chiu, Zhehui Huang, Lars Lindemann, Gaurav S. Sukhatme arXiv paper Latent Activation Editing (LAE) is a framwork for inference-time behavior steering / refinement of pre-trained robot policies without retraining. Through a Latent Collision World Model, the detected unsafe activations are replaced on the fly, delivering 90% fewer collisions (safer behavior) in multi-robot quadrotor navigation while maintaining task success. The work establishes LAE as a lightweight framework for behavior enhancement, deployable even on resource-constrained robotic systems. |
![]() |
Shashank Hegde, Satyajeet Das, Gautam Salhotra, Gaurav S. Sukhatme arXiv paper WARPD extends diffusion-based policy generation by combining latent diffusion, hypernetworks, and a learned world model. Instead of generating trajectories, WARPD produces policy weights, while the world model provides dynamics-aware corrections during training. This yields reactive closed-loop policies that remain robust under perturbations, scale to longer action horizons, and achieve lower inference cost than standard diffusion policies. |
![]() |
Shashank Hegde, Satyajeet Das, Gautam Salhotra, Gaurav S. Sukhatme NeurIPS 2025 Embodied World Models for Decision Making Workshop, RSS 2025 Resource constrained robotics workshop paper Latent Weight Diffusion (LWD) introduced the shift from trajectory generation to policy generation, where a diffusion model learns a latent trajectory space and a hypernetwork decoder transforms it into policy weights, yielding reactive closed-loop policies. This approach delivers long-horizon robustness and achieves ~45x lower inference compute while maintaining SOTA performance across manipulation and locomotion tasks. |
![]() |
Satyajeet Das, Yifan Xue, Haoming Li, Nadia Figueroa arXiv paper RNBF brings NeRF(Neural Radiance Fields)-inspired 3D scene reconstruction directly into the robot's control loop by learning continuous, differentiable neural signed distance fields (SDFs) online from noisy RGB-D input. Unlike prior methods that are offline or require pretraining, RNBF updates its neural SDFs in real time (5-15 Hz) and feeds them into standard Control Barrier Function (CBF-QP) controllers, enabling safer navigation in unknown environments using only a depth camera. |
![]() |
On the Feasibility of EEG-based Motor Intention Detection for Real-Time Robot Assistive Control
Ho Jin Choi , Satyajeet Das , Shaoting Peng , Ruzena Bajcsy, Nadia Figueroa ICRA 2024 code / video / paper This work demonstrates the feasibility of using EEG signals for real-time motor intention decoding to control assistive robots. Leveraging Riemannian geometry features from EEG covariance matrices and a lightweight SVM classifier, the system achieves ~70% online accuracy in robot-in-the-loop experiments for left/right arm intention prediction. These results establish a practical pathway toward non-invasive brain–robot interfaces for assistive robotics. |
![]() |
Lars Lindemann, Alexander Robey, Lejun Jiang, Satyajeet Das, Stephen Tu, Nikolai Matni IEEE Open Journal of Control Systems code / paper Designed a ResNet based CNN architecture for processing the dashboard camera image data to a perception map, hence producing an innovative Perception-based robust control barrier function using a two-layer DNN. |
Soft computing & Energy (Undergrad Research Papers): |
![]() |
Satyajeet Das, Sidhartha Panda Energy Systems, Springer Paper |
![]() |
Satyajeet Das, Sushil Kumar Bhoi, Pratap Chandra Nayak, Ramesh Chandra Prusty, Sidhartha Panda 2021 International Conference in Advances in Power, Signal, and Information Technology (APSIT), IEEE Paper |
![]() |
Satyajeet Das, Ramesh Chandra Prusty, Sidhartha Panda Multiscale and Multidisciplinary Modeling, Experiments and Design, Springer Paper |
![]() |
Satyajeet Das, Sidhartha Panda Under review at Journal of Energy Storage, Springer Paper |
Relevant Projects |
![]() |
Multi-Robot Multi -Target Localization and Planning using Graph-Reinforcement Learning
Prof. George Pappas Group Developed a multi-robot & multi-target path planning & localization algorithm using deep q learning combined with Graph Neural Network outperforming the Dec-SB and Random Walker algorithm for efficiently solving the Active information acquisition problem.
|
![]() |
Real-Time Neural Signed Distance Function (SDF) for Robotic Manipulation
Developed a real-time Signed Distance Function (SDF) generator in ROS to provide 3D spatial awareness for the Franka Emika Panda robot. Implemented an online continual-learning pipeline from depth images with self-supervised loss and optimized GPU-based reconstruction for integration with a 100 Hz control loop, enabling collision avoidance, motion planning, and adaptive manipulation. Project Page / Codes |
![]() |
MatchMaster: Real-Time Tennis Analytics with YOLO and CNN
Developed a computer vision-based AI system with YOLO for player and ball detection and a custom CNN for court mapping, delivering real-time analytics to optimize player strategies and identify performance gaps. Project Page / Codes |
![]() |
On the Blind Face Restoration – A Diffusion Model Approach
Implemented a diffusion-based method using a Markov chain and L1-trained restoration backbone to robustly restore severely degraded facial images with enhanced realism and fidelity, leveraging pretrained models for simplified training. Project Page / Codes |
![]() |
MLOps Pipeline for Bone Fracture Classification & Deployment on Cloud Platforms
Developed an end-to-end machine learning pipeline for classifying bone fractures from X-ray images, leveraging MLOps practices with DVC, and deploying solutions on both Azure and AWS. Developed and deployed a Flask-based web interface enabling real-time image upload and fracture detection. Project Page / Codes |
![]() |
Motion Planning for Self-Driving Car
Developed a functional motion planning stack that avoids both static & dynamic obstacles, track the center line of a lane, & handling stop signs. [Behavioral planning logic, static collision checking, path selection, & velocity profile generation] in CARLA simulation. Project Page / Codes |
![]() |
Distributed Learning with Graph Neural Networks
Developed a Graph Neural Network to learn a distributed policy that mimics the optimal centralized controller considering a multi-agent system with N agents tasked with controlling a dynamical process, while ensuring collision and spread avoidance. Project Page / Codes |
![]() |
RSNA STR Pulmonary Embolism Detection
Developed the Pulmonary Embolism Detection model based on CNN (Efficientnet-b0) with a weighted log loss of 0.08 for reducing human delays and errors in detection and treatment of PE from chest CT pulmonary angiography images. Project Page / Codes |
![]() |
Predicting Movie Popularity
Explored the nexus between movie popularity, factors like runtime, genre, and economic conditions, achieving strong predictive accuracy with Random Forest and XGBoost models, highlighting the potential for genre-specific trends during economic fluctuations. Project Page / Codes / Presentation |
![]() |
Predictive Analytics and Myth-Busting: COVID-19 Forecasting and Weather Impact Analysis
Developed a forecasting model for predicting COVID-19 cases for 81 countries using DNN and LGBM with an accuracy of 97.6% - 99.8%. Dispelled rumors regarding the weather’s role in COVID-19 transmission; examined and demonstrated that weather had little to no role in the spread of COVID-19. Project Page / Codes |
![]() |
3D Reconstruction from two 2D images
This project explores the classical computer vision technique (non-deep learning) of converting 2D images into 3D Reconstruction. Project Page / Codes |
![]() |
Two View Stereo
This project implements a two-view stereo algorithm to convert multiple 2D view-points into a 3D reconstruction of the scene. Project Page / Codes |
![]() |
NeRF: Neural Radiance Fields
This project provides one of the most simplified implementation of the famous Neural Radiance Fields paper "NeRF Representing Scenes as Neural Radiance Fields for View Synthesis". Project Page / Codes |
![]() |
Customer-Experience Enhancement System
To address the challenge of child care during customer service visits, a customer-experience enhancement system is proposed, as a part of ESE 514 : Embedded System final project. The system integrates the dino game, a face-tracking pan-tilt camera, and an LCD and speaker for interactive music engagement. Please refer to our website for all the details. Project Page / Codes |
Education |
![]() |
University of Southern California
August 2024 - Present
|
![]() |
University of Pennsylvania
September 2022 - May 2024
|
|
Veer Surendra Sai University of Technology
August 2017 - May 2021
|
Additional Education / Online Specialization |
Specializations
|
Courses
|
I'm also using Jon's website template. |