Update index.html
Browse files- index.html +21 -2
index.html
CHANGED
@@ -258,12 +258,31 @@ ID,Labels
|
|
258 |
</ul>
|
259 |
</p>
|
260 |
|
261 |
-
<h2>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
262 |
<ol>
|
263 |
<li><strong>Advanced Models:</strong> fine-tune Wav2Vec2.0, HuBERT on Arabic/Quranic speech.</li>
|
264 |
<li><strong>Data Augmentation:</strong> use SpeechBlender to synthesize mispronunciations.</li>
|
265 |
<li><strong>Pattern Analysis:</strong> statistical study of QuranMB errors to guide training.</li>
|
266 |
-
</ol>
|
267 |
|
268 |
<h2>Registration</h2>
|
269 |
<p>
|
|
|
258 |
</ul>
|
259 |
</p>
|
260 |
|
261 |
+
<h2>Suggested Research Directions</h2>
|
262 |
+
<ol>
|
263 |
+
<li>
|
264 |
+
<strong>Advanced Mispronunciation Detection Models</strong><br>
|
265 |
+
Apply state-of-the-art self-supervised models (e.g., Wav2Vec2.0, HuBERT), using variants that are pre-trained/fine-tuned on Arabic speech. These models can then be fine-tuned on Quranic recitations to improve phoneme-level accuracy.
|
266 |
+
</li>
|
267 |
+
<li>
|
268 |
+
<strong>Data Augmentation Strategies</strong><br>
|
269 |
+
Create synthetic mispronunciation examples using pipelines like
|
270 |
+
<a href="https://arxiv.org/abs/2211.00923" target="_blank">SpeechBlender</a>.
|
271 |
+
Augmenting limited Arabic/Quranic speech data helps mitigate data scarcity and improves model robustness.
|
272 |
+
</li>
|
273 |
+
<li>
|
274 |
+
<strong>Analysis of Common Mispronunciation Patterns</strong><br>
|
275 |
+
Perform statistical analysis on the QuranMB dataset to identify prevalent errors (e.g., substituting similar phonemes, swapping vowels).
|
276 |
+
These insights can drive targeted training and tailored feedback rules.
|
277 |
+
</li>
|
278 |
+
</ol>
|
279 |
+
|
280 |
+
<!-- <h2>Suggested Research Directions</h2>
|
281 |
<ol>
|
282 |
<li><strong>Advanced Models:</strong> fine-tune Wav2Vec2.0, HuBERT on Arabic/Quranic speech.</li>
|
283 |
<li><strong>Data Augmentation:</strong> use SpeechBlender to synthesize mispronunciations.</li>
|
284 |
<li><strong>Pattern Analysis:</strong> statistical study of QuranMB errors to guide training.</li>
|
285 |
+
</ol> -->
|
286 |
|
287 |
<h2>Registration</h2>
|
288 |
<p>
|