paper-with-me

홈 › Papers

Rethinking Independent Cross-Entropy Loss For Graph-Structured Data

2024-05-24 · Rui Miao, Kaixiong Zhou, Yili Wang, Ninghao Liu, Ying Wang, Xin Wang

Graph neural networks (GNNs) have exhibited prominent performance in learning graph-structured data. Considering node classification task, based on the i.i.d assumption among node labels, the traditional supervised learning simply sums up cross-entropy losses of the independent training nodes and applies the average loss to optimize GNNs' weights. But different from other data formats, the nodes are naturally connected. It is found that the independent distribution modeling of node labels restricts GNNs' capability to generalize over the entire graph and defend adversarial attacks. In this work, we propose a new framework, termed joint-cluster supervised learning, to model the joint distribution of each node with its corresponding cluster. We learn the joint distribution of node and cluster labels conditioned on their representations, and train GNNs with the obtained joint loss. In this way, the data-label reference signals extracted from the local cluster explicitly strengthen the discrimination ability on the target node. The extensive experiments demonstrate that our joint-cluster supervised learning can effectively bolster GNNs' node classification accuracy. Furthermore, being benefited from the reference signals which may be free from spiteful interference, our learning paradigm significantly protects the node classification from being affected by the adversarial attack.

📄 PDF Abstract BibTeX arXiv:2405.15564

Code (1)

mr9812/joint-cluster-supervised-learning 공식 구현 pytorch

Tasks

Adversarial AttackNode Classification

Similar Papers 제목 키워드 기반

Rethinking Loss Functions for Fact Verification

2024-03-13 · Yuta Mukobara, Yutaro Shigeto, Masashi Shimbo

We explore loss functions for fact verification in the FEVER shared task. While the cross-entropy loss is a standard objective for training verdict predictors, it fails to capture the heterogeneity among the FEVER verdic…

Fact Verification

Rethinking the Harmonic Loss via Non-Euclidean Distance Layers

2026-03-10 · Maxwell Miller-Golub, Collin Coil, Kamil Faber, Marcin Pietron 외 arxiv

Cross-entropy loss has long been the standard choice for training deep neural networks, yet it suffers from interpretability limitations, unbounded weight growth, and inefficiencies that can contribute to costly training…

Computational Efficiency

Don't stop me now: Rethinking Validation Criteria for Model Parameter Selection

2026-02-25 · Andrea Apicella, Francesco Isgrò, Andrea Pollastro, Roberto Prevete arxiv

Despite the extensive literature on training loss functions, the evaluation of generalization on the validation set remains underexplored. In this work, we conduct a systematic empirical and statistical study of how the …

Rethinking Entropy Minimization in Test-Time Adaptation for Autoregressive Models

2026-05-05 · Wei-Ping Huang, Chee-En Yu, Guan-Ting Lin, Hung-yi Lee arxiv

Test-Time Adaptation (TTA) via entropy minimization (EM) has proven effective for classification tasks, yet its application to generative autoregressive models remains theoretically fragmented. Existing approaches typica…

Reinforcement LearningTest-time Adaptation

Cross-Entropy Loss and Low-Rank Features Have Responsibility for Adversarial Examples

2019-01-24 · Kamil Nar, Orhan Ocal, S. Shankar Sastry, Kannan Ramchandran

State-of-the-art neural networks are vulnerable to adversarial examples; they can easily misclassify inputs that are imperceptibly different than their training and test data. In this work, we establish that the use of c…

Binary Classification