-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
161 lines (156 loc) · 13.1 KB
/
Copy pathindex.html
File metadata and controls
161 lines (156 loc) · 13.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Arihan Yadav</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<header>
<h1>Arihan Yadav</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="hockey.html">Ice Skating</a></li>
<li><a href="gallery.html">Photo Gallery</a></li>
</ul>
</nav>
</header>
<section id="aboutMe" class="flex-container">
<div class="flex-child">
<img src="selfie.jpg" alt="Fun Portrait" id="profilePicture">
</div>
<div class="flex-child">
<h3>About Me</h3>
<p>I'm Arihan Yadav, a Computer Engineering and Computer Sciences double major at the University of Wisconsin-Madison, with a concentration on Machine Learning and Data Science. I'm passionate about bridging the gap between theory and real-world applications of AI.</p>
<p>My programming skills span across Java, C, C++, Python, Go, JavaScript, MATLAB, SQL, Assembly, and Verilog. These skills have been honed through both rigorous coursework and practical experience in various research and development projects. I have also worked with many frameworks such as PyTorch, JAX, TensorFlow, LangChain, LlamaIndex, Flask, AWS OpenSearch, GitHub, ROCm, CUDA, Docker, ROS, and MLIR. </p>
</div>
</section>
<section>
<h3>Education</h3>
<p>University of Wisconsin-Madison, B.S. in Computer Engineering, Double Major: Computer Sciences. Expected Graduation: December 2026.</p>
<p>Selected Coursework: System Architecture for Quantum Computers, Matrix Methods in Machine Learning, Artificial Neural Networks, Operating Systems, System Synthesis and Design, Data Structures and Algorithms, Database Design and Management, Machine Organization and Programming, Random Signal Analysis and Statistics, Signals, Information, and Computation, Circuit Analysis</p>
</section>
<section>
<h3>Experience</h3>
<h2>May 2025 - August 2025: AI/ML Intern at AMD (Advanced Micro Devices)</h2>
<p><strong>Developing AI Frameworks and Models to Accelerate Hardware Design Efficiency</strong></p>
<p>Designed and implemented an AI pipeline for root-cause analysis of hardware traces, revolutionizing failure analysis by clustering failures by root causes rather than just error signatures. Achieved 82% accuracy compared to 28% for state-of-the-art systems, reducing verification time and resources by 30x.</p>
<p>Built a scalable data pipeline from a Dremio data lake to GPU cluster that processed 97,000 transactions/second on a 3.5B-trace corpus at almost linear scale. Redesigned LLM architecture from hierarchical full attention to sliding-window attention, boosting memory efficiency from exponential to linear for long sequences while preserving causality and recent-event focus.</p>
<p>Implemented QLoRA quantization for 4-bit training through extensive ablation tests, achieving 22x context window growth (from 512 to 11,000 tokens) resulting in a 54% accuracy boost. Developed fine-tuning with layer freezing, enabling quick adaptation to new CPU/GPU chip families with minimal training data while maintaining low reconstruction loss and sharp cluster separation.</p>
<p>First author of a paper published at AMD's Global Technical Authors Conference, highlighting superior results from quantized models leveraging sliding window attention.</p>
<h2>November 2024 - Present: Researcher at Applied Research Laboratory for Intelligence and Security (ARLIS)</h2>
<p><strong>Building a Multimodal Search Engine using LLMs and RAG for the Department of Defense</strong></p>
<p>Lead developer working with the DoD via the ARLIS institute on novel context-aware multi-modal retrieval systems integrating LLMs with Retrieval Augmented Generation (RAG). This search engine unifies information retrieval across diverse input data types (text, images, audio, and video) for naval assets, declassification workflows, and other defense use cases.</p>
<p>Architected and trained a PyTorch-based model that aligns heterogeneous data embeddings into a unified semantic space, enabling cross-modal retrieval. Designed specialized contrastive loss functions with regularization and implemented novel cross-attention mechanisms to enhance correlation between projected image, audio, video, and text features.</p>
<p>Achieved breakthrough performance metrics: 94.53% accuracy, 99.93% Top-5 accuracy, and 0.9703 Mean Reciprocal Rank (MRR), significantly outperforming state-of-the-art models such as CLIP (35.78% accuracy) on image-caption retrieval tasks.</p>
<h2>January 2024 - Present: Undergraduate Researcher at Molecular Imaging/Magnetic Resonance Technology Lab</h2>
<p><strong>Driving AI Innovations in Medicine Through Novel Work in Multimodal LLMs</strong></p>
<p>Collaborating with researchers at Microsoft to improve medical image retrieval by utilizing expertise in embedding transformations to better align CT and MRI scans for use in multimodal LLMs, enhancing diagnostic accuracy and decision-making critical for patient diagnoses.</p>
<p>Developed a custom multi-modal Projection Model using PyTorch to translate pseudocode embeddings to C code embeddings, improving retrieval accuracy by 58.2% compared to state-of-the-art models and algorithms (e.g., BM25 and Sentence Transformers). Published a paper as primary author, with UW-Madison filing a patent for this innovation.</p>
<p>Addressed critical memory limitations during LLaVA model fine-tuning by implementing distributed training across multiple 80GB A100 GPUs, gradient checkpointing, and automatic mixed precision training. Achieved a 41.6% reduction in memory footprint (from 212 GB to 124 GB), enabling training of larger models and batch sizes while accelerating the R&D pipeline.</p>
<h2>June 2024 - December 2024: Software Developer Intern at Theom Inc.</h2>
<p><strong>Built High-Performance Fine-Grained Access Control for LLMs with Vector Search and Data Lineage Tracking</strong></p>
<p>Designed and implemented a Flask-based RAG service with fine-grained access control, integrating multiple vector databases (Pinecone, OpenSearch, Milvus, Chroma, MongoDB) to enable identity and context-aware similarity searches for LLM applications. Engineered novel algorithms for creating, updating, and deleting vector embeddings across multiple databases with batch processing capabilities.</p>
<p>Developed permission-based filtering mechanisms that allow the vector system to filter results based on the querier's access policies, context, and identity. Utilized LangChain and LlamaIndex to scale deployment to customers through generalized scalable solutions.</p>
<p>Implemented a semantic search algorithm using C++, SQL, and AWS OpenSearch that identified similar data, significantly outperforming fuzzy hashing approaches. Achieved 10x runtime performance improvement in data classification and enhanced data traceability by 572%.</p>
<h2>September 2023 - Present: Team Member at Wisconsin Robotics</h2>
<p><strong>Enhancing Autonomous Vehicle Navigation through Sensor Fusion</strong></p>
<p>Developed sensor-fusion trajectory models combining LiDAR and camera data to address navigation accuracy challenges in autonomous vehicles operating on real-time systems. Reduced navigation errors by 34% and enhanced path-planning efficiency by 26% through innovative multi-sensor integration techniques.</p>
<p>Leveraged Docker and GitHub alongside ROS to containerize applications and facilitate seamless communication between software systems and robots, demonstrating effective robotics software architecture in autonomous vehicle systems.</p>
</section>
<section id="timeline">
<h3>Projects - For Details Head to the <a href="projects.html">Projects Tab</a></h3>
<div class="timeline-container">
<div class="timeline-block">
<div class="timeline-dot"></div>
<div class="timeline-content">
<h2>February 2025 - May 2025: FPGA-Based eBike Controller</h2>
<p>Developed a high performance, battery efficient, digital eBike controller using System Verilog with PID-based motor control and achieved 400 MHz clock frequency.</p>
</div>
</div>
<div class="timeline-block">
<div class="timeline-dot"></div>
<div class="timeline-content">
<h2>March 2025 - May 2025: Quantum Computing Error Mitigation using Graph Neural Networks</h2>
<p>Designed a Graph Neural Network model with JAX trained on 6,800+ quantum circuits, achieving 267% error reduction on unseen circuit structures.</p>
</div>
</div>
<div class="timeline-block">
<div class="timeline-dot"></div>
<div class="timeline-content">
<h2>October 2024 - November 2024: Multithreaded Kernel Scheduler</h2>
<p>Implemented a stride scheduler in the xv6 kernel with semaphores and dynamic priority adjustment through custom system calls.</p>
</div>
</div>
<div class="timeline-block">
<div class="timeline-dot"></div>
<div class="timeline-content">
<h2>May 2024: LED Controller</h2>
<p>Built a circuit with potentiometer, button, and switch to control LED flashing frequency and color mixing with oscilloscope timing analysis.</p>
</div>
</div>
<div class="timeline-block">
<div class="timeline-dot"></div>
<div class="timeline-content">
<h2>February 2024 - April 2024: Verilog Guitar Tuner on FPGA</h2>
<p>Designed a real-time guitar tuner in Verilog with pipeline optimizations, achieving frequency detection and pitch analysis on FPGA hardware.</p>
</div>
</div>
<div class="timeline-block">
<div class="timeline-dot"></div>
<div class="timeline-content">
<h2>March 2024: Least Squares Classifier Training</h2>
<p>Implemented gradient descent from scratch for a binary least squares classifier with custom gradient calculations and training algorithms.</p>
</div>
</div>
<div class="timeline-block">
<div class="timeline-dot"></div>
<div class="timeline-content">
<h2>August 2023: Violence Detection Project</h2>
<p>Developed a Violence Detection System using CNNs and LSTMs to classify video content based on behavioral analysis.</p>
</div>
</div>
<div class="timeline-block">
<div class="timeline-dot"></div>
<div class="timeline-content">
<h2>August 2023: Acoustic Keylogger Project</h2>
<p>Created an AI-powered acoustic keylogger using CNNs and spectrograms to detect keystrokes from audio input.</p>
</div>
</div>
<div class="timeline-block">
<div class="timeline-dot"></div>
<div class="timeline-content">
<h2>February 2022: ASL Translator Project</h2>
<p>Built a real-time American Sign Language to Text Translator using CNNs and Google's Mediapipe for gesture recognition.</p>
</div>
</div>
</div>
</section>
<section>
<h3>Patents</h3>
<ul>
<li>Computer Vision Methods and Systems for Sign Language to Text/Speech, USPTO Application No. 17865379
<p>This invention outlines a system that uses a low latency artificial intelligence inference model, that translates American Sign Language hand gestures into text.</p>
<p><a href="https://scholar.google.com/citations?view_op=view_citation&hl=en&user=9G0W7UMAAAAJ&citation_for_view=9G0W7UMAAAAJ:u5HHmVD_uO8C" target="_blank" rel="noopener noreferrer">View Patent on Google Scholar</a></p>
</li>
</ul>
</section>
<section>
<h3>Activities</h3>
<ul>
<li>USA Computing Olympiad - Gold Division</li>
<li>Conrad Business Challenge - International Runner Up</li>
<li>Wisconsin Robotics</li>
<li>Hoofer Ski and Snowboard Club</li>
<li>Asian American Student Union</li>
</ul>
</section>
<footer>
<p>Contact me at <a href="mailto:[email protected]">[email protected]</a> | <a href="https://linkedin.com/in/arihanyadav" target="_blank" rel="noopener noreferrer">LinkedIn Profile</a></p>
</footer>
<script src="scripts.js"></script>
</body>
</html>