Applicability of memorization indicators for early spotting of overfitting while recalibrating sEMG-decoders on low sample sizes
Summary
This paper explores using ReLU activation statistics as memorization indicators to detect overfitting during fine-tuning of sEMG decoders with limited calibration data, without requiring a validation set.
View Cached Full Text
Cached at: 06/29/26, 05:26 AM
# Applicability of memorization indicators for early spotting of overfitting while recalibrating sEMG-decoders on low sample sizes
Source: [https://arxiv.org/html/2606.27855](https://arxiv.org/html/2606.27855)
11institutetext:German Aerospace Center \(DLR\), Institute for AI Safety and Security, Ulm, Germany11email:stephan\.lehmler@dlr\.de22institutetext:Faculty of Electrical Engineering and Information Technology, Ruhr University Bochum, Bochum, Germany33institutetext:Institute for Neural Computation, Ruhr University Bochum, Bochum, Germany44institutetext:Institute of Computer Science, Ruhr West University of Applied Science, Bottrop, Germany44email:ioannis\.iossifidis@hs\-ruhrwest\.de###### Abstract
Deep learning models for surface electromyography \(sEMG\) can benefit substantially from subject\-specific \(re\-\)calibration, since no sufficiently large and diverse datasets are available to train fully generic decoders\. However, for user acceptance, the number of repetitions that can realistically be collected during calibration is severely limited, which increases the risk of overfitting and, in extreme cases, can even degrade performance compared to the uncalibrated model\. Classical overfitting indicators such as validation performance and regularization with early stopping are difficult to apply in this low\-sample regime, as they require additional held\-out data that is rarely available in practical calibration scenarios\.
In this work, we investigate a recently proposed class of memorization indicators based solely on the activation statistics of rectified linear units \(ReLU\) in deep neural networks, which can be computed directly from training data without any extra validation set\. We conduct a transfer\-learning experiment on a benchmark sEMG dataset, where a convolutional neural network is first pre\-trained on multiple subjects and subsequently fine\-tuned on individual users using only a small number of repetitions\. During calibration, we monitor both decoding performance and the activation behaviour of the last hidden layer\. Our results provide first evidence that decreases in test accuracy during fine\-tuning are accompanied by characteristic changes in activation rates, indicating that activation\-based memorization indicators are a promising tool for early spotting of unsuccessful learning in low\-sample sEMG calibration settings\.
## 1Introduction
This paper concerns the early spotting of overfitting during calibration of deep neural network \(DNN\)\-based classification models for surface Electromyograpphy \(sEMG\) data via fine\-tuning based transfer learning\. Electrical signals from muscles measured on the skin\-surface, the sEMG, is one of the primary datasources\[[11](https://arxiv.org/html/2606.27855#bib.bib3),[13](https://arxiv.org/html/2606.27855#bib.bib4),[19](https://arxiv.org/html/2606.27855#bib.bib5)\]for non\-invasive prediction of movement intention in humans\. As such, accurate decoding of these signals via classification or regression is an important step for various applications\[[12](https://arxiv.org/html/2606.27855#bib.bib6),[18](https://arxiv.org/html/2606.27855#bib.bib7)\]\. These include in especially medical applications, like rehabilitory exoskeletons, protheses and ortheses, but also other uses in Human\-Machine\-Interaction, like robotic control or gaming\. Our work is motivated by the application of sEMG\-classifiers for controlling upper\-arm exoskeletons using small DNNs, capable to be run and calibrated locally on edge hardware\. In recent years, deep learning has consistently outperformed classical decoding approaches\[[22](https://arxiv.org/html/2606.27855#bib.bib8),[21](https://arxiv.org/html/2606.27855#bib.bib9),[17](https://arxiv.org/html/2606.27855#bib.bib10)\]\. State of the art results for classifying movement intention in sEMG\-signals is currently being achieved by large attention\-based DNN, e\.g\. in\[[16](https://arxiv.org/html/2606.27855#bib.bib11),[15](https://arxiv.org/html/2606.27855#bib.bib12),[9](https://arxiv.org/html/2606.27855#bib.bib13),[10](https://arxiv.org/html/2606.27855#bib.bib14)\]\. However, these powerful models come with new challenges for real\-life applications\. As the data derived via sEMG is especially dependent on person\-specific factors such as age, gender\[[14](https://arxiv.org/html/2606.27855#bib.bib16)\]or electrode placement\[[5](https://arxiv.org/html/2606.27855#bib.bib15)\], decoder models have to be generally be tuned on each new user, which is not as straightforward for DNN, with their large parameter space, as for simpler machine learning models\. To ease user adoption, a quick and effortless calibration process is required, which means that one can realistically only demand a few sample repetitions from each new user to be used for the calibration\. Here, transfer learning has been shown to be beneficial to improve calibration speed and accuracy\[[4](https://arxiv.org/html/2606.27855#bib.bib18),[3](https://arxiv.org/html/2606.27855#bib.bib19),[8](https://arxiv.org/html/2606.27855#bib.bib17)\]\. Still, there is the potential issue of overfitting during calibration, especially when only few movement repetitions are available for calibration\. Previous work has shown how this can be an issue in transfer learning for DNN\-based sEMG\-decoders, and can even reduce within subject performance compared to uncalibrated models, as models would overfit by assumedly memorizing the known repetitions and perform worse on unseen repetitions of the same user\[[8](https://arxiv.org/html/2606.27855#bib.bib17)\]\. This indicates the importance of closely monitoring model performance metrics to verify a satisfactory outcome of the transfer learning process\. Classical approaches for this, such as early stopping, rely on an additional validation dataset and are therefore difficult to implement for user calibration of sEMG decoders\. This validation data would either demand new users to perform additional repetitions and prolonging the calibration process or have to be taken from the same repetition, which in the past was shown to be insufficient for stopping overfitting\[[8](https://arxiv.org/html/2606.27855#bib.bib17)\]\. The calibration process would benefit from simple indicators for overfitting or other forms of unsuccesful learning, that can be evaluated reliably on few samples from the existing training data\. Recent work\[[6](https://arxiv.org/html/2606.27855#bib.bib21),[7](https://arxiv.org/html/2606.27855#bib.bib22)\]has introduced memorization indicators based on a stochastic process model of the activation behaviour of neurons with rectified linear units \(ReLU\)\. The work proposes simple distribution metrics representing the activation rate of neurons in the layer used for training\. When comparing these metrics for generalizing image classifiers with the same models forced to memorize via label randomization, consistent differences where shown\. First and foremost, the memorizing models showed a significantly lower activation rate\. If this connection holds also in the context of other types of data and overfitting models, activation rate based metrics can be a promising candidate for a quantitative monitoring of transfer learning based calibration in low sample settings\. While the indicators have originally been introduced for discerning generalization and memorization, it has been argued\[[7](https://arxiv.org/html/2606.27855#bib.bib22)\]that the relationship between decreasing activation rates and memorization is caused by the network learning \(or memorizing\) increasingly ’rarer’ features of the data\. As such, the underlying model of memorization is, compared to other works\[[20](https://arxiv.org/html/2606.27855#bib.bib23)\], less strictly construed around the idea of memorization as remembering singular data points\. Therefore, the proposed indicators should be applicable to the overfitting on small sEMG samples, where it is less clear\-cut if the overfitting is likely caused by memorization of circumstantial features of the fine\-tuning data instead of by strict memorization of singular samples\. In this paper, we investigate whether or not this apparent relationship between the distribution of activation rates and learning outcomes holds for sEMG signals and classifiers\. In addition to the previously introduced indicators, we add further metrics based on activation rate statistics\. We show promising first results, indicating that a drop in test accuracy during transfer learning does come with a noticeable reduction of activation rates\. The results are stable in a realistic experiment with data from 10 subjects\.
## 2Data & Experiment
We implement a small transfer learning experiment on a representative sEMG benchmark dataset, utilizing a pre\-training phase, followed by a subject\-specific calibration or fine\-tuning phase\. During this second phase, we record activation characteristics in the last hidden layer of the DNN\. For our experiment, we utilize an existing sEMG benchmark\-dataset, the well\-known NinaPro database\[[1](https://arxiv.org/html/2606.27855#bib.bib1)\], particular Database 2, which measures 49 movement classes \(\+rest\) and consists of 40 subjects in total, out of which we use data from the first 30 in our experiment\. All data has been recorded on healthy \(intact limbs\) subjects using 12 Delsys Trigno electrodes\. For each of the 49 classes \(grasping, finger and various functional movements\) have been recorded 6 successive repetitions \(4/2 Training/Test\-Split\)\. In our experiment, we take the raw sEMG measurements as input with only minimum pre\-processing\. The only pre\-processing steps are a data normalization based on the training data and a windowing step, splitting the sEMG timeseries in windows of 50\-samples \(20ms\) each with an overlap of 10\-samples\. Data access and processing has been implemented using the python\-package LibEMG\[[2](https://arxiv.org/html/2606.27855#bib.bib2)\]\. For the pre\-training, we use subject 1\-20, while the transfer\-learning phase uses subject 21\-30\.
As deep\-learning model, we chose a comparatively simple 1D\-Convolutional Network\. It takes the 12x50 \(20ms@2kHz of 12 sEMG channels\) as inputs, processes them using 3 1D\-CNN\-blocks with fixed kernel\-size \(5\) decreasing numbers of filter \(256, 128,64\) Batchnorm and ReLU\-activation after which 3 fully connected ReLU\-layers \(width: 1216, 608, 256\) compress the CNN\-output\. The classification layer had a width of 49 and softmax activation\. For training, we use Adam with CrossEntropyLoss and a fixed learning rate of 0\.001 for 100 epochs using a batchsize of 64\. While this model is obviously nowhere near the size and complexity of state\-of\-the\-art \(SOTA\) models in the field, it does show a realistic model architecture for our application area\. As we want models capable to run inference in real\-time as well as acceptable calibration time with local fine\-tuning on edge\-devices without GPU or AI\-acceleration, larger models are currently out\-of\-scope\. Even with the chosen small\-sized architecture, better performance than achieved might be possible with further hyperparameter tuning\. As the aim of our experiment is however not focused on final model performance, but having a realistic model architecture for monitoring deviant behaviour during calibration, we deemed the trained model to be adequate for addressing the research question\.
After training this initial model, the following calibration phase is the main focus of the experiment\. During this phase, we first take the data generated by each of the subjects 21\-30 and evaluate the pretrained models performance on their respective test data\. Afterwards we fine\-tune the model on a number of repetitions of the given subjects for 50 epochs\. After each epoch, we log information about the performance on the train\- and test\-data, as well as on the activations of the last fully\-connected hidden layer \(size: 256 neurons\)\. In trying to induce a degradation in the test\-performance \(e\.g\. induce overfitting\), we varied two experimental conditions\. The first is the number of repetitions used for the calibration, as smaller sample sizes have resulted in clearly overfitting models in earlier experiments\[[8](https://arxiv.org/html/2606.27855#bib.bib17)\]\. We trained on a range of 1 to 4 repetitions, with one repetition containing one example per movement class each\. The second experimental condition was the number of trainable parameters\. In one experimental condition, we froze all but the last two layers \(calibration\-layers\) of our model\. In the second condition, we retrained all the parameters of the model, under the assumption, that the higher parameter space would more easily lead the models to overfit\. The hyperparameter during this phase were identical to the pre\-training phase\.
The main parameter of interest in this paper is the mentioned activation rate of a neuron\. The activation rate is being calculated exclusively for the last hidden layer of the model \(in accordance to experimental setups in\[[6](https://arxiv.org/html/2606.27855#bib.bib21)\]\)\. To estimate the activation rate of one ReLU\-neuron, the number of times its output is higher than 0 is counted and divided by the number of samples processed\. It is based only on the first batch \(64 samples\) of each epoch during the fine\-tuning phase, so it is recording the behaviour of neurons on the training data\. This is suitable to the initially stated need for indicators that don’t need additional validation datasets\.
## 3Results
After the initial training on 20 subjects, the model described above reached a train accuracy of 0\.52 and a test accuracy of 0\.34\. Without calibration however, on the unknown subjects 21\-30, the same models accuracy was only 0\.065 on average \(std: 0\.017\)\. Initial performance of the pretrained network on data from new users was therefore only slightly above chance \(at 49 classes≈\\approx0\.02\), highlighting the importance of retraining\. Figure[1](https://arxiv.org/html/2606.27855#S3.F1)shows the model performance on the test set \(repetition 5 & 6\) of each new subject during the initial 15 epochs of fine\-tuning\. We see a clear difference in the learning result of both retraining methods\. Only the model with the last two layers used unfrozen as calibration layer generalizes to unseen repetitions of the same user, while the highly overparametrized model with all layers being retrained does not generalize at all\. We will therefore use the model with the retrain method ’last’ and the model retrained using ’all’ layers serve therefore as examples of successful and unsuccessful fine\-tuning respectively\. It should be noted that the later does not necessarily overfit, as it also does not learn the training data successfully\. The number of repetitions used for fine\-tuning does not appear to have any relevant effect on final performance in our experiments\.
Figure 1:Distribution of test accuracy during the first 15 epochs of calibration over 10 unseen subjects with a varied number of repetitions used for fine\-tuning\.In the following, we will look first at the relationship of changes in Mean Activation Rate \(MAR\) and learning performance and later see how MAR and related measures change online during fine\-tuning\.
### 3\.1Relationship between Activation Rate and Transfer\-Learning Performance
We are interested in whether the absolute value or change of Mean Activation Rate \(MAR\) of the final hidden layer observed on a small batch of the training data \(64 samples\) is indicative of model performance\. As the same pretrained model is used, the initial \(pre\-calibration\) MAR\-values for all subjects are close together \(mean: 0\.317, std: 0\.004, min: 0\.308, max: 0\.326\), but statistically not identical, as the Kruskal\-Wallis test for equality in means over multiple groups \(subjects\) does show insignificant results \(H\-value: 8\.643, p\-value: 0\.28\)\. The raw value of MAR seems therefore to be to at least some degree be dependent on the data used for the evaluation\. But as can be seen in figure[2](https://arxiv.org/html/2606.27855#S3.F2), both learning methods can be separated rather well by their changes in MAR\. After only 5 epochs, the model showing improvement on the test data \(retraining method = last\), shows for nearly all subjects and sample sizes a small positive change\. The worse performing models \(with negative changes of accuracy\) do overwhelmingly tend to decreasing MAR, with an overall higher change, but wider variability in reduction\. We however don’t observe any clear functional \(linear or otherwise\) relationship that would indicate a quantitative predictability based on changes in MAR\.
Figure 2:Relationship between percentage changes in test accuracy and Mean Activation Rate \(MAR\) early on during the calibration \(after 5 epochs\)\. The X\-Axis shows how much MAR \(evaluated on 64 samples\) changed after 5 epochs compared to the initial state, the Y\-Axis shows how much the test accuracy improved relative to pre\-training conditions\. Colour represents the number of iterations used for fine\-tuning\.
The learning and the non\-learning model can be clearly separated by the direction and magnitude of changes in MAR early on\.We also notice that this general tendency towards large negative changes in MAR is stable for later epochs \(figure[3](https://arxiv.org/html/2606.27855#S3.F3)\) of the models with decreasing accuracy on the test data\. With ongoing training, we notice a developing negative slope for the learning model too \(figure[3](https://arxiv.org/html/2606.27855#S3.F3)c\), which might indicate that under this method too, an overfitting starts to develop\. Indeed, for these models, the accuracy gap between training and testing starts relatively low \(0\.3445 train vs\.0\.2895 test after 5 epochs\), but increases later \(0\.439 train vs\.0\.33725 test after 50 epochs\)\. If MAR is indeed related to memorization, the slight decrease in MAR might actually be caused by this increasing generalization gap\.
\(a\)After 5 Epochs trained onlastlayers
\(b\)After 5 Epochs trained onalllayers
\(c\)After 50 Epochs trained onlastlayers
\(d\)After 50 Epochs trained onalllayers
Figure 3:Quiver plots of changes during the experiments\. The X\-Axis shows the initial test\-set performance \(accuracy\) before fine\-tuning\. The Y\-Axis shows the Mean Activation Rate \(MAR\) of the 256 neurons of the last layer, calculated on 64 training samples\. Each arrow represents one calibration experiment, its starting point is the metrics at the beginning of the experiment\. Its direction showed ascaledversion of the direction both variables moved during the experiment \(the tip doesnotshow the final values\)\. Colour represents the number of iterations used for fine\-tuning\.
Subplots clearly show a difference between successfully and unsuccessfully calibrated models\. We see in \(a\) an upward\-trend in model performance after 5 epochs, while MAR stays roughly the same\. In \(b\), we see how MAR and model performance decrease simultaneous\. Only after 50 epochs, we also notice as slight drop in MAR despite increased model accuracy \(c\)\. This decrease is however way less pronounced as in the cases of unsuccessful learning shown in \(b\) and \(d\)\.
### 3\.2Selected Indicators as online predictors
In the previous section, we have shown how MAR might proof itself as a useful measure to distinguish overfitting models in realistic sEMG applications\. As initially stated, we are interested in using AR\-based indicators as a quantitative monitoring metric for monitoring the calibration/learning progress\. For this we need to understand the dynamics of these indicators, which can be seen in figure[4](https://arxiv.org/html/2606.27855#S3.F4) We want to capture more details about the distribution of activations in the observed hidden layer\. For this we add to the already discussed mean AR, the quantile\-distribution \(25%, median, 75%\) and the coefficient of variation\. The later has been already used in\[[6](https://arxiv.org/html/2606.27855#bib.bib21)\], where an increased variance in AR has been reported for memorizing models\.We observe a similarly an increase during overfitting\. In our case, it continuously rises for the badly performing fine\-tuning method\. Initially starts to drop in the well performing model, but slowly starts to increase as train and test performance start to drift apart\. For the other distributional indicators newly introduced in this paper, we see that the AR\-quantiles do add some details of distributional changes that are getting lost if only the MAR is being considered\.
Figure 4:Changes in multiple Activation Rate \(AR\) based metrics during calibration for the first 10 epochs\. The first row shows the accuracy on the test data, row 2\-6 measures of the distribution of AR in the last hidden layer observed on the training data\. The Y\-Axis is differently scaled for each plot\.
## 4Discussion
### 4\.1Limitation
The presented study concentrates on compact neural architectures and reduced experimental complexity to ensure feasibility for real\-time, on\-device calibration scenarios\. This focus enables precise control over the learning dynamics and allows a clear assessment of activation\-based indicators under realistic constraints relevant for embedded systems\. While these design choices inherently limit absolute model performance compared to SOTA approaches, they strengthen the interpretability and practical relevance of the observed behaviour for resource\-constrained applications\.
The transfer\-learning experiments were intentionally conducted under challenging, low\-sample conditions to target settings in which overfitting is particularly likely to emerge\. As a consequence, calibration success varied across subjects, highlighting the difficulty of balancing adaptability and robustness in small data regimes\. Rather than being a drawback, this variability provides valuable insight into how sensitively memorization indicators respond to different manifestations and severities of overfitting in practice\.
Furthermore, the characteristic scale and expected range of memorization activation rate \(MAR\) values may depend on dataset\-specific properties such as the number of classes, recording setup, and sampling frequency, as is typical for sEMG benchmarks like NinaPro DB2\. This work therefore does not propose universal MAR thresholds, but instead demonstrates the feasibility of using activation statistics as a relative, within\-experiment indicator\. Nonetheless, stable qualitative behaviour of MAR and related indicators has been demonstrated\. The discussed effects are in concordance with existing research on other datasets and shown to allow insights into the training dynamics during the subject\-specific calibration of an sEMG\-decoder\. The combination of multiple more detailed measures of activation statistics in addition to MAR might present a fruitful research direction\. Future research should extend the analysis to a broader spectrum of datasets, architectures, and modalities to derive more standardized reference ranges and to investigate how MAR behaves in larger and deeper networks\. This would directly support the development of more general calibration\-monitoring schemes that leverage activation\-based metrics as part of adaptive, closed\-loop training strategies\.
### 4\.2Conclusion
In this study, we investigated activation\-based memorization indicators as a tool for early detection of overfitting during subject\-specific calibration of DNN\-based sEMG decoders in low\-sample transfer\-learning settings\. Using a compact convolutional architecture on the NinaPro DB2 benchmark and minimal preprocessing based on windowed raw sEMG, we observed that deteriorating test performance during fine\-tuning is often accompanied by a reduction in the activation rate of ReLU neurons in the last hidden layer\. This suggests that simple activation statistics can capture aspects of memorization dynamics that are not directly visible from training accuracy alone\.
Because the investigated indicators operate solely on training data and do not require a separate validation set, it is particularly well suited for embedded, user\-centric calibration scenarios, where additional repetitions are costly or impractical\. Within this constrained but practically relevant setting, our results provide first empirical evidence that mean activation rate \(MAR\) can serve as a lightweight, online\-compatible proxy for impending overfitting\. At the same time, our findings underline that MAR should currently be interpreted as a relative measure whose absolute scale depends on the dataset and architecture\. This work also investigated, for the first time, other statistical metrics besides the mean of the activation rate distribution, which should be investigated further\.
Future work will extend this analysis to larger and deeper networks, alternative activation functions, and additional sEMG and non\-sEMG datasets, with the goal of deriving more standardized MAR reference ranges and understanding cross\-domain invariances\. In the longer term, we envision activation\-based memorization indicators being integrated into adaptive calibration pipelines, where they could trigger early stopping, selective layer freezing, or dynamic regularization schedules\. Such mechanisms would support more robust, data\-efficient fine\-tuning of sEMG\-decoders on edge hardware, thereby facilitating reliable deployment of myoelectric control in real\-world human–machine interaction scenarios\.
\{credits\}
#### 4\.2\.1\\discintname
The authors have no competing interests to declare that are relevant to the content of this article\.
## References
- \[1\]M\. Atzori, A\. Gijsberts, C\. Castellini, B\. Caputo, A\. M\. Hager, S\. Elsig, G\. Giatsidis, F\. Bassetto, and H\. Müller\(2014\)Electromyography data for non\-invasive naturally\-controlled robotic hand prostheses\.Scientific data1\(1\),pp\. 1–13\.Cited by:[§2](https://arxiv.org/html/2606.27855#S2.p1.1)\.
- \[2\]E\. Eddy, E\. Campbell, A\. Phinyomark, S\. Bateman, and E\. Scheme\(2023\)LibEMG: an open source library to facilitate the exploration of myoelectric control\.IEEE Access11\(\),pp\. 87380–87397\.External Links:[Document](https://dx.doi.org/10.1109/ACCESS.2023.3304544)Cited by:[§2](https://arxiv.org/html/2606.27855#S2.p1.1)\.
- \[3\]J\. Fan, M\. Jiang, C\. Lin, G\. Li, J\. Fiaidhi, C\. Ma, and W\. Wu\(2023\)Improving semg\-based motion intention recognition for upper\-limb amputees using transfer learning\.Neural Computing and Applications35\(22\),pp\. 16101–16111\.Cited by:[§1](https://arxiv.org/html/2606.27855#S1.p1.1)\.
- \[4\]R\. Fratti, N\. Marini, M\. Atzori, H\. Müller, C\. Tiengo, and F\. Bassetto\(2024\)A multi\-scale cnn for transfer learning in semg\-based hand gesture recognition for prosthetic devices\.Sensors24\(22\),pp\. 7147\.Cited by:[§1](https://arxiv.org/html/2606.27855#S1.p1.1)\.
- \[5\]J\. Hogrel, J\. Duchêne, and J\. Marini\(1998\)Variability of some semg parameter estimates with electrode location\.Journal of Electromyography and Kinesiology8\(5\),pp\. 305–315\.External Links:ISSN 1050\-6411,[Document](https://dx.doi.org/https%3A//doi.org/10.1016/S1050-6411%2897%2900043-6),[Link](https://www.sciencedirect.com/science/article/pii/S1050641197000436)Cited by:[§1](https://arxiv.org/html/2606.27855#S1.p1.1)\.
- \[6\]S\. J\. Lehmler, M\. Saif\-ur\-Rehman, T\. Glasmachers, and I\. Iossifidis\(2024\)Understanding activation patterns in artificial neural networks by exploring stochastic processes: discriminating generalization from memorization\.Neurocomputing610,pp\. 128473\.Cited by:[§1](https://arxiv.org/html/2606.27855#S1.p1.1),[§2](https://arxiv.org/html/2606.27855#S2.p1.1),[§3\.2](https://arxiv.org/html/2606.27855#S3.SS2.p1.1)\.
- \[7\]S\. J\. Lehmler, M\. Saif\-ur\-Rehman, T\. Glasmachers, and I\. Iossifidis\(2026\)Distributional properties of relu\-activations in artificial neural networks that learn by memorization\.In11th International Conference, LOD 2025, Castiglione della Pescaia, Italy, September 21–24, 2025, Revised Selected Papers, Part I,Cited by:[§1](https://arxiv.org/html/2606.27855#S1.p1.1)\.
- \[8\]S\. J\. Lehmler, M\. Saif\-ur\-Rehman, G\. Tobias, and I\. Iossifidis\(2022\)Deep transfer learning compared to subject\-specific models for semg decoders\.Journal of neural engineering19\(5\),pp\. 056039\.Cited by:[§1](https://arxiv.org/html/2606.27855#S1.p1.1),[§2](https://arxiv.org/html/2606.27855#S2.p1.1)\.
- \[9\]C\. Lin, C\. Zhao, J\. Zhang, C\. Chen, N\. Jiang, D\. Farina, and W\. Guo\(2024\)Continuous estimation of hand kinematics from electromyographic signals based on power\-and time\-efficient transformer deep learning network\.IEEE Transactions on Neural Systems and Rehabilitation Engineering33,pp\. 58–67\.Cited by:[§1](https://arxiv.org/html/2606.27855#S1.p1.1)\.
- \[10\]C\. Lin, C\. Zhao, J\. Zhang, C\. Chen, N\. Jiang, D\. Farina, and W\. Guo\(2025\)Continuous estimation of hand kinematics from electromyographic signals based on power\-and time\-efficient transformer deep learning network\.IEEE Transactions on Neural Systems and Rehabilitation Engineering33\(\),pp\. 58–67\.External Links:[Document](https://dx.doi.org/10.1109/TNSRE.2024.3514938)Cited by:[§1](https://arxiv.org/html/2606.27855#S1.p1.1)\.
- \[11\]J\. Lobo\-Prat, P\. N\. Kooren, A\. H\. Stienen, J\. L\. Herder, B\. F\. Koopman, and P\. H\. Veltink\(2014\)Non\-invasive control interfaces for intention detection in active movement\-assistive devices\.Journal of neuroengineering and rehabilitation11\(1\),pp\. 168\.Cited by:[§1](https://arxiv.org/html/2606.27855#S1.p1.1)\.
- \[12\]J\. K\. Muguro, P\. W\. Laksono, W\. Rahmaniar, W\. Njeri, Y\. Sasatake, M\. S\. A\. b\. Suhaimi, K\. Matsushita, M\. Sasaki, M\. Sulowicz, and W\. Caesarendra\(2021\)Development of surface emg game control interface for persons with upper limb functional impairments\.Signals2\(4\),pp\. 834–851\.Cited by:[§1](https://arxiv.org/html/2606.27855#S1.p1.1)\.
- \[13\]V\. Ravindra and C\. Castellini\(2014\)A comparative analysis of three non\-invasive human\-machine interfaces for the disabled\.Frontiers in NeuroroboticsVolume 8 \- 2014\.External Links:[Link](https://www.frontiersin.org/journals/neurorobotics/articles/10.3389/fnbot.2014.00024),[Document](https://dx.doi.org/10.3389/fnbot.2014.00024),ISSN 1662\-5218Cited by:[§1](https://arxiv.org/html/2606.27855#S1.p1.1)\.
- \[14\]S\. Sahebjada\(2024\)Effect of age and gender on semg signals and force steadiness\.Ph\.D\. Thesis,RMIT University\.Cited by:[§1](https://arxiv.org/html/2606.27855#S1.p1.1)\.
- \[15\]G\. Shah, A\. Sharma, D\. Joshi, A\. S\. Rathor, and S\. Semwal\(2025\)TFF\-net: a hybrid msc\-tcn\-attention network for enhanced long–short term features extraction in gesture classification\.Signal, Image and Video Processing19\(16\),pp\. 1356\.Cited by:[§1](https://arxiv.org/html/2606.27855#S1.p1.1)\.
- \[16\]J\. Shin, A\. S\. M\. Miah, S\. Konnai, S\. Hoshitaka, and P\. Kim\(2025\)Electromyography\-based gesture recognition: hierarchical feature extraction for enhanced spatial\-temporal dynamics\.External Links:2504\.03221,[Link](https://arxiv.org/abs/2504.03221)Cited by:[§1](https://arxiv.org/html/2606.27855#S1.p1.1)\.
- \[17\]S\. M\. Sid’El Moctar, I\. Rida, and S\. Boudaoud\(2024\)Comprehensive review of feature extraction techniques for semg signal classification: from handcrafted features to deep learning approaches\.IRBM45\(6\),pp\. 100866\.Cited by:[§1](https://arxiv.org/html/2606.27855#S1.p1.1)\.
- \[18\]T\. Song, Z\. Yan, S\. Guo, Y\. Li, X\. Li, and F\. Xi\(2023\)Review of semg for robot control: techniques and applications\.Applied Sciences13\(17\)\.External Links:[Link](https://www.mdpi.com/2076-3417/13/17/9546),ISSN 2076\-3417,[Document](https://dx.doi.org/10.3390/app13179546)Cited by:[§1](https://arxiv.org/html/2606.27855#S1.p1.1)\.
- \[19\]W\. Tam, T\. Wu, Q\. Zhao, E\. Keefer, and Z\. Yang\(2019\)Human motor decoding from neural signals: a review\.BMC Biomedical Engineering1\(1\),pp\. 22\.Cited by:[§1](https://arxiv.org/html/2606.27855#S1.p1.1)\.
- \[20\]D\. Usynin, M\. Knolle, and G\. Kaissis\(2024\)Memorisation in machine learning: a survey of results\.Transactions on Machine Learning Research,pp\. 1–25\.Cited by:[§1](https://arxiv.org/html/2606.27855#S1.p1.1)\.
- \[21\]D\. Xiong, D\. Zhang, X\. Zhao, and Y\. Zhao\(2021\)Deep learning for emg\-based human\-machine interaction: a review\.IEEE/CAA Journal of Automatica Sinica8\(3\),pp\. 512–533\.Cited by:[§1](https://arxiv.org/html/2606.27855#S1.p1.1)\.
- \[22\]Y\. Zhou, C\. Chen, M\. Cheng, Y\. Alshahrani, S\. Franovic, E\. Lau, G\. Xu, G\. Ni, J\. M\. Cavanaugh, S\. Muh,et al\.\(2021\)Comparison of machine learning methods in semg signal processing for shoulder motion recognition\.Biomedical Signal Processing and Control68,pp\. 102577\.Cited by:[§1](https://arxiv.org/html/2606.27855#S1.p1.1)\.Similar Articles
Recognition and Label-Free Adaptation Across Recording Sessions in Surface-EMG Gesture Decoding
This paper introduces a montage-agnostic encoder for surface-EMG gesture decoding that maintains recognition accuracy across recording sessions without recalibration, and shows that feature-statistic alignment at test time improves adaptation on NinaPro DB6.
CERSA: Cumulative Energy-Retaining Subspace Adaptation for Memory-Efficient Fine-Tuning
The paper introduces CERSA, a novel parameter-efficient fine-tuning method that uses singular value decomposition to retain principal components, significantly reducing memory usage while outperforming existing methods like LoRA.
ReRAM-aware Model Finetuning addressing I-V Non-linearity and Retention Errors
Proposes a finetuning-based hardware-aware training algorithm to mitigate I-V non-linearity and retention errors in ReRAM crossbar arrays, enabling robust DNN deployment with minimal overhead. Evaluated on image classification and QA tasks, achieving near-baseline accuracy.
A Montage-Agnostic Encoder for Calibration-Light Cross-User Gesture Recognition from Surface Electromyography
Introduces a montage-agnostic encoder for calibration-light cross-user gesture recognition from surface EMG, using shared weights and electrode coordinates to handle variable channel counts and reduce per-user calibration. It outperforms per-user baselines on some datasets and analyzes factors affecting cross-user transfer.
Pyrecall open source tool for detecting catastrophic forgetting during LLM fine-tuning[P]
Pyrecall is a new open-source tool that detects catastrophic forgetting during LLM fine-tuning by snapshotting skill scores before and after training, flagging regressions, and rolling back LoRA adapters. It runs fully locally with no external APIs.