Papers › Is CLIP the main roadblock for fine-grained open-world perception?

Is CLIP the main roadblock for fine-grained open-world perception?

4 Apr 2024arXiv:2404.03539archive 2025-07-28

Lorenzo Bianchi, Fabio Carrara, Nicola Messina, Fabrizio Falchi

Modern applications increasingly demand flexible computer vision models that adapt to novel concepts not encountered during training. This necessity is pivotal in emerging domains like extended reality, robotics, and autonomous driving, which require the ability to respond to open-world stimuli. A key ingredient is the ability to identify objects based on free-form textual queries defined at inference time - a task known as open-vocabulary object detection. Multimodal backbones like CLIP are the main enabling technology for current open-world perception solutions. Despite performing well on generic queries, recent studies highlighted limitations on the fine-grained recognition capabilities in open-vocabulary settings - i.e., for distinguishing subtle object features like color, shape, and material. In this paper, we perform a detailed examination of these open-vocabulary object recognition limitations to find the root cause. We evaluate the performance of CLIP, the most commonly used vision-language backbone, against a fine-grained object-matching benchmark, revealing interesting analogies between the limitations of open-vocabulary object detectors and their backbones. Experiments suggest that the lack of fine-grained understanding is caused by the poor separability of object characteristics in the CLIP latent space. Therefore, we try to understand whether fine-grained knowledge is present in CLIP embeddings but not exploited at inference time due, for example, to the unsuitability of the cosine similarity matching function, which may discard important object characteristics. Our preliminary experiments show that simple CLIP latent-space re-projections help separate fine-grained concepts, paving the way towards the development of backbones inherently able to process fine-grained details. The code for reproducing these experiments is available at https://github.com/lorebianchi98/FG-CLIP.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2404.03539")

Code

Syntology Ran 15 of 17 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 12 ran with no contract checked.

By repository: official repository: 15 samples from 1 repository, 13 ran; 2 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

lorebianchi98/fg-clip officialmentioned in papermentioned on GitHubpytorch report
lorebianchi98/fg-ovd mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 15 ran; 0 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · our draft was wrong
12ran
2unverified

Licence: 17 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from lorebianchi98/fg-clip. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

clip_preds lorebianchi98/fg-clip/src/ranks.py official repository ran no licence file found · pointer only · b36a8c39e91d5a90 · report
dict2pandas lorebianchi98/fg-clip/src/eval_util.py official repository ran no licence file found · pointer only · 33d935018f3c899c · report
get_image_and_text_tensor lorebianchi98/fg-clip/src/metrics.py official repository ran no licence file found · pointer only · 04513e995209d3a4 · report
get_karpathy_splits lorebianchi98/fg-clip/features/create_karpathy_splits.py official repository ran no licence file found · pointer only · c18b5b3ed8247b90 · report
get_ranks lorebianchi98/fg-clip/src/eval_util.py official repository ran no licence file found · pointer only · 8709e2ae58e458e2 · report
get_split_featured lorebianchi98/fg-clip/features/create_karpathy_splits.py official repository ran no licence file found · pointer only · 2e9fc184fff19cb1 · report
i2t lorebianchi98/fg-clip/src/metrics.py official repository ran no licence file found · pointer only · 7fe89e8b613a6f08 · report
out2coco_format lorebianchi98/fg-clip/features/coco_feature_extractor.py official repository ran no licence file found · pointer only · 124a87be7c2ae97b · report
read_json lorebianchi98/fg-clip/src/utilities.py official repository ran no licence file found · pointer only · 5840bed4f36dd3fb · report
t2i lorebianchi98/fg-clip/src/metrics.py official repository ran no licence file found · pointer only · ce321b14ae1d05be · report
train lorebianchi98/fg-clip/src/train_util.py official repository ran no licence file found · pointer only · cbeb45030a21b392 · report
trainBCE lorebianchi98/fg-clip/src/train_util.py official repository ran no licence file found · pointer only · 876830dc323b0fa9 · report
transform_predslist_to_dict lorebianchi98/fg-clip/src/utilities.py official repository ran · our draft was wrong no licence file found · pointer only · f702268bf37b191b · report
choice_negatives lorebianchi98/fg-clip/src/train_util.py official repository unverified no licence file found · pointer only · 9b0d3cf7536a3b55 · report
load_object lorebianchi98/fg-clip/src/utilities.py official repository unverified no licence file found · pointer only · 811f554b6375d712 · report
load_object identical code first harvested elsewhere ran · our draft was wrong fingerprinted licence of this copy not recorded · 46323f57e9610d8e · report
read_json identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · 0be4cd21574acdc0 · report

Tasks

Autonomous DrivingNovel ConceptsObjectObject DetectionObject RecognitionOpen Vocabulary Object DetectionOpen-vocabulary object detectionobject-detection

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

CLIP

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections