SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2510.20162 · NeurIPS · 2025

TOMCAT : Test-time Comprehensive Knowledge Accumulation for Compositional Zero-Shot Learning

Xudong Yan, Songhe Feng

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 10 functions out of this paper's own repositories and ran 6 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
xud-yan/TOMCAT — 6 of 10
FunctionStatusWhere it lives
Adapter Ran xud-yan/TOMCAT/model/tomcat_bm.py
code served (permissive licence) · get_code("dede5fd72f1d3db4")
AttentionPool2d Ran xud-yan/TOMCAT/model/tomcat_bm.py
code served (permissive licence) · get_code("da20926d9b005427")
ModifiedResNet Ran xud-yan/TOMCAT/model/tomcat_bm.py
code served (permissive licence) · get_code("39ac004ae4ac2651")
ResidualAttentionBlock Ran xud-yan/TOMCAT/model/tomcat_bm.py
code served (permissive licence) · get_code("d9787281b177005b")
Transformer Ran xud-yan/TOMCAT/model/tomcat_bm.py
code served (permissive licence) · get_code("082a51de770ba040")
VisualTransformer Ran xud-yan/TOMCAT/model/tomcat_bm.py
code served (permissive licence) · get_code("88d8f3ddec06117f")
CLIP Not yet run xud-yan/TOMCAT/model/tomcat_bm.py
code served (permissive licence) · get_code("d43285ed12c61ef7")
TOMCAT_BM Not yet run xud-yan/TOMCAT/model/tomcat_bm.py
code served (permissive licence) · get_code("21ab658b03d6cd5b")
build_model Not yet run xud-yan/TOMCAT/model/tomcat_bm.py
code served (permissive licence) · get_code("a1348e10527ad6fa")
load_clip Not yet run xud-yan/TOMCAT/model/tomcat_bm.py
code served (permissive licence) · get_code("3fff5345a8b8588e")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Compositional Zero-Shot Learning (CZSL) aims to recognize novel attributeobject compositions based on the knowledge learned from seen ones. Existing methods suffer from performance degradation caused by the distribution shift of label space at test time, which stems from the inclusion of unseen compositions recombined from attributes and objects. To overcome the challenge, we propose a novel approach that accumulates comprehensive knowledge in both textual and visual modalities from unsupervised data to update multimodal prototypes at test time. Building on this, we further design an adaptive update weight to control the degree of prototype adjustment, enabling the model to flexibly adapt to distribution shift during testing. Moreover, a dynamic priority queue is introduced that stores high-confidence images to acquire visual knowledge from historical images for inference. Considering the semantic consistency of multimodal knowledge, we align textual and visual prototypes by multimodal collaborative representation learning. Extensive experiments indicate that our approach achieves state-of-the-art performance on four benchmark datasets under both closed-world and open-world settings. Code will be available at https://github.com/xud-yan/TOMCAT.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2510.20162")
get_code_for_paper("2510.20162")
have("2510.20162")

Connect an agent — have() is free.