English

Efficient Network Automatic Relevance Determination

Artificial Intelligence 2025-08-20 v2 Machine Learning Machine Learning

Abstract

We propose Network Automatic Relevance Determination (NARD), an extension of ARD for linearly probabilistic models, to simultaneously model sparse relationships between inputs XRd×NX \in \mathbb R^{d \times N} and outputs YRm×NY \in \mathbb R^{m \times N}, while capturing the correlation structure among the YY. NARD employs a matrix normal prior which contains a sparsity-inducing parameter to identify and discard irrelevant features, thereby promoting sparsity in the model. Algorithmically, it iteratively updates both the precision matrix and the relationship between YY and the refined inputs. To mitigate the computational inefficiencies of the O(m3+d3)\mathcal O(m^3 + d^3) cost per iteration, we introduce Sequential NARD, which evaluates features sequentially, and a Surrogate Function Method, leveraging an efficient approximation of the marginal likelihood and simplifying the calculation of determinant and inverse of an intermediate matrix. Combining the Sequential update with the Surrogate Function method further reduces computational costs. The computational complexity per iteration for these three methods is reduced to O(m3+p3)\mathcal O(m^3+p^3), O(m3+d2)\mathcal O(m^3 + d^2), O(m3+p2)\mathcal O(m^3+p^2), respectively, where pdp \ll d is the final number of features in the model. Our methods demonstrate significant improvements in computational efficiency with comparable performance on both synthetic and real-world datasets.

Keywords

Cite

@article{arxiv.2506.12352,
  title  = {Efficient Network Automatic Relevance Determination},
  author = {Hongwei Zhang and Ziqi Ye and Xinyuan Wang and Xin Guo and Zenglin Xu and Yuan Cheng and Zixin Hu and Yuan Qi},
  journal= {arXiv preprint arXiv:2506.12352},
  year   = {2025}
}

Comments

ICML 2025

R2 v1 2026-07-01T03:17:23.498Z