Download resume
-
2026Scaling Sim-to-Real Video Generation for Physical AI
Sim-to-real pipeline. Isaac Sim handles physics; OSCAR-2B adds photorealistic rendering on top. Proposed a pipeline to address the visual sim-to-real gap by decoupling physics from visuals. NVIDIA Isaac Sim provides physically accurate robot motion, and OSCAR-2B adds photorealistic video generation on top. From a single simulation episode, the pipeline captures the robot camera frame and joint trajectory, projects 3D joint motion into a 2D skeleton control video using the episode camera intrinsics and extrinsics, and generates multiple visually diverse input scenes in parallel.
Each diverse input frame is paired with the same skeleton and passed to OSCAR-2B, producing multiple photorealistic training videos from one valid simulation run without re-simulating the task. Experiments across different backgrounds and pick subjects, with the skeleton held fixed, showed reliable arm motion tracking; drop physics after object release was the main limitation.
References
[1] Varma, A. (2026). "Scaling Sim-to-Real Video Generation for Physical AI." /sim_to_real/
[2] Wu, Z., et al. OSCAR-2B. Hugging Face. https://huggingface.co/zywu2115/OSCAR-2B
[3] Wu, Z. oscar-public. GitHub Repository. https://github.com/wuzy2115/oscar-public
[4] NVIDIA. Isaac Sim. https://developer.nvidia.com/isaac/sim
[5] NVIDIA. "Strategy 1: Domain Randomization and Teleoperation." Sim-to-Real for Physical AI. https://docs.nvidia.com/learning/physical-ai/sim-to-real-so-101/latest/09-strategy1-dr-teleop.html
Synthetic 2D and 3D Environment Generation for VLA Model Training for Physical AI
Source: NEURIK — neurik.ai/platform/hero.mp4 - Built an end-to-end synthetic 2D data generation pipeline for robot training, including a control-based fine-tuning and inference workflow for deterministic SKU image generation with controlled dimensions, orientation, and physical properties.
Source: NEURIK Forge — neurik.ai/platform/generate.mp4 - Explored 3D reconstruction and generation methods including Gaussian splatting (Apple SHARP, Meta Map-Anything, Depth Anything v3, MASt3R), open-source world models (Hunyuan World Mirror, Hunyuan World 1), mesh generation models (Hunyuan 3D, SAM3D, Microsoft TRELLIS 2), and hybrid mesh-Gaussian methods (SuGAR).
- Built an agentic pipeline to produce indoor scenes loadable in NVIDIA Isaac Sim for pick-and-place training data aimed at VLA models.
References
[1] Kerbl, B., Kopanas, G., Leimkühler, T., & Drettakis, G. (2023). "3D Gaussian Splatting for Real-Time Radiance Field Rendering." SIGGRAPH. https://arxiv.org/abs/2308.13179
[2] Apple. Sharp. Hugging Face. https://huggingface.co/apple/Sharp
[3] Meta. map-anything. Hugging Face. https://huggingface.co/facebook/map-anything
[4] ByteDance Seed Team. DA3NESTED-GIANT-LARGE-1.1. Hugging Face. https://huggingface.co/depth-anything/DA3NESTED-GIANT-LARGE-1.1
[5] NAVER LABS Europe. MASt3R_ViTLarge_BaseDecoder_512_catmlpdpt_metric. Hugging Face. https://huggingface.co/naver/MASt3R_ViTLarge_BaseDecoder_512_catmlpdpt_metric
[6] Tencent. HunyuanWorld-Mirror. Hugging Face. https://huggingface.co/tencent/HunyuanWorld-Mirror
[7] Tencent. HunyuanWorld-1. Hugging Face. https://huggingface.co/tencent/HunyuanWorld-1
[8] Tencent. Hunyuan3D-2.1. Hugging Face. https://huggingface.co/tencent/Hunyuan3D-2.1
[9] Meta. sam-3d-objects. Hugging Face. https://huggingface.co/facebook/sam-3d-objects
[10] Microsoft. TRELLIS.2-4B. Hugging Face. https://huggingface.co/microsoft/TRELLIS.2-4B
[11] Guédon, A., & Lepetit, V. (2024). "SuGaR: Surface-Aligned Gaussian Splatting for Efficient 3D Mesh Reconstruction and High-Quality Mesh Rendering." CVPR. https://github.com/Anttwo/SuGaR
[12] NVIDIA. NVIDIA Omniverse. https://www.nvidia.com/en-us/omniverse/
[13] NVIDIA. Isaac Sim. https://developer.nvidia.com/isaac/sim
[14] NVIDIA. (2025). "Cosmos World Foundation Model Platform for Physical AI." arXiv preprint arXiv:2501.03575. https://arxiv.org/abs/2501.03575
[15] NVIDIA. NVIDIA Cosmos. Hugging Face Collection. https://huggingface.co/collections/nvidia/nvidia-cosmos
[16] Wu, Z., et al. OSCAR-2B. Hugging Face. https://huggingface.co/zywu2115/OSCAR-2B
Dexter: An Articulated Asset Agent for Physical AI Simulators like NVIDIA Isaac Sim- I built Dexter, an agentic pipeline that turns text or images into articulated assets with separate moving parts, joint definitions, and URDF/USD exports for NVIDIA Isaac Sim.
- Open-sourced it on GitHub and Hugging Face. It is now used by a few researchers at NVIDIA.
Dexter agent harness. The orchestrator routes input through analyze and critic subagents; deterministic tools handle the rest. References
[1] Varma, A. (2026). "Introducing Dexter: An Articulated Asset Agent for Physical AI Simulators like NVIDIA Isaac Sim." /dexter/
[2] Varma, A. Dexter. GitHub Repository. https://github.com/aakashvarma/dexter
[3] Varma, A. dexter-sample-outputs. Hugging Face Dataset. https://huggingface.co/datasets/varmology/dexter-sample-outputs
[4] NVIDIA. NVIDIA Omniverse. https://www.nvidia.com/en-us/omniverse/
[5] NVIDIA. Isaac Sim. https://developer.nvidia.com/isaac/sim
- Built an end-to-end synthetic 2D data generation pipeline for robot training, including a control-based fine-tuning and inference workflow for deterministic SKU image generation with controlled dimensions, orientation, and physical properties.
-
2025Character Consistency in Rectified Flow Diffusion Models via Attention Maps
- Built a character-consistent image generation workflow inspired by LoRA Shop. Cross-attention maps for target tokens identify activated hidden features, and LoRA features are injected at those positions in Qwen-Image and Flux-Dev to preserve identity across generations.
- Built an image-editing inference pipeline inspired by RF-Edit. Cross-attention maps and hidden features for target tokens are captured during noising, and denoising edits only those features so the rest of the image stays unchanged.
References
[1] Dalva, Y., Yesiltepe, H., & Yanardag, P. (2025). "LoRAShop: Training-Free Multi-Concept Image Generation and Editing with Rectified Flow Transformers." NeurIPS. https://arxiv.org/pdf/2505.23758
[2] Wang, J., et al. (2025). "Taming Rectified Flow for Inversion and Editing." ICML. https://arxiv.org/pdf/2411.04746
Quantization-Aware Fine-Tuning of DeepSeek-R1-Distill-Qwen-1.5B- Fine-tuned DeepSeek-R1-Distill-Qwen-1.5B with QAT and published the quantized GGUF checkpoint on Hugging Face.
GPQA Pass@1 Diamond Accuracy vs Model Size For other benchmark results, or to download and use the model, see the Hugging Face model card.
References
[1] Neurik AI. DeepSeek-R1-Distill-Qwen-1.5B-GGUF. Hugging Face. https://huggingface.co/DheyoAI/DeepSeek-R1-Distill-Qwen-1.5B-GGUF
Evaluating Energy Efficiency, Latency, Throughput, and Performance Trade-offs in LLM InferenceI contributed to a white paper that benchmarks LLaMA-3.1-8B inference under a controlled decode workload: single-token inputs generating 512 output tokens, with sweeps over batch size and GPU clock frequency. The experiments report tokens per joule, tokens per second, end-to-end latency, and time-between-tokens, and compare three serving goals. Energy-efficient serving peaks at large batches with moderate clocks (batch 32 around 1000–1400 MHz). Low-latency streaming favors small batches at higher frequencies (batch 1–2 at ≥700 MHz, with diminishing returns past ~1200 MHz). Throughput-driven serving favors large batches at high clocks (batch 32 around 1400–1600 MHz). The paper also introduces DheyoGPUpd, a telemetry and power-control agent for heterogeneous NVIDIA and AMD GPU fleets.
Energy Efficiency: Energy metrics across batch sizes and GPU frequencies, showing trade-offs in tokens per joule, energy per request, and power consumption.
Latency Analysis: Impact of batch size and GPU frequency on Time Between Tokens and end-to-end latency for low-latency applications. Enhancing Text-to-Image Prompts using Reinforcement LearningI wrote a white paper on constraint-aware prompt enhancement for text-to-image models. Prompt expansion often improves image quality but drops explicit constraints such as negation, counts, and attribute requirements. The pipeline starts with supervised fine-tuning, then applies GRPO with structured visual feedback from generated images so expanded prompts stay aligned with user intent.
Analysis of Matrix Multiplications in Transformer Architectures- Analyzed dense layer and self-attention matrix multiplications in transformer blocks on NVIDIA H100, deriving FLOPs, IO, and arithmetic intensity for initialization and autoregressive decoding phases.
- Benchmarked latency and throughput across batch size, sequence length, and hidden dimension; mapped results with roofline analysis and published open H100 benchmark data.
Roofline analysis of dense layer and self-attention matrix multiplications on NVIDIA H100. References
[1] Varma, A. (2025). "Analysis of Matrix Multiplications in Transformer Architectures." /transformer_bench/
[2] Chen, L. (2023). "Transformer Batching." Lequn Chen Blog. https://le.qun.ch/en/blog/2023/05/13/transformer-batching/
[3] Varma, A. transformer_batch_analysis. GitHub Repository. https://github.com/aakashvarma/transformer_batch_analysis
OxPython: Hardware Agnostic Compiler and Runtime
OxPython architecture in OxCapsule with execution on heterogeneous silicon. Source: oxmiq.ai Under the vision of Raja Koduri
- Architected a PyTorch compiler that leverages torch.compile and torch-mlir to enable efficient deployment of LLM and diffusion models across heterogeneous hardware.
- Engineered an asynchronous queuing system for torch dispatch that enables efficient execution across heterogeneous hardware.
- Developed an optimized garbage collection system for on-device tensor deallocation in torch's eager execution mode during runtime.
-
2024Hardware Agnostic Performance Optimization and Model Deployment
- Designed algorithms for efficient matrix multiplication tiling for hardware acceleration.
- Researched CUDA and CuBLAS tiling strategies to enhance tensor operation performance.
- Analyzed batching effects in MLP and Attention layers of transformer architectures to optimize inference throughput.
- Evaluated Deepseek_r1_Distil_Qwen_1.5_b and CogVideoX models, creating optimized inference pipelines for deployment.
- Implemented Llama 3.2 1B from scratch with optimizations for deployment across heterogeneous hardware.
Fine-Tuning and Quantization Techniques for Enhanced Efficiency in LLMs for Task-Specific Code GenerationUnder the mentorship of Satya Uppalapati, with guidance from Wajahat Qadeer, Rajashekar Reddy, and Siva Kumar Vemuri. Thesis submitted to BITS Pilani, India.
Deploying Large Language Models on Kinara's Edge AI Processor: Novel Quantization Techniques and Compiler Optimization- Examined systematic outliers across various Language Model architectures (LLMs) to evaluate their suitability for deployment on edge devices, including llama7b (both base and chat versions), qwen7b, and tiny llama.1
- Investigated novel quantization methods for optimizing LLMs including, AWQ, GPTQ, GGUF/GGML.2,5,6
- Developed a framework for LLM Smoothing, refining model weights using a modified version of OmniQuant that incorporates smoothing into the input of the down projection layer of the attention block and transitions from dynamic to static quantization.3,4
- Implemented Flash attention type tiling and an online normalization calculator for SoftMax to achieve memory-efficient precise attention mechanism on ARA NNPs.7,8
- Conducted analysis and pruning of LLM layers using Singular Value Decomposition and Block Importance methods to eliminate less important or redundant layers, thereby enhancing model memory bandwidth. Improved throughput from 2 Tokens/sec to 9 Tokens/sec with minimal decrease in accuracy on lm-eval.9,10
- Employed LoRA, QLoRA, and LoRA+ techniques to restore pruned models to achieve SOTA accuracy on lm-eval.11,12,13
- Established a Knowledge Distillation framework using PyTorch's FSDP method for distributed computing across multiple nodes and GPUs, utilizing NVIDIA's A10s, H100s, and A100 GPUs. This framework facilitates Knowledge distillation from a teacher model (e.g., Qwen7B or LLaMA7B) to a student model equipped with Quant and DeQuant (QDQ) stubs, supporting both static and dynamic quantization for QAT of the LLM model.14,15
References
[1] Dettmers, T., Lewis, M., Belkada, Y., & Zettlemoyer, L. (2022). "LLM.int8(): 8-bit Matrix Multiplication for Transformers at Scale." arXiv preprint arXiv:2208.07339. https://arxiv.org/pdf/2208.07339.pdf
[2] Lin, J., Tang, J., Tang, H., Yang, S., Dang, X., & Han, S. (2023). "AWQ: Activation-aware Weight Quantization for LLM Compression and Acceleration." arXiv preprint arXiv:2306.00978. https://arxiv.org/pdf/2306.00978.pdf
[3] Xiao, G., Lin, J., Seznec, M., Wu, H., Demouth, J., & Han, S. (2022). "SmoothQuant: Accurate and Efficient Post-Training Quantization for Large Language Models." arXiv preprint arXiv:2211.10438. https://arxiv.org/pdf/2211.10438.pdf
[4] Shao, W., Chen, M., Zhang, Z., Xu, P., Zhao, L., Li, Z., ... & Luo, P. (2023). "OmniQuant: Omnidirectionally Calibrated Quantization for Large Language Models." arXiv preprint arXiv:2308.13137. https://arxiv.org/abs/2308.13137
[5] Frantar, E., Ashkboos, S., Hoefler, T., & Alistarh, D. (2022). "GPTQ: Accurate Post-Training Quantization for Generative Pre-trained Transformers." arXiv preprint arXiv:2210.17323. https://arxiv.org/pdf/2210.17323.pdf
[6] Gerganov, G. (2023). "GGML: Tensor Library for Machine Learning." GitHub Repository. https://github.com/ggerganov/ggml
[7] Dao, T., Fu, D. Y., Ermon, S., Rudra, A., & Ré, C. (2022). "FlashAttention: Fast and Memory-Efficient Exact Attention with IO-Awareness." Advances in Neural Information Processing Systems (NeurIPS). https://arxiv.org/abs/2205.14135
[8] Milakov, M., & Gimelshein, N. (2018). "Online Normalizer Calculation for Softmax." arXiv preprint arXiv:1805.02867. https://arxiv.org/pdf/1805.02867
[9] Gromov, A., Tirumala, K., Shapourian, H., Glorioso, P., & Roberts, D. A. (2024). "The Unreasonable Ineffectiveness of the Deeper Layers." arXiv preprint arXiv:2403.17887. https://arxiv.org/abs/2403.17887
[10] Sreenivas, S. T., Muralidharan, S., Joshi, R., Chochowski, M., Patwary, M., Shoeybi, M., ... & Korthikanti, V. (2024). "LLM Pruning and Distillation in Practice: The Minitron Approach." Mobius ML Blog. https://mobiusml.github.io/low-rank-llama2/
[11] Hu, E. J., Shen, Y., Wallis, P., Allen-Zhu, Z., Li, Y., Wang, S., ... & Chen, W. (2021). "LoRA: Low-Rank Adaptation of Large Language Models." arXiv preprint arXiv:2106.09685. https://arxiv.org/abs/2106.09685
[12] Dettmers, T., Pagnoni, A., Holtzman, A., & Zettlemoyer, L. (2023). "QLoRA: Efficient Finetuning of Quantized LLMs." Advances in Neural Information Processing Systems (NeurIPS). https://arxiv.org/abs/2305.14314
[13] Hayou, S., Ghosh, N., & Yu, B. (2024). "LoRA+: Efficient Low Rank Adaptation of Large Models." arXiv preprint arXiv:2402.12354. https://arxiv.org/abs/2402.12354
[14] Liu, Z., Oguz, B., Zhao, C., Chang, E., Stock, P., Meber, Y., ... & Shi, W. (2023). "LLM-QAT: Data-Free Quantization Aware Training for Large Language Models." arXiv preprint arXiv:2305.17888. https://arxiv.org/abs/2305.17888
[15] Zhao, Y., Gu, A., Varma, R., Luo, L., Huang, C., Xu, M., ... & Ren, L. (2023). "PyTorch FSDP: Experiences on Scaling Fully Sharded Data Parallel." Proceedings of the VLDB Endowment, 16(12). https://arxiv.org/abs/2304.11277
-
2023Comparative Analysis of Rounding Techniques in Post Training Quantization for ResNet50 Model
I systematically explored the impact of different rounding techniques in post-training quantization, focusing on the ResNet50 model. The evaluated rounding methods include Rounding Away from Infinity (RAI), Round to Nearest Even (RNE), and Ada-round Simulator.
Results
Platform Model 2500 Image Set Accuracy Original PyTorch Model ResNet50 76.84% RAI ResNet50 74.00% RNE ResNet50 76.16% Ada-round Simulator ResNet50 76.84% References
Nagel, M., Amjad, R. A., Van Baalen, M., Louizos, C., & Blankevoort, T. (2020). "Up or Down? Adaptive Rounding for Post-Training Quantization." International Conference on Machine Learning (ICML). https://arxiv.org/pdf/2004.10568.pdf
Qualcomm AI Research. (2021). "AIMET: AI Model Efficiency Toolkit." MIT TinyML Lecture Series. https://hanlab.mit.edu/files/course/slides/MIT-TinyML-Lec25-AIMET.pdf
Qualcomm Innovation Center. (2023). "AIMET: AI Model Efficiency Toolkit." GitHub Repository. https://github.com/quic/aimet
Enhancing CLIP Model Performance through Transformer Block Analysis and Optimization
Systematic outliers in CLIP transformer hidden layer features and the proposed quantization correction. This work focused on optimizing OpenAI's CLIP model by enhancing its Transformer blocks, specifically focusing on the Key-Query-Value (KQV) projection layers through quantization observer analysis. The goal is to improve accuracy with minimal performance impact. Additionally, I investigated the impact of quantization errors in mean, variance, and inverse square root in Layer normalization within the Transformer block, proposing corrective measures for performance enhancement. Collaborating with Durga, we also analyzed systematic outliers in hidden layer features, developing a new quantization computation to mitigate errors arising from these outliers, as illustrated above.
References
Radford, A., Kim, J. W., Hallacy, C., Ramesh, A., Goh, G., Agarwal, S., ... & Sutskever, I. (2021). "Learning Transferable Visual Models From Natural Language Supervision." International Conference on Machine Learning (ICML). https://arxiv.org/pdf/2103.00020.pdf
Dettmers, T., Lewis, M., Belkada, Y., & Zettlemoyer, L. (2022). "LLM.int8(): 8-bit Matrix Multiplication for Transformers at Scale." arXiv preprint arXiv:2208.07339. https://arxiv.org/pdf/2208.07339.pdf
Impact of Observers on Rounding Techniques during Quantization Aware Training (QAT)
QAT convergence across min-max and moving-average observers with RNE and RAI rounding techniques. This research investigated the influence of different observers on the convergence behavior of quantization aware training (QAT) when coupled with various rounding techniques. The observers considered are
min_max_observerandmoving_average_min_max_observer, and the rounding techniques analyzed includerne_c/c++,rne_python, andrai. The evaluation is conducted across multiple epochs to understand the dynamics of convergence.Results
Observer Epoch RNE c/c++ RNE python RAI Min Max Observer 0 0.735 0.72074 0.72072 Min Max Observer 1 0.73568 0.72072 0.72068 Min Max Observer 2 0.73626 0.71882 0.7204 MA Min Max Observer 0 0.7375 0.746260 0.74622 MA Min Max Observer 1 0.73902 0.74656 0.74686 MA Min Max Observer 2 0.7376 0.74738 0.74768 References
PyTorch Team. (2023). "Quantization." PyTorch Documentation. https://pytorch.org/docs/stable/quantization.html
Mao, L. (2022). "PyTorch Quantization Aware Training." Lei Mao's Log Book. https://leimao.github.io/blog/PyTorch-Quantization-Aware-Training/
Advancements in Inverse Square Root Approximation for Neural Network Normalization Layers
Inverse square root approximation: prior fixed-point method (red) versus the new method (blue), with float reference. The x-axis shows a smaller range because this plot is zoomed into the region where the largest approximation errors occur; across the rest of the input range, errors are smaller than in this section and of minimal importance. I developed an innovative function approximation for efficient ASIC processors, specifically targeting the inverse square root function. Our novel algorithm revolutionizes its application in normalization layers within neural networks, supporting both powers-of-two quantization and scale with zero-point quantization. Compared to existing techniques, our approximation is approximately 2x faster and exhibits a 30% improvement in accuracy. Evaluation metrics, including Mean Squared Error (MSE), Signal-to-Noise Ratio (SNR), and Mean Absolute Error (MAE), showcase significant advancements in both speed and precision.
Results
Metric Old Methods New Method % Improvement MSE 0.000404 0.000038 ~90.56% SNR (dB) 61.968707 72.234044 ~16.52% MAE 0.012692 0.002127 ~83.22% MSE % 0.000025% 0.000002% ~90.62% Max Error 0.159268 0.066406 ~58.36% Min Error 0.000000 0.000021 N/A Avg Error 0.012692 0.002127 ~83.22% The diagram above shows the old methods in red and the new method in blue.
The new algorithm's impact on transformer blocks, widely employed in diffusion models, LLMs, and image generation models like Stable Diffusion, is particularly noteworthy. The enhanced precision and computational efficiency contribute significantly to improving inference speeds in Language Models and facilitating the generation of high-quality images in models like Stable Diffusion.
-
2022Performance Enhancement through Swish Activation Analysis and Precision Optimization in YOLOv5 Models
Swish activation with offset. Offsetting the curve claims more bits for higher precision under quantization. This work focused on optimizing YOLOv5 accuracy through activation distribution analysis. The quantized model, using Post-Training Quantization (PTQ) without Quantization-Aware Training (QAT), achieved improved precision by selectively offsetting activation functions to claim more bits for higher precision. Subsequent adjustments in the mathematical operations within the network compensated for the changes introduced in the activation layers.
Results
Model Configuration Average Precision (AP) @[IoU=0.50:0.95] Original float model 0.532 Quantized model with offset (PO2) 0.516 Quantized model without offset (PO2) 0.478 -
2021Designed the Math behind Precision-Preserving Kernels for Complex Mathematical Operations such as ROIAlign and Bilinear Interpolation on ASIC
Quantization error shifting the bilinear interpolation sample from the intended FP32 point (red) to a displaced point (blue). This research developed efficient int8 kernels and mathematical optimizations for the ROIAlign function. Custom ROIAlign kernels ensure accurate region-based feature extraction in computer vision. I addressed the challenges in bilinear interpolation due to quantization errors, emphasizing the importance of preserving precision. Small errors in quantization could result in significant shifts in bounding boxes (as shown in the figure above, where the red dot represented the actual FP32 point intended for the pixel within the red box, but quantization errors would shift the point to a new position as represented by the blue dot, resulting in the selection of the pixel represented by the blue rectangle). This shift caused high errors in the bounding boxes, ultimately resulting in incorrect object detections in YOLO models. I successfully navigated this challenge, achieving a quantization strategy that struck a delicate balance between computational efficiency and precision.
References
He, K., Gkioxari, G., Dollár, P., & Girshick, R. (2017). "Mask R-CNN." IEEE International Conference on Computer Vision (ICCV). https://paperswithcode.com/method/roi-align
-
2020Kernel Development for Efficient Powers-of-Two Approximation Exponentiation and Application to SoftMax Function
This research introduced a novel kernel designed for accurate powers-of-two approximation exponentiation. Leveraging polynomial fitting and the Newton-Raphson method, our approach (along with Aditya) optimized the computation of exponentiation, offering a balance between precision and efficiency. The kernel's versatility extends beyond traditional exponentiation applications to include the SoftMax function.
ex = 2(x/ln(2))
- Precalculate 1/ln(2)
- Multiply this constant by your argument (1 multiplication)
- Use binary shifts to raise 2 to the integer portion of the power (assumes exp+mantissa format)
- Approximate and quantize the fractional part.
- Adjust based on the fractional power-of-2 remainder (likely a second multiplication)
References
Muller, J. M. (2006). "Elementary Functions: Algorithms and Implementation." Birkhäuser Boston. See also: https://stackoverflow.com/questions/6984440/approximate-ex
-
2019Convolutional Neural Networks based Dementia and Tumor Classification from MRI Brain Images
Under the guidance of Prof. N. Ruban at VIT Vellore. Published in IEEE Xplore at CICT Conference.