11:22
Kumar Mrinal
Loading photo...
Kumar Mrinal Portrait

Kumar Mrinal

AI Engineer ยท IIIT Delhi

My basics

Building robust Machine Learning models, Generative AI pipelines, and agentic workflows.

๐ŸŽ“ IIIT Delhi๐Ÿค– Generative AI Engineer๐Ÿ’ผ Undergraduate Researcher๐ŸŽค Singer๐Ÿง  Agentic AI
Loading photo...
IIIT Delhi Campus

IIIT Delhi

B.Tech in Computer Science and Artificial Intelligence (2022 - 2026)

My academic lore

Specializing in Computer Science & Artificial Intelligence.

Indraprastha Institute of Information Technology Delhi

B.Tech - CS & AI (Nov 2022 - May 2026)

Lal Bahadur Shastri School, R.K. Puram

CBSE 12th Board (Apr 2019 - Mar 2021)

Loading photo...
AI Research Lab

Witty Lab & Cryptography

Undergraduate researcher investigating neural architectures

My research / Experience

Working on Retinal Cell Modeling & Neural Cryptanalysis at IIIT Delhi.

Witty Lab, IIIT Delhi

Undergraduate Researcher (Jan 2025 โ€“ Apr 2025)

Modeling retinal ganglion cells. Developed CNN-BiLSTM and BNCNN pipelines for predicting neuronal firing rates under Prof. Pragya Kosta.

Cryptography Research, IIIT Delhi

Undergraduate Researcher (Jan 2025 โ€“ Apr 2025)

Investigating neural cryptanalysis of symmetric ciphers. Designed ResNet and CNN-BiLSTM distinguishers to integrate differential patterns under Prof. Ravi Anand.

Loading photo...
AegisRag Engine Dashboard

AegisRag-Engine

Offline Enterprise RAG Platform

My project / AegisRag-Engine

Engineered an offline RAG platform utilizing semantic chunking, vector embeddings, and FAISS-based retrieval for document intelligence.

RAGFAISSVector DatabasesNLP
github.com/mrinal22258/RAG-PROJECT
Loading photo...
Multi-Robot Simulation Grid

Adversarial Contingency Auctions

Multi-robot coordination under uncertain infrastructure collapse

My project / Multi-Agent Systems

Developed a decentralized adversarial auction framework for multi-robot coordination under communication failures and stochastic beliefs.

Multi-Agent SystemsRoboticsDecision Making
github.com/mrinal22258/Adversarial-Contingency-Auctions
Loading photo...
Abuse Detection NLP Pipeline

Gendered Abuse Detection

Indic Multilingual Toxicity Classification

My project / Multilingual AI

Built a multilingual abuse classifier for English, Hindi, and Tamil tweets using fine-tuned XLM-RoBERTa / CNN-BiLSTM networks.

Deep LearningNLPMultilingual AIXLM-RoBERTa

My green flags

Competencies, leadership, & extracurricular awards.

  • โœ“Secured 3rd Place among 100+ teams in Sherlocked Enigma '25 (LSR)
  • โœ“Core Member of Evariste Math Society & Audiobytes Music Society at IIITD
  • โœ“Organized Math Talk 2024 (150+ attendees) & performed at Music Week 2025

The toolbox

A stack of core tools, engineering methodologies, and cloud services I utilize.

Python
SQL
C++
Haskell
Java
C
Generative AI
Agentic AI
LLMs
RAG
LangChain
LangGraph
FAISS
Vector DBs
Docker
Kubernetes
AWS
Azure
CI/CD
GitHub Actions
Terraform
IAM
DSA
OS
DBMS
Linear Algebra

Certifications

Verified academic & engineering credentials.

  • Micro1 AI Certified 2026
    Verify
  • IBM Maitreyee 2025
    Verify
  • Self Driving Cars (U. Toronto)
    Verify
  • Haskell FP I & II (U. Helsinki)
    Verify
Loading photo...
Kumar Mrinal Final Portrait

Let's build something epic

Open to AI Engineering & Research opportunities

Send a like to start chatting

Coordinates to get in touch. Let's build the next generation of intelligent software.

LinkedInin/krmrinal
Positions

Core member, Evariste Math Society

Core member, Audiobytes Music Society

Events OC, Odyssey Cultural Fest

Deeper Dive

Project Case Studies

Case Study I

AegisRag-Engine: Offline RAG Platform

The Problem: Enterprise operations often deal with sensitive internal data that cannot be sent to public LLM APIs due to strict data governance, privacy compliance laws, or lack of external network connectivity.

The Solution: Engineered AegisRag-Engine, an entirely offline Retrieval-Augmented Generation (RAG) platform. By leveraging semantic text chunking, local sentence-transformer models, and FAISS-based vector storage, we enabled real-time knowledge search and QA directly on localized hardware.

Architecture & Mechanics:
  • Semantic Chunking: Documents are analyzed by sentence vector transitions to split text at shifts in subject matter rather than standard character boundaries.
  • FAISS Vector Index: Computes high-dimensional dense embeddings stored in a flat index (L2 distance metric) to deliver immediate, low-latency nearest-neighbor retrieval.
  • Local Model Orchestration: Connects search outcomes directly to secure local models running in offline environments.

Key Outcomes: Provided a fully containerized, secure pipeline that completely bypasses cloud model APIs, lowering costs and ensuring 100% data residency within local infrastructure.

Case Study II

Adversarial Contingency Auctions

The Problem: Coordinating tasks among multiple robots in extreme scenarios (such as disaster response zones, communication jamming, or infrastructure collapse) requires allocation algorithms that function without centralized servers or stable connections.

The Solution: Implemented a decentralized adversarial auction mechanism where robotic agents bid on task allocations using local utility computations. The system incorporates adversarial modeling to anticipate sensor/node failures, adjusting bid evaluations based on risk indices.

Key Highlights:
  • Decentralized Utility Bidding: Tasks are dynamically auctioned peer-to-peer. Agents calculate utility based on distance, battery capability, and belief of hazard presence.
  • Stochastic Resilience: Formulated state transitions simulating node drop-off and communication jamming, proving that cooperative teams renegotiate contracts automatically when neighbors fall offline.

Outcomes: Verified in simulations that the auction framework maintains high operational efficiency and task completion rates even when up to 40% of the active nodes experience stochastic network dropout.

Case Study III

Multilingual Abuse Classification

The Problem: Detecting gender-based toxicity and harassment on social media is heavily hindered in multilingual contexts (specifically Indic languages Hindi, Tamil, and English) because of code-mixing, multi-script formulations, and low-resource dataset availability.

The Solution: Constructed a deep learning classifier pipeline integrating a pre-trained XLM-RoBERTa transformer backbone and custom CNN-BiLSTM layers. Preprocessed raw, code-mixed tweets to handle spelling variations and script transliteration before running tokens through multi-task learning gates.

Performance & Metrics:
  • Achieved a **0.67771 Macro F1 score** on the ICON shared task dataset, outperforming the highest public benchmark of 0.61604 by a substantial margin.
  • Designed fine-grained attention maps to identify implicit bias, leading to a 12% boost in identifying subtle, context-dependent toxic statements.