paper-with-me

Papers

GIST: Generating Image-Specific Text for Fine-grained Object Classification

2023-07-21 · Kathleen M. Lewis, Emily Mu, Adrian V. Dalca, John Guttag

Recent vision-language models outperform vision-only models on many image classification tasks. However, because of the absence of paired text/image descriptions, it remains difficult to fine-tune these models for fine-grained image classification. In this work, we propose a method, GIST, for generating image-specific fine-grained text descriptions from image-only datasets, and show that these text descriptions can be used to improve classification. Key parts of our method include 1. prompting a pretrained large language model with domain-specific prompts to generate diverse fine-grained text descriptions for each class and 2. using a pretrained vision-language model to match each image to label-preserving text descriptions that capture relevant visual features in the image. We demonstrate the utility of GIST by fine-tuning vision-language models on the image-and-generated-text pairs to learn an aligned vision-language representation space for improved classification. We evaluate our learned representation space in full-shot and few-shot scenarios across four diverse fine-grained classification datasets, each from a different domain. Our method achieves an average improvement of $4.1\%$ in accuracy over CLIP linear probes and an average of $1.1\%$ improvement in accuracy over the previous state-of-the-art image-text classification method on the full-shot datasets. Our method achieves similar improvements across few-shot regimes. Code is available at https://github.com/emu1729/GIST.

📄 PDF Abstract BibTeX arXiv:2307.11315

Code (1)

emu1729/gist 공식 구현 pytorch

Tasks

ClassificationFine-Grained Image Classificationimage-classificationImage ClassificationImage-text ClassificationLanguage ModelingLanguage ModellingLarge Language Modeltext-classificationText Classification

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

UltraZoom: Generating Gigapixel Images from Regular Photos

2025-06-16 · Jingwei Ma, Vivek Jayaram, Brian Curless, Ira Kemelmacher-Shlizerman 외

We present UltraZoom, a system for generating gigapixel-resolution images of objects from casually captured inputs, such as handheld phone photos. Given a full-shot image (global, low-detail) and one or more close-ups (l…

Generation of Radiology Findings in Chest X-Ray by Leveraging Collaborative Knowledge

2023-06-18 · Manuela Daniela Danu, George Marica, Sanjeev Kumar Karn, Bogdan Georgescu 외

Among all the sub-sections in a typical radiology report, the Clinical Indications, Findings, and Impression often reflect important details about the health status of a patient. The information included in Impression is…

Image CaptioningLanguage ModellingLarge Language Model

RFNet: Unsupervised Network for Mutually Reinforcing Multi-Modal Image Registration and Fusion

2022-01-01 · CVPR 2022 1 · Han Xu, Jiayi Ma, Jiteng Yuan, Zhuliang Le 외

In this paper, we propose a novel method to realize multi-modal image registration and fusion in a mutually reinforcing framework, termed as RFNet. We handle the registration in a coarse-to-fine fashion. For the firs…

Image Registration

Geometry-to-Image Synthesis-Driven Generative Point Cloud Registration

2025-12-10 · Haobo Jiang, Jin Xie, Jian Yang, Liang Yu 외 arxiv

In this paper, we propose a novel 3D registration paradigm, Generative Point Cloud Registration, which bridges advanced 2D generative models with 3D matching tasks to enhance registration performance. Our key idea is to …

Point Cloud RegistrationPoint Clouds

A Human-Centered Approach to Identifying Promises, Risks, & Challenges of Text-to-Image Generative AI in Radiology

2025-07-22 · Katelyn Morrison, Arpit Mathur, Aidan Bradshaw, Tom Wartmann 외 arxiv

As text-to-image generative models rapidly improve, AI researchers are making significant advances in developing domain-specific models capable of generating complex medical imagery from text prompts. Despite this, these…