paper-with-me

홈 › Papers

Group-Connected Multilayer Perceptron Networks

2019-12-20 · Mohammad Kachuee, Sajad Darabi, Shayan Fazeli, Majid Sarrafzadeh

Despite the success of deep learning in domains such as image, voice, and graphs, there has been little progress in deep representation learning for domains without a known structure between features. For instance, a tabular dataset of different demographic and clinical factors where the feature interactions are not given as a prior. In this paper, we propose Group-Connected Multilayer Perceptron (GMLP) networks to enable deep representation learning in these domains. GMLP is based on the idea of learning expressive feature combinations (groups) and exploiting them to reduce the network complexity by defining local group-wise operations. During the training phase, GMLP learns a sparse feature grouping matrix using temperature annealing softmax with an added entropy loss term to encourage the sparsity. Furthermore, an architecture is suggested which resembles binary trees, where group-wise operations are followed by pooling operations to combine information; reducing the number of groups as the network grows in depth. To evaluate the proposed method, we conducted experiments on different real-world datasets covering various application areas. Additionally, we provide visualizations on MNIST and synthesized data. According to the results, GMLP is able to successfully learn and exploit expressive feature combinations and achieve state-of-the-art classification performance on different datasets.

📄 PDF Abstract BibTeX arXiv:1912.09600

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Universal Approximation Theorem for Input-Connected Multilayer Perceptrons

2026-01-20 · Vugar Ismailov arxiv

We present the Input-Connected Multilayer Perceptron (IC-MLP), a feedforward neural network architecture in which each hidden neuron receives, in addition to the outputs of the preceding layer, a direct affine connection…

Universal Equivariant Multilayer Perceptrons

2020-02-07 · ICML 2020 1 · Siamak Ravanbakhsh

Group invariant and equivariant Multilayer Perceptrons (MLP), also known as Equivariant Networks, have achieved remarkable success in learning on a variety of data structures, such as sequences, images, sets, and graphs.…

A Practical Method for Constructing Equivariant Multilayer Perceptrons for Arbitrary Matrix Groups

2021-04-19 · Marc Finzi, Max Welling, Andrew Gordon Wilson

Symmetries and equivariance are fundamental to the generalization of neural networks on domains such as images, graphs, and point clouds. Existing work has primarily focused on a small number of groups, such as the trans…

Rubik's CubeTranslation

The Mechanical Neural Network(MNN) -- A physical implementation of a multilayer perceptron for education and hands-on experimentation

2022-07-15 · Axel Schaffland

In this paper the Mechanical Neural Network(MNN) is introduced, a physical implementation of a multilayer perceptron(MLP) with ReLU activation functions, two input neurons, four hidden neurons and two output neurons. Thi…

A study on the robustness of neural network models for predicting the break size in LOCA

2018-07-13 · journal 2018 7 · Xiange Tian, Victor Becerra, Nils Bausch, T.V. Santhosh 외

The diagnosis of loss of coolant accidents in nuclear reactors has attracted a great deal of attention in condition monitoring of nuclear power plants given that the health of the cooling system is crucial to the nuclear…

Diagnostic