paper-with-me

홈 › Papers

RAVE: Residual Vector Embedding for CLIP-Guided Backlit Image Enhancement

2024-04-02 · Tatiana Gaintseva, Martin Benning, Gregory Slabaugh

In this paper we propose a novel modification of Contrastive Language-Image Pre-Training (CLIP) guidance for the task of unsupervised backlit image enhancement. Our work builds on the state-of-the-art CLIP-LIT approach, which learns a prompt pair by constraining the text-image similarity between a prompt (negative/positive sample) and a corresponding image (backlit image/well-lit image) in the CLIP embedding space. Learned prompts then guide an image enhancement network. Based on the CLIP-LIT framework, we propose two novel methods for CLIP guidance. First, we show that instead of tuning prompts in the space of text embeddings, it is possible to directly tune their embeddings in the latent space without any loss in quality. This accelerates training and potentially enables the use of additional encoders that do not have a text encoder. Second, we propose a novel approach that does not require any prompt tuning. Instead, based on CLIP embeddings of backlit and well-lit images from training data, we compute the residual vector in the embedding space as a simple difference between the mean embeddings of the well-lit and backlit images. This vector then guides the enhancement network during training, pushing a backlit image towards the space of well-lit images. This approach further dramatically reduces training time, stabilizes training and produces high quality enhanced images without artifacts, both in supervised and unsupervised training regimes. Additionally, we show that residual vectors can be interpreted, revealing biases in training data, and thereby enabling potential bias correction.

📄 PDF Abstract BibTeX arXiv:2404.01889

Code (1)

atmyre/rave 공식 구현 pytorch

Tasks

Image Enhancement

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 제목 키워드 기반

TraVEL: Trajectory-Guided Video Embedding Learning for Driving-Video Retrieval

2026-08-13 · Yi-Chung Chen, Philip Jacobson, Tom Lampo, Yiren Lu 외 arxiv

Efficiently retrieving relevant clips from large-scale driving logs is essential for data curation, model development, and safety analysis. Structured and rule-based retrieval systems can explicitly target driving events…

Video Retrieval

Embedding Font Impression Word Tags Based on Co-occurrence

2025-08-26 · Yugo Kubota, Seiichi Uchida arxiv

Different font styles (i.e., font shapes) convey distinct impressions, indicating a close relationship between font shapes and word tags describing those impressions. This paper proposes a novel embedding method for impr…

Text-Guided Unsupervised Latent Transformation for Multi-Attribute Image Manipulation

2023-01-01 · CVPR 2023 1 · Xiwen Wei, Zhen Xu, Cheng Liu, Si Wu 외

Great progress has been made in StyleGAN-based image editing. To associate with preset attributes, most existing approaches focus on supervised learning for semantically meaningful latent space traversal directions, …

AttributeImage ManipulationSemantic SimilaritySemantic Textual Similarity

CLIPVG: Text-Guided Image Manipulation Using Differentiable Vector Graphics

2022-12-05 · Yiren Song, Xuning Shao, Kang Chen, Weidong Zhang 외

Considerable progress has recently been made in leveraging CLIP (Contrastive Language-Image Pre-Training) models for text-guided image manipulation. However, all existing works rely on additional generative models to ens…

Image ManipulationVector Graphics

Dual-Domain CLIP-Assisted Residual Optimization Perception Model for Metal Artifact Reduction

2024-08-14 · Xinrui Zhang, Ailong Cai, Shaoyu Wang, Linyuan Wang 외

Metal artifacts in computed tomography (CT) imaging pose significant challenges to accurate clinical diagnosis. The presence of high-density metallic implants results in artifacts that deteriorate image quality, manifest…

Computed Tomography (CT)Contrastive LearningMetal Artifact ReductionPrompt Engineering