paper-with-me

Papers

Calibrating and Improving Graph Contrastive Learning

2021-01-27 · Kaili Ma, Haochen Yang, Han Yang, Yongqiang Chen, James Cheng

Graph contrastive learning algorithms have demonstrated remarkable success in various applications such as node classification, link prediction, and graph clustering. However, in unsupervised graph contrastive learning, some contrastive pairs may contradict the truths in downstream tasks and thus the decrease of losses on these pairs undesirably harms the performance in the downstream tasks. To assess the discrepancy between the prediction and the ground-truth in the downstream tasks for these contrastive pairs, we adapt the expected calibration error (ECE) to graph contrastive learning. The analysis of ECE motivates us to propose a novel regularization method, Contrast-Reg, to ensure that decreasing the contrastive loss leads to better performance in the downstream tasks. As a plug-in regularizer, Contrast-Reg effectively improves the performance of existing graph contrastive learning algorithms. We provide both theoretical and empirical results to demonstrate the effectiveness of Contrast-Reg in enhancing the generalizability of the Graph Neural Network(GNN) model and improving the performance of graph contrastive algorithms with different similarity definitions and encoder backbones across various downstream tasks.

📄 PDF Abstract BibTeX arXiv:2101.11525

Code (1)

MaKaili/Contrast-Reg 공식 구현 pytorch

Tasks

Contrastive LearningGraph ClusteringGraph Neural NetworkGraph Representation LearningLink PredictionNode ClassificationRepresentation Learning

Methods 이 논문이 사용한 방법론

node2vec node2vec is a framework for learning graph embeddings for nodes in graphs. Node2vec maximizes a likelihood objective over mappings which preserve neighbourhood distances in…

Similar Papers 제목 키워드 기반

Temperature-Free Loss Function for Contrastive Learning

2025-01-29 · Bum Jun Kim, Sang Woo Kim

As one of the most promising methods in self-supervised learning, contrastive learning has achieved a series of breakthroughs across numerous fields. A predominant approach to implementing contrastive learning is applyin…

Contrastive LearningSelf-Supervised Learningvalid

CAF-Score: Calibrating CLAP with LALMs for Reference-free Audio Captioning Evaluation

2026-03-20 · Insung Lee, Taeyoung Jeong, Haejun Yoo, Du-Seong Chang 외 arxiv

While Large Audio-Language Models (LALMs) have advanced audio captioning, robust evaluation remains difficult. Reference-based metrics are expensive and often fail to assess acoustic fidelity, while Contrastive Language-…

Audio captioning

Cal-DPO: Calibrated Direct Preference Optimization for Language Model Alignment

2024-12-19 · Teng Xiao, Yige Yuan, Huaisheng Zhu, Mingxiao Li 외

We study the problem of aligning large language models (LLMs) with human preference data. Contrastive preference optimization has shown promising results in aligning LLMs with available preference data by optimizing the …

Language ModelingLanguage Modelling

What Makes Graph Neural Networks Miscalibrated?

2022-10-12 · Hans Hao-Hsun Hsu, Yuesong Shen, Christian Tomani, Daniel Cremers

Given the importance of getting calibrated predictions and reliable uncertainty estimations, various post-hoc calibration methods have been developed for neural networks on standard multi-class classification tasks. Howe…

DiversityGraph AttentionMulti-class Classification

Estimating Fine-Grained Noise Model via Contrastive Learning

2022-04-03 · CVPR 2022 1 · Yunhao Zou, Ying Fu

Image denoising has achieved unprecedented progress as great efforts have been made to exploit effective deep denoisers. To improve the denoising performance in realworld, two typical solutions are used in recent trends:…

Contrastive LearningDenoisingImage DenoisingImage Generation+2