I am very passionate about utilizing Machine learning to build products and also involve in deploying those complex models to bring value
-
🔭 Currently working as AI Research Engineer @nec labs
-
🔭 Former AI Intern @AUDI
-
🔭 Worked as Machine learning Working student @DFKI
-
🔭 Currently Exploring LLM's to build secure RAG's( amazon bedrock, langchain, guardrails)
-
🔭 Currently Exploring various diffusers for image inpainting
-
📫 How to reach me [email protected]
- 🔭 Coauthored KI Conference 2023 paper Harmonizing Feature Attributions Across Deep Learning Architectures: Enhancing Interpretability and Consistency
Enhancing the interpretability and consistency of machine learning models is critical to their deployment in real-world applications. Feature attribution methods have gained significant attention, which provide local explanations of model predictions by attributing importance to individual input features. This study examines the generalization of feature attributions across various deep learning architectures, such as convolutional neural networks (CNNs) and vision transformers. We aim to assess the feasibility of utilizing a feature attribution method as a future detector and examine how these features can be harmonized across multiple models employing distinct architectures but trained on the same data distribution. By exploring this harmonization, we aim to develop a more coherent and optimistic understanding of feature attributions, enhancing the consistency of local explanations across diverse deep-learning models. Our findings highlight the potential for harmonized feature attribution methods to improve interpretability and foster trust in machine learning applications, regardless of the underlying architecture.
- 🔭 Coauthored IJCNN 2023 paper Backchannel Detection and Agreement Estimation from Video with Transformer Networks
Listeners use short interjections, so-called backchannels, to signify attention or express agreement. The automatic analysis of this behavior is of key importance for human conversation analysis and interactive conversational agents. Current state-of-the-art approaches for backchannel analysis from visual behavior make use of two types of features: features based on body pose and features based on facial behavior. At the same time, transformer neural networks have been established as an effective means to fuse input from different data sources, but they have not yet been applied to backchannel analysis. In this work, we conduct a comprehensive evaluation of multi-modal transformer architectures for automatic backchannel analysis based on pose and facial information. We address both the detection of backchannels as well as the task of estimating the agreement expressed in a backchannel. In evaluations on the MultiMediate’22 backchannel detection challenge, we reach 66.4% accuracy with a one-layer transformer architecture, outperforming the previous state of the art. With a two-layer transformer architecture, we furthermore set a new state of the art (0.0604 MSE) on the task of estimating the amount of agreement expressed in a backchannel.
-
Backdoor Attack against NLP models with Robustness-Aware Perturbation defense
Backdoor attack intends to embed hidden backdoor into deep neural networks (DNNs), such that the attacked model performs well on benign samples, whereas its prediction will be maliciously changed if the hidden backdoor is activated by the attacker defined trigger. This threat could happen when the training process is not fully controlled, such as training on third-party data-sets or adopting third-party models. There has been a lot of research and different methods to defend such type of backdoor attacks, one being robustness-aware perturbation-based defense method. This method mainly exploits big gap of robustness between poisoned and clean samples. In our work, we break this defense by controlling the robustness gap between poisoned and clean samples using adversarial training step. Presentation
Projects | Tech Stack |
---|---|
Back channel Detection | Python, Transformers, Pytorch |
Hotel Recommender | Python, Pytorch ,Cohere Multi-Language Model |
Kaggle Hubmap semantic segmentation | Python, Pytorch , Deep Neural Networks |
Kaggle Disaster Tweets | Python, Pytorch , BERT, Pandas, Data cleaning, Data Processing |
Evasion Attack on Images | Python, Pytorch, Deep Learning |
Question and Answer Kaggle NLP | NLP, Pytorch, Deep Learning |
Blogs |
---|
Calibration Before Few Short Learning of LLM's |