paper-with-me

Papers

Regularized Meta-Learning for Improved Generalization

2026-02-12 · Noor Islam S. Mohammad, Md Muntaqim Meherab arxiv

Deep ensemble methods often improve predictive performance, yet they suffer from three practical limitations: redundancy among base models that inflates computational cost and degrades conditioning, unstable weighting under multicollinearity, and overfitting in meta-learning pipelines. We propose a regularized meta-learning framework that addresses these challenges through a four-stage pipeline combining redundancy-aware projection, statistical meta-feature augmentation, and cross-validated regularized meta-models (Ridge, Lasso, and ElasticNet). Our multi-metric de-duplication strategy removes near-collinear predictors using correlation and MSE thresholds ($τ_{\text{corr}}=0.95$), reducing the effective condition number of the meta-design matrix while preserving predictive diversity. Engineered ensemble statistics and interaction terms recover higher-order structure unavailable to raw prediction columns. A final inverse-RMSE blending stage mitigates regularizer-selection variance. On the Playground Series S6E1 benchmark (100K samples, 72 base models), the proposed framework achieves an out-of-fold RMSE of 8.582, improving over simple averaging (8.894) and conventional Ridge stacking (8.627), while matching greedy hill climbing (8.603) with substantially lower runtime (4 times faster). Conditioning analysis shows a 53.7\% reduction in effective matrix condition number after redundancy projection. Comprehensive ablations demonstrate consistent contributions from de-duplication, statistical meta-features, and meta-ensemble blending. These results position regularized meta-learning as a stable and deployment-efficient stacking strategy for high-dimensional ensemble systems.

📄 PDF Abstract BibTeX arXiv:2602.12469

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Regularized Fine-grained Meta Face Anti-spoofing

2019-11-25 · Rui Shao, Xiangyuan Lan, Pong C. Yuen

Face presentation attacks have become an increasingly critical concern when face recognition is widely applied. Many face anti-spoofing methods have been proposed, but most of them ignore the generalization ability to un…

Domain GeneralizationFace Anti-SpoofingFace RecognitionMeta-Learning

MrCoM: A Meta-Regularized World-Model Generalizing Across Multi-Scenarios

2025-11-09 · Xuantang Xiong, Ni Mu, Runpeng Xie, Senhao Yang 외 arxiv

Model-based reinforcement learning (MBRL) is a crucial approach to enhance the generalization capabilities and improve the sample efficiency of RL algorithms. However, current MBRL methods focus primarily on building wor…

Reinforcement Learning

Diffusion Model Regularized Implicit Neural Representation for CT Metal Artifact Reduction

2025-12-09 · Jie Wen, Chenhe Du, Xiao Wang, Yuyao Zhang arxiv

Computed tomography (CT) images are often severely corrupted by artifacts in the presence of metals. Existing supervised metal artifact reduction (MAR) approaches suffer from performance instability on known data due to …

Lipschitz regularized Deep Neural Networks generalize and are adversarially robust

2018-08-28 · Chris Finlay, Jeff Calder, Bilal Abbasi, Adam Oberman

In this work we study input gradient regularization of deep neural networks, and demonstrate that such regularization leads to generalization proofs and improved adversarial robustness. The proof of generalization does n…

Adversarial Robustness

Generalized Face Anti-Spoofing via Multi-Task Learning and One-Side Meta Triplet Loss

2022-11-29 · Chu-Chun Chuang, Chien-Yi Wang, Shang-Hong Lai

With the increasing variations of face presentation attacks, model generalization becomes an essential challenge for a practical face anti-spoofing system. This paper presents a generalized face anti-spoofing framework t…

Depth EstimationFace Anti-SpoofingFace ParsingMeta-Learning+2