paper-with-me

Papers

Conditional Contrastive Learning with Kernel

2022-02-11 · ICLR 2022 4 · Yao-Hung Hubert Tsai, Tianqin Li, Martin Q. Ma, Han Zhao, Kun Zhang, Louis-Philippe Morency, Ruslan Salakhutdinov

Conditional contrastive learning frameworks consider the conditional sampling procedure that constructs positive or negative data pairs conditioned on specific variables. Fair contrastive learning constructs negative pairs, for example, from the same gender (conditioning on sensitive information), which in turn reduces undesirable information from the learned representations; weakly supervised contrastive learning constructs positive pairs with similar annotative attributes (conditioning on auxiliary information), which in turn are incorporated into the representations. Although conditional contrastive learning enables many applications, the conditional sampling procedure can be challenging if we cannot obtain sufficient data pairs for some values of the conditioning variable. This paper presents Conditional Contrastive Learning with Kernel (CCL-K) that converts existing conditional contrastive objectives into alternative forms that mitigate the insufficient data problem. Instead of sampling data according to the value of the conditioning variable, CCL-K uses the Kernel Conditional Embedding Operator that samples data from all available data and assigns weights to each sampled data given the kernel similarity between the values of the conditioning variable. We conduct experiments using weakly supervised, fair, and hard negatives contrastive learning, showing CCL-K outperforms state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2202.05458

Code (1)

crazy-jack/cclk-release 공식 구현 pytorch

Tasks

Contrastive Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Noise Contrastive Meta-Learning for Conditional Density Estimation using Kernel Mean Embeddings

2019-06-05 · Jean-Francois Ton, Lucian Chan, Yee Whye Teh, Dino Sejdinovic

Current meta-learning approaches focus on learning functional representations of relationships between variables, i.e. on estimating conditional expectations in regression. In many applications, however, we are faced wit…

Density EstimationMeta-Learningregression

A Doeblin-Anchored Contrastive Chart for Learning Markov Transition Kernels

2026-06-01 · Ao Xu arxiv

Learning a Markov transition model is not merely conditional density estimation: the learned object must be a valid transition kernel before it is iterated in downstream dynamics. This paper introduces a Doeblin-anchored…

Density Estimation

Integrating Prior Knowledge in Contrastive Learning with Kernel

2022-06-03 · Benoit Dufumier, Carlo Alberto Barbano, Robin Louiset, Edouard Duchesnay 외

Data augmentation is a crucial component in unsupervised contrastive learning (CL). It determines how positive samples are defined and, ultimately, the quality of the learned representation. In this work, we open the doo…

Contrastive LearningData Augmentation

Toward Scalable and Valid Conditional Independence Testing with Spectral Representations

2025-12-22 · Alek Fröhlich, Vladimir R. Kostic, Karim Lounici, Daniel Perazzo 외 arxiv

Conditional independence (CI) is central to causal inference, feature selection, and graphical modeling, yet it is untestable in many settings without additional assumptions. Existing CI tests often rely on restrictive s…

Representation LearningCausal Inference

On Distance and Kernel Measures of Conditional Independence

2019-12-02 · Tianhong Sheng, Bharath K. Sriperumbudur

Measuring conditional independence is one of the important tasks in statistical inference and is fundamental in causal discovery, feature selection, dimensionality reduction, Bayesian network learning, and others. In thi…

Causal DiscoveryDimensionality Reductionfeature selection