paper-with-me

홈 › Papers

Recognize Anything: A Strong Image Tagging Model

2023-06-06 · Youcai Zhang, Xinyu Huang, Jinyu Ma, Zhaoyang Li, Zhaochuan Luo, Yanchun Xie, Yuzhuo Qin, Tong Luo, Yaqian Li, Shilong Liu, Yandong Guo, Lei Zhang

We present the Recognize Anything Model (RAM): a strong foundation model for image tagging. RAM makes a substantial step for large models in computer vision, demonstrating the zero-shot ability to recognize any common category with high accuracy. RAM introduces a new paradigm for image tagging, leveraging large-scale image-text pairs for training instead of manual annotations. The development of RAM comprises four key steps. Firstly, annotation-free image tags are obtained at scale through automatic text semantic parsing. Subsequently, a preliminary model is trained for automatic annotation by unifying the caption and tagging tasks, supervised by the original texts and parsed tags, respectively. Thirdly, a data engine is employed to generate additional annotations and clean incorrect ones. Lastly, the model is retrained with the processed data and fine-tuned using a smaller but higher-quality dataset. We evaluate the tagging capabilities of RAM on numerous benchmarks and observe impressive zero-shot performance, significantly outperforming CLIP and BLIP. Remarkably, RAM even surpasses the fully supervised manners and exhibits competitive performance with the Google tagging API. We are releasing the RAM at \url{https://recognize-anything.github.io/} to foster the advancements of large models in computer vision.

📄 PDF Abstract BibTeX arXiv:2306.03514

Code (2)

xinyu1205/Recognize_Anything-Tag2Text 공식 구현 pytorch
xinyu1205/recognize-anything pytorch

Tasks

modelSemantic Parsing

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…
BLIP Vision-Language Pre-training (VLP) has advanced the performance for many vision-language tasks. However, most existing pre-trained models only excel in either understanding-based…

Similar Papers 제목 키워드 기반

Tag2Text: Guiding Vision-Language Model via Image Tagging

2023-03-10 · Xinyu Huang, Youcai Zhang, Jinyu Ma, Weiwei Tian 외

This paper presents Tag2Text, a vision language pre-training (VLP) framework, which introduces image tagging into vision-language models to guide the learning of visual-linguistic features. In contrast to prior works whi…

Language ModelingLanguage ModellingmodelTAG

Open-Set Image Tagging with Multi-Grained Text Supervision

2023-10-23 · Xinyu Huang, Yi-Jie Huang, Youcai Zhang, Weiwei Tian 외

In this paper, we introduce the Recognize Anything Plus Model (RAM++), an open-set image tagging model effectively leveraging multi-grained text supervision. Previous approaches (e.g., CLIP) primarily utilize global text…

Human-Object Interaction DetectionOpen Set LearningTAG

A Multi-Modal Foundation Model to Assist People with Blindness and Low Vision in Environmental Interaction

2023-10-31 · Yu Hao, Fan Yang, Hao Huang, Shuaihang Yuan 외

People with blindness and low vision (pBLV) encounter substantial challenges when it comes to comprehensive scene recognition and precise object identification in unfamiliar environments. Additionally, due to the vision …

Language ModelingLanguage ModellingPrompt EngineeringScene Recognition

Perceive Anything: Recognize, Explain, Caption, and Segment Anything in Images and Videos

2025-06-05 · Weifeng Lin, Xinyu Wei, Ruichuan An, Tianhe Ren 외

We present Perceive Anything Model (PAM), a conceptually straightforward and efficient framework for comprehensive region-level visual understanding in images and videos. Our approach extends the powerful segmentation mo…

GPUSemantic Segmentation

Recognizing Complex Entity Mentions: A Review and Future Directions

2018-07-01 · ACL 2018 7 · Xiang Dai

Standard named entity recognizers can effectively recognize entity mentions that consist of contiguous tokens and do not overlap with each other. However, in practice, there are many domains, such as the biomedical domai…

Entity LinkingNamed Entity Recognition (NER)Question AnsweringRelation Extraction+1