paper-with-me

Papers

Gaussian Mixture Convolution Networks

2022-02-18 · ICLR 2022 4 · Adam Celarek, Pedro Hermosilla, Bernhard Kerbl, Timo Ropinski, Michael Wimmer

This paper proposes a novel method for deep learning based on the analytical convolution of multidimensional Gaussian mixtures. In contrast to tensors, these do not suffer from the curse of dimensionality and allow for a compact representation, as data is only stored where details exist. Convolution kernels and data are Gaussian mixtures with unconstrained weights, positions, and covariance matrices. Similar to discrete convolutional networks, each convolution step produces several feature channels, represented by independent Gaussian mixtures. Since traditional transfer functions like ReLUs do not produce Gaussian mixtures, we propose using a fitting of these functions instead. This fitting step also acts as a pooling layer if the number of Gaussian components is reduced appropriately. We demonstrate that networks based on this architecture reach competitive accuracy on Gaussian mixtures fitted to the MNIST and ModelNet data sets.

📄 PDF Abstract BibTeX arXiv:2202.09153

Code (1)

cg-tuwien/gaussian-mixture-convolution-networks 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Overcomplete order-3 tensor decomposition, blind deconvolution and Gaussian mixture models

2020-07-16 · Haolin Chen, Luis Rademacher

We propose a new algorithm for tensor decomposition, based on Jennrich's algorithm, and apply our new algorithmic ideas to blind deconvolution and Gaussian mixture models. Our first contribution is a simple and efficient…

Tensor Decomposition

Multi-Output Convolution Spectral Mixture for Gaussian Processes

2018-08-07 · Kai Chen, Twan van Laarhoven, Perry Groot, Jinsong Chen 외

Multi-output Gaussian processes (MOGPs) are an extension of Gaussian Processes (GPs) for predicting multiple output variables (also called channels, tasks) simultaneously. In this paper we use the convolution theorem to …

Gaussian Processes

Temporal Gaussian Mixture Layer for Videos

2018-03-16 · ICLR 2019 5 · AJ Piergiovanni, Michael S. Ryoo

We introduce a new convolutional layer named the Temporal Gaussian Mixture (TGM) layer and present how it can be used to efficiently capture longer-term temporal information in continuous activity videos. The TGM layer i…

Action DetectionActivity Detection

Video Anomaly Detection and Localization via Gaussian Mixture Fully Convolutional Variational Autoencoder

2018-05-29 · Yaxiang Fan, Gongjian Wen, Deren Li, Shaohua Qiu 외

We present a novel end-to-end partially supervised deep learning approach for video anomaly detection and localization using only normal samples. The insight that motivates this study is that the normal samples can be as…

Anomaly DetectionDecoderVideo Anomaly Detection

Efficient Learning of Convolution Weights as Gaussian Mixture Model Posteriors

2024-01-30 · Lifan Liang

In this paper, we showed that the feature map of a convolution layer is equivalent to the unnormalized log posterior of a special kind of Gaussian mixture for image modeling. Then we expanded the model to drive diverse f…