paper-with-me

Papers

DeltaSpace: A Semantic-aligned Feature Space for Flexible Text-guided Image Editing

2023-10-12 · Yueming Lyu, Kang Zhao, Bo Peng, Yue Jiang, Yingya Zhang, Jing Dong

Text-guided image editing faces significant challenges to training and inference flexibility. Much literature collects large amounts of annotated image-text pairs to train text-conditioned generative models from scratch, which is expensive and not efficient. After that, some approaches that leverage pre-trained vision-language models are put forward to avoid data collection, but they are also limited by either per text-prompt optimization or inference-time hyper-parameters tuning. To address these issues, we investigate and identify a specific space, referred to as CLIP DeltaSpace, where the CLIP visual feature difference of two images is semantically aligned with the CLIP textual feature difference of their corresponding text descriptions. Based on DeltaSpace, we propose a novel framework called DeltaEdit, which maps the CLIP visual feature differences to the latent space directions of a generative model during the training phase, and predicts the latent space directions from the CLIP textual feature differences during the inference phase. And this design endows DeltaEdit with two advantages: (1) text-free training; (2) generalization to various text prompts for zero-shot inference. Extensive experiments validate the effectiveness and versatility of DeltaEdit with different generative models, including both the GAN model and the diffusion model, in achieving flexible text-guided image editing. Code is available at https://github.com/Yueming6568/DeltaEdit.

📄 PDF Abstract BibTeX arXiv:2310.08785

Code (1)

yueming6568/deltaedit 공식 구현 pytorch

Tasks

text-guided-image-editing

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
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 제목 키워드 기반

ViQ: Text-Aligned Visual Quantized Representations at Any Resolution

2026-06-25 · Xumin Yu, Zuyan Liu, Zhenyu Yang, Yuhao Dong 외 arxiv

A unified representation for text and vision is a natural pursuit, as it enables simpler multimodal modeling and more efficient training. However, representing images as discrete signals in the same way as text inevitabl…

Representation Learning

Text-Queried Audio Source Separation via Hierarchical Modeling

2025-05-27 · Xinlei Yin, Xiulian Peng, Xue Jiang, Zhiwei Xiong 외

Target audio source separation with natural language queries presents a promising paradigm for extracting arbitrary audio events through arbitrary text descriptions. Existing methods mainly face two challenges, the diffi…

Audio Source SeparationNatural Language Queries

SPAR: Semantic-Pixel Self-Alignment and Adaptive Routing for Unified Multimodal Models

2026-06-22 · Hongxiang Li, Hongxu Chen, Chenyang Zhu, Xiaoshuang Huang 외 arxiv

Multimodal Large Language Models (MLLMs) have achieved remarkable success in visual understanding but remain constrained in visual generation due to the fundamental feature discrepancy between semantic perception and pix…

ExDet: Open-Domain Open-Vocabulary Detection with Cross-modal Extrapolation and Rectification

2026-06-08 · Yupeng Zhang, Yuzhong Feng, Ruize Han, Zhiwei Chen 외 arxiv

Open-domain open-vocabulary detection (ODOVD) requires detectors to generalize to both novel categories and unseen domains, making it more challenging than open-vocabulary detection. Existing methods typically train open…

Domain GeneralizationSemantic Similarity

Improved Nonlinear Transform Source-Channel Coding to Catalyze Semantic Communications

2023-03-26 · Sixian Wang, Jincheng Dai, Xiaoqi Qin, Zhongwei Si 외

Recent deep learning methods have led to increased interest in solving high-efficiency end-to-end transmission problems. These methods, we call nonlinear transform source-channel coding (NTSCC), extract the semantic late…

Data Interaction