paper-with-me

Papers

Exploiting Layerwise Convexity of Rectifier Networks with Sign Constrained Weights

2017-11-14 · Senjian An, Farid Boussaid, Mohammed Bennamoun, Ferdous Sohel

By introducing sign constraints on the weights, this paper proposes sign constrained rectifier networks (SCRNs), whose training can be solved efficiently by the well known majorization-minimization (MM) algorithms. We prove that the proposed two-hidden-layer SCRNs, which exhibit negative weights in the second hidden layer and negative weights in the output layer, are capable of separating any two (or more) disjoint pattern sets. Furthermore, the proposed two-hidden-layer SCRNs can decompose the patterns of each class into several clusters so that each cluster is convexly separable from all the patterns from the other classes. This provides a means to learn the pattern structures and analyse the discriminant factors between different classes of patterns.

📄 PDF Abstract BibTeX arXiv:1711.05627

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

$λ$-GELU: Learning Gating Hardness for Controlled ReLU-ization in Deep Networks

2026-03-23 · Cristian Pérez-Corral, Alberto Fernández-Hernández, Jose I. Mestre, Manuel F. Dolz 외 arxiv

Gaussian Error Linear Unit (GELU) is a widely used smooth alternative to Rectifier Linear Unit (ReLU), yet many deployment, compression, and analysis toolchains are most naturally expressed for piecewise-linear (ReLU-typ…

Contractive Rectifier Networks for Nonlinear Maximum Margin Classification

2015-12-01 · ICCV 2015 12 · Senjian An, Munawar Hayat, Salman H. Khan, Mohammed Bennamoun 외

To find the optimal nonlinear separating boundary with maximum margin in the input data space, this paper proposes Contractive Rectifier Networks (CRNs), wherein the hidden-layer transformations are restricted to be con…

ClassificationGeneral Classification

Speeding up Convolutional Neural Networks By Exploiting the Sparsity of Rectifier Units

2017-04-25 · Shaohuai Shi, Xiaowen Chu

Rectifier neuron units (ReLUs) have been widely used in deep convolutional networks. An ReLU converts negative values to zeros, and does not change positive values, which leads to a high sparsity of neurons. In this work…

Global Optimality for Constrained Exploration via Penalty Regularization

2026-04-30 · Florian Wolf, Ilyas Fatkhullin, Niao He arxiv

Efficient exploration is a central problem in reinforcement learning and is often formalized as maximizing the entropy of the state-action occupancy measure. While unconstrained maximum-entropy exploration is relatively …

Reinforcement Learning

From Deep to Shallow: Transformations of Deep Rectifier Networks

2017-03-30 · Senjian An, Farid Boussaid, Mohammed Bennamoun, Jiankun Hu

In this paper, we introduce transformations of deep rectifier networks, enabling the conversion of deep rectifier networks into shallow rectifier networks. We subsequently prove that any rectifier net of any depth can be…