VN

Research & Engineering

Projects

Research implementations, AI systems, and engineering projects spanning medical imaging, computer vision, and full-stack AI development.

Filter by topic

Showing 5 of 5 projects

Ongoing2024

Tuberculosis Detection Using Hybrid CNN-ViT Architecture

A hybrid deep learning framework combining ResNet-based feature extraction with Vision Transformer attention mechanisms for automated tuberculosis screening from chest X-ray images.

Method

We design a two-branch architecture: a CNN backbone (ResNet-50) for local texture and edge features, and a ViT module for global relational reasoning. Features are fused via a learned attention gate before classification.

Results

Achieved competitive sensitivity and specificity compared to standalone CNN and ViT baselines on the test split. Grad-CAM visualizations show attention focused on lung fields consistent with TB pathology.

Medical Imaging
Computer Vision
Deep Learning
Explainable AI
PythonPyTorchVision TransformerResNetGrad-CAM+1
Completed2024

Pneumonia Detection with Data Augmentation Strategies

A systematic study of data augmentation pipelines for pneumonia classification from chest X-rays, targeting performance improvement under limited data conditions.

Method

We evaluate 12 augmentation strategies (geometric, photometric, mixup-based) across DenseNet-121, EfficientNet-B3, and ResNet-50. Performance measured with AUC, sensitivity, specificity, and F1-score.

Results

CutMix combined with geometric augmentation yielded the best generalization, improving AUC by ~3% over no-augmentation baseline on the held-out test set.

Medical Imaging
Computer Vision
Deep Learning
Data Augmentation
PythonPyTorchScikit-learnAlbumentationsMatplotlib
Completed2024

Kidney Disease Classification from Ultrasound Images

A deep learning classifier for distinguishing normal, cyst, stone, and tumor conditions from kidney ultrasound images.

Method

Transfer learning with MobileNetV3 and EfficientNet-B0. Applied class-weighted loss to handle dataset imbalance. Evaluated with k-fold cross-validation.

Results

Achieved over 93% accuracy on 4-class classification with consistent performance across cross-validation folds. Grad-CAM overlays highlight relevant kidney regions.

Medical Imaging
Ultrasound
Deep Learning
Computer Vision
PythonPyTorchEfficientNetGrad-CAMPandas+1
Ongoing2024

ResearchPilot AI — Research Assistant Platform

An AI-powered web platform that helps researchers discover papers, summarize findings, track citations, and organize literature reviews using LLM-based tools.

Method

Built a full-stack platform with Next.js frontend and Go backend, integrating Semantic Scholar API and OpenAI API for summarization. Supports tagging, citation tracking, and Markdown note-taking.

Results

MVP deployed and tested by a small group of graduate students. Positive feedback on literature search and paper summarization features.

Software Engineering
AI Tools
Research Productivity
Full-Stack
Next.jsTypeScriptGoPostgreSQLOpenAI API+2
Completed2023

YOLOv8 Emergency Event Detection API

A real-time API service for detecting emergency events (falls, fights, intrusions) from security camera feeds using YOLOv8 with low-latency inference.

Method

Fine-tuned YOLOv8 on a curated dataset of emergency event frames. Built a REST API with FastAPI, containerized with Docker, supporting stream input and event webhook callbacks.

Results

Achieved real-time inference at 30+ FPS on GPU. Deployed and tested on a local surveillance testbed with 94% precision on the evaluation set.

Computer Vision
Object Detection
API Development
Software Engineering
PythonYOLOv8FastAPIDockerOpenCV+1