paper-with-me

홈 › Papers

ContraCLIP: Interpretable GAN generation driven by pairs of contrasting sentences

2022-06-05 · Christos Tzelepis, James Oldfield, Georgios Tzimiropoulos, Ioannis Patras

This work addresses the problem of discovering non-linear interpretable paths in the latent space of pre-trained GANs in a model-agnostic manner. In the proposed method, the discovery is driven by a set of pairs of natural language sentences with contrasting semantics, named semantic dipoles, that serve as the limits of the interpretation that we require by the trainable latent paths to encode. By using the pre-trained CLIP encoder, the sentences are projected into the vision-language space, where they serve as dipoles, and where RBF-based warping functions define a set of non-linear directional paths, one for each semantic dipole, allowing in this way traversals from one semantic pole to the other. By defining an objective that discovers paths in the latent space of GANs that generate changes along the desired paths in the vision-language embedding space, we provide an intuitive way of controlling the underlying generative factors and address some of the limitations of the state-of-the-art works, namely, that a) they are typically tailored to specific GAN architectures (i.e., StyleGAN), b) they disregard the relative position of the manipulated and the original image in the image embedding and the relative position of the image and the text embeddings, and c) they lead to abrupt image manipulations and quickly arrive at regions of low density and, thus, low image quality, providing limited control of the generative factors. We provide extensive qualitative and quantitative results that demonstrate our claims with two pre-trained GANs, and make the code and the pre-trained models publicly available at: https://github.com/chi0tzp/ContraCLIP

📄 PDF Abstract BibTeX arXiv:2206.02104

Code (1)

chi0tzp/contraclip 공식 구현 pytorch

Tasks

Position

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

SportsGPT: An LLM-driven Framework for Interpretable Sports Motion Assessment and Training Guidance

2025-12-16 · Wenbo Tian, Ruting Lin, Hongxian Zheng, Yaodong Yang 외 arxiv

Existing intelligent sports analysis systems mainly focus on "scoring and visualization," often lacking automatic performance diagnosis and interpretable training guidance. Recent advances in Large Language Models (LLMs)…

PopAlign: Diversifying Contrasting Patterns for a More Comprehensive Alignment

2024-10-17 · Zekun Moore Wang, Shawn Wang, Kang Zhu, Jiaheng Liu 외

Alignment of large language models (LLMs) involves training models on preference-contrastive output pairs to adjust their responses according to human preferences. To obtain such contrastive pairs, traditional methods li…

Contrasting quadratic assignments for set-based representation learning

2022-05-31 · Artem Moskalev, Ivan Sosnovik, Volker Fischer, Arnold Smeulders

The standard approach to contrastive learning is to maximize the agreement between different views of the data. The views are ordered in pairs, such that they are either positive, encoding different views of the same obj…

Contrastive LearningMetric LearningRepresentation Learning

Improving Preference Extraction In LLMs By Identifying Latent Knowledge Through Classifying Probes

2025-03-22 · Sharan Maiya, Yinhong Liu, Ramit Debnath, Anna Korhonen

Large Language Models (LLMs) are often used as automated judges to evaluate text, but their effectiveness can be hindered by various unintentional biases. We propose using linear classifying probes, trained by leveraging…

Common Sense Reasoning

Better by Comparison: Retrieval-Augmented Contrastive Reasoning for Automatic Prompt Optimization

2025-09-02 · Juhyeon Lee, Wonduk Seo, Hyunjin An, Seunghyun Lee 외 arxiv

Automatic prompt optimization has recently emerged as a strategy for improving the quality of prompts used in Large Language Models (LLMs), with the goal of generating more accurate and useful responses. However, most pr…