Khubaib01 commited on
Commit
4f89df1
·
verified ·
1 Parent(s): f45011a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +128 -1
README.md CHANGED
@@ -5,6 +5,133 @@ colorFrom: pink
5
  colorTo: yellow
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  colorTo: yellow
6
  sdk: static
7
  pinned: false
8
+ thumbnail: >-
9
+ https://cdn-uploads.huggingface.co/production/uploads/685d281ebd8c51629778c12c/nWsXyYbkwEvBfqh-81JbD.png
10
  ---
11
 
12
+ # Inference Lab
13
+
14
+ **Applied AI Engineering & Research — Multan, Pakistan**
15
+
16
+ Inference Lab is an applied AI research and engineering organization. We develop production-grade AI systems, construct high-quality datasets for underrepresented languages, and publish reproducible research across low-resource NLP, speech intelligence, and AI deployment. Our work is end-to-end: from raw data collection and annotation through model training, evaluation, and deployment as usable software.
17
+
18
+ ---
19
+
20
+ ## Research
21
+
22
+ ### Low-Resource NLP
23
+
24
+ **Data-Centric Roman Urdu NLP: High-Quality Dataset Curation, Privacy-Preserving Embeddings, and State-of-the-Art Model Benchmarking**
25
+
26
+ A comprehensive data-centric study addressing the critical gaps in Roman Urdu NLP infrastructure. Covers rigorous dataset curation methodology, privacy-preserving embedding strategies, and systematic benchmarking of state-of-the-art models on Roman Urdu classification tasks. Establishes reproducible baselines for future work in this domain.
27
+
28
+ → [Preprint](https://doi.org/10.5281/zenodo.18080524)
29
+
30
+ ---
31
+
32
+ **RUEmoCorp: A Large-Scale Roman Urdu Emotion Corpus with Cross-Institute Annotation Validation and State-of-the-Art Emotion Classification**
33
+
34
+ Construction and release of the largest Roman Urdu emotion recognition corpus to date. Introduces a cross-institute annotation validation framework with structured annotator roles, multi-round calibration, and Inter-Annotator Agreement (IAA) measurement. Accompanies the current state-of-the-art emotion classifier for Roman Urdu.
35
+
36
+ → *Under Progress*
37
+
38
+ ---
39
+
40
+ ### Speech AI
41
+
42
+ **Modeling Vocal Fatigue as Embedding-Space Deviation Using Contrastively Trained ECAPA-TDNNs**
43
+
44
+ A novel approach to vocal fatigue detection that frames the problem as deviation measurement in speaker embedding space rather than direct classification. A contrastively trained ECAPA-TDNN encoder is used to capture speaker-specific vocal baselines; fatigue is quantified as geometric distance from the healthy reference embedding. Introduces the ECAPA-TDNN-VHE architecture, achieving 2.5× performance improvement over the standard ECAPA-TDNN baseline.
45
+
46
+ → [Preprint](https://doi.org/10.5281/zenodo.18366305)
47
+
48
+ ---
49
+
50
+ **Continuous Vocal Load Monitoring in Professional Voice Users: Development and Occupational Validation of an Automated Assessment System**
51
+
52
+ A complete occupational health monitoring system for professional voice users — teachers, call center operators, broadcasters, and clinical staff. Addresses the gap between laboratory vocal fatigue research and deployable real-world monitoring tools. Validated against occupational use conditions with a focus on practical deployment in professional environments.
53
+
54
+ → *Under Review — Journal of Voice*
55
+
56
+ ---
57
+
58
+ ## Datasets
59
+
60
+ **RUEmoCorp** — Largest curated Roman Urdu Emotion Corpus
61
+
62
+ Multi-class emotion recognition corpus for Roman Urdu, constructed with structured annotation pipelines, cross-institute validation, and rigorous quality control. Supports research in low-resource affective computing and multilingual NLP.
63
+
64
+ [HuggingFace](#) · [Harvard Dataverse](https://doi.org/10.7910/DVN/BPWHOZ)
65
+
66
+ ---
67
+
68
+ **Roman Urdu Sentiment Corpus** — Largest curated Roman Urdu Sentiment Corpus
69
+
70
+ Large-scale sentiment corpus for Roman Urdu, released with full documentation of collection methodology, annotation schema, and inter-annotator agreement statistics. Serves as the benchmark dataset for Roman Urdu sentiment classification.
71
+
72
+ [HuggingFace](https://huggingface.co/datasets/Khubaib01/RomanUrdu-NLP-Sentiment-Corpus) · [Harvard Dataverse](https://doi.org/10.7910/DVN/TMXDCL)
73
+
74
+ ---
75
+
76
+ ## Models
77
+
78
+ **ECAPA-TDNN-VHE** — Vocal Health Encoder
79
+
80
+ Custom ECAPA-TDNN architecture trained contrastively for vocal health assessment. Encodes speaker vocal characteristics into a health-sensitive embedding space. Achieves 2.5× performance improvement over the standard ECAPA-TDNN baseline on vocal fatigue detection benchmarks.
81
+
82
+ [HuggingFace](https://huggingface.co/Khubaib01/ECAPA-TDNN-VHE)
83
+
84
+ ---
85
+
86
+ **Roman Urdu Emotion Classifier** — Current State of the Art
87
+
88
+ XLM-RoBERTa fine-tuned on RUEmoCorp for multi-class Roman Urdu emotion recognition. Macro F1: 0.9896. The highest-performing publicly available model for this task.
89
+
90
+ [HuggingFace](https://huggingface.co/Khubaib01/roman-urdu-emotion-xlmr-v2)
91
+
92
+ ---
93
+
94
+ **Roman Urdu Sentiment Classifier** — Current State of the Art
95
+
96
+ XLM-RoBERTa fine-tuned on the Roman Urdu Sentiment Corpus. The highest-performing publicly available model for Roman Urdu sentiment classification.
97
+
98
+ [HuggingFace](https://huggingface.co/Khubaib01/roman-urdu-sentiment-xlmr)
99
+
100
+ ---
101
+
102
+ ## Software
103
+
104
+ **VoiceMonitor**
105
+ Python library for continuous vocal load monitoring. Designed for integration into occupational health workflows, real-time audio pipelines, and professional voice user monitoring systems.
106
+
107
+ **Auralis VFS**
108
+ Vocal fatigue scoring library. Provides a programmable interface for fatigue quantification using the ECAPA-TDNN-VHE encoder. Designed for clinical and occupational deployment scenarios.
109
+
110
+ **VocalID**
111
+ Voice biometrics library for speaker verification and identification. Built for security-sensitive applications requiring speaker authentication from raw audio.
112
+
113
+ **faker-pk**
114
+ Localized synthetic data generation library for Pakistan. Generates realistic dummy data — names, addresses, CNICs, phone numbers, and institutional identifiers — for database seeding, system testing, and privacy-safe development workflows.
115
+
116
+ ---
117
+
118
+ ## Standards
119
+
120
+ Every release from Inference Lab adheres to the following:
121
+
122
+ - Reproducible training and evaluation pipelines with public code
123
+ - Rigorous evaluation reporting — macro F1, per-class metrics, confidence intervals where applicable
124
+ - Documented data collection, annotation methodology, and IAA statistics
125
+ - Deployable inference code alongside model weights
126
+ - Honest documentation of limitations and failure cases
127
+ - Archival publication on Harvard Dataverse with permanent DOIs for all datasets
128
+
129
+ ---
130
+
131
+ ## Contact
132
+
133
+ **[Muhammad Khubaib Ahmad](https://www.linkedin.com/in/muhammad-khubaib-ahmad-)** — Founder, Lead Researcher & Engineer
134
+
135
+ Gmail: inferencelab.ai@gmail.com
136
+
137
+ [GitHub](https://github.com/Khubaib01) · Multan, Punjab, Pakistan