paper-with-me

Papers

Hidden Classification Layers: Enhancing linear separability between classes in neural networks layers

2023-06-09 · Andrea Apicella, Francesco Isgrò, Roberto Prevete

In the context of classification problems, Deep Learning (DL) approaches represent state of art. Many DL approaches are based on variations of standard multi-layer feed-forward neural networks. These are also referred to as deep networks. The basic idea is that each hidden neural layer accomplishes a data transformation which is expected to make the data representation "somewhat more linearly separable" than the previous one to obtain a final data representation which is as linearly separable as possible. However, determining the appropriate neural network parameters that can perform these transformations is a critical problem. In this paper, we investigate the impact on deep network classifier performances of a training approach favouring solutions where data representations at the hidden layers have a higher degree of linear separability between the classes with respect to standard methods. To this aim, we propose a neural network architecture which induces an error function involving the outputs of all the network layers. Although similar approaches have already been partially discussed in the past literature, here we propose a new architecture with a novel error function and an extensive experimental analysis. This experimental analysis was made in the context of image classification tasks considering four widely used datasets. The results show that our approach improves the accuracy on the test set in all the considered cases.

📄 PDF Abstract BibTeX arXiv:2306.06146

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage Classification

Similar Papers 제목 키워드 기반

Understanding Deep Neural Networks via Linear Separability of Hidden Layers

2023-07-26 · Chao Zhang, Xinyu Chen, Wensheng Li, Lixue Liu 외

In this paper, we measure the linear separability of hidden layer outputs to study the characteristics of deep neural networks. In particular, we first propose Minkowski difference based linear separability measures (MD-…

Separability is not the best goal for machine learning

2018-07-08 · Wlodzislaw Duch

Neural networks use their hidden layers to transform input data into linearly separable data clusters, with a linear or a perceptron type output layer making the final projection on the line perpendicular to the discrimi…

BIG-bench Machine Learning

Generalization of an Upper Bound on the Number of Nodes Needed to Achieve Linear Separability

2018-02-10 · Marjolein Troost, Katja Seeliger, Marcel van Gerven

An important issue in neural network research is how to choose the number of nodes and layers such as to solve a classification problem. We provide new intuitions based on earlier results by An et al. (2015) by deriving …

Unifying Attention Heads and Task Vectors via Hidden State Geometry in In-Context Learning

2025-05-24 · Haolin Yang, Hakaze Cho, Yiqiao Zhong, Naoya Inoue

The unusual properties of in-context learning (ICL) have prompted investigations into the internal mechanisms of large language models. Prior work typically focuses on either special attention heads or task vectors at sp…

In-Context Learning

How deep is deep enough? -- Quantifying class separability in the hidden layers of deep neural networks

2018-11-05 · Achim Schilling, Claus Metzner, Jonas Rietsch, Richard Gerum 외

Deep neural networks typically outperform more traditional machine learning models in their ability to classify complex data, and yet is not clear how the individual hidden layers of a deep network contribute to the over…