Papers › CIDEr: Consensus-based Image Description Evaluation

CIDEr: Consensus-based Image Description Evaluation

20 Nov 2014CVPR 2015 6arXiv:1411.5726archive 2025-07-28

Ramakrishna Vedantam, C. Lawrence Zitnick, Devi Parikh

Automatically describing an image with a sentence is a long-standing challenge in computer vision and natural language processing. Due to recent progress in object detection, attribute classification, action recognition, etc., there is renewed interest in this area. However, evaluating the quality of descriptions has proven to be challenging. We propose a novel paradigm for evaluating image descriptions that uses human consensus. This paradigm consists of three main parts: a new triplet-based method of collecting human annotations to measure consensus, a new automated metric (CIDEr) that captures consensus, and two new datasets: PASCAL-50S and ABSTRACT-50S that contain 50 sentences describing each image. Our simple metric captures human judgment of consensus better than existing metrics across sentences generated by various sources. We also evaluate five state-of-the-art image description approaches using this new protocol and provide a benchmark for future comparisons. A version of CIDEr named CIDEr-D is available as a part of MS COCO evaluation server to enable systematic evaluation and benchmarking.

PaperPDFConference PDFCodeCode 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="1411.5726")

Code

Syntology Ran 12 of 32 code samples harvested from 13 repositories linked to this paper; 20 have no recorded run. Of those that ran: 1 ran · honoured contract; 4 ran · our draft was wrong; 7 ran with no contract checked.

By repository: community (archive-listed): 32 samples from 13 repositories, 12 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

24 repositories listed; official and paper-mentioned ones first.

alex-f1tor/Image-Caption mentioned on GitHubpytorch report
brandontrabucco/cider mentioned on GitHub report
clip-vil/cider mentioned on GitHub report
congvm-it/pyciderevalcap mentioned on GitHub report
daqingliu/coco-caption mentioned on GitHubNOASSERTION report
elliottd/compareImageDescriptionMeasures mentioned on GitHubBSD-3-Clause report
gabrielsantosrv/coco-caption mentioned on GitHubpytorchNOASSERTION report
jmhessel/pycocoevalcap mentioned on GitHubpytorchNOASSERTION report
luoweizhou/coco-caption mentioned on GitHub report
lvapeab/coco-caption mentioned on GitHub report
mtanti/coco-caption mentioned on GitHub report
peteanderson80/coco-caption mentioned on GitHub report
qingzwang/DiversityMetrics mentioned on GitHubtf report
ruotianluo/coco-caption mentioned on GitHubpytorchNOASSERTION report
salaniz/pycocoevalcap mentioned on GitHubNOASSERTION report
shao-chi/ImageCaption mentioned on GitHubpytorch report
ttengwang/coco-caption mentioned on GitHub report
tuetschek/e2e-metrics mentioned on GitHubNOASSERTION report
tylin/coco-caption mentioned on GitHub report
vrama91/cider mentioned on GitHub report
vrama91/coco-caption mentioned on GitHub 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

32 samples harvested; 12 ran; 1 honoured the contract we drafted; 20 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.

1ran · honoured contract
4ran · our draft was wrong
7ran
20unverified

Licence: 27 of the 32 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 13 repositories linked to this paper, official or community; each sample names its own and says which. “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.

Cider wenhuchen/data-to-text-evaluation-metric/pycocoevalcap/cider/cider.py community (archive-listed) ran licence not identified · pointer only · 1fc8d8a6b7ae90db · report
Cider mtanti/coco-caption/pycocoevalcap/cider/cider.py community (archive-listed) ran licence not identified · pointer only · 23de1fe00e9ce1f3 · report
CiderScorer wenhuchen/data-to-text-evaluation-metric/pycocoevalcap/cider/cider.py community (archive-listed) ran licence not identified · pointer only · aba5763b11669830 · report
CiderScorer mtanti/coco-caption/pycocoevalcap/cider/cider.py community (archive-listed) ran licence not identified · pointer only · 960e711b12959977 · report
CiderScorer congvm-it/pyciderevalcap/pyciderevalcap/cider/cider.py community (archive-listed) ran no licence file found · pointer only · 1671b5d6a6be422d · report
CiderScorer luoweizhou/coco-caption/pycocoevalcap/cider/cider_scorer.py community (archive-listed) ran licence not identified · pointer only · ac0fe6f4d5800001 · report
CiderScorer clip-vil/cider/pyciderevalcap/cider/cider.py community (archive-listed) ran licence not identified · pointer only · 2d0e3c49ca9e9b58 · report
cook_refs wenhuchen/data-to-text-evaluation-metric/pycocoevalcap/cider/cider.py community (archive-listed) ran · our draft was wrong licence not identified · pointer only · 4c1b107103b7c856 · report
cook_refs lvapeab/coco-caption/pycocoevalcap/cider/cider_scorer.py community (archive-listed) ran · our draft was wrong licence not identified · pointer only · fda10f0c39a7dc69 · report
cook_test wenhuchen/data-to-text-evaluation-metric/pycocoevalcap/cider/cider.py community (archive-listed) ran · our draft was wrong fingerprinted licence not identified · pointer only · 3573c4bc85f65dfd · report
precook wenhuchen/data-to-text-evaluation-metric/pycocoevalcap/cider/cider.py community (archive-listed) ran · our draft was wrong fingerprinted licence not identified · pointer only · 9560e3e3e41bc1b2 · report
tf_idf_known brandontrabucco/cider/cider.py community (archive-listed) ran · honoured contract MIT (permissive) · 4398d0fb942ef4df · report
Cider congvm-it/pyciderevalcap/pyciderevalcap/cider/cider.py community (archive-listed) unverified no licence file found · pointer only · bca0c08ba82fac67 · report
Cider vrama91/coco-caption/pycocoevalcap/cider/cider.py community (archive-listed) unverified licence not identified · pointer only · aa60cc2184a211e1 · report
Cider vrama91/cider/pyciderevalcap/cider/cider.py community (archive-listed) unverified licence not identified · pointer only · bd8202817ec93555 · report
Cider qingzwang/DiversityMetrics/pycocoevalcap/cider/cider.py community (archive-listed) unverified no licence file found · pointer only · f201cc61c1284350 · report
Cider tylin/coco-caption/pycocoevalcap/cider/cider.py community (archive-listed) unverified licence not identified · pointer only · ac6ef88332eb6913 · report
Cider ttengwang/coco-caption/pycocoevalcap/cider/cider.py community (archive-listed) unverified licence not identified · pointer only · 1fedbfc9e8788ea9 · report
Cider clip-vil/cider/pyciderevalcap/cider/cider.py community (archive-listed) unverified licence not identified · pointer only · fa32c23c91154408 · report
CiderScorer vrama91/coco-caption/pycocoevalcap/cider/cider.py community (archive-listed) unverified licence not identified · pointer only · 260b4da363208b1d · report
CiderScorer vrama91/cider/pyciderevalcap/cider/cider.py community (archive-listed) unverified licence not identified · pointer only · 19b1540cbb3a7224 · report
CiderScorer qingzwang/DiversityMetrics/pycocoevalcap/cider/cider.py community (archive-listed) unverified no licence file found · pointer only · a8f485c3336899cd · report
CiderScorer tylin/coco-caption/pycocoevalcap/cider/cider.py community (archive-listed) unverified licence not identified · pointer only · 2b2927eef4be064c · report
CiderScorer peteanderson80/coco-caption/pycocoevalcap/cider/cider_scorer.py community (archive-listed) unverified licence not identified · pointer only · a91d6f138a4573c2 · report
CiderScorer lvapeab/coco-caption/pycocoevalcap/cider/cider_scorer.py community (archive-listed) unverified licence not identified · pointer only · 5691d3f214df1ce1 · report
cider brandontrabucco/cider/cider.py community (archive-listed) unverified MIT (permissive) · fd6d00d6a0daaee9 · report
cider_n brandontrabucco/cider/cider.py community (archive-listed) unverified MIT (permissive) · 4d7085c700ae2df7 · report
cook_refs vrama91/coco-caption/pycocoevalcap/cider/cider.py community (archive-listed) unverified licence not identified · pointer only · 5172aba957a32d9e · report
cook_test vrama91/coco-caption/pycocoevalcap/cider/cider.py community (archive-listed) unverified licence not identified · pointer only · 90a4bcbf05586ff3 · report
precook vrama91/coco-caption/pycocoevalcap/cider/cider.py community (archive-listed) unverified licence not identified · pointer only · 422c41f5b22cf9c3 · report
sentence_to_ngrams brandontrabucco/cider/cider.py community (archive-listed) unverified MIT (permissive) · 6bacb755e0ec50b2 · report
tf_idf brandontrabucco/cider/cider.py community (archive-listed) unverified MIT (permissive) · dc0c8baa5722034c · report

Tasks

Action RecognitionAttributeBenchmarkingImage CaptioningSentence

2 archive task tags without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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