Catalogue Search | MBRL
Search Results Heading
Explore the vast range of titles available.
MBRLSearchResults
-
DisciplineDiscipline
-
Is Peer ReviewedIs Peer Reviewed
-
Item TypeItem Type
-
SubjectSubject
-
YearFrom:-To:
-
More FiltersMore FiltersSourceLanguage
Done
Filters
Reset
46
result(s) for
"MAML"
Sort by:
Model-Agnostic Meta-Learning in Predicting Tunneling-Induced Surface Ground Deformation
by
Qian, Wenlian
,
Chen, Guan-Bin
,
Kong, Xiangxun
in
Accuracy
,
Algorithms
,
Artificial intelligence
2025
The present investigation presents the field measurement and prediction of tunneling-induced surface ground settlement in Tianjin Metro Line 7, China. The cross-section of a metro tunnel exhibits circular symmetry, thereby making it suitable for tunneling with a circular shield machine. The ground surface may deform during the tunneling stage. In the early stage of tunneling, few measurement data can be collected. To obtain a better usable prediction model, two kinds of neural networks according to the model-agnostic meta-learning (MAML) scheme are presented. One kind of deep learning strategy is a combination of the Back-Propagation Neural Network (BPNN) and the MAML model, named MAML-BPNN. The other prediction model is a mixture of the MAML model and the Long Short-Term Memory (LSTM) model, named MAML-LSTM. Founded on several measurement datasets, the prediction models of the MAML-BPNN and MAML-LSTM are successfully trained. The results show the present models possess good prediction ability for tunneling-induced surface ground settlement. Based on the coefficient of determination, the prediction result using MAML-LSTM is superior to that of MAML-BPNN by 0.1.
Journal Article
Meet JEANIE: A Similarity Measure for 3D Skeleton Sequences via Temporal-Viewpoint Alignment
2024
Video sequences exhibit significant nuisance variations (undesired effects) of speed of actions, temporal locations, and subjects’ poses, leading to temporal-viewpoint misalignment when comparing two sets of frames or evaluating the similarity of two sequences. Thus, we propose Joint tEmporal and cAmera viewpoiNt alIgnmEnt (JEANIE) for sequence pairs. In particular, we focus on 3D skeleton sequences whose camera and subjects’ poses can be easily manipulated in 3D. We evaluate JEANIE on skeletal Few-shot Action Recognition (FSAR), where matching well temporal blocks (temporal chunks that make up a sequence) of support-query sequence pairs (by factoring out nuisance variations) is essential due to limited samples of novel classes. Given a query sequence, we create its several views by simulating several camera locations. For a support sequence, we match it with view-simulated query sequences, as in the popular Dynamic Time Warping (DTW). Specifically, each support temporal block can be matched to the query temporal block with the same or adjacent (next) temporal index, and adjacent camera views to achieve joint local temporal-viewpoint warping. JEANIE selects the smallest distance among matching paths with different temporal-viewpoint warping patterns, an advantage over DTW which only performs temporal alignment. We also propose an unsupervised FSAR akin to clustering of sequences with JEANIE as a distance measure. JEANIE achieves state-of-the-art results on NTU-60, NTU-120, Kinetics-skeleton and UWA3D Multiview Activity II on supervised and unsupervised FSAR, and their meta-learning inspired fusion.
Journal Article
An Adaptive Framework for Intrusion Detection in IoT Security Using MAML (Model-Agnostic Meta-Learning)
by
Amin, Syed Umar
,
Hakami, Nada
,
Alrayes, Fatma S.
in
Accuracy
,
Algorithms
,
Artificial intelligence
2025
With the rapid emergence of the Internet of Things (IoT) devices, there were new vectors for attacking cyber, so there was a need for approachable intrusion detection systems (IDSs) with more innovative custom tactics. The traditional IDS models tend to find difficulties in generalization in the continuously changing and heterogeneous IoT environments. This paper contributes to an adaptive intrusion detection framework using Model-Agnostic Meta-Learning (MAML) and few-shot learning paradigms to quickly adapt to new tasks with little data. The goal of this research is to improve the security of IoT by developing a strong IDS that will perform well across assorted datasets and attack environments. Finally, we apply our proposed framework to two benchmark datasets, UNSW-NB15 and NSL-KDD99, which provide different attack scenarios and network behaviors. The methodology trains a base model with MAML to allow fast adaptation on specific tasks during fine-tuning. Our approach leads to experimental results with 99.98% accuracy, 99.5% precision, 99.0% recall, and 99.4% F1 score on the UNSW-NB15 dataset. The model achieved 99.1% accuracy, 97.3% precision, 98.2% recall, and 98.5% F1 score on the NSL-KDD99 dataset. That shows that MAML can detect many cyber threats in IoT environments. Based on this study, it is concluded that meta-learning-based intrusion detection could help build resilient IoT systems. Future works will move educated meta-learning to a federated setting and deploy it in real time in response to changing threats.
Journal Article
M2AML: Metric-Based Model-Agnostic Meta-Learning for Few-Shot Classification
2026
Model-Agnostic Meta-Learning (MAML) and Prototypical Networks (ProtoNet) establish the foundational paradigms for few-shot classification. However, MAML suffers from optimization instability caused by reconstructing classification boundaries for every new task. Conversely, ProtoNet lacks the internal mathematical capacity necessary for task-specific parameter adaptation under domain shifts. To reconcile these structural limitations, we introduce Metric-based Model-Agnostic Meta-Learning (M2AML). By completely excising the parameterized classification layer from the episodic adaptation sequence, our framework replaces traditional inner-loop classification with a dynamic self-exclusive geometric similarity metric. Substituting functional mappings with spatial distance optimizations efficiently resolves evaluation conflicts, thereby establishing perfectly synchronized inner and outer learning rates alongside substantially accelerated adaptation steps. Extensive experiments across mini-ImageNet, tiered-ImageNet, and CIFAR-FS validate our approach against a comprehensive array of established algorithms. To ensure strictly fair comparative evaluations, we meticulously reproduce the MAML, ProtoNet, and Proto-MAML baselines. Empirical results demonstrate that M2AML achieves state-of-the-art performance across most evaluation settings, delivering absolute accuracy improvements ranging from 0.1% to 2.1% over existing leading models.
Journal Article
Combining Model-Agnostic Meta-Learning and Transfer Learning for Regression
2023
For cases in which a machine learning model needs to be adapted to a new task, various approaches have been developed, including model-agnostic meta-learning (MAML) and transfer learning. In this paper, we investigate how the differences in the data distributions between the old tasks and the new target task impact performance in regression problems. By performing experiments, we discover that these differences greatly affect the relative performance of different adaptation methods. Based on this observation, we develop ensemble schemes combining multiple adaptation methods that can handle a wide range of data distribution differences between the old and new tasks, thus offering more stable performance for a wide range of tasks. For evaluation, we consider three regression problems of sinusoidal fitting, virtual reality motion prediction, and temperature forecasting. The evaluation results demonstrate that the proposed ensemble schemes achieve the best performance among the considered methods in most cases.
Journal Article
Ensemble-Based Model-Agnostic Meta-Learning with Operational Grouping for Intelligent Sensory Systems
2025
Model-agnostic meta-learning (MAML), coupled with digital twins, is transformative for predictive maintenance (PdM), especially in robotic arms in assembly lines, where rapid and accurate fault classification of arms is essential. Despite gaining significant traction, the framework faces significant challenges, like hypersensitivity to learning parameters and limited generalization during meta-testing. To address these challenges, we proposed an ensemble-based meta-learning approach integrating majority voting with model-agnostic meta-learning (MAML), and operational grouping was implemented via Latin hypercube sampling (LHS) to enhance few-shot learning ability and generalization along with maintaining stable output. This approach demonstrates superior accuracy in classifying a significantly larger number of defective mechanical classes, particularly in cross-domain few-shot (CDFS) learning scenarios. The proposed methodology is validated using a synthetic vibration signal dataset of robotic arm faults generated via a digital twin. Comparative analysis with existing frameworks, including ANIL, Protonet, and Reptile, confirms that our approach achieves higher accuracy in the given scenario.
Journal Article
Meta-learning for few-shot open task recognition
2026
Current few-shot learning research often assumes predefined task configurations and evaluates under fixed
N
-way
K
-shot settings. In realistic deployments, the target configuration is unknown at training time, and both way and shot can differ from the training setup. We characterize this mismatch as a structural shift between training and test episodes and refer to the resulting evaluation as the open-task setting. Models must extrapolate to unseen structural combinations rather than interpolate within a fixed grid. We formalize three regimes that expose this structural generalization: cross-way and cross-shot, which we term single-dimensional changes because they vary way or shot alone, and cross-way–cross-shot, a two-dimensional change that varies both; we also consider a cross-domain extension. We propose Open-MAML, a lightweight enhancement of gradient-based meta-learning that integrates (i) dynamic classifier construction to expand or contract the final layer on the fly without retraining, (ii) an inner-loop learning rate adaptation rule that scales with task size to keep fast adaptation stable, and (iii) AdaDropBlock, a structured regularizer that improves robustness without architecture-specific tuning. Across extensive within-domain and cross-domain evaluations, Open-MAML consistently outperforms train-from-scratch, fine-tuning, and a strong metric baseline, achieving typical absolute accuracy gains of 1–7% under single-dimensional changes and 3–6% under two-dimensional changes. These results position open-task evaluation as a necessary complement to fixed-design benchmarks and provide a reproducible basis for studying structural generalization in few-shot learning.
Journal Article
Pedestrian Pose Recognition Based on Frequency-Modulated Continuous-Wave Radar with Meta-Learning
2024
With the continuous advancement of autonomous driving and monitoring technologies, there is increasing attention on non-intrusive target monitoring and recognition. This paper proposes an ArcFace SE-attention model-agnostic meta-learning approach (AS-MAML) by integrating attention mechanisms into residual networks for pedestrian gait recognition using frequency-modulated continuous-wave (FMCW) millimeter-wave radar through meta-learning. We enhance the feature extraction capability of the base network using channel attention mechanisms and integrate the additive angular margin loss function (ArcFace loss) into the inner loop of MAML to constrain inner loop optimization and improve radar discrimination. Then, this network is used to classify small-sample micro-Doppler images obtained from millimeter-wave radar as the data source for pose recognition. Experimental tests were conducted on pose estimation and image classification tasks. The results demonstrate significant detection and recognition performance, with an accuracy of 94.5%, accompanied by a 95% confidence interval. Additionally, on the open-source dataset DIAT-μRadHAR, which is specially processed to increase classification difficulty, the network achieves a classification accuracy of 85.9%.
Journal Article
TCN-MAML: A TCN-Based Model with Model-Agnostic Meta-Learning for Cross-Subject Human Activity Recognition
2025
Human activity recognition (HAR) using Wi-Fi-based sensing has emerged as a powerful, non-intrusive solution for monitoring human behavior in smart environments. Unlike wearable sensor systems that require user compliance, Wi-Fi channel state information (CSI) enables device-free recognition by capturing variations in signal propagation caused by human motion. This makes Wi-Fi sensing highly attractive for ambient healthcare, security, and elderly care applications. However, real-world deployment faces two major challenges: (1) significant cross-subject signal variability due to physical and behavioral differences among individuals, and (2) limited labeled data, which restricts model generalization. To address these sensor-related challenges, we propose TCN-MAML, a novel framework that integrates temporal convolutional networks (TCN) with model-agnostic meta-learning (MAML) for efficient cross-subject adaptation in data-scarce conditions. We evaluate our approach on a public Wi-Fi CSI dataset using a strict cross-subject protocol, where training and testing subjects do not overlap. The proposed TCN-MAML achieves 99.6% accuracy, demonstrating superior generalization and efficiency over baseline methods. Experimental results confirm the framework’s suitability for low-power, real-time HAR systems embedded in IoT sensor networks.
Journal Article
Evaluating Machine Learning Techniques for Brain Tumor Detection with Emphasis on Few-Shot Learning Using MAML
by
Vaidya, Soham Sanjay
,
Ahmed, Iftikhar
,
Ali, Raja Hashim
in
Accuracy
,
Algorithms
,
Artificial neural networks
2025
Accurate brain tumor classification from MRI is often constrained by limited labeled data. We systematically compare conventional machine learning, deep learning, and few-shot learning (FSL) for four classes (glioma, meningioma, pituitary, no tumor) using a standardized pipeline. Models are trained on the Kaggle Brain Tumor MRI Dataset and evaluated across dataset regimes (100%→10%). We further test generalization on BraTS and quantify robustness to resolution changes, acquisition noise, and modality shift (T1→FLAIR). To support clinical trust, we add visual explanations (Grad-CAM/saliency) and report per-class results (confusion matrices). A fairness-aligned protocol (shared splits, optimizer, early stopping) and a complexity analysis (parameters/FLOPs) enable balanced comparison. With full data, Convolutional Neural Networks (CNNs)/Residual Networks (ResNets) perform strongly but degrade with 10% data; Model-Agnostic Meta-Learning (MAML) retains competitive performance (AUC-ROC ≥ 0.9595 at 10%). Under cross-dataset validation (BraTS), FSL—particularly MAML—shows smaller performance drops than CNN/ResNet. Variability tests reveal FSL’s relative robustness to down-resolution and noise, although modality shift remains challenging for all models. Interpretability maps confirm correct activations on tumor regions in true positives and explain systematic errors (e.g., “no tumor”→pituitary). Conclusion: FSL provides accurate, data-efficient, and comparatively robust tumor classification under distribution shift. The added per-class analysis, interpretability, and complexity metrics strengthen clinical relevance and transparency.
Journal Article