#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineerStudent:
def __init__(self):
self.name = "Rambod Azimi"
self.prev_degree = "Software Engineering @ McGill University"
self.job = "AI/ML Researcher"
self.interests = ["LLM", "Efficient AI", "Knowledge Distillation", "Generative AI", "Computer Vision"]
self.language_spoken = ["en_US", "Fa"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineerStudent()
me.say_hi()
- KD-LoRA: A Hybrid Approach to Efficient Fine-Tuning with LoRA and Knowledge Distillation (ENLSP-NeurIPS 2024): https://arxiv.org/abs/2410.20777
- SEMU-Net: A Segmentation-based Corrector for Fabrication Process Variations of Nanophotonics with Microscopic Images (WACV 2025): https://arxiv.org/abs/2411.16973
- Personal website: http://rambodazimi.com
- Google Scholar: https://scholar.google.com/citations?user=1yhGHxMAAAAJ&hl=en
- LinkedIn: https://www.linkedin.com/in/rambod-azimi
- Hugging Face: https://huggingface.co/rambodazimi
- Instagram: https://www.instagram.com/_rambod