paper-with-me

Papers

Scalable Infomin Learning

2023-02-21 · Yanzhi Chen, Weihao Sun, Yingzhen Li, Adrian Weller

The task of infomin learning aims to learn a representation with high utility while being uninformative about a specified target, with the latter achieved by minimising the mutual information between the representation and the target. It has broad applications, ranging from training fair prediction models against protected attributes, to unsupervised learning with disentangled representations. Recent works on infomin learning mainly use adversarial training, which involves training a neural network to estimate mutual information or its proxy and thus is slow and difficult to optimise. Drawing on recent advances in slicing techniques, we propose a new infomin learning approach, which uses a novel proxy metric to mutual information. We further derive an accurate and analytically computable approximation to this proxy metric, thereby removing the need of constructing neural network-based mutual information estimators. Experiments on algorithmic fairness, disentangled representation learning and domain adaptation verify that our method can effectively remove unwanted information with limited time budget.

📄 PDF Abstract BibTeX arXiv:2302.10701

Code (1)

cyz-ai/infomin 공식 구현 pytorch

Tasks

Domain AdaptationFairnessRepresentation Learning

Similar Papers 제목 키워드 기반

GIMM: InfoMin-Max for Automated Graph Contrastive Learning

2023-05-27 · Xin Xiong, Furao Shen, Xiangyu Wang, Jian Zhao

Graph contrastive learning (GCL) shows great potential in unsupervised graph representation learning. Data augmentation plays a vital role in GCL, and its optimal choice heavily depends on the downstream task. Many GCL m…

Contrastive LearningData AugmentationGraph ClassificationGraph Representation Learning+1

Adversarial Learning Data Augmentation for Graph Contrastive Learning in Recommendation

2023-02-05 · JunJie Huang, Qi Cao, Ruobing Xie, Shaoliang Zhang 외

Recently, Graph Neural Networks (GNNs) achieve remarkable success in Recommendation. To reduce the influence of data sparsity, Graph Contrastive Learning (GCL) is adopted in GNN-based CF methods for enhancing performance…

Contrastive LearningData Augmentation

InfoMiner at WNUT-2020 Task 2: Transformer-based Covid-19 Informative Tweet Extraction

2020-10-11 · EMNLP (WNUT) 2020 11 · Hansi Hettiarachchi, Tharindu Ranasinghe

Identifying informative tweets is an important step when building information extraction systems based on social media. WNUT-2020 Task 2 was organised to recognise informative tweets from noise tweets. In this paper, we …

Task 2

Bringing Your Own View: Graph Contrastive Learning without Prefabricated Data Augmentations

2022-01-04 · Yuning You, Tianlong Chen, Zhangyang Wang, Yang shen

Self-supervision is recently surging at its new frontier of graph learning. It facilitates graph representations beneficial to downstream tasks; but its success could hinge on domain knowledge for handcraft or the often …

Contrastive LearningGraph Learning

Towards a Rigorous Analysis of Mutual Information in Contrastive Learning

2023-08-30 · Kyungeun Lee, Jaeill Kim, Suhyun Kang, Wonjong Rhee

Contrastive learning has emerged as a cornerstone in recent achievements of unsupervised representation learning. Its primary paradigm involves an instance discrimination task with a mutual information loss. The loss is …

Contrastive LearningMisconceptionsRepresentation Learning