PROJECTS
PROJECTS
The project investigates state estimation techniques for a nonlinear quadrotor model, serving as a benchmark system for evaluating control and estimation algorithms. The project involved:
Deriving nonlinear and linearised state-space models of quadrotor dynamics
Implemented and compared three estimators
Kalman Filter
Moving Horizon Estimator
Unscented Kalman Filter
Assessed the accuracy and computational efficiency in estimating the quadrotor states in hover condition.
The project explores the possibility of using tethered satellite systems for transferring space shuttles from one orbit to another. Derived the governing equations and analysed stability of tethered dumbbell satellite system (Skyhook) for orbital payload transfer.
Extended the project into a technical paper on space tether dynamics and control, which was accepted for presentation at the upcoming AIAA SciTech 2026 Conference.
This project explores advanced deep learning methods for financial time series forecasting, focusing on the challenges of market complexity and "concept drift."
Implemented and compared LSTMs, GRUs, Transformers, and a Hybrid (LSTM-GRU) model.
Used continual learning strategies (like EWC) to update models with new market data without "catastrophic forgetting" of past information.
Continual learning approach consistently outperformed standard retraining methods when tested on market data
This project analyzes different algorithms for face-spoofing detection to secure facial recognition systems.
We studied traditional techniques (like LBP and IQA) alongside deep learning models.
Our work highlights the difficulty of "cross-dataset generalization," where models often fail to detect spoofing attacks they haven't seen before.
We implemented an advanced Single Side Domain Generalization (SSDG) model and various preprocessing steps to improve detection accuracy on unseen data.
This project analyzes power grid stability by modeling grid components (generators and loads) as coupled nonlinear oscillators (Kuramoto Oscillators).
We applied a second-order Kuramoto model to a simplified three-node power grid (two generators and one machine) to simulate its dynamics.
The study tested the grid's robustness by introducing sudden spikes in power demand (perturbations) at the machine node and demonstrated critical threshold.
Below this threshold, the system is resilient and recovers synchronization after a disturbance and above this critical threshold, the perturbation causes the system to become unstable and incoherent, leading to a loss of synchronization and modeling a grid failure.
This project focuses on stabilizing a rotary inverted pendulum, a classic challenge in control systems.
The controller leverages the strengths of both methods, using LQR for stable regulation and "updating" to SMC to handle uncertainties and disturbances, while also mitigating the "chattering" effect common in pure SMC systems.
The control algorithm was designed, simulated in MATLAB, and then experimentally validated on a Quanser QUBE-Servo 2 platform.