paper-with-me

Papers

AnyRefill: A Unified, Data-Efficient Framework for Left-Prompt-Guided Vision Tasks

2025-02-16 · Ming Xie, Chenjie Cao, Yunuo Cai, xiangyang xue, Yu-Gang Jiang

In this paper, we present a novel Left-Prompt-Guided (LPG) paradigm to address a diverse range of reference-based vision tasks. Inspired by the human creative process, we reformulate these tasks using a left-right stitching formulation to construct contextual input. Building upon this foundation, we propose AnyRefill, an extension of LeftRefill, that effectively adapts Text-to-Image (T2I) models to various vision tasks. AnyRefill leverages the inpainting priors of advanced T2I model based on the Diffusion Transformer (DiT) architecture, and incorporates flexible components to enhance its capabilities. By combining task-specific LoRAs with the stitching input, AnyRefill unlocks its potential across diverse tasks, including conditional generation, visual perception, and image editing, without requiring additional visual encoders. Meanwhile, AnyRefill exhibits remarkable data efficiency, requiring minimal task-specific fine-tuning while maintaining high generative performance. Through extensive ablation studies, we demonstrate that AnyRefill outperforms other image condition injection methods and achieves competitive results compared to state-of-the-art open-source methods. Notably, AnyRefill delivers results comparable to advanced commercial tools, such as IC-Light and SeedEdit, even in challenging scenarios. Comprehensive experiments and ablation studies across versatile tasks validate the strong generation of the proposed simple yet effective LPG formulation, establishing AnyRefill as a unified, highly data-efficient solution for reference-based vision tasks.

📄 PDF Abstract BibTeX arXiv:2502.11158

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Multi-Head Attention 설명 없음
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 제목 키워드 기반

Enhancing Few-shot NER with Prompt Ordering based Data Augmentation

2023-05-19 · Huiming Wang, Liying Cheng, Wenxuan Zhang, De Wen Soh 외

Recently, data augmentation (DA) methods have been proven to be effective for pre-trained language models (PLMs) in low-resource settings, including few-shot named entity recognition (NER). However, conventional NER DA m…

Data Augmentationfew-shot-nerFew-shot NERnamed-entity-recognition+3

LeftRefill: Filling Right Canvas based on Left Reference through Generalized Text-to-Image Diffusion Model

2023-05-19 · CVPR 2024 1 · Chenjie Cao, Yunuo Cai, Qiaole Dong, Yikai Wang 외

This paper introduces LeftRefill, an innovative approach to efficiently harness large Text-to-Image (T2I) diffusion models for reference-guided image synthesis. As the name implies, LeftRefill horizontally stitches refer…

Image GenerationImage InpaintingImage ManipulationNovel View Synthesis+1

Efficient Algorithms for Verifying Kruskal Rank in Sparse Linear Regression and Related Applications

2025-03-06 · Fengqin Zhou

We present novel algorithmic techniques to efficiently verify the Kruskal rank of matrices that arise in sparse linear regression, tensor decomposition, and latent variable models. Our unified framework combines randomiz…

Tensor Decomposition

What's Left? Concept Grounding with Logic-Enhanced Foundation Models

2023-10-24 · Joy Hsu, Jiayuan Mao, Joshua B. Tenenbaum, Jiajun Wu

Recent works such as VisProg and ViperGPT have smartly composed foundation models for visual reasoning-using large language models (LLMs) to produce programs that can be executed by pre-trained vision-language models. Ho…

Visual Question Answering (VQA) Split AVisual Question Answering (VQA) Split BVisual Reasoning

Neural Shape Compiler: A Unified Framework for Transforming between Text, Point Cloud, and Program

2022-12-25 · Tiange Luo, Honglak Lee, Justin Johnson

3D shapes have complementary abstractions from low-level geometry to part-based hierarchies to languages, which convey different levels of information. This paper presents a unified framework to translate between pairs o…

Point Cloud Completion