paper-with-me

Papers

Augment with Care: Contrastive Learning for Combinatorial Problems

2022-02-17 · Haonan Duan, Pashootan Vaezipoor, Max B. Paulus, Yangjun Ruan, Chris J. Maddison

Supervised learning can improve the design of state-of-the-art solvers for combinatorial problems, but labelling large numbers of combinatorial instances is often impractical due to exponential worst-case complexity. Inspired by the recent success of contrastive pre-training for images, we conduct a scientific study of the effect of augmentation design on contrastive pre-training for the Boolean satisfiability problem. While typical graph contrastive pre-training uses label-agnostic augmentations, our key insight is that many combinatorial problems have well-studied invariances, which allow for the design of label-preserving augmentations. We find that label-preserving augmentations are critical for the success of contrastive pre-training. We show that our representations are able to achieve comparable test accuracy to fully-supervised learning while using only 1% of the labels. We also demonstrate that our representations are more transferable to larger problems from unseen domains. Our code is available at https://github.com/h4duan/contrastive-sat.

📄 PDF Abstract BibTeX arXiv:2202.08396

Code (1)

h4duan/contrastive-sat 공식 구현 pytorch

Tasks

Contrastive Learning

Similar Papers 제목 키워드 기반

Enhancing Contrastive Learning with Efficient Combinatorial Positive Pairing

2024-01-11 · Jaeill Kim, Duhun Hwang, Eunjung Lee, Jangwon Suh 외

In the past few years, contrastive learning has played a central role for the success of visual unsupervised representation learning. Around the same time, high-performance non-contrastive learning methods have been deve…

Contrastive LearningLinear evaluationRepresentation Learning

Revisit Out-Of-Vocabulary Problem for Slot Filling: A Unified Contrastive Frameword with Multi-level Data Augmentations

2023-02-27 · Daichi Guo, Guanting Dong, Dayuan Fu, Yuxiang Wu 외

In real dialogue scenarios, the existing slot filling model, which tends to memorize entity patterns, has a significantly reduced generalization facing Out-of-Vocabulary (OOV) problems. To address this issue, we propose …

Contrastive Learningslot-fillingSlot Filling

Fast-MoCo: Boost Momentum-based Contrastive Learning with Combinatorial Patches

2022-07-17 · Yuanzheng Ci, Chen Lin, Lei Bai, Wanli Ouyang

Contrastive-based self-supervised learning methods achieved great success in recent years. However, self-supervision requires extremely long training epochs (e.g., 800 epochs for MoCo v3) to achieve promising results, wh…

Contrastive LearningLinear evaluationSelf-Supervised Learning

Localized Contrastive Learning on Graphs

2022-12-08 · Hengrui Zhang, Qitian Wu, Yu Wang, Shaofeng Zhang 외

Contrastive learning methods based on InfoNCE loss are popular in node representation learning tasks on graph-structured data. However, its reliance on data augmentation and its quadratic computational complexity might l…

Contrastive LearningData AugmentationRepresentation Learning

Contrastive Learning with Stronger Augmentations

2021-04-15 · Xiao Wang, Guo-Jun Qi

Representation learning has significantly been developed with the advance of contrastive learning methods. Most of those methods have benefited from various data augmentations that are carefully designated to maintain th…

Contrastive LearningRepresentation LearningRetrievalSelf-Supervised Image Classification+1