AILGLOSep 25, 2024

Informed deep hierarchical classification: a non-standard analysis inspired approach

arXiv:2409.16956v22 citationsh-index: 8
Originality Incremental advance
AI Analysis

This addresses hierarchical classification tasks for machine learning applications, offering an incremental improvement in efficiency and performance.

The paper tackles deep hierarchical classification by proposing a lexicographic hybrid deep neural network (LH-DNN) that uses projection operators and combines lexicographic optimization, non-standard analysis, and deep learning. It achieves comparable or superior performance to B-CNN on benchmarks like CIFAR10, CIFAR100, and Fashion-MNIST, with reduced parameters, training epochs, and computational time.

This work proposes a novel approach to the deep hierarchical classification task, i.e., the problem of classifying data according to multiple labels organized in a rigid parent-child structure. It consists in a multi-output deep neural network equipped with specific projection operators placed before each output layer. The design of such an architecture, called lexicographic hybrid deep neural network (LH-DNN), has been possible by combining tools from different and quite distant research fields: lexicographic multi-objective optimization, non-standard analysis, and deep learning. To assess the efficacy of the approach, the resulting network is compared against the B-CNN, a convolutional neural network tailored for hierarchical classification tasks, on the CIFAR10, CIFAR100 (where it has been originally and recently proposed before being adopted and tuned for multiple real-world applications) and Fashion-MNIST benchmarks. Evidence states that an LH-DNN can achieve comparable if not superior performance, especially in the learning of the hierarchical relations, in the face of a drastic reduction of the learning parameters, training epochs, and computational time, without the need for ad-hoc loss functions weighting values.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes