Papers › CHiLS: Zero-Shot Image Classification with Hierarchical Label Sets

CHiLS: Zero-Shot Image Classification with Hierarchical Label Sets

6 Feb 2023arXiv:2302.02551archive 2025-07-28

Zachary Novack, Julian McAuley, Zachary C. Lipton, Saurabh Garg

Open vocabulary models (e.g. CLIP) have shown strong performance on zero-shot classification through their ability generate embeddings for each class based on their (natural language) names. Prior work has focused on improving the accuracy of these models through prompt engineering or by incorporating a small amount of labeled downstream data (via finetuning). However, there has been little focus on improving the richness of the class names themselves, which can pose issues when class labels are coarsely-defined and are uninformative. We propose Classification with Hierarchical Label Sets (or CHiLS), an alternative strategy for zero-shot classification specifically designed for datasets with implicit semantic hierarchies. CHiLS proceeds in three steps: (i) for each class, produce a set of subclasses, using either existing label hierarchies or by querying GPT-3; (ii) perform the standard zero-shot CLIP procedure as though these subclasses were the labels of interest; (iii) map the predicted subclass back to its parent to produce the final prediction. Across numerous datasets with underlying hierarchical structure, CHiLS leads to improved accuracy in situations both with and without ground-truth hierarchical information. CHiLS is simple to implement within existing zero-shot pipelines and requires no additional training cost. Code is available at: https://github.com/acmi-lab/CHILS.

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="2302.02551")

Code

Syntology Ran 1 of 11 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 1 ran with no contract checked.

By repository: official repository: 11 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

acmi-lab/chils officialmentioned in papermentioned on GitHubpytorchMIT 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

11 samples harvested; 1 ran; 0 honoured the contract we drafted; 10 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
10unverified

Licence: 0 of the 11 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 acmi-lab/chils. “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.

dataset_with_indices acmi-lab/chils/src/zshot_utils.py official repository ran MIT (permissive) · 2129574ed34dcb74 · report
dataset_with_indices acmi-lab/chils/src/data_utils.py official repository unverified MIT (permissive) · 5b57ee54bdf0b7a5 · report
get_CLIP_inputs_from_dict acmi-lab/chils/src/zshot_utils.py official repository unverified MIT (permissive) · 234ae9cbbfa4fe06 · report
get_class_name acmi-lab/chils/src/utils.py official repository unverified MIT (permissive) · 1cca8cd1fc9f507f · report
get_dict_hash acmi-lab/chils/src/utils.py official repository unverified MIT (permissive) · 6bdaa18bfcbe2a56 · report
get_model acmi-lab/chils/src/model_utils.py official repository unverified MIT (permissive) · f72e18409d2e2c29 · report
list_files acmi-lab/chils/src/simple_utils.py official repository unverified MIT (permissive) · 48287a6b9a790584 · report
load_config acmi-lab/chils/src/utils.py official repository unverified MIT (permissive) · 795a168f1c1503bb · report
load_pickle acmi-lab/chils/src/simple_utils.py official repository unverified MIT (permissive) · 29353942db28fc10 · report
query_gpt_prompt acmi-lab/chils/models/clip_models.py official repository unverified MIT (permissive) · 2dcfaad02e7565df · report
query_gpt_prompt acmi-lab/chils/src/zshot_utils.py official repository unverified MIT (permissive) · b60aa51289c404bd · report

Tasks

ClassificationImage ClassificationPrompt EngineeringZero-Shot Image ClassificationZero-Shot Learningimage-classification

1 archive task tag without a task page not shown.

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