Used Generative Adversarial Network to synthesize face images from voice samples using the EmoVoxCeleb dataset. Added an emotion recognition module which improved the reconstructed faces images' PSNR by 1.29 dB and SSIM by 0.051.
[Presentation] | Code coming soon...
Used Separable 3D U-Net with histogram matching for the brain tumour segmentation task to achieve a dice score of 0.67. Extracted hand crafted intensity, shape, and texture features with Tree Ensemble regressor for the survival task.
[Presentation] | [Report] | Code coming soon...
Employed Multi-View CNN (MV-CNN) and 3D-ResNet to perform 3D shape based polyp classification in colonoscopy videos. Added channel based attention for feature fusion in MV-CNN to improve accuracy by 3.13%.
[Presentation] | [Report] | Code coming soon...
Analyzed performance of sparsified SGD for optimizing deep networks for classification, regression and reconstruction tasks. Showed a 10-40% reduction in the number of floating point operations (FLOPs) while maintaining accuracy comparable with vanilla SGD.
[Presentation] | [Report] | [Code]
Automated detection of Choroid-Sclera Boundary in 2D-OCT Choroidal images : Developed image segmentation algorithm based on gradient methods like edge detection and morphological operations.
Objective Performance evaluation of blood vessel detection algorithms for 2D choroidal OCT images : Four similarity measures based on Dice Coefficient, Hamming distance, mismatch area, van Dongen distance and pairs of pixels classification were proposed for comparing various vessel detection algorithm’s results.
Classified polyps into benign and malignant classes based on pit pattern classification using AlexNet inspired Convolutional Neural Networks(CNNs).
[Report]
Developed a robust eye gaze controlled mouse pointer system using a webcam. The algorithm for gaze tracking used Viola-Jones algorithm for face detection, K-means clustering for thresholding and gradient descent for finding the pupil location. Similarity of triangles was used for mapping pupil movement to cursor movement.