Upload README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,59 @@
|
|
| 1 |
-
-
|
| 2 |
-
|
| 3 |
-
--
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Urdu Multi-Modal Sentiment Analysis (UMSA)
|
| 2 |
+
|
| 3 |
+
[](https://doi.org/10.1109/ACCESS.2025.3552475)
|
| 4 |
+
|
| 5 |
+
**UMSA** is a robust and extensible framework for **multi-modal sentiment analysis and emotion detection**, focused specifically on **Urdu-language product review videos**. It combines **textual, audio, and visual modalities** using a fusion-based approach and ensemble modeling. This repository contains the implementation code, dataset details, model weights, and evaluation results described in our thesis and journal publication.
|
| 6 |
+
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
## 📄 Journal Publication
|
| 10 |
+
|
| 11 |
+
> **S. S. Malik et al.**, *"Multi-Modal Emotion Detection and Sentiment Analysis,"* in IEEE Access, vol. 13, pp. 59790-59810, 2025.
|
| 12 |
+
> [📖 Read Full Paper](https://doi.org/10.1109/ACCESS.2025.3552475)
|
| 13 |
+
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
## 📊 Overview
|
| 17 |
+
|
| 18 |
+
In the digital era, online review videos play a vital role in shaping public opinion and consumer decisions. **UMSA** addresses the challenge of extracting sentiment from such content, especially for low-resource languages like Urdu.
|
| 19 |
+
|
| 20 |
+
UMSA offers:
|
| 21 |
+
- A multi-modal Urdu dataset (USD)
|
| 22 |
+
- End-to-end extraction and annotation of text, audio, and visual modalities
|
| 23 |
+
- Early fusion and late ensembling techniques
|
| 24 |
+
- Support for transfer learning
|
| 25 |
+
- Benchmarking on text-only and multi-modal datasets
|
| 26 |
+
|
| 27 |
+
---
|
| 28 |
+
|
| 29 |
+
## 🧠 Key Features
|
| 30 |
+
|
| 31 |
+
- **Dataset (USD):**
|
| 32 |
+
Urdu Sentiment Dataset consisting of annotated videos with synchronized modalities
|
| 33 |
+
|
| 34 |
+
- **Multi-Modality Handling:**
|
| 35 |
+
- `Text` extracted from transcribed speech
|
| 36 |
+
- `Audio` preprocessed for emotional signals
|
| 37 |
+
- `Visual Frames` captured and annotated from videos
|
| 38 |
+
|
| 39 |
+
- **Model Fusion + Ensembling:**
|
| 40 |
+
Each modality is modeled individually and then combined via ensemble strategies for final prediction.
|
| 41 |
+
|
| 42 |
+
- **Use Case Evaluation:**
|
| 43 |
+
Real-world product reviews evaluated to test generalization.
|
| 44 |
+
|
| 45 |
+
---
|
| 46 |
+
|
| 47 |
+
## 🧪 Performance Summary
|
| 48 |
+
|
| 49 |
+
UMSA achieves **>80% classification accuracy** on the USD dataset using multi-modal integration. Validation on external datasets (`USCv1`, `UrduTweets`) showed expected drop in performance due to modality mismatch.
|
| 50 |
+
|
| 51 |
+
## Dataset , Models and Code
|
| 52 |
+
|
| 53 |
+
Due to big volume of Dataset, the main detail of Datasets, Models and Code is available on :
|
| 54 |
+
https://www.kaggle.com/datasets/shoaib837/urdu-sentiments-dataset-usd
|
| 55 |
+
|
| 56 |
+
---
|
| 57 |
+
|
| 58 |
+
## 📁 Repository Structure
|
| 59 |
+
|