Hybrid Continual Learning for Low-Resource Australian Aboriginal Language Identification
Summary
This paper proposes two hybrid continual learning methods—Replay Augmented Elastic Weight Consolidation and Constraint Guided Knowledge Distillation—to adapt pretrained speech models for identifying low-resource Australian Aboriginal languages while mitigating catastrophic forgetting.
View Cached Full Text
Cached at: 07/15/26, 04:21 AM
# Hybrid Continual Learning for Low-Resource Australian Aboriginal Language Identification
Source: [https://arxiv.org/html/2607.11946](https://arxiv.org/html/2607.11946)
Mylvaganam Dang Ambikairajah Sethu Wu
###### Abstract
Language identification is an important step toward integrating endangered Australian Aboriginal languages \(AALs\) into speech technologies supporting language revitalisation and digital inclusion\. However, extreme data scarcity limits model performance\. Transfer learning from high\-resource languages shows promise but often suffers from catastrophic forgetting when adapting to new languages\. Continual learning \(CL\) can mitigate this issue, though it remains challenging with very limited data\. To address this, we propose two hybrid continual learning methods: Replay Augmented Elastic Weight Consolidation and Constraint Guided Knowledge Distillation to adapt pretrained speech models for AAL identification while preserving previously learned knowledge\. Experiments on Warlpiri, Dalabon and Dharawal show that the proposed methods outperform fine\-tuning and existing CL baselines, improving adaptation to multiple AALs while maintaining performance on previously learnt high\-resource languages\.
###### keywords:
Automatic language identification, low resource, Australian Aboriginal languages, continual learning\.
## 1Introduction
Australia has over 250 Indigenous languages, but only about 123 remain actively used, many critically endangered due to limited intergenerational transmission\[battin2020national\]\. As language loss risk grows, technological support is vital for documentation and revitalization\. Language identification \(LID\), which automatically detects the language of an audio signal, plays a key role in this effort\. It enables downstream applications, such as speech recognition, translation, and speech archiving, while supporting efficient corpus organization\. Reliable LID is thus crucial for developing digital tools that promote preservation, education, and inclusion for Australian Aboriginal communities\.
Recent advances in multilingual speech modeling, supported by large\-scale speech corpora, have enabled near\-perfect LID for high\-resource languages\[valk2021voxlingua107\]\. However, these gains have not transferred effectively to low\-resource settings, where performance remains substantially lower due to severe data scarcity\[caswell2020language\]\. The challenges are even more pronounced for Australian Aboriginal languages \(AALs\), which often exhibit restricted speaker diversity and limited access to linguistic expertise\.
Prior work on low\-resource languages has explored domain adaptation via full or parameter\-efficient fine\-tuning\[feng2019low,gaikwad2021cross,hu2022lora\]\. However, these methods often cause catastrophic forgetting, where performance on previously learned languages drops significantly when adapting to new ones\. This issue is critical in multilingual systems that must support both high\-resource languages and newly introduced AALs\. Moreover, repeatedly fine\-tuning for each language is computationally costly, emphasizing the need for methods that allow continuous adaptation while retaining performance on previously learned languages\.
Continual learning \(CL\) addresses these challenges by enabling models to adapt to new data while retaining previously learned tasks\. CL methods are typically categorized into three groups\[qu2021recent\]: \(i\) regularization\-based, such as Elastic Weight Consolidation \(EWC\)\[EWC\], which constrains parameter updates to preserve previously learned tasks; \(ii\) replay\-based, like Experience Replay \(ER\)\[fedus2020revisiting\], which rehearse representative samples from earlier tasks; and \(iii\) knowledge\-distillation \(KD\) methods, which transfer knowledge from a previous model to mitigate forgetting\[mansourian2025comprehensive\]\. However, applying these methods to AALs remains challenging\. Regularization approaches become less effective during long\-term adaptation to diverse AALs, as variations in accents, acoustic conditions, and languages can interfere with prior knowledge\[van2019three\], and accumulated penalties over time may cause numerical instability\[jones2018continual\]\. ER and KD also struggle with data imbalance between newly introduced and previously learned languages, common in extremely low\-resource AALs, which can hinder adaptation or destabilize prior knowledge\[qu2021recent,hou2019learning\], indicating that ER or KD alone is insufficient to prevent catastrophic forgetting in such settings\.
Recent studies have explored hybrid approaches that combine multiple CL methods to overcome the limitations of individual ones in other domains\[li2024continual\]\. For example, Sun et al\.\[sun2020distill\]and Cappellazzo et al\.\[cappellazzo2022investigation\]propose that combining ER and KD improves accuracy and reduces forgetting compared to standalone methods, particularly in class\-incremental settings for natural language and spoken language understanding\. However, hybrid strategies remain largely unexplored for LID, especially for highly under\-resourced languages\. Existing ER–KD hybrids may also be well\-suited for AALs, as they remain sensitive to data imbalance\[qu2021recent,hou2019learning\], a key challenge in AALs\. Consequently, such methods may still suffer from biased learning and forgetting, underscoring the need for hybrid CL frameworks specifically designed for extreme low\-resource settings\.
To address limitations for extremely low\-resource AALs, we propose two hybrid continual learning frameworks to overcome severe data scarcity and catastrophic forgetting: \(1\) Replay\-Augmented Elastic Weight Consolidation \(RA\-EWC\), which augments EWC, which preserves previously acquired knowledge by restricting changes to important model parameters, with selective replay of past samples to reinforce earlier learning, and \(2\) Constraint\-Guided Knowledge Distillation \(CG\-KD\), which integrates EWC with KD, where a previously trained model guides the learning of a new model through soft target predictions, for robust adaptation under extreme scarcity\. These methods are especially well\-suited for AALs, as RA\-EWC supports stable learning even when replay memory is very limited, while CG\-KD protects important model parameters and preserves the behavior of previously trained models, enabling more reliable adaptation to new languages\.
We evaluate the proposed methods on three extremely low\-resource AALs: Warlpiri, Dalabon, and Dharawal, and on two different tasks: \(i\) single AAL adaptation, which extends a pretrained model to learn a single AAL, and \(ii\) sequential adaptation across multiple AALs, which enables incremental learning without forgetting\. To our knowledge, this is the first work to introduce hybrid CL methods for extremely low\-resource language identification tasks\.
## 2Proposed Hybrid Continual Learning
We propose two hybrid methods, RA\-EWC and CG\-KD, to address the challenges of low\-resourced AAL identification\. RA\-EWC enhances EWC by incorporating ER, as illustrated in Figure[1](https://arxiv.org/html/2607.11946#S2.F1)\. This hybrid design allows the model to retain important parameters learned from prior languages \(FiF\_\{i\}\) even with a limited replay sample, stabilizing learning and mitigating catastrophic forgetting during continual adaptation of AALs\. As shown in Figure[2](https://arxiv.org/html/2607.11946#S2.F2), the proposed CG\-KD combines KD with EWC to guide continual learning\. The student model learns representations for the target low\-resource languages while preserving its outputs on high\-resource languages to match those of a frozen teacher model \(i\.e\., the pretrained model prior to continual learning\)\.
Figure 1:Overview of Replay\-Augmented Elastic Weight Consolidation \(RA\-EWC\), combining EWC and ER\. It uses three losses: negative log\-likelihoodℒLRL\\mathcal\{L\}\_\{\\text\{LRL\}\}on new AAL data, replay lossℒER\\mathcal\{L\}\_\{\\text\{ER\}\}on stored replay samples, and regularization constraintℒEWC\\mathcal\{L\}\_\{\\text\{EWC\}\}to protect important parameters\. All losses are jointly optimized to adapt the model\.### 2\.1Replay\-Augmented Elastic Weight Consolidation \(RA\-EWC\)
Constraint on the representative buffer\.By maintaining a small replay bufferℬ\\mathcal\{B\}containing samples from previously seen high\-resource languages𝒟HRL\\mathcal\{D\}\_\{\\mathrm\{HRL\}\}, forgetting can be mitigated by periodically re\-exposing the model to the source domain\[fedus2020revisiting\]\. During continual adaptation to AALs, each training batch comprises both newly observed low\-resource data𝒟LRL\\mathcal\{D\}\_\{\\mathrm\{LRL\}\}and replayed samplesℬ⊂𝒟HRL\\mathcal\{B\}\\subset\\mathcal\{D\}\_\{\\mathrm\{HRL\}\}\. Accordingly, the adaptation objective combines the negative log\-likelihood \(NLL\) loss for low\-resource data,ℒLRL\\mathcal\{L\}\_\{\\mathrm\{LRL\}\}, with the NLL loss for high\-resource replay data,ℒER\\mathcal\{L\}\_\{\\mathrm\{ER\}\}, as follows:
ℒLRL\(θ\)\\displaystyle\\mathcal\{L\}\_\{\\text\{LRL\}\}\(\\theta\)=𝔼\(x,y\)∼𝒟LRL\[ℒ\(fθ\(x\),y\)\]\\displaystyle=\\mathbb\{E\}\_\{\(x,y\)\\sim\\mathcal\{D\_\{\\text\{LRL\}\}\}\}\\left\[\\mathcal\{L\}\\big\(f\_\{\\theta\}\(x\),y\\big\)\\right\]\(1\)
ℒER\(θ\)\\displaystyle\\mathcal\{L\}\_\{\\text\{ER\}\}\(\\theta\)=𝔼\(x,y\)∼ℬ\[ℒ\(fθ\(x\),y\)\]\\displaystyle=\\mathbb\{E\}\_\{\(x,y\)\\sim\\mathcal\{B\}\}\\left\[\\mathcal\{L\}\\big\(f\_\{\\theta\}\(x\),y\\big\)\\right\]\(2\)
Here,fθ\(x\)f\_\{\\theta\}\(x\)denotes the output of continually adapted model for given inputxxandyyrepresent the corresponding groundtruth\.
Constraint on critical weights\.Penalizing changes to parameters that are important for previously learned high\-resource languages,𝒟HRL\\mathcal\{D\_\{\\text\{HRL\}\}\}, can help constrain weight updates and prevent catastrophic forgetting\. The importance of each pretrained parameter,θi\\theta\_\{i\}, is quantified using an importance scoreFiF\_\{i\}, which is theii\-th diagonal element of the Fisher Information Matrix,𝐅\\mathbf\{F\}\[kirkpatrick2017overcoming\]\. The𝐅\\mathbf\{F\}matrix assigns higher values to parameters that strongly influence the loss, indicating that changes to these parameters significantly affect performance on previously learned tasks, while parameters with lower values are less critical\. Letθi∗\\theta\_\{i\}^\{\*\}denote the updated model parameters during continual learning, and therefore, the regularization loss is:
ℒEWC\(θ\)\\displaystyle\\mathcal\{L\}\_\{\\text\{EWC\}\}\(\\theta\)=∑iFi\(θi∗−θi\)2\\displaystyle=\\sum\_\{i\}F\_\{i\}\(\\theta\_\{i\}^\{\*\}\-\\theta\_\{i\}\)^\{2\}\(3\)
Minimizing the loss function ensures that important parameters remain close to their previous values, reducing forgetting while continuously learning new languages\.
Total loss\.The total loss is the combination of the NLL loss for new language,ℒLRL\\mathcal\{L\}\_\{\\text\{LRL\}\}and the regularization losses as:
ℒTotal\(θ\)\\displaystyle\\mathcal\{L\}\_\{Total\}\(\\theta\)=ℒLRL\(θ\)\+βℒER\(θ\)\+λℒEWC\(θ\)\\displaystyle=\\mathcal\{L\}\_\{\\text\{LRL\}\}\(\\theta\)\+\\beta\\,\\mathcal\{L\}\_\{\\text\{ER\}\}\(\\theta\)\+\\lambda\\,\\mathcal\{L\}\_\{\\text\{EWC\}\}\(\\theta\)\(4\)
whereλ\\lambdaandβ\\betaare hyperparameters balancing the trade\-off between the terms\.
### 2\.2Constraint\-Guided Knowledge Distillation \(CG\-KD\)
Figure 2:Overall architecture of Constraint\-Guided Knowledge Distillation \(CG\-KD\), integrating KD and EWC\. The student learns from new AAL data and aligns its high\-resource outputs with the frozen teacher viaℒKLD\\mathcal\{L\}\_\{\\text\{KLD\}\}loss\. The regularization termℒEWC\\mathcal\{L\}\_\{\\text\{EWC\}\}preserves key weights, andℒLRL\\mathcal\{L\}\_\{\\text\{LRL\}\}supports accurate classification of new languages\. All losses are jointly optimized to update the model\.The Kullback–Leibler Divergence \(KLD\) loss is used to adapt the student model to preserve knowledge from the pre\-trained teacher by aligning their output distributions over previously learned high\-resource languages classesii:
ℒKLD\\displaystyle\\small\\mathcal\{L\}\_\{\\text\{KLD\}\}=−∑ipite\(T\),logpist\(T\)\\displaystyle=\-\\sum\_\{i\}p\_\{i\}^\{\\text\{te\}\}\(T\),\\log p\_\{i\}^\{\\text\{st\}\}\(T\)\(5\)
Here,pite\(T\)p\_\{i\}^\{\\text\{te\}\}\(T\)andpist\(T\)p\_\{i\}^\{\\text\{st\}\}\(T\)denote the softened probability distributions of the teacher and student models, respectively, computed using a temperature\-scaled softmax:
pite\(T\)\\displaystyle p\_\{i\}^\{\\text\{te\}\}\(T\)=exp\(zite/T\)∑jexp\(zjte/T\),pist\(T\)=exp\(zist/T\)∑jexp\(zjst/T\)\.\\displaystyle=\\frac\{\\exp\(z\_\{i\}^\{\\text\{te\}\}/T\)\}\{\\sum\_\{j\}\\exp\(z\_\{j\}^\{\\text\{te\}\}/T\)\},\\qquad p\_\{i\}^\{\\text\{st\}\}\(T\)=\\frac\{\\exp\(z\_\{i\}^\{\\text\{st\}\}/T\)\}\{\\sum\_\{j\}\\exp\(z\_\{j\}^\{\\text\{st\}\}/T\)\}\.\(6\)
wherezitez\_\{i\}^\{\\text\{te\}\}andzistz\_\{i\}^\{\\text\{st\}\}denote the teacher and student logits for high\-resource languageii, andTTis a temperature hyperparameter\. Dividing logits byTTbefore softmax, a higherTTsoftens the output distribution, increasing the relative probabilities of non\-target classes and thereby exposing similarity patterns among classes, which helps capture inter\-class relationships during knowledge transfer\.
In addition, EWC is applied via the regularization loss in Equation \([3](https://arxiv.org/html/2607.11946#S2.E3)\), which constrains important parameters of the student model and promotes stability during adaptation\. To effectively learn low\-resource languages, the NLL lossℒLRL\\mathcal\{L\}\_\{\\text\{LRL\}\}is also included to optimize classification performance on the newly introduced languages\.
Total loss\.The total loss of CG\-KD is a weighted sum of theℒLRL\\mathcal\{L\}\_\{\\text\{LRL\}\}, regularization loss and the KLD loss as:
ℒtotal\(θ\)=\(1−α\)\(ℒLRL\(θ\)\+λℒEWC\(θ\)\)\+αℒKLD\(θ\)\\mathcal\{L\}\_\{\\text\{total\}\}\(\\theta\)=\(1\-\\alpha\)\\,\(\\mathcal\{L\}\_\{\\text\{LRL\}\}\(\\theta\)\+\\lambda\\,\\mathcal\{L\}\_\{\\text\{EWC\}\}\(\\theta\)\)\+\\alpha\\,\\mathcal\{L\}\_\{\\text\{KLD\}\}\(\\theta\)\(7\)
whereα\\alphacontrols the balance between learning the new language and retaining knowledge from previously seen languages\.
Table 1:Performance \(F1\-score %\) for high\-resource languages \(HRL\) and three AALs: Warlpiri, Dalabon, and Dharawal\. "Source" and "TL" refer to pre\-trained model without adaptation and naïve transfer learning, respectively\. Best results are highlighted inBold\.
## 3Experimental Setup
### 3\.1Dataset
AAL dataset\.Experiments are conducted on three AALs: Warlpiri, Dalabon, and Dharawal\. Speech data for Warlpiri\[doreco\-warl1254\]and Dalabon\[doreco\-ngal1292\]is sourced from the DoReCo dataset\[doreco\], with recordings from 18 and 4 speakers, respectively\. Dharawal recordings are obtained from publicly available resources on the Dharawal Words website111[https://www\.dharawalwords\.com\.au](https://www.dharawalwords.com.au/)\[dang2025characterization\], consisting of 8 speakers\. Although small compared to high\-resource languages, these are the largest available AAL speech datasets, highlighting severe data scarcity\. All recordings were manually inspected, and files with unclear speech, silence, excessive noise, or corruption were removed to preserve linguistic integrity and meaningful embeddings\. After preprocessing, audio was downsampled to 16 kHz and segmented into 8–10 second clips, yielding 1125 utterances \(3 hours\) for Warlpiri, 284 utterances \(40 minutes\) for Dalabon, and 63 utterances \(11 minutes\) for Dharawal\. Each dataset was split 80/10/10 for training, validation, and testing\.
High\-resource languages\.Speech data for high\-resource languages is drawn from the VoxLingua107\[valk2021voxlingua107\], selecting 1000 utterances of 8–10 seconds per language\. This subset is used consistently in all experiments together with the AAL datasets\.
### 3\.2Adaptation Tasks
We considered two adaptation scenarios for AALs\.
Single AAL adaptation\.The goal is to distinguish a single AAL from HRLs\. The multilingual LID model is adapted to the single target AAL while minimizing catastrophic forgetting, enabling it to capture language\-specific acoustic features of the AAL while retaining correct identification of HRLs\.
Sequential adaptation\.The goal is to progressively adapt the pretrained LID model to multiple AALs while maintaining performance on HRLs and previously seen AALs\. Each AAL is treated as an independent task and incorporated sequentially\. For example, given three AALsL1,L2,L3L\_\{1\},L\_\{2\},L\_\{3\}, the model is first adapted toL1L\_\{1\}, and for each subsequent languageLkL\_\{k\}\(k\>1k\>1\), the model adapted toLk−1L\_\{k\-1\}serves as the starting point\. This approach enables cumulative learning, allowing incremental acquisition of multiple AALs while retaining prior AAL knowledge and discriminability between HRLs and AALs\.
### 3\.3Implementation Details
Pretrained model and adaptation strategy\.We adopt a pretrained model trained on the VoxLingua107 dataset\[valk2021voxlingua107\], which contains over 6,000 hours of speech from 107 languages, as the backbone for our experiments\. The model comprises an ECAPA\-TDNN \(Emphasized Channel Attention, Propagation, and Aggregation Time Delay Neural Network\) encoder\[ecapa\]followed by a classifier222https://huggingface\.co/speechbrain/lang\-id\-voxlingua107\-ecapatrained for 107\-way language identification\. Owing to its strong multilingual performance and robust architectural design, this model serves as a reliable baseline and is widely used in LID research\.
During adaptation to new languages, the final classification layer of the pretrained model is replaced to include both newly introduced and previously learned languages in both proposed approaches\. In RA\-EWC, only the updated classifier is fine\-tuned while the encoder remains frozen \(Figure[1](https://arxiv.org/html/2607.11946#S2.F1)\)\. This strategy preserves prior acoustic representations and adjusting decision boundaries for new languages\. In CG\-KD, both the student model’s encoder and updated classifier are fine\-tuned while the teacher model remains fixed \(Figure[2](https://arxiv.org/html/2607.11946#S2.F2)\), enabling representation\-level adaptation guided by KD\.
Baselines\.We establish two types of baselines for comparison\. First, conventional transfer learning, where pretrained models are fine\-tuned on target low\-resource language data without continual learning\. Second, traditional CL approaches, including EWC\[EWC\], ER\[ER\], and KD\[KD\], with consistent data splits and model architectures across all experiments\.
Hyperparameters\.Each model is trained for 3 epochs with a batch size of 32 using the AdamW optimizer and a ReduceLROnPlateau scheduler \(initial lr = 0\.001\)\. The hyperparametersTT,α\\alpha,λ\\lambda, andβ\\betaare tuned via grid search on the validation set and selected as2\.02\.0,0\.70\.7,10610^\{6\}, and1\.01\.0, respectively\. Performance is evaluated in terms of adaptation accuracy for AALs \(F1\-score on target AALs\) and catastrophic forgetting \(F1\-score on 33 previously learned high\-resource languages,HRL\)\. For the sequential adaptation task, forgetting is further assessed by including both HRL and the previously adapted AAL\. Overall effectiveness is assessed jointly on the target AAL and HRL, referred to asoverall333https://github\.com/PraviMyl/AAL\_identification\.
## 4Results and Discussion
### 4\.1Single AAL Identification
Table 2:Performance \(F1\-score %\) of adapting proposed methods in Sequential using Warlpiri \(WA\), Dalabon \(DA\) and Dharawal \(DH\)\. Symbol∪\\cupdenotes mixing training sets, while arrow⇒\\Rightarrowdenotes training proposed methods sequentially\. Best results in each method are highlighted inBold\.MethodSettingsHRL \(%\)WA \(%\)DA \(%\)DH \(%\)overall \(%\)RA\-EWCBaselineWA∪\\cupDA∪\\cupDH76\.7496\.0075\.0050\.0078\.40Sequential adaptationWA⇒\\RightarrowDA⇒\\RightarrowDH77\.8694\.5710010079\.12WA⇒\\RightarrowDH⇒\\RightarrowDA77\.5798\.2666\.6710079\.53DA⇒\\RightarrowWA⇒\\RightarrowDH77\.9191\.1675\.0010080\.13DA⇒\\RightarrowDH⇒\\RightarrowWA77\.8396\.0075\.0010080\.20DH⇒\\RightarrowWA⇒\\RightarrowDA76\.7797\.3775\.0010079\.99DH⇒\\RightarrowDA⇒\\RightarrowWA75\.2396\.4675\.0010078\.69CG\-KDBaselineWA∪\\cupDA∪\\cupDH87\.7098\.7082\.3566\.6787\.50Sequential adaptationWA⇒\\RightarrowDA⇒\\RightarrowDH86\.6294\.1510010087\.99WA⇒\\RightarrowDH⇒\\RightarrowDA87\.3696\.4182\.3510086\.90DA⇒\\RightarrowWA⇒\\RightarrowDH88\.1898\.7082\.3510088\.63DA⇒\\RightarrowDH⇒\\RightarrowWA87\.6191\.8282\.3510086\.76DH⇒\\RightarrowWA⇒\\RightarrowDA89\.0696\.1282\.3510089\.43DH⇒\\RightarrowDA⇒\\RightarrowWA86\.1398\.7082\.3510086\.93LID performance for Warlpiri\.Table[1](https://arxiv.org/html/2607.11946#S2.T1)shows the performance when Warlpiri is adapted to the pre\-trained model\. The pre\-trained model \(Source\) achieves an initial F1\-score of 90\.72% on the high\-resource languages \(HRL\)\. A naïve transfer learning approach \(TL\), where all model parameters are updated, performs well on Warlpiri but reduces the HRL F1\-score to 62\.47%, indicating severe catastrophic forgetting\.
Among the three baseline CL methods, KD performs best, achieving an overall F1\-score of 93\.02% \(91\.56% on HRL and 100% on Warlpiri\), effectively balancing knowledge retention and adaptation\. EWC and ER also reduce forgetting, yielding more balanced results than TL\. Our proposed RA\-EWC further improves overall performance to 87\.41%, compared to 85\.36% and 85\.26% for EWC and ER, respectively, demonstrating improved stability–plasticity balance\. The second proposed method, CG\-KD, achieves the highest overall F1\-score, increasing HRL performance from 91\.56% to 92\.89% while maintaining perfect adaptation to Warlpiri\. This improvement is likely due to KD transferring richer information through soft targets, providing stronger regularization and more effectively mitigating catastrophic forgetting under low\-resource conditions where replay buffers may be insufficient\.
LID performance for Dalabon and Dharawal:Table[1](https://arxiv.org/html/2607.11946#S2.T1)further presents adaptation results for Dalabon and Dharawal, which are even more resource\-constrained than Warlpiri\. Both proposed methods effectively identify these extremely low\-resource AALs while mitigating catastrophic forgetting\. For Dalabon, EWC and ER both reduce forgetting compared to TL\. KD achieves the best performance among the three baselines with an overall F1\-score of 84\.60%, including 84\.12% on HRL and 100% on Dalabon\. Our proposed CG\-KD further improves the overall F1\-score to 85\.68%, achieving perfect Dalabon adaptation while maintaining strong retention\. A similar trend is observed for Dharawal, where both RA\-EWC and CG\-KD achieve perfect in\-language classification \(100%\) despite lower overall F1\-scores \(68\.96% and 76\.41%\)\. These results demonstrate that the proposed methods can effectively adapt to extremely low\-resource languages while maintaining meaningful HRL knowledge, highlighting the promise of CG\-KD in highly data\-scarce scenarios\.
### 4\.2Sequential adaptation performance
Table[2](https://arxiv.org/html/2607.11946#S4.T2)presents F1\-score of the proposed methods under various sequential adaptation scenarios, compared with a joint training baseline where all languages are learned simultaneously from a combined dataset\. As described in Section[3\.1](https://arxiv.org/html/2607.11946#S3.SS1), the three AALs exhibit severe data imbalance, with Dharawal being extremely low\-resource compared to Warlpiri and Dalabon\.
Under the joint training baseline \(WA∪\\cupDA∪\\cupDH\), both RA\-EWC and CG\-KD perform well on Warlpiri, but performance drops significantly for Dharawal, reaching only 50% and 66\.67% F1\-scores, respectively\. This decline is mainly due to severe data imbalance, where joint optimization is dominated by majority language classes, leading to underperformance on extremely low\-resource languages\.
In contrast, sequential adaptation substantially improves performance for such languages\. Treating Dharawal as an independent task allows the model to allocate dedicated capacity for learning discriminative, language\-specific representations without interference from other languages\. This approach does not depend on balanced datasets and enables the model to capture features that would otherwise be suppressed\. Consequently, both RA\-EWC and CG\-KD achieve a perfect 100% F1\-score for Dharawal across all sequential scenarios\. The performance gap between sequential adaptation and joint training highlights the effectiveness of the proposed approach in adapting to new languages under extremely low\-resource conditions\.
Another key observation is the consistently high performance across all three AALs, regardless of adaptation order\. For example, adapting Dharawal first, followed by Warlpiri and Dalabon, yields results comparable to other sequences\. This indicates that the framework does not depend on dataset size, adaptation order, or closely related languages for effective learning, supporting flexible and long\-term integration of new AALs as data becomes available\.
Overall, CG\-KD combined with sequential adaptation demonstrates strong robustness and scalability, providing a unified framework for identifying AALs among HRLs and multiple AALs under severe data imbalance\. These results highlight its potential as a practical solution for building multilingual LID systems that can incrementally incorporate endangered AALs in real\-world scenarios\.
## 5Conclusion
In this work, we propose two hybrid CL approaches, RA\-EWC and CG\-KD, to adapt pretrained speech foundation models for extremely low\-resource AALs identification while mitigating catastrophic forgetting\. Experimental results show that both methods outperform conventional fine\-tuning and CL baselines, with CG\-KD providing the strongest preservation of previously acquired knowledge and best performance under severe data scarcity\. The proposed approaches also support sequential adaptation across multiple AALs, allowing models to evolve without degrading performance on earlier languages\. Overall, these frameworks offer a scalable and robust solution for continual adaptation in severely under\-resourced multilingual speech settings, advancing more inclusive language technologies\.
## 6Acknowledgment
The authors would like to thank the School of Electrical Engineering and Telecommunications at UNSW Sydney, Australia, for providing funding for this research initiative\. Ethics approval was granted by the Human Research Ethics Advisory Panel Executive \(HREAP\) at UNSW Sydney, Australia, under Reference Number iRECS6867\.
## 7Generative AI use disclosure
During the preparation of this work, the authors used an AI tool in order to refine the academic language, improve the structural flow of the manuscript, and optimise technical terminology\. After using this tool, the authors reviewed and edited the content as needed and take full responsibility for the content of the publication\.
## ReferencesSimilar Articles
Learning to Hear Hesitation: Continual Learning for Disfluency-Aware ASR
This paper proposes a continual learning approach to integrate disfluency tokens into pretrained ASR models, addressing catastrophic forgetting and improving recognition of disfluent speech.
Convex Low-resource Accent-Robust Language Detection in Speech Recognition
This paper introduces CLD, a lightweight convex optimization-based language detection head for ASR that achieves 97-98% accuracy with under 100 training samples while reducing compute costs by 13x, addressing accent and dialect robustness across 5 languages and 24 sub-dialects.
Tone-Conditioned Curriculum Learning for Low-Resource Bantu Speech Recognition
This paper proposes a tone-conditioned curriculum learning framework for low-resource Bantu speech recognition, combining hybrid difficulty scoring, gated adapters, and staged curriculum training. Evaluations on six Southern Bantu languages show that W2V-BERT outperforms Whisper on Nguni languages while Whisper performs better on Sotho-Tswana languages.
Low-resource Language Discrimination Towards Chinese Dialects with Transfer learning and Data Augmentation
The paper proposes a novel framework (CDDTLDA) using transfer learning and data augmentation to improve Chinese dialects discrimination under low-resource conditions, achieving state-of-the-art results on two benchmark corpora.
Attribution-Guided Continual Learning for Large Language Models
This paper proposes an attribution-guided continual fine-tuning framework for large language models that estimates task-specific parameter importance in Transformer layers and modulates gradients accordingly, mitigating catastrophic forgetting while maintaining performance on new tasks.