dashpreet = {
"name" : "Dashpreet Singh",
"alias" : "DZDasherKTB",
"college" : "IIT Jammu : B.Tech CSE (2024β2028)",
"domains" : ["Deep Learning", "Computer Vision", "NLP", "Agentic AI",
"Multimodal Systems", "Hardware Acceleration", "Cybersecurity",
"Geospatial AI", "Spatial Transcriptomics"],
"vibe" : "Build weird stuff. Break it. Rebuild it better.",
"currently" : "Researching unified multimodal architectures for bioinformatics",
"patents" : 2,
"open_to" : ["Research Collabs", "Internships", "Hackathons", "Building things"],
}| π₯ Achievement | π’ Org | π Year |
|---|---|---|
| π°οΈ ISRO BAH National Finalist (Top 10) | ISRO / Govt. of India | 2025 |
| π€ Inter-IIT Tech Meet 14.0 β Geospatial AI (Rank 12, 23 IITs) | IIT Patna | 2025 |
| π Flipkart GRID 7.0 Semi-Finalist | Flipkart | 2025 |
| π¬ Shell AI Hackathon β Top 10 | Shell | 2025 |
| π ATF India β National Top 200 (200,000+ applicants) | ATF India | 2025 |
| π Academic Excellence Award β Top 3 Branch Rank | IIT Jammu | 2025 |
| π Patent Granted β Dual-Encoder Spatiotemporal Architecture | Govt. of India (App: 202511114061) | Nov 2025 |
| π Patent Filed β Hybrid Multi-Modal Deep Embedding Recommendation System | Govt. of India (App: 202511098795) | Oct 2025 |
| π Patent Filed β STAR Engine: Linear Memory Hardware Accelerator | IIT Jammu / Govt. of India (App: 202611043901) | Apr 2026 |
π Patent 1 β Dual-Encoder Spatiotemporal Architecture (GRANTED β )
App No: 202511114061 | Filed: Nov 2025 | Co-inventor: Dr. Iqbal Kaur
Title: Dual-Encoder Spatiotemporal Architecture with Multi-Modal Skip Fusion for Multi-Domain Environmental, Climatic and Agricultural Forecasting
A deep learning architecture that fuses static (Conv3D) and dynamic (ConvLSTM) tensors via a Cross-Attention Transformer (CAT) mechanism for spatio-temporal environmental prediction. Validated on MODIS, VIIRS, and NASA FIRMS satellite data.
π Patent 2 β Hybrid Multi-Modal Deep Embedding Recommendation System (FILED)
App No: 202511098795 | Filed: Oct 2025 | Published: Dec 2025
Title: Hybrid Multi-Modal Deep Embedding Recommendation System with Synthetic Data Generation and Fusion Learning
A recommendation architecture combining multi-modal embeddings, synthetic data generation pipelines, and fusion learning for scalable retrieval at industrial scale.
π Patent 3 β STAR Engine: Linear Memory Hardware Accelerator (FILED)
App No: 202611043901 | Filed: Apr 2026 | Applicant: IIT Jammu
Title: An Apparatus for Accelerating Reductionist Matrix Operations with Guaranteed Linear Memory Traffic
A dedicated hardware accelerator featuring a Streaming Tile-Autonomous Residency (STAR) Engine with a pipelined systolic scoring unit, online softmax, and probability-value multiplication β all on-chip. Reduces attention mechanism memory complexity from O(NΒ²) to O(N). Demonstrated ~97x memory traffic reduction at N=8192 vs. baseline GPU multi-kernel.
π¬ Ongoing Research β The Tensor-Only Unit (TOU)
Advisor: Dr. Uma Satya Ranjan, IIT Jammu
Theoretical framework for post-GPU AI acceleration β designing a compute paradigm beyond GPU architecture, targeting tensor-native hardware execution.
π¬ Research Exploration β Omni-ST: Unified Instruction-Driven Multimodal Model for Spatial Transcriptomics
Researching a unified any-to-any multimodal framework for spatial transcriptomics, combining histology image encoders, gene expression adapters, spatial graph networks (GCN/GAT), and instruction-conditioned fusion transformers. Inspired by architectures like Kosmos-2, OpenFlamingo, STFlow, SpaGCN, and scVI.
Tasks: ImageβGene Expression | GeneβCell Type | Spatial Domain ID | RegionβText Explanation
Inter-IIT Tech Meet 14.0 | Presented to 23 IITs at IIT Patna | Hosted on Modal
Built a multimodal geospatial agent "GeoChat" that decomposes natural language queries into executable geospatial pipelines.
- Stack: Qwen2-VLM, Qwen2.5-LLM, OWLv2, SAM, LangChain, Modal, Docker, OpenCV
- Orchestrated a 3-modality any-to-any pipeline: captioning β detection β segmentation
- LangChain workflow with Intent Parsing + Tiling Engine: VQA, Fact Manipulation, Spatial Grounding
- 85% intent parsing accuracy, 0.78 F1 score on spatial grounding tasks
ISRO Bharatiya Antariksh Hackathon β National Finalist (Top 10)
A dual-encoder architecture for forest fire prediction and spatial spread simulation.
- Stack: PyTorch, GEE, Conv3D, ConvLSTM, Cross-Attention Transformer, Cellular Automata
- Dual-Encoder: Static stream (Conv3D) + Dynamic stream (ConvLSTM) fused via CAT mechanism
- Cellular Automata for fire spread simulation
- Validated on MODIS, VIIRS, NASA FIRMS multi-source satellite data
- 9% improvement over SOTA fire prediction model in lead-time accuracy
Graph Neural Networks + Segment Anything Model for medical imaging
Combining GNN spatial reasoning with SAM's segmentation capabilities for medical use cases.
- Stack: Python, PyTorch, SAM, GNN
- Graph-augmented medical image segmentation pipeline
Production-grade VPN infrastructure inspired by Kevin Mitnick
- Full WireGuard VPN setup and management in Python
- Named after the legendary hacker β built with security-first principles
Adobe (XAI Track):
- 99.14% accuracy in GenAI content detection via Hybrid Model
- Explainable AI pipeline using GradCAM++
- LoRA/Fine-tuning benchmarks on Qwen2.5 (29k+ samples on VRSBench)
DevRev (Agentic AI Track):
- RAG-based Agent 007 using Planner-Filler-Validator workflow
- Dynamic tool-use orchestration with hallucination checks
Full-stack Text-to-Video Generation Platform
- Stack: FastAPI, Node.js, Next.js, Vercel, Supabase
- Async backend orchestrating GenAI models β short videos from text prompts (images + audio + captions)
Hybrid neuro-symbolic pipeline for intelligent document understanding
No high-level APIs. No shortcuts. Raw math β working code.
Deep Learning (PyTorch only β no Keras, no Lightning):
- Stable Diffusion (VAE + UNet + cross-attention) β optimized 16s β 0.8s/iter
- StyleGAN, DCGAN, Conditional GAN
- Transformers (BERT/GPT), full Encoder-Decoder translation (ENβFR, ENβDE, ENβHI)
- R-CNN, Fast R-CNN, Faster R-CNN, YOLO
- U-Net, DeepLab V1βV3+
- Diffusion models (DDPM) β forward noise + reverse UNet denoising
- RNNs, LSTMs, GRUs β sequence generation, translation, prediction
Classical ML (NumPy only):
- XGBoost (Taylor expansion, gain scoring, GPU accel)
- Random Forest, AdaBoost, Gradient Boosting
- SVM (Hinge loss, Lagrange dual)
- KMeans, DBSCAN, Decision Trees
- Stacking, Voting, Blending ensembles
- KNN, Naive Bayes (Multinomial + Gaussian)
25+ real-world projects: Cancer/Heart/Stroke prediction, IMDB sentiment, Spam detection, MNIST, Titanic, Recommendation Systems, and more.
- Auto-syncing portfolio with CRON-powered backend, SQL DB, SOLID architecture
- Full-stack TypeScript/React apps with Prisma + PostgreSQL
- Rate-limited backend mail systems, API-first modular design
- Phishing/social engineering analysis (educational research)
- WireGuard VPN infrastructure
- Project Mitnick β VPN + security tooling
- Assembly language implementations
- Hardware accelerator design (STAR Engine patent)
- Custom backpropagation engines in raw PyTorch tensors
| Platform | Handle | Status |
|---|---|---|
| π¦ Codeforces | DZ_DasherKTB | Active β solving, grinding |
| π§ LeetCode | DSA + Competitive | Regular practice |
Appeared in Flipkart GRID 7.0 β survived the brutal CP rounds under time pressure.
"The CP rounds were brutal under time pressure, but a fun challenge nonetheless."
ποΈ IIT Jammu β B.Tech CSE (Hons) | CGPA: 8.87/10 | 2024β2028
π Class 12 (CBSE Non-Medical) | 92.0% | 2024
π Class 10 (CBSE) | 96.4% | 2022
Positions:
- π§βπ» Co-Head β Coding Club / AI-ML Community, IIT Jammu
- π Team Lead β GeoST-Net Research Team (ISRO Hackathon)
[ ] Post-GPU AI Hardware (TOU Framework) β with Dr. Uma Satya Ranjan
[ ] Multimodal architectures for bioinformatics + spatial transcriptomics
[ ] Agentic systems with structured reasoning (Planner-Filler-Validator)
[ ] Instruction-conditioned any-to-any modeling
[ ] VPN infrastructure & network security tooling
[ ] Assembly / low-level systems programming
[ ] GNN-augmented medical imaging
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β trying everything. working on stuff. not stopping. β
β β
β build β break β rebuild better β repeat β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Last updated: 2026 β still going