Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Symmetry and Group in Attribute-Object Compositions

About

Attributes and objects can compose diverse compositions. To model the compositional nature of these general concepts, it is a good choice to learn them through transformations, such as coupling and decoupling. However, complex transformations need to satisfy specific principles to guarantee the rationality. In this paper, we first propose a previously ignored principle of attribute-object transformation: Symmetry. For example, coupling peeled-apple with attribute peeled should result in peeled-apple, and decoupling peeled from apple should still output apple. Incorporating the symmetry principle, a transformation framework inspired by group theory is built, i.e. SymNet. SymNet consists of two modules, Coupling Network and Decoupling Network. With the group axioms and symmetry property as objectives, we adopt Deep Neural Networks to implement SymNet and train it in an end-to-end paradigm. Moreover, we propose a Relative Moving Distance (RMD) based recognition method to utilize the attribute change instead of the attribute pattern itself to classify attributes. Our symmetry learning can be utilized for the Compositional Zero-Shot Learning task and outperforms the state-of-the-art on widely-used benchmarks. Code is available at https://github.com/DirtyHarryLYL/SymNet.

Yong-Lu Li, Yue Xu, Xiaohan Mao, Cewu Lu• 2020

Related benchmarks

TaskDatasetResultRank
Generalized Compositional Zero-Shot LearningC-GQA (test)
AUC2.2
46
Compositional Zero-Shot LearningUT-Zappos open world
HM34.5
38
Compositional Zero-Shot LearningMIT-States open world
HM5.8
38
Compositional Zero-Shot LearningC-GQA open world
HM Score3.3
35
Compositional Zero-Shot LearningVAW CZSL (test)
HM12.2
14
Generalized Compositional Zero-Shot LearningMIT-States (test)
AUC (1)3
12
Compositional Zero-Shot LearningMIT-States (test)
Top-1 Acc19.9
11
Generalized Compositional Zero-Shot LearningUT-Zap50K (test)
AUC23.9
10
Compositional Zero-Shot LearningUT-Zappos (test)
Top-1 Acc52.1
9
Compositional Zero-Shot LearningMIT-States 11 (test)
Seen Accuracy24.2
8
Showing 10 of 18 rows

Other info

Code

Follow for update