Projects

ML-Track

  • "Fantastic Biases and Where to Find Them"
    Mechanistic interpretation of racial and gender bias in LLMs using linear probing, activation and attribution patching, and circuit tracing. Analyzed GPT-2 (Medium/Large) and GPT-Neo models on StereoSet and WinoGender datasets to identify where bias emerges in model representations.
  • 3D Scene Reconstruction
    End-to-end 2D to 3D scene reconstruction using classical, hybrid, and learning-based strategies including SfM, MVS, GANs, Neural Radiance Fields, and Gaussian Splattings.
  • Face Recognition on LFW Dataset
    Comprehensive analysis using traditional machine learning classifier systems for face recognition on the LFW dataset.
  • Multimodal Stress Counselor
    Building a multimodal conversational agent that understands audio and visual cues and is fine-tuned for real-time stress counseling.
  • FastSim with CERN
    Developing flow-based, diffeomorphic generative models for "Fast Shower Simulation (FastSim)" in High Energy Physics.

Core CS-Track

  • Distributed Program Execution
    Byzantine Fault Tolerance in Peer-to-Peer Networks. Built with OmNET++ Simulator.
  • Huffman Encoder
    File compression system using Huffman encoding algorithm.