paper-with-me

Papers

ESS-ReduNet: Enhancing Subspace Separability of ReduNet via Dynamic Expansion with Bayesian Inference

2024-11-27 · Xiaojie Yu, Haibo Zhang, Lizhi Peng, Fengyang Sun, Jeremiah Deng

ReduNet is a deep neural network model that leverages the principle of maximal coding rate \textbf{redu}ction to transform original data samples into a low-dimensional, linear discriminative feature representation. Unlike traditional deep learning frameworks, ReduNet constructs its parameters explicitly layer by layer, with each layer's parameters derived based on the features transformed from the preceding layer. Rather than directly using labels, ReduNet uses the similarity between each category's spanned subspace and the data samples for feature updates at each layer. This may lead to features being updated in the wrong direction, impairing the correct construction of network parameters and reducing the network's convergence speed. To address this issue, based on the geometric interpretation of the network parameters, this paper presents ESS-ReduNet to enhance the separability of each category's subspace by dynamically controlling the expansion of the overall spanned space of the samples. Meanwhile, label knowledge is incorporated with Bayesian inference to encourage the decoupling of subspaces. Finally, stability, as assessed by the condition number, serves as an auxiliary criterion for halting training. Experiments on the ESR, HAR, Covertype, and Gas datasets demonstrate that ESS-ReduNet achieves more than 10x improvement in convergence compared to ReduNet. Notably, on the ESR dataset, the features transformed by ESS-ReduNet achieve a 47\% improvement in SVM classification accuracy.

📄 PDF Abstract BibTeX arXiv:2411.17961

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian Inference

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Lightweight Adaptive ReduNet via Hyperspherical Manifold Learning

2026-08-21 · Zhenglin Huang, Qifa Yan, Bin Dai, Xiaohu Tang arxiv

In recent years, a white-box neural network called ReduNet has been proposed, which employs the maximal coding rate reduction (MCR$^2$) principle to transform raw data into low-dimensional discriminative features via a f…

ReduNet: A White-box Deep Network from the Principle of Maximizing Rate Reduction

2021-05-21 · Kwan Ho Ryan Chan, Yaodong Yu, Chong You, Haozhi Qi 외

This work attempts to provide a plausible theoretical framework that aims to interpret modern deep (convolutional) networks from the principles of data compression and discriminative representation. We argue that for hig…

AllData Compression

Non-Negative Local Sparse Coding for Subspace Clustering

2019-03-12 · Babak Hosseini, Barbara Hammer

Subspace sparse coding (SSC) algorithms have proven to be beneficial to clustering problems. They provide an alternative data representation in which the underlying structure of the clusters can be better captured. Howev…

Clustering

Pseudo-label Induced Subspace Representation Learning for Robust Out-of-Distribution Detection

2025-08-05 · Tarhib Al Azad, Faizul Rakib Sayem, Shahana Ibrahim arxiv

Out-of-distribution (OOD) detection lies at the heart of robust artificial intelligence (AI), aiming to identify samples from novel distributions beyond the training set. Recent approaches have exploited feature represen…

Out-of-Distribution DetectionRepresentation Learning

Emergent Manifold Separability during Reasoning in Large Language Models

2026-02-23 · Chanwoo Chun, Alexandre Polo, SueYeon Chung arxiv

Chain-of-Thought (CoT) prompting significantly improves reasoning in Large Language Models, yet the temporal dynamics of the underlying representation geometry remain poorly understood. We investigate these dynamics by a…