paper-with-me

Papers

Sparse Factorization Layers for Neural Networks with Limited Supervision

2016-12-14 · Parker Koch, Jason J. Corso

Whereas CNNs have demonstrated immense progress in many vision problems, they suffer from a dependence on monumental amounts of labeled training data. On the other hand, dictionary learning does not scale to the size of problems that CNNs can handle, despite being very effective at low-level vision tasks such as denoising and inpainting. Recently, interest has grown in adapting dictionary learning methods for supervised tasks such as classification and inverse problems. We propose two new network layers that are based on dictionary learning: a sparse factorization layer and a convolutional sparse factorization layer, analogous to fully-connected and convolutional layers, respectively. Using our derivations, these layers can be dropped in to existing CNNs, trained together in an end-to-end fashion with back-propagation, and leverage semisupervision in ways classical CNNs cannot. We experimentally compare networks with these two new layers against a baseline CNN. Our results demonstrate that networks with either of the sparse factorization layers are able to outperform classical CNNs when supervised data are few. They also show performance improvements in certain tasks when compared to the CNN with no sparse factorization layers with the same exact number of parameters.

📄 PDF Abstract BibTeX arXiv:1612.04468

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingDictionary Learning

Similar Papers 제목 키워드 기반

Sparse Matrix Factorization

2013-11-13 · Behnam Neyshabur, Rina Panigrahy

We investigate the problem of factorizing a matrix into several sparse matrices and propose an algorithm for this under randomness and sparsity assumptions. This problem can be viewed as a simplification of the deep lear…

Deep LearningDictionary Learning

Data embedding and prediction by sparse tropical matrix factorization

2020-12-09 · Amra Omanović, Hilal Kazan, Polona Oblak, Tomaž Curk

Matrix factorization methods are linear models, with limited capability to model complex relations. In our work, we use tropical semiring to introduce non-linearity into matrix factorization models. We propose a method c…

Prediction

Graph-based Neural Acceleration for Nonnegative Matrix Factorization

2022-02-01 · Jens Sjölund, Maria Bånkestad

We describe a graph-based neural acceleration technique for nonnegative matrix factorization that builds upon a connection between matrices and bipartite graphs that is well-known in certain fields, e.g., sparse linear a…

Graph Neural Network

Scalable Tucker Factorization for Sparse Tensors - Algorithms and Discoveries

2018-02-25 · Oh Sejoon, Park Namyong, Sael Lee, Kang U

Given sparse multi-dimensional data (e.g., (user, movie, time; rating) for movie recommendations), how can we discover latent concepts/relations and predict missing values? Tucker factorization has been widely used to so…

Missing Values

Neural Factorization Machines for Sparse Predictive Analytics

2017-08-16 · Xiangnan He, Tat-Seng Chua

Many predictive tasks of web applications need to model categorical variables, such as user IDs and demographics like genders and occupations. To apply standard machine learning techniques, these categorical predictors a…

Link Prediction