Publications

My research work and interests include Computer Vision, NLP, Software Engineering and Virtual Reality. Here are some of my previous works:
Invariant Scattering Transform for Medical Imaging
Authors: Nafisa Labiba Ishrat Huda, Angona Biswas, MD Abdullah Al Nasim, Md. Fahim Rahman, Shoaib Ahmed
                Huda, N. L., Biswas, A., Nasim, M. A., Rahman, M. F., & Ahmed, S. (2023). Invariant Scattering Transform for Medical Imaging. ArXiv. /abs/2307.04771
            

Invariant scattering transform introduces a new area of research that merges signal processing with deep learning for computer vision. Nowadays, deep learning algorithms can solve various problems in the medical sector. Medical images are used to detect diseases such as brain cancer or tumor, Alzheimer's disease, breast cancer, Parkinson's disease, and many others. During the pandemic in 2020, machine learning and deep learning played a critical role in detecting COVID-19, which included mutation analysis, prediction, diagnosis, and decision-making. Medical images like X-rays, MRI (magnetic resonance imaging), and CT scans are used for detecting diseases. Another method in deep learning for medical imaging is scattering transform. It builds useful signal representations for image classification. It is a wavelet technique that is impactful for medical image classification problems. This research article discusses scattering transform as an efficient system for medical image analysis, where it's figured by scattering the signal information implemented in a deep convolutional network. A step-by-step case study is manifested in this research work.

You can also find my articles on my Google Scholar profile.

Projects

Rasa Chatbot
Completed on: September 2021
Rasa, NER
An implementation of a customer query chatbot using Rasa. The data is safe as it can be run locally. It can be used to query about products on an E-commerce website. GitHub Link
Natural Language Generation
Completed on: July 2021
T5 Model, PyTorch
An implementation of Natural Language Generation using the T5 model and PyTorch, trained with the WebNLG 2020 dataset. The project can be run locally. GitHub Link