Multiple Additive Neural Networks for Structured and Unstructured Data

arXiv cs.LG / 4/30/2026

📰 NewsModels & Research

Key Points

  • The paper proposes an extension of Multiple Additive Neural Networks (MANN), positioning it as an enhancement of gradient boosting that uses nearly shallow neural networks rather than decision trees as base learners.
  • It shows how MANN can be applied to both structured and unstructured data by leveraging neural architectures such as CNNs and capsule neural networks, using capsule networks for feature extraction in structured-data settings.
  • The authors argue that MANN’s design supports continuous learning and includes heuristics intended to reduce overfitting and make performance less sensitive to hyperparameters like learning rate and iteration count.
  • Experiments indicate that MANN achieves higher accuracy than traditional baselines such as Extreme Gradient Boosting (XGB) on standard benchmark datasets.
  • Overall, the work frames MANN as a more precise and generalizable learning framework for heterogeneous data and complex environments.

Abstract

This paper extends and explains the Multiple Additive Neural Networks (MANN) methodology, an enhancement to the traditional Gradient Boosting framework, utilizing nearly shallow neural networks instead of decision trees as base learners. This innovative approach leverages neural network architectures, notably Convolutional Neural Networks (CNNs) and Capsule Neural Networks, to extend its application to both structured data and unstructured data such as images and audio. For structured data the advantages of capsule neural networks as feature extractors are used and combined with MANN as a classifier. MANN's unique architecture promotes continuous learning and integrates advanced heuristics to combat overfitting, ensuring robustness and reducing sensitivity to hyperparameter settings like learning rate and iterations. Our empirical studies reveal that MANN surpasses traditional methods such as Extreme Gradient Boosting (XGB) in accuracy across well-known datasets. This research demonstrates MANN's superior precision and generalizability, making it a versatile tool for diverse data types and complex learning environments.