Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.17 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.17 KB

Emergent Visual-Semantic Hierarchies in Image-Text Representations (ECCV 2024)

Project Page | Paper

This is the official repository for the paper: Morris Alper and Hadar Averbuch-Elor (2024). Emergent Visual-Semantic Hierarchies in Image-Text Representations. ECCV 2024.

Code

See the code subdirectory for code files and documentation.

Trained Models

See our paper's supplementary material for details on the various model checkpoints used for zero-shot tests.

We also provide our fine-tuned CLIP-B and CLIP-L checkpoints.

HierarCaps Dataset

See the data subdirectory for data files and documentation.

Citation

If you find this code or our data helpful in your research or work, please cite the following paper.

@InProceedings{alper2024hierarcaps,
  author    = {Morris Alper and Hadar Averbuch-Elor},
  title     = {Emergent Visual-Semantic Hierarchies in Image-Text Representations},
  booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
  year      = {2024}
}