paper-with-me

홈 › Papers

A Layer Separation Optimization Framework for Cross-Entropy Training in Deep Learning

2026-04-25 · Yaru Liu, Michael K. Ng, Yiqi Gu arxiv

This paper investigates the deep learning optimization problem with softmax cross-entropy loss. We propose a layer separation strategy to alleviate the strong nonconvexity encountered during training deep networks. For cross-entropy models with fully connected and convolutional neural networks, we introduce auxiliary variables associated with hidden layer outputs and construct corresponding layer separation models, which decompose the original deeply nested optimization problem into a sequence of more manageable subproblems. We also conduct theoretical analyses, proving that the new layer separation loss provides an upper bound for the original cross-entropy loss. Moreover, we design alternating minimization algorithms and prove that, under appropriate conditions, these algorithms exhibit decreasing properties of the loss function. Numerical experiments validate the effectiveness of the proposed methods and indicate improved optimization behavior, especially for fully connected and convolutional neural networks.

📄 PDF Abstract BibTeX arXiv:2604.23225

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CAMRI Loss: Improving Recall of a Specific Class without Sacrificing Accuracy

2022-09-22 · Daiki Nishiyama, Kazuto Fukuchi, Youhei Akimoto, Jun Sakuma

In real-world applications of multi-class classification models, misclassification in an important class (e.g., stop sign) can be significantly more harmful than in other classes (e.g., speed limit). In this paper, we pr…

Multi-class Classification

What Intermediate Layers Know: Detecting Jailbreaks from Entropy Dynamics

2026-06-23 · Sofiia Nikolenko, Michele Papucci, Mina Rezaei, Shireen Kudukkil Manchingal arxiv

Jailbreak attacks reveal a persistent weakness in aligned Large Language Models: carefully crafted prompts can elicit policy-violating responses despite safety training. While most defenses operate at the prompt or outpu…

Structured Knowledge Accumulation: An Autonomous Framework for Layer-Wise Entropy Reduction in Neural Learning

2025-03-18 · Bouarfa Mahi Quantiota

We introduce the Structured Knowledge Accumulation (SKA) framework, which reinterprets entropy as a dynamic, layer-wise measure of knowledge alignment in neural networks. Instead of relying on traditional gradient-based …

Demystifying Loss Functions for Classification

2021-01-01 · Simon Kornblith, Honglak Lee, Ting Chen, Mohammad Norouzi

It is common to use the softmax cross-entropy loss to train neural networks on classification datasets where a single class label is assigned to each example. However, it has been shown that modifying softmax cross-entro…

ClassificationGeneral Classificationimage-classificationImage Classification

ReflexSplit: Single Image Reflection Separation via Layer Fusion-Separation

2026-01-24 · Chia-Ming Lee, Yu-Fan Lin, Jin-Hui Jiang, Yu-Jou Hsiao 외 arxiv

Single Image Reflection Separation (SIRS) disentangles mixed images into transmission and reflection layers. Existing methods suffer from transmission-reflection confusion under nonlinear mixing, particularly in deep dec…