paper-with-me

Papers

Structural Entropy Guided Probabilistic Coding

2024-12-12 · Xiang Huang, Hao Peng, Li Sun, Hui Lin, Chunyang Liu, Jiang Cao, Philip S. Yu

Probabilistic embeddings have several advantages over deterministic embeddings as they map each data point to a distribution, which better describes the uncertainty and complexity of data. Many works focus on adjusting the distribution constraint under the Information Bottleneck (IB) principle to enhance representation learning. However, these proposed regularization terms only consider the constraint of each latent variable, omitting the structural information between latent variables. In this paper, we propose a novel structural entropy-guided probabilistic coding model, named SEPC. Specifically, we incorporate the relationship between latent variables into the optimization by proposing a structural entropy regularization loss. Besides, as traditional structural information theory is not well-suited for regression tasks, we propose a probabilistic encoding tree, transferring regression tasks to classification tasks while diminishing the influence of the transformation. Experimental results across 12 natural language understanding tasks, including both classification and regression tasks, demonstrate the superior performance of SEPC compared to other state-of-the-art models in terms of effectiveness, generalization capability, and robustness to label noise. The codes and datasets are available at https://github.com/SELGroup/SEPC.

📄 PDF Abstract BibTeX arXiv:2412.08841

Code (1)

selgroup/sepc 공식 구현 pytorch

Tasks

Natural Language UnderstandingregressionRepresentation Learning

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

Attention-Guided Layer Selection for Contrastive Decoding in Large Language Models

2026-07-25 · Yusuke Sakai, Natthawut Kertkeidkachorn, Kiyoaki Shirai arxiv

Contrastive decoding methods such as DoLa improve the factuality of Large Language Models (LLMs) by contrasting the output distributions of mature and premature layers. However, DoLa's dynamic layer selection relies sole…

SEHFS: Structural Entropy-Guided High-Order Correlation Learning for Multi-View Multi-Label Feature Selection

2026-03-03 · Cheng Peng, Yonghao Li, Wanfu Gao, Jie Wen 외 arxiv

In recent years, multi-view multi-label learning (MVML) has attracted extensive attention due to its close alignment to real-world scenarios. Information-theoretic methods have gained prominence for learning nonlinear co…

Multi-Label Learning

Structural Entropy Guided Unsupervised Graph Out-Of-Distribution Detection

2025-03-05 · Yue Hou, He Zhu, Ruomei Liu, Yingke Su 외

With the emerging of huge amount of unlabeled data, unsupervised out-of-distribution (OOD) detection is vital for ensuring the reliability of graph neural networks (GNNs) by identifying OOD samples from in-distribution (…

Contrastive LearningGraph ClassificationOut-of-Distribution DetectionOut of Distribution (OOD) Detection+1

Towards Better & Faster Autoregressive Image Generation: From the Perspective of Entropy

2025-10-10 · Xiaoxiao Ma, Feng Zhao, Pengyang Ling, Haibo Qiu 외 arxiv

In this work, we first revisit the sampling issues in current autoregressive (AR) image generation models and identify that image tokens, unlike text tokens, exhibit lower information density and non-uniform spatial dist…

Image Generation

T-Retriever: Tree-based Hierarchical Retrieval Augmented Generation for Textual Graphs

2026-01-08 · Chunyu Wei, Huaiyu Qin, Siyuan He, Yunhai Wang 외 arxiv

Retrieval-Augmented Generation (RAG) has significantly enhanced Large Language Models' ability to access external knowledge, yet current graph-based RAG approaches face two critical limitations in managing hierarchical i…