google/imageinwords

Data release for the ImageInWords (IIW) paper.

JavaScript

224

82 commits

updated Nov 17, 2024

See the code

README

ImageInWords: Unlocking Hyper-Detailed Image Descriptions

arXiv: https://arxiv.org/abs/2405.02793

Please visit the webpage for all the information about the IIW project, data, visualizations, and much more. The data can be downloaded directly from the datasets/ folder, as well as from Huggingface (see below).

Please reach out to iiw-dataset@google.com for thoughts/feedback/questions/collaborations.

License: CC-BY-4.0

Other resources

🤗Hugging Face🤗

  • IIW-Benchmark Eval Dataset
  • from datasets import load_dataset
    
    # `name` can be one of: IIW-400, DCI_Test, DOCCI_Test, CM_3600, LocNar_Eval
    # refer: https://github.com/google/imageinwords/blob/main/datasets/README.md
    dataset = load_dataset('google/imageinwords', token=None, name="IIW-400", trust_remote_code=True)
    
  • Dataset-Explorer
  • Cite

    If you use our data or refer to our work, please include the following citation

    @misc{garg2024imageinwords,
          title={ImageInWords: Unlocking Hyper-Detailed Image Descriptions}, 
          author={Roopal Garg and Andrea Burns and Burcu Karagol Ayan and Yonatan Bitton and Ceslee Montgomery and Yasumasa Onoe and Andrew Bunner and Ranjay Krishna and Jason Baldridge and Radu Soricut},
          year={2024},
          eprint={2405.02793},
          archivePrefix={arXiv},
          primaryClass={cs.CV}
    }
    
    dataset
    dataset-generation
    detailed-annotations
    detailed-descriptions
    evaluation
    human-annotation
    i2t
    image-captioning
    image-descriptions
    image-text
    image-to-text
    t2i

    Contributors

    roopalgarg

    61 commits

    aburns4

    12 commits

    google/imageinwords

    Data release for the ImageInWords (IIW) paper.

    JavaScript

    224

    82 commits

    updated Nov 17, 2024

    See the code

    README

    ImageInWords: Unlocking Hyper-Detailed Image Descriptions

    arXiv: https://arxiv.org/abs/2405.02793

    Please visit the webpage for all the information about the IIW project, data, visualizations, and much more. The data can be downloaded directly from the datasets/ folder, as well as from Huggingface (see below).

    Please reach out to iiw-dataset@google.com for thoughts/feedback/questions/collaborations.

    License: CC-BY-4.0

    Other resources

    🤗Hugging Face🤗

  • IIW-Benchmark Eval Dataset
  • from datasets import load_dataset
    
    # `name` can be one of: IIW-400, DCI_Test, DOCCI_Test, CM_3600, LocNar_Eval
    # refer: https://github.com/google/imageinwords/blob/main/datasets/README.md
    dataset = load_dataset('google/imageinwords', token=None, name="IIW-400", trust_remote_code=True)
    
  • Dataset-Explorer
  • Cite

    If you use our data or refer to our work, please include the following citation

    @misc{garg2024imageinwords,
          title={ImageInWords: Unlocking Hyper-Detailed Image Descriptions}, 
          author={Roopal Garg and Andrea Burns and Burcu Karagol Ayan and Yonatan Bitton and Ceslee Montgomery and Yasumasa Onoe and Andrew Bunner and Ranjay Krishna and Jason Baldridge and Radu Soricut},
          year={2024},
          eprint={2405.02793},
          archivePrefix={arXiv},
          primaryClass={cs.CV}
    }
    
    dataset
    dataset-generation
    detailed-annotations
    detailed-descriptions
    evaluation
    human-annotation
    i2t
    image-captioning
    image-descriptions
    image-text
    image-to-text
    t2i

    Contributors

    roopalgarg

    61 commits

    aburns4

    12 commits

    Languages

    JavaScript

    82.3%

    HTML

    13.0%

    CSS

    4.7%