paper-with-me

홈 › Papers

Boosting Few-Shot Detection with Large Language Models and Layout-to-Image Synthesis

2024-10-09 · Ahmed Abdullah, Nikolas Ebert, Oliver Wasenmüller

Recent advancements in diffusion models have enabled a wide range of works exploiting their ability to generate high-volume, high-quality data for use in various downstream tasks. One subclass of such models, dubbed Layout-to-Image Synthesis (LIS), learns to generate images conditioned on a spatial layout (bounding boxes, masks, poses, etc.) and has shown a promising ability to generate realistic images, albeit with limited layout-adherence. Moreover, the question of how to effectively transfer those models for scalable augmentation of few-shot detection data remains unanswered. Thus, we propose a collaborative framework employing a Large Language Model (LLM) and an LIS model for enhancing few-shot detection beyond state-of-the-art generative augmentation approaches. We leverage LLM's reasoning ability to extrapolate the spatial prior of the annotation space by generating new bounding boxes given only a few example annotations. Additionally, we introduce our novel layout-aware CLIP score for sample ranking, enabling tight coupling between generated layouts and images. Significant improvements on COCO few-shot benchmarks are observed. With our approach, a YOLOX-S baseline is boosted by more than 140%, 50%, 35% in mAP on the COCO 5-,10-, and 30-shot settings, respectively.

📄 PDF Abstract BibTeX arXiv:2410.06841

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationLanguage ModellingLarge Language Model

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

LayoutLLM: Layout Instruction Tuning with Large Language Models for Document Understanding

2024-04-08 · CVPR 2024 1 · Chuwei Luo, Yufan Shen, Zhaoqing Zhu, Qi Zheng 외

Recently, leveraging large language models (LLMs) or multimodal large language models (MLLMs) for document understanding has been proven very promising. However, previous works that employ LLMs/MLLMs for document underst…

Document AIdocument understanding

AnySynth: Harnessing the Power of Image Synthetic Data Generation for Generalized Vision-Language Tasks

2024-11-24 · You Li, Fan Ma, Yi Yang

Diffusion models have recently been employed to generate high-quality images, reducing the need for manual data collection and improving model generalization in tasks such as object detection, instance segmentation, and …

Few-Shot Object DetectionImage GenerationImage RetrievalInstance Segmentation+5

Magic Layouts: Structural Prior for Component Detection in User Interface Designs

2021-06-14 · CVPR 2021 1 · Dipu Manandhar, Hailin Jin, John Collomosse

We present Magic Layouts; a method for parsing screenshots or hand-drawn sketches of user interface (UI) layouts. Our core contribution is to extend existing detectors to exploit a learned structural prior for UI designs…

Benchmarking Open-Source Layout Detection Models for Data Snapshot Extraction from Institutional Documents

2026-06-04 · AJ Carl P. Dy, Aivin V. Solatorio arxiv

Institutional documents contain substantial amounts of operational and analytical information embedded within figures and tables. Current approaches for extracting visual content from documents are largely built around g…

Document Layout Analysis

LANS: A Layout-Aware Neural Solver for Plane Geometry Problem

2023-11-25 · Zhong-Zhi Li, Ming-Liang Zhang, Fei Yin, Cheng-Lin Liu

Geometry problem solving (GPS) is a challenging mathematical reasoning task requiring multi-modal understanding, fusion, and reasoning. Existing neural solvers take GPS as a vision-language task but are short in the repr…

Geometry Problem SolvingLanguage ModellingMathematical Reasoning