paper-with-me

Papers

FlexEdit: Marrying Free-Shape Masks to VLLM for Flexible Image Editing

2024-08-22 · Jue Wang, Yuxiang Lin, Tianshuo Yuan, Zhi-Qi Cheng, Xiaolong Wang, Jiao GH, Wei Chen, Xiaojiang Peng

Combining Vision Large Language Models (VLLMs) with diffusion models offers a powerful method for executing image editing tasks based on human language instructions. However, language instructions alone often fall short in accurately conveying user requirements, particularly when users want to add, replace elements in specific areas of an image. Luckily, masks can effectively indicate the exact locations or elements to be edited, while they require users to precisely draw the shapes at the desired locations, which is highly user-unfriendly. To address this, we propose FlexEdit, an end-to-end image editing method that leverages both free-shape masks and language instructions for Flexible Editing. Our approach employs a VLLM in comprehending the image content, mask, and user instructions. Additionally, we introduce the Mask Enhance Adapter (MEA) that fuses the embeddings of the VLLM with the image data, ensuring a seamless integration of mask information and model output embeddings. Furthermore, we construct FSMI-Edit, a benchmark specifically tailored for free-shape mask, including 8 types of free-shape mask. Extensive experiments show that our method achieves state-of-the-art (SOTA) performance in LLM-based image editing, and our simple prompting technique stands out in its effectiveness. The code and data can be found at https://github.com/A-new-b/flex_edit.

📄 PDF Abstract BibTeX arXiv:2408.12429

Code (1)

a-new-b/flex_edit 공식 구현

Methods 이 논문이 사용한 방법론

Adapter 설명 없음
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…

Similar Papers 제목 키워드 기반

FlexEdit: Flexible and Controllable Diffusion-based Object-centric Image Editing

2024-03-27 · Trong-Tung Nguyen, Duc-Anh Nguyen, Anh Tran, Cuong Pham

Our work addresses limitations seen in previous approaches for object-centric editing problems, such as unrealistic results due to shape discrepancies and limited control in object replacement or insertion. To this end, …

DenoisingObjecttext-guided-image-editing

Waste-Bench: A Comprehensive Benchmark for Evaluating VLLMs in Cluttered Environments

2025-08-29 · Muhammad Ali, Salman Khan arxiv

Recent advancements in Large Language Models (LLMs) have paved the way for Vision Large Language Models (VLLMs) capable of performing a wide range of visual understanding tasks. While LLMs have demonstrated impressive pe…

Gen-n-Val: Agentic Image Data Generation and Validation

2025-06-05 · Jing-En Huang, I-Sheng Fang, Tzuhsuan Huang, Chih-Yu Wang 외

Recently, Large Language Models (LLMs) and Vision Large Language Models (VLLMs) have demonstrated impressive performance as agents across various tasks while data scarcity and label noise remain significant challenges in…

Image HarmonizationInstance SegmentationObjectobject-detection+6

LaSagnA: Language-based Segmentation Assistant for Complex Queries

2024-04-12 · Cong Wei, Haoxian Tan, Yujie Zhong, Yujiu Yang 외

Recent advancements have empowered Large Language Models for Vision (vLLMs) to generate detailed perceptual outcomes, including bounding boxes and masks. Nonetheless, there are two constraints that restrict the further a…

SegmentationSemantic Segmentation

Probing Cross-modal Information Hubs in Audio-Visual LLMs

2026-05-11 · Jihoo Jung, Chaeyoung Jung, Ji-Hoon Kim, Joon Son Chung arxiv

Audio-visual large language models (AVLLMs) have recently emerged as a powerful architecture capable of jointly reasoning over audio, visual, and textual modalities. In AVLLMs, the bidirectional interaction between audio…