paper-with-me

홈 › Papers

Sparse Covariance Neural Networks

2024-10-02 · Andrea Cavallo, Zhan Gao, Elvin Isufi

Covariance Neural Networks (VNNs) perform graph convolutions on the covariance matrix of tabular data and achieve success in a variety of applications. However, the empirical covariance matrix on which the VNNs operate may contain many spurious correlations, making VNNs' performance inconsistent due to these noisy estimates and decreasing their computational efficiency. To tackle this issue, we put forth Sparse coVariance Neural Networks (S-VNNs), a framework that applies sparsification techniques on the sample covariance matrix before convolution. When the true covariance matrix is sparse, we propose hard and soft thresholding to improve covariance estimation and reduce computational cost. Instead, when the true covariance is dense, we propose stochastic sparsification where data correlations are dropped in probability according to principled strategies. We show that S-VNNs are more stable than nominal VNNs as well as sparse principal component analysis. By analyzing the impact of sparsification on their behavior, we provide novel connections between S-VNN stability and data distribution. We support our theoretical findings with experimental results on various application scenarios, ranging from brain data to human action recognition, and show an improved task performance, stability, and computational efficiency of S-VNNs compared with nominal VNNs.

📄 PDF Abstract BibTeX arXiv:2410.01669

Code (1)

andrea-cavallo-98/sparse-vnn 공식 구현 pytorch

Tasks

Action RecognitionComputational EfficiencyTemporal Action Localization

Similar Papers 제목 키워드 기반

Parameterizing Region Covariance: An Efficient Way To Apply Sparse Codes On Second Order Statistics

2016-02-09 · Xiyang Dai, Sameh Khamis, Yangmuzi Zhang, Larry S. Davis

Sparse representations have been successfully applied to signal processing, computer vision and machine learning. Currently there is a trend to learn sparse models directly on structure data, such as region covariance. H…

BIG-bench Machine Learning

Absolute Eigenvalues-Based Covariance Matrix Estimation for a Sparse Array

2021-06-07 · Kaushallya Adhikari

The ensemble covariance matrix of a wide sense stationary signal spatially sampled by a full linear array is positive semi-definite and Toeplitz. However, the direct augmented covariance matrix of an augmentable sparse a…

Sparse Covariance Estimation in Logit Mixture Models

2020-01-14 · Youssef M. Aboutaleb, Mazen Danaf, Yifei Xie, Moshe Ben-Akiva

This paper introduces a new data-driven methodology for estimating sparse covariance matrices of the random coefficients in logit mixture models. Researchers typically specify covariance matrices in logit mixture models …

L0 Sparse Inverse Covariance Estimation

2014-08-05 · Goran Marjanovic, Alfred O. Hero III

Recently, there has been focus on penalized log-likelihood covariance estimation for sparse inverse covariance (precision) matrices. The penalty is responsible for inducing sparsity, and a very common choice is the conve…

Learning Multiple Tasks with a Sparse Matrix-Normal Penalty

2010-12-01 · NeurIPS 2010 12 · Yi Zhang, Jeff G. Schneider

In this paper, we propose a matrix-variate normal penalty with sparse inverse covariances to couple multiple tasks. Learning multiple (parametric) models can be viewed as estimating a matrix of parameters, where rows and…