paper-with-me

Papers

KG-SP: Knowledge Guided Simple Primitives for Open World Compositional Zero-Shot Learning

2022-05-13 · CVPR 2022 1 · Shyamgopal Karthik, Massimiliano Mancini, Zeynep Akata

The goal of open-world compositional zero-shot learning (OW-CZSL) is to recognize compositions of state and objects in images, given only a subset of them during training and no prior on the unseen compositions. In this setting, models operate on a huge output space, containing all possible state-object compositions. While previous works tackle the problem by learning embeddings for the compositions jointly, here we revisit a simple CZSL baseline and predict the primitives, i.e. states and objects, independently. To ensure that the model develops primitive-specific features, we equip the state and object classifiers with separate, non-linear feature extractors. Moreover, we estimate the feasibility of each composition through external knowledge, using this prior to remove unfeasible compositions from the output space. Finally, we propose a new setting, i.e. CZSL under partial supervision (pCZSL), where either only objects or state labels are available during training, and we can use our prior to estimate the missing labels. Our model, Knowledge-Guided Simple Primitives (KG-SP), achieves state of the art in both OW-CZSL and pCZSL, surpassing most recent competitors even when coupled with semi-supervised learning techniques. Code available at: https://github.com/ExplainableML/KG-SP.

📄 PDF Abstract BibTeX arXiv:2205.06784

Code (1)

explainableml/kg-sp 공식 구현 pytorch

Tasks

Compositional Zero-Shot LearningMissing LabelsZero-Shot Learning

Similar Papers 제목 키워드 기반

Simple Primitives with Feasibility- and Contextuality-Dependence for Open-World Compositional Zero-shot Learning

2022-11-05 · Zhe Liu, Yun Li, Lina Yao, Xiaojun Chang 외

The task of Compositional Zero-Shot Learning (CZSL) is to recognize images of novel state-object compositions that are absent during the training stage. Previous methods of learning compositional embedding have shown eff…

Compositional Zero-Shot LearningDisentanglementZero-Shot Learning

Attention Based Simple Primitives for Open World Compositional Zero-Shot Learning

2024-07-18 · Ans Munir, Faisal Z. Qureshi, Muhammad Haris Khan, Mohsen Ali

Compositional Zero-Shot Learning (CZSL) aims to predict unknown compositions made up of attribute and object pairs. Predicting compositions unseen during training is a challenging task. We are exploring Open World Compos…

AttributeCompositional Zero-Shot LearningObjectZero-Shot Learning

ProCC: Progressive Cross-primitive Compatibility for Open-World Compositional Zero-Shot Learning

2022-11-19 · Fushuo Huo, Wenchao Xu, Song Guo, Jingcai Guo 외

Open-World Compositional Zero-shot Learning (OW-CZSL) aims to recognize novel compositions of state and object primitives in images with no priors on the compositional space, which induces a tremendously large output spa…

Compositional Zero-Shot LearningObjectZero-Shot Learning

Cuboids Revisited: Learning Robust 3D Shape Fitting to Single RGB Images

2021-05-05 · CVPR 2021 1 · Florian Kluger, Hanno Ackermann, Eric Brachmann, Michael Ying Yang 외

Humans perceive and construct the surrounding world as an arrangement of simple parametric models. In particular, man-made environments commonly consist of volumetric primitives such as cuboids or cylinders. Inferring th…

Robust Shape Fitting for 3D Scene Abstraction

2024-03-15 · Florian Kluger, Eric Brachmann, Michael Ying Yang, Bodo Rosenhahn

Humans perceive and construct the world as an arrangement of simple parametric models. In particular, we can often describe man-made environments using volumetric primitives such as cuboids or cylinders. Inferring these …

Depth EstimationScene Parsing