LGFeb 28, 2025

Dimension Agnostic Neural Processes

arXiv:2502.20661v14 citationsh-index: 5ICLR
Originality Incremental advance
AI Analysis

This work addresses a limitation in uncertainty-aware meta-learning for regression, offering incremental improvements to enhance broad applicability across diverse datasets.

The paper tackles the problem of Neural Processes (NP) struggling with diverse input dimensions and features in regression tasks by introducing Dimension Agnostic Neural Processes (DANP), which outperforms previous NP variations in experiments on synthetic and practical tasks.

Meta-learning aims to train models that can generalize to new tasks with limited labeled data by extracting shared features across diverse task datasets. Additionally, it accounts for prediction uncertainty during both training and evaluation, a concept known as uncertainty-aware meta-learning. Neural Process(NP) is a well-known uncertainty-aware meta-learning method that constructs implicit stochastic processes using parametric neural networks, enabling rapid adaptation to new tasks. However, existing NP methods face challenges in accommodating diverse input dimensions and learned features, limiting their broad applicability across regression tasks. To address these limitations and advance the utility of NP models as general regressors, we introduce Dimension Agnostic Neural Processes(DANP). DANP incorporates Dimension Aggregator Block(DAB) to transform input features into a fixed-dimensional space, enhancing the model's ability to handle diverse datasets. Furthermore, leveraging the Transformer architecture and latent encoding layers, DANP learns a wider range of features that are generalizable across various tasks. Through comprehensive experimentation on various synthetic and practical regression tasks, we empirically show that DANP outperforms previous NP variations, showcasing its effectiveness in overcoming the limitations of traditional NP models and its potential for broader applicability in diverse regression scenarios.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes