paper-with-me

Papers

Inducing Neural Collapse to a Fixed Hierarchy-Aware Frame for Reducing Mistake Severity

2023-03-10 · ICCV 2023 1 · TONG LIANG, Jim Davis

There is a recently discovered and intriguing phenomenon called Neural Collapse: at the terminal phase of training a deep neural network for classification, the within-class penultimate feature means and the associated classifier vectors of all flat classes collapse to the vertices of a simplex Equiangular Tight Frame (ETF). Recent work has tried to exploit this phenomenon by fixing the related classifier weights to a pre-computed ETF to induce neural collapse and maximize the separation of the learned features when training with imbalanced data. In this work, we propose to fix the linear classifier of a deep neural network to a Hierarchy-Aware Frame (HAFrame), instead of an ETF, and use a cosine similarity-based auxiliary loss to learn hierarchy-aware penultimate features that collapse to the HAFrame. We demonstrate that our approach reduces the mistake severity of the model's predictions while maintaining its top-1 accuracy on several datasets of varying scales with hierarchies of heights ranging from 3 to 12. Code: https://github.com/ltong1130ztr/HAFrame

📄 PDF Abstract BibTeX arXiv:2303.05689

Code (1)

ltong1130ztr/haframe 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Moving Beyond Diffusion: Hierarchy-to-Hierarchy Autoregression for fMRI-to-Image Reconstruction

2025-10-25 · Xu Zhang, Ruijie Quan, Wenguan Wang, Yi Yang arxiv

Reconstructing visual stimuli from fMRI signals is a central challenge bridging machine learning and neuroscience. Recent diffusion-based methods typically map fMRI activity to a single neural embedding, using it as stat…

Image Reconstruction

BandPO: Bridging Trust Regions and Ratio Clipping via Probability-Aware Bounds for LLM Reinforcement Learning

2026-03-05 · Yuan Li, Bo Wang, Yufei Gao, Yuqian Yao 외 arxiv

Proximal constraints are fundamental to the stability of the Large Language Model reinforcement learning. While the canonical clipping mechanism in PPO serves as an efficient surrogate for trust regions, we identify a cr…

Reinforcement Learning

Inducing Neural Collapse in Imbalanced Learning: Do We Really Need a Learnable Classifier at the End of Deep Neural Network?

2022-03-17 · Yibo Yang, Shixiang Chen, Xiangtai Li, Liang Xie 외

Modern deep neural networks for classification usually jointly learn a backbone for representation and a linear classifier to output the logit of each class. A recent study has shown a phenomenon called neural collapse t…

ClassificationImage ClassificationLong-tail Learning

Inducing Hierarchical Compositional Model by Sparsifying Generator Network

2019-09-10 · CVPR 2020 6 · Xianglei Xing, Tianfu Wu, Song-Chun Zhu, Ying Nian Wu

This paper proposes to learn hierarchical compositional AND-OR model for interpretable image synthesis by sparsifying the generator network. The proposed method adopts the scene-objects-parts-subparts-primitives hierarch…

Image GenerationImage Reconstructionmodel

Path Based Hierarchical Clustering on Knowledge Graphs

2021-09-27 · Marcin Pietrasik, Marek Reformat

Knowledge graphs have emerged as a widely adopted medium for storing relational data, making methods for automatically reasoning with them highly desirable. In this paper, we present a novel approach for inducing a hiera…

ClusteringKnowledge GraphsTAG