REVIEW 4 major objections 5 minor 62 references
ROVI: A VLM-LLM Re-Captioned Dataset for Open-Vocabulary Instance-Grounded Text-to-Image Generation
T0 review · 4 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read Re-captioning images before detection makes instance-grounded text-to-image generation markedly better.
desk verdict The pre-detection re-captioning idea is genuinely new and the dataset is a real artifact, but the headline grounding gain is partly a measurement loop you should not take at face value. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is pre-detection VLM-LLM re-captioning: before any open-vocabulary detector runs, InternVL1.5 writes a dense description of every recognizable object and its composition, and Llama3 reduces that description, together with the original web caption, into a flat list of candidate categories in two passes, one preserving compound phrases for attribute binding and one decomposing them into basic nouns for recall. Four detectors — Grounding-DINO, YOLO-World, OWLv2, and OV-DINO — each receive this same list; their boxes are merged with IoU-based NMS, resampled to reduce overlap and redundancy, and then verified by a second VLM (Qwen2VL) that answers a yes/no question about whether each crop matches its label. This pipeline is what gives the detectors a comprehensive open-vocabulary inventory that includes secondary elements such as bedding, pillows, and blanket, plus attributes like lamp with black shade, so the training signal contains the objects and details that web captions omit.
What would settle it
Re-run both the dataset filtering and the grounding evaluation with an independent verifier, for example human annotators labeling a random sample of the 24,000 inspected boxes or a second, differently trained VLM with a calibrated threshold, and compare acceptance rates between ROVI-generated images and the comparison methods; if the 0.880 vs 0.750-style gaps shrink or reverse, the reported grounding advantage is an artifact of the shared Qwen2VL oracle.
Extended reading notes
Core claim
The central discovery is that the pre-detection stage, not the detector or the generator, is where instance-grounded training data loses most of its information. The paper claims that generating a comprehensive VLM description of each image and then having an LLM summarize it into a flat candidate list produces a global prompt that is inherently linked to the instance annotations, capturing elements humans typically overlook. On 5K sampled images this procedure yields on average 12.45 categories and 24.01 boxes per image, compared with 0.72 categories and 0.86 boxes for web captions passed directly to a phrase-grounding detector, and it discovers 25,374 distinct categories versus 3,001. Trained on the full 1M-image ROVI dataset, a GLIGEN model reaches a per-box grounding pass rate of 0.880 on ROVI validation and 0.872 on Open Images validation, and it beats official GLIGEN, MIGC, and InstanceDiffusion on FID, aesthetic score, CLIP similarity, and pairwise user preference in instance alignment, prompt alignment, and aesthetics.
Load-bearing premise
The load-bearing premise is that the Qwen2VL yes/no check reliably tells whether a cropped image matches its label, in both the filtering step that builds ROVI and the evaluation step that reports grounding accuracy; if that model is systematically permissive or biased toward ROVI-style labels, the training labels and the headline pass rates rise together.
Editorial extensions
If this is right
- ROVI grows the category vocabulary from a few thousand to 1,443,360 distinct categories across 1,012K images, with per-image averages of 12.51 categories and 24.21 boxes, enabling instance grounding at open-vocabulary scale.
- On a 5K-image sample, the pre-detection re-captioning pipeline discovers 25,374 categories and 24.01 boxes per image, compared with 3,001 categories and 0.86 boxes for web captions fed to a phrase-grounding detector, and it beats RAM/RAM++ tagging pipelines on both counts.
- A GLIGEN trained on ROVI reaches per-box grounding pass rates of 0.880 on ROVI validation and 0.872 on Open Images validation, higher than official GLIGEN (0.750/0.812), MIGC (0.821/0.833), and InstanceDiffusion (0.854/0.871).
- The same ROVI-trained model improves image-level quality and prompt fidelity: FID 15.7/16.7, aesthetic score 5.83/5.40, and CLIP similarity 0.286/0.245, beating all comparison methods on both validation sets.
- In a paired user study, ROVI-trained GLIGEN is preferred over official GLIGEN, MIGC, and InstanceDiffusion in instance alignment (82.0–94.8%), prompt alignment (82.3–90.5%), and aesthetic quality (83.3–98.3%).
Reading between the lines
- The re-captioning strategy should transfer beyond GLIGEN: because the gain lives in the training annotations rather than the generator architecture, other grounded generation models, including higher-resolution diffusion and transformer-based generators, could expect similar improvements from training on ROVI or re-running the pipeline on their own images.
- The grounding metric and the training filter share the same Qwen2VL verifier, so the reported 0.88 pass rate and the comparison gaps are partly self-measured; an independent verifier or human labels on a random sample would reveal how much of the advantage is real versus an artifact of the shared oracle.
- The flat category list produced by the LLM could be reused as detector input for tasks beyond generation, such as retrieval, captioning, or segmentation pseudo-labeling, since it is model-agnostic and only requires re-running the open-source VLM/LLM/OVD stack on new images.
- The paper's focus on pre-detection suggests a cheap design principle for future grounded-generation datasets: spend annotation effort on what the detector sees, not on post-hoc per-box captioning, because web captions and per-box VLM captions both omit the global compositional context that the global prompt needs.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces ROVI, a 1M-image synthetic dataset for instance-grounded text-to-image generation, built by re-captioning web images with a VLM (InternVL1.5), summarizing the descriptions into flat open-vocabulary category lists with an LLM (Llama3), detecting instances with four open-vocabulary detectors, and cross-checking each box-label pair with a second VLM (Qwen2VL). The authors train a GLIGEN model on ROVI and report that it outperforms existing methods in instance grounding accuracy, prompt fidelity, and aesthetic quality on both the ROVI validation set and the Open Images validation set, supported by a user study. The pipeline and dataset are released with reproducible code and open-source models.
Significance. If the reported gains hold, ROVI would be a valuable public resource: it demonstrates a practical pre-detection re-captioning strategy, combines multiple open-vocabulary detectors, and releases a large-scale dataset with far more categories and richer per-instance labels than existing detection-oriented datasets. The paper is also commendable for shipping the dataset, code, and intermediate pipeline outputs, and for reporting compute costs. The user study provides independent human preference evidence for the generation-quality claims. However, the headline instance-grounding metric and the aesthetic metric are each tied to the dataset-construction filters, so the quantitative evidence for the central claim is currently weaker than the abstract suggests.
major comments (4)
- [Section 3.5 and Section 4.2, Table 5] The instance grounding pass rate ('Gen Inst.' in Table 5) is measured with the same Qwen2VL yes/no cross-check that was used to filter the training boxes in Section 3.5. The training filter removes instances whose labels Qwen2VL does not approve, and the evaluation then scores generated crops with the same oracle; this creates a measurement loop in which the reported 0.880/0.872 pass rates may largely reflect self-consistency between the label-checker and the generator rather than independent grounding quality. The paper does not validate Qwen2VL's judgments against human annotators on generated images; the manual inspection in Section 5 covers source images only and reports a 3.3% error rate without measuring human agreement with Qwen2VL. To support the claim of improved grounding accuracy, the authors should re-evaluate on a human-annotated sample of generated images, use a different VLM not involved in dataset construction, or report agreement and threshold-sensitivity analyses for the Qwen2VL checker.
- [Section 3.1 and Table 5] The aesthetic score (Aes.) in Table 5 is computed with the same LAION aesthetic scorer used to curate the training images in Section 3.1 (threshold 5.75). Because the ROVI training set is explicitly selected to score highly on this metric, the higher Aes. values for the ROVI-trained model may be inflated by distributional alignment with the scorer rather than by genuinely better image aesthetics. The FID and CLIP-Sim results are less affected, but the aesthetic-quality claim needs an independent evaluation, such as a human preference study with formal analysis or a different aesthetic model that was not part of the curation pipeline.
- [Section 4.1, Table 4] Table 4 reports the number of categories and boxes for each data-generation method 'only count[ing] box-caption pairs that passed our VLM cross-check in Sec. 3.5.' If the Qwen2VL checker is systematically more permissive for ROVI-style labels (e.g., because they are derived from VLM descriptions and LLM summarization similar to the checker's training distribution), this counting rule could inflate ROVI's apparent advantage over the comparison methods. The paper should report the raw detection counts before the cross-check, and ideally verify the cross-check on a per-method sampled subset with human labels, so the comparison does not depend on the same oracle used in both data construction and evaluation.
- [Section 4.2, Table 6 and Appendix F] The user study is the most independent evidence for the paper's claims, but the reporting is too thin to carry that weight. Table 6 gives only win-rate percentages; the paper does not state the number of participants, the number of judgments per pair, inter-rater agreement, or any statistical significance test. Appendix F describes the interface and the decision to recruit trusted expert volunteers, but it does not report how many users completed the study or how ties were handled. The authors should provide these details, and ideally a stratified analysis of instance-alignment judgments, to substantiate the claim that human observers prefer the ROVI-trained model for grounding.
minor comments (5)
- [Title and Figure 5] The title contains a typo ('Open-V ocabulary') and Figure 5 contains 'keeling' instead of 'kneeling'; these should be corrected.
- [Section 3.2] The statement that 'we dedicate approximately half of our input tokens to explicitly instruct the VLM' is vague; please specify the exact prompting protocol, token budget, or provide the prompt template in the appendix.
- [Section 3.4 and Appendix C] The resampling details are deferred to the supplementary materials and 'the codes coming'; for a self-contained manuscript, at least the penalty terms and the five-layer sampling procedure should be summarized in the main text or appendix.
- [Section 2.1] The related-work paragraph on text-to-image generation is very brief and does not mention several recent layout/grounding methods; consider expanding or adding a sentence that directly positions ROVI relative to methods like Ranni, BoxDiff, or IFAdapter, which are cited later but not compared experimentally.
- [Table 5] The table caption calls the comparison 'apples-to-apples,' but the compared models are trained on different datasets and different pipelines; the caption should clarify that only the evaluation inputs are identical, while training data differ, to avoid overstating the comparison's fairness.
Circularity Check
Grounded-metric measurement loop: the Qwen2VL yes/no checker that filters ROVI's training boxes is reused as the 'Gen Inst.' evaluation metric, so the headline grounding pass rate partly measures agreement with the dataset's own label oracle.
-
self definitional
[Sec. 3.5 (VLM Cross-Checking) and Sec. 4.2 / Table 5]
"We subsequently prompt a second VLM, Qwen2VL [49], to check whether the image content matches its expected caption. ... We only keep an instance when the total probability of all capitalization variants of “yes” is significantly more than that of “no”. ... At the instance level, we focus on instance grounding accuracy, evaluated using the VLM-based cross-checking method in Sec. 3.5. Specifically, we cropped each expected instance from its specified bounding box on a generated image and used Qwen2VL [49] to compute the likelihood of the cropped window matching its assigned label."
The 'Gen Inst.' pass rate is Qwen2VL yes/no agreement, and ROVI's training boxes were kept only when that same Qwen2VL yes/no test passed. So the evaluation measures the generator's agreement with the exact oracle used to construct the labels. Any permissive bias in Qwen2VL, or any bias toward VLM/LLM-style label phrasing, inflates both the training label set and the reported 0.880/0.872 scores together. The paper's manual inspection of 24k boxes examines source images, not generated images, and does not calibrate Qwen2VL's threshold on outputs; hence the grounding metric is not an independent measurement. The human user study (Table 6) provides independent support, but the automated headline grounding numbers are partially circular.
full rationale
The paper's core contribution—pre-detection VLM-LLM re-captioning to feed flat category lists to open-vocabulary detectors—is a logically independent pipeline design, and the dataset and code are openly released. The central claim is not defined into existence, and the human user study (Table 6) gives independent evidence that ROVI-trained GLIGEN improves instance alignment, prompt alignment, and aesthetics. However, the headline quantitative grounding metric 'Gen Inst.' in Table 5 is the same Qwen2VL yes/no cross-check used in Sec. 3.5 to filter which boxes and labels enter ROVI. The evaluation therefore measures agreement with the very oracle that pre-selected the training labels; if Qwen2VL is permissive or biased toward VLM/LLM-generated phrasings, the filter and the scorer inflate together. The paper's manual inspection of 24k boxes (Sec. 5) covers only source images and does not calibrate Qwen2VL on generated images, so it does not break the loop. A secondary concern is that the aesthetic metric is the same LAION aesthetic predictor used for source-image curation, though the Open Images validation comparison and external human judgments mitigate this. Overall, one of the three headline metrics reduces to a measurement loop, while the other evidence keeps the finding from being fully circular; hence score 5.
Assumptions & free parameters
free parameters (5)
- aesthetic score cutoff =
5.75
- minimum resolution =
1024 x 1024
- pHash deduplication Hamming distance =
10
- NMS IoU threshold =
0.4
- resampling layer count =
5
assumptions (4)
- domain assumption InternVL1.5 descriptions are accurate and comprehensive enough to serve as the category source for detection.
- domain assumption Llama3 summarization maps descriptive text to valid open-vocabulary categories.
- domain assumption The Qwen2VL yes/no question is a valid oracle for box-label alignment.
- domain assumption The four OVDs, combined with IO U-NMS and resampling, preserve the true object instances in each image.
Cite this review
Pith. "Pith review of ROVI: A VLM-LLM Re-Captioned Dataset for Open-Vocabulary Instance-Grounded Text-to-Image Generation." pith.science (2026). https://pith.science/paper/OPJ5UZAQ
@misc{pith2026250801008,
author = {Pith},
title = {Pith review of: ROVI: A VLM-LLM Re-Captioned Dataset for Open-Vocabulary Instance-Grounded Text-to-Image Generation},
year = {2026},
howpublished = {\url{https://pith.science/paper/OPJ5UZAQ}},
note = {Machine review of arXiv:2508.01008}
}
read the original abstract
We present ROVI, a high-quality synthetic dataset for instance-grounded text-to-image generation, created by labeling 1M curated web images. Our key innovation is a strategy called re-captioning, focusing on the pre-detection stage, where a VLM (Vision-Language Model) generates comprehensive visual descriptions that are then processed by an LLM (Large Language Model) to extract a flat list of potential categories for OVDs (Open-Vocabulary Detectors) to detect. This approach yields a global prompt inherently linked to instance annotations while capturing secondary visual elements humans typically overlook. Evaluations show that ROVI exceeds existing detection datasets in image quality and resolution while containing two orders of magnitude more categories with an open-vocabulary nature. For demonstrative purposes, a text-to-image model GLIGEN trained on ROVI significantly outperforms state-of-the-art alternatives in instance grounding accuracy, prompt fidelity, and aesthetic quality. Our dataset and reproducible pipeline are available at https://github.com/CihangPeng/ROVI.
Figures
Figures from the paper (23 more)
Reference graph
Works this paper leans on
-
[1]
Josh Achiam, Steven Adler, Sandhini Agarwal, Lama Ah- mad, Ilge Akkaya, Florencia Leoni Aleman, Diogo Almeida, Janko Altenschmidt, Sam Altman, Shyamal Anadkat, et al. Gpt-4 technical report. arXiv preprint arXiv:2303.08774 ,
-
[2]
Multidiffusion: Fusing diffusion paths for controlled image generation, 2023
Omer Bar-Tal, Lior Yariv, Yaron Lipman, and Tali Dekel. Multidiffusion: Fusing diffusion paths for controlled image generation, 2023. 1
work page 2023
-
[3]
Coyo-700m: Image-text pair dataset
Minwoo Byeon, Beomhee Park, Haecheon Kim, Sungjun Lee, Woonhyuk Baek, and Saehoon Kim. Coyo-700m: Image-text pair dataset. https : / / github . com / kakaobrain/coyo-dataset, 2022. 4
work page 2022
-
[4]
Zheng Cai, Maosong Cao, Haojiong Chen, Kai Chen, Keyu Chen, Xin Chen, Xun Chen, Zehui Chen, Zhi Chen, Pei Chu, et al. Internlm2 technical report. arXiv preprint arXiv:2403.17297, 2024. 2
arXiv 2024
-
[5]
Pixart- α: Fast training of diffusion transformer for photorealistic text-to-image synthesis
Junsong Chen, Jincheng Yu, Chongjian Ge, Lewei Yao, Enze Xie, Yue Wu, Zhongdao Wang, James Kwok, Ping Luo, Huchuan Lu, et al. Pixart- α: Fast training of diffusion transformer for photorealistic text-to-image synthesis. arXiv preprint arXiv:2310.00426, 2023. 2
-
[6]
Training-free layout control with cross-attention guidance
Minghao Chen, Iro Laina, and Andrea Vedaldi. Training-free layout control with cross-attention guidance. In Proceed- ings of the IEEE/CVF Winter Conference on Applications of Computer Vision, pages 5343–5353, 2024. 3
work page 2024
-
[7]
How far are we to gpt-4v? closing the gap to commercial multimodal models with open-source suites
Zhe Chen, Weiyun Wang, Hao Tian, Shenglong Ye, Zhang- wei Gao, Erfei Cui, Wenwen Tong, Kongzhi Hu, Jiapeng Luo, Zheng Ma, et al. How far are we to gpt-4v? closing the gap to commercial multimodal models with open-source suites. arXiv preprint arXiv:2404.16821, 2024. 2, 4, 9
arXiv 2024
-
[8]
Yolo-world: Real-time open-vocabulary object detection
Tianheng Cheng, Lin Song, Yixiao Ge, Wenyu Liu, Xing- gang Wang, and Ying Shan. Yolo-world: Real-time open-vocabulary object detection. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 16901–16911, 2024. 2, 3, 4, 5, 11
work page 2024
Show all 62 references
-
[9]
Laion pop: 600,000 high-resolution images with detailed descriptions
Peter Bevan Christoph Schuhmann. Laion pop: 600,000 high-resolution images with detailed descriptions. https: //laion.ai/blog/laion-pop, 2023. 4
2023
-
[10]
The llama 3 herd of models
Abhimanyu Dubey, Abhinav Jauhri, Abhinav Pandey, Ab- hishek Kadian, Ahmad Al-Dahle, Aiesha Letman, Akhil Mathur, Alan Schelten, Amy Yang, Angela Fan, et al. The llama 3 herd of models. arXiv preprint arXiv:2407.21783 ,
-
[11]
Scaling recti- fied flow transformers for high-resolution image synthesis
Patrick Esser, Sumith Kulal, Andreas Blattmann, Rahim Entezari, Jonas M ¨uller, Harry Saini, Yam Levi, Dominik Lorenz, Axel Sauer, Frederic Boesel, et al. Scaling recti- fied flow transformers for high-resolution image synthesis. In Forty-first International Conference on Mach...
2024
-
[12]
Ranni: Taming text-to-image diffu- sion for accurate instruction following
Yutong Feng, Biao Gong, Di Chen, Yujun Shen, Yu Liu, and Jingren Zhou. Ranni: Taming text-to-image diffu- sion for accurate instruction following. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 4744–4753, 2024. 2
2024
-
[13]
Im- ageinwords: Unlocking hyper-detailed image descriptions
Roopal Garg, Andrea Burns, Burcu Karagol Ayan, Yonatan Bitton, Ceslee Montgomery, Yasumasa Onoe, Andrew Bun- ner, Ranjay Krishna, Jason Baldridge, and Radu Soricut. Im- ageinwords: Unlocking hyper-detailed image descriptions. arXiv preprint arXiv:2405.02793, 2024. 3
2024 arXiv
-
[14]
Chatglm: A family of large language models from glm-130b to glm-4 all tools
Team GLM, Aohan Zeng, Bin Xu, Bowen Wang, Chenhui Zhang, Da Yin, Dan Zhang, Diego Rojas, Guanyu Feng, Hanlin Zhao, et al. Chatglm: A family of large language models from glm-130b to glm-4 all tools. arXiv preprint arXiv:2406.12793, 2024. 2
2024 arXiv
-
[15]
Generative adversarial networks
Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, and Yoshua Bengio. Generative adversarial networks. Commu- nications of the ACM, 63(11):139–144, 2020. 2
2020
-
[16]
Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning
Daya Guo, Dejian Yang, Haowei Zhang, Junxiao Song, Ruoyu Zhang, Runxin Xu, Qihao Zhu, Shirong Ma, Peiyi Wang, Xiao Bi, et al. Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning. arXiv preprint arXiv:2501.12948, 2025. 2
2025 arXiv
-
[17]
LVIS: A dataset for large vocabulary instance segmentation
Agrim Gupta, Piotr Dollar, and Ross Girshick. LVIS: A dataset for large vocabulary instance segmentation. In Pro- ceedings of the IEEE Conference on Computer Vision and Pattern Recognition, 2019. 1, 2, 3
2019
-
[18]
Retrieval-augmented open-vocabulary object detec- tion
Jooyeon Kim, Eulrang Cho, Sehyung Kim, and Hyunwoo J Kim. Retrieval-augmented open-vocabulary object detec- tion. In Proceedings of the IEEE/CVF Conference on Com- puter Vision and Pattern Recognition , pages 17427–17436,
-
[19]
Dense text-to-image generation with attention modulation
Yunji Kim, Jiyoung Lee, Jin-Hwa Kim, Jung-Woo Ha, and Jun-Yan Zhu. Dense text-to-image generation with attention modulation. In ICCV, 2023. 1
2023
-
[20]
The open images dataset v4: Unified image classification, object detection, and visual relationship detection at scale
Alina Kuznetsova, Hassan Rom, Neil Alldrin, Jasper Ui- jlings, Ivan Krasin, Jordi Pont-Tuset, Shahab Kamali, Stefan Popov, Matteo Malloci, Alexander Kolesnikov, et al. The open images dataset v4: Unified image classification, object detection, and visual relationship detection...
1956
-
[21]
Black Forest Labs. Flux. https://github.com/ black-forest-labs/flux, 2024. 2, 8
2024
-
[22]
Blip-2: Bootstrapping language-image pre-training with frozen image encoders and large language models
Junnan Li, Dongxu Li, Silvio Savarese, and Steven Hoi. Blip-2: Bootstrapping language-image pre-training with frozen image encoders and large language models. In In- ternational conference on machine learning , pages 19730– 19742. PMLR, 2023. 2
2023
-
[23]
Grounded language-image pre-training
Liunian Harold Li, Pengchuan Zhang, Haotian Zhang, Jian- wei Yang, Chunyuan Li, Yiwu Zhong, Lijuan Wang, Lu Yuan, Lei Zhang, Jenq-Neng Hwang, et al. Grounded language-image pre-training. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, page...
2022
-
[24]
Autoregressive image generation without vec- tor quantization
Tianhong Li, Yonglong Tian, He Li, Mingyang Deng, and Kaiming He. Autoregressive image generation without vec- tor quantization. arXiv preprint arXiv:2406.11838, 2024. 2
2024 arXiv
-
[25]
Gligen: Open-set grounded text-to-image generation
Yuheng Li, Haotian Liu, Qingyang Wu, Fangzhou Mu, Jian- wei Yang, Jianfeng Gao, Chunyuan Li, and Yong Jae Lee. Gligen: Open-set grounded text-to-image generation. 2023. 1, 2, 3, 5, 6, 7, 9
2023
-
[26]
Hunyuan-dit: A powerful multi-resolution diffusion transformer with fine-grained chi- nese understanding
Zhimin Li, Jianwei Zhang, Qin Lin, Jiangfeng Xiong, Yanxin Long, Xinchi Deng, Yingfang Zhang, Xingchao Liu, Minbin Huang, Zedong Xiao, et al. Hunyuan-dit: A powerful multi-resolution diffusion transformer with fine-grained chi- nese understanding. arXiv preprint arXiv:2405.087...
2024 arXiv
-
[27]
Lawrence Zitnick
Tsung-Yi Lin, Michael Maire, Serge Belongie, James Hays, Pietro Perona, Deva Ramanan, Piotr Doll´ar, and C. Lawrence Zitnick. Microsoft coco: Common objects in context. In Computer Vision – ECCV 2014 , pages 740–755, Cham,
2014
-
[28]
Visual instruction tuning
Haotian Liu, Chunyuan Li, Qingyang Wu, and Yong Jae Lee. Visual instruction tuning. Advances in neural information processing systems, 36, 2024. 2
2024
-
[29]
Grounding dino: Marrying dino with grounded pre-training for open-set object detection
Shilong Liu, Zhaoyang Zeng, Tianhe Ren, Feng Li, Hao Zhang, Jie Yang, Qing Jiang, Chunyuan Li, Jianwei Yang, Hang Su, et al. Grounding dino: Marrying dino with grounded pre-training for open-set object detection. arXiv preprint arXiv:2303.05499, 2023. 2, 3, 5, 11
2023 arXiv
-
[30]
Scaling open-vocabulary object detection
Matthias Minderer, Alexey Gritsenko, and Neil Houlsby. Scaling open-vocabulary object detection. Advances in Neu- ral Information Processing Systems , 36, 2024. 2, 3, 4, 5, 11
2024
-
[31]
Docci: De- scriptions of connected and contrasting images, 2024
Yasumasa Onoe, Sunayana Rane, Zachary Berger, Yonatan Bitton, Jaemin Cho, Roopal Garg, Alexander Ku, Zarana Parekh, Jordi Pont-Tuset, Garrett Tanzer, et al. Docci: De- scriptions of connected and contrasting images, 2024. URL https://arxiv. org/abs/2404.19753. 3
2024 arXiv
-
[32]
Gpt-4v(ision) system card
OpenAI. Gpt-4v(ision) system card. https://cdn. openai.com/papers/GPTV_System_Card.pdf ,
-
[33]
Scalable diffusion models with transformers
William Peebles and Saining Xie. Scalable diffusion models with transformers. In Proceedings of the IEEE/CVF inter- national conference on computer vision , pages 4195–4205,
-
[34]
Grounded text-to-image synthesis with attention refocusing
Quynh Phung, Songwei Ge, and Jia-Bin Huang. Grounded text-to-image synthesis with attention refocusing. In Pro- ceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 7932–7942, 2024. 3
2024
-
[35]
Sdxl: Improving latent diffusion mod- els for high-resolution image synthesis
Dustin Podell, Zion English, Kyle Lacey, Andreas Blattmann, Tim Dockhorn, Jonas M ¨uller, Joe Penna, and Robin Rombach. Sdxl: Improving latent diffusion mod- els for high-resolution image synthesis. arXiv preprint arXiv:2307.01952, 2023. 2
2023 arXiv
-
[36]
Stanza: A python natural language processing toolkit for many human languages.arXiv preprint arXiv:2003.07082, 2020
Peng Qi, Yuhao Zhang, Yuhui Zhang, Jason Bolton, and Christopher D Manning. Stanza: A python natural language processing toolkit for many human languages.arXiv preprint arXiv:2003.07082, 2020. 4
2003 arXiv
-
[37]
Learning transferable visual models from natural language supervi- sion
Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, et al. Learning transferable visual models from natural language supervi- sion. In International conference on machine learning, ...
2021
-
[38]
Zero-shot text-to-image generation
Aditya Ramesh, Mikhail Pavlov, Gabriel Goh, Scott Gray, Chelsea V oss, Alec Radford, Mark Chen, and Ilya Sutskever. Zero-shot text-to-image generation. In International confer- ence on machine learning, pages 8821–8831. Pmlr, 2021. 2
2021
-
[39]
Stable diffusion v1.4 checkpoint
Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Bj ¨orn Ommer. Stable diffusion v1.4 checkpoint. https : / / github . com / CompVis / stable-diffusion, 2022. 6
2022
-
[40]
High-resolution image synthesis with latent diffusion models
Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Bj ¨orn Ommer. High-resolution image synthesis with latent diffusion models. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 10684–10695, 2022. 1, 2, 9
2022
-
[41]
Laion-aesthetics
Christoph Schuhmann. Laion-aesthetics. https : / / laion.ai/blog/laion-aesthetics, 2022. 4, 6
2022
-
[42]
Laion-5b: An open large-scale dataset for training next generation image-text models
Christoph Schuhmann, Romain Beaumont, Richard Vencu, Cade Gordon, Ross Wightman, Mehdi Cherti, Theo Coombes, Aarush Katta, Clayton Mullis, Mitchell Worts- man, et al. Laion-5b: An open large-scale dataset for training next generation image-text models. Advances in Neural In- f...
2022
-
[43]
Objects365: A large-scale, high-quality dataset for object detection
Shuai Shao, Zeming Li, Tianyuan Zhang, Chao Peng, Gang Yu, Xiangyu Zhang, Jing Li, and Jian Sun. Objects365: A large-scale, high-quality dataset for object detection. In Pro- ceedings of the IEEE/CVF international conference on com- puter vision, pages 8430–8439, 2019. 2, 3
2019
-
[44]
From pixels to prose: A large dataset of dense image cap- tions
Vasu Singla, Kaiyu Yue, Sukriti Paul, Reza Shirkavand, Mayuka Jayawardhana, Alireza Ganjdanesh, Heng Huang, Abhinav Bhatele, Gowthami Somepalli, and Tom Goldstein. From pixels to prose: A large dataset of dense image cap- tions. arXiv preprint arXiv:2406.10328, 2024. 3
2024 arXiv
-
[45]
Autoregressive model beats diffusion: Llama for scalable image generation
Peize Sun, Yi Jiang, Shoufa Chen, Shilong Zhang, Bingyue Peng, Ping Luo, and Zehuan Yuan. Autoregressive model beats diffusion: Llama for scalable image generation. arXiv preprint arXiv:2406.06525, 2024. 2
2024 arXiv
-
[46]
Llama 2: Open foundation and fine-tuned chat models.arXiv preprint arXiv:2307.09288, 2023
Hugo Touvron, Louis Martin, Kevin Stone, Peter Albert, Amjad Almahairi, Yasmine Babaei, Nikolay Bashlykov, Soumya Batra, Prajjwal Bhargava, Shruti Bhosale, et al. Llama 2: Open foundation and fine-tuned chat models.arXiv preprint arXiv:2307.09288, 2023. 2
2023 arXiv
-
[47]
Ov-dino: Unified open-vocabulary de- tection with language-aware selective fusion
Hao Wang, Pengzhen Ren, Zequn Jie, Xiao Dong, Chengjian Feng, Yinlong Qian, Lin Ma, Dongmei Jiang, Yaowei Wang, Xiangyuan Lan, et al. Ov-dino: Unified open-vocabulary de- tection with language-aware selective fusion. arXiv preprint arXiv:2407.07844, 2024. 2, 3, 4, 5, 11
2024 arXiv
-
[48]
V3det: Vast vocabulary visual detection dataset
Jiaqi Wang, Pan Zhang, Tao Chu, Yuhang Cao, Yujie Zhou, Tong Wu, Bin Wang, Conghui He, and Dahua Lin. V3det: Vast vocabulary visual detection dataset. In Proceedings of the IEEE/CVF International Conference on Computer Vi- sion, pages 19844–19854, 2023. 2, 3
2023
-
[49]
Qwen2-vl: Enhancing vision-language model’s perception of the world at any resolution
Peng Wang, Shuai Bai, Sinan Tan, Shijie Wang, Zhihao Fan, Jinze Bai, Keqin Chen, Xuejing Liu, Jialin Wang, Wenbin Ge, et al. Qwen2-vl: Enhancing vision-language model’s perception of the world at any resolution. arXiv preprint arXiv:2409.12191, 2024. 2, 5, 7
2024 arXiv
-
[50]
Cogvlm: Visual expert for pretrained language models
Weihan Wang, Qingsong Lv, Wenmeng Yu, Wenyi Hong, Ji Qi, Yan Wang, Junhui Ji, Zhuoyi Yang, Lei Zhao, Xixuan Song, et al. Cogvlm: Visual expert for pretrained language models. arXiv preprint arXiv:2311.03079, 2023. 2
2023 arXiv
-
[51]
Instancediffusion: Instance-level control for image generation, 2024
Xudong Wang, Trevor Darrell, Sai Saketh Rambhatla, Rohit Girdhar, and Ishan Misra. Instancediffusion: Instance-level control for image generation, 2024. 1, 2, 3, 4, 5, 6, 7, 9
2024
-
[52]
Ifadapter: Instance feature con- trol for grounded text-to-image generation
Yinwei Wu, Xianpan Zhou, Bing Ma, Xuefeng Su, Kai Ma, and Xinchao Wang. Ifadapter: Instance feature con- trol for grounded text-to-image generation. arXiv preprint arXiv:2409.08240, 2024. 1, 2, 4, 5
2024 arXiv
-
[53]
Boxdiff: Text-to-image synthesis with training-free box-constrained diffusion
Jinheng Xie, Yuexiang Li, Yawen Huang, Haozhe Liu, Wen- tian Zhang, Yefeng Zheng, and Mike Zheng Shou. Boxdiff: Text-to-image synthesis with training-free box-constrained diffusion. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 7452–7461, 2023. 3
2023
-
[54]
Qwen2 technical report.arXiv preprint arXiv:2407.10671, 2024
An Yang, Baosong Yang, Binyuan Hui, Bo Zheng, Bowen Yu, Chang Zhou, Chengpeng Li, Chengyuan Li, Dayiheng Liu, Fei Huang, et al. Qwen2 technical report.arXiv preprint arXiv:2407.10671, 2024. 2
2024 arXiv
-
[55]
Detclipv3: To- wards versatile generative open-vocabulary object detection
Lewei Yao, Renjie Pi, Jianhua Han, Xiaodan Liang, Hang Xu, Wei Zhang, Zhenguo Li, and Dan Xu. Detclipv3: To- wards versatile generative open-vocabulary object detection. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 27391–27401, 2024. 2, 3
2024
-
[56]
Scaling autoregres- sive models for content-rich text-to-image generation
Jiahui Yu, Yuanzhong Xu, Jing Yu Koh, Thang Luong, Gun- jan Baid, Zirui Wang, Vijay Vasudevan, Alexander Ku, Yin- fei Yang, Burcu Karagol Ayan, et al. Scaling autoregres- sive models for content-rich text-to-image generation. arXiv preprint arXiv:2206.10789, 2(3):5, 2022. 2
2022 arXiv
-
[57]
Glipv2: Unifying localiza- tion and vision-language understanding
Haotian Zhang, Pengchuan Zhang, Xiaowei Hu, Yen-Chun Chen, Liunian Li, Xiyang Dai, Lijuan Wang, Lu Yuan, Jenq- Neng Hwang, and Jianfeng Gao. Glipv2: Unifying localiza- tion and vision-language understanding. Advances in Neural Information Processing Systems, 35:36067–36080, 2022. 3
2022
-
[58]
Recognize anything: A strong image tagging model
Youcai Zhang, Xinyu Huang, Jinyu Ma, Zhaoyang Li, Zhaochuan Luo, Yanchun Xie, Yuzhuo Qin, Tong Luo, Yaqian Li, Shilong Liu, et al. Recognize anything: A strong image tagging model. In Proceedings of the IEEE/CVF Con- ference on Computer Vision and Pattern Recognition, pages 17...
2024
-
[59]
Improving pseudo labels for open-vocabulary object detection
Shiyu Zhao, Samuel Schulter, Long Zhao, Zhixing Zhang, Yumin Suh, Manmohan Chandraker, Dimitris N Metaxas, et al. Improving pseudo labels for open-vocabulary object detection. arXiv preprint arXiv:2308.06412, 2023. 2, 3
2023 arXiv
-
[60]
Migc++: Advanced multi-instance generation controller for image synthesis, 2024
Dewei Zhou, You Li, Fan Ma, Zongxin Yang, and Yi Yang. Migc++: Advanced multi-instance generation controller for image synthesis, 2024. 1, 2, 3, 5
2024
-
[61]
Migc: Multi-instance generation controller for text-to-image synthesis, 2024
Dewei Zhou, You Li, Fan Ma, Xiaoting Zhang, and Yi Yang. Migc: Multi-instance generation controller for text-to-image synthesis, 2024. 1, 2, 3, 5, 7, 9
2024
-
[2014]
Springer International Publishing. 1, 2, 3
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.