Skip to content

elvintanhust/LSOVCF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Explore Visual Concept Formation for Image Classification

This repo contains the source code for the paper Explore Visual Concept Formation for Image Classification in International Conference on Machine Learning (ICML 2021). In this project, we provide the implementation of the proposed LSOVCF based on ResNet and cifar10, and the algorithm baased on other backbones and datasets can be implemented with simple modifications.

About LSOVCF

image

The proposed learning strategy of concept formation. The backbone here can be any ConvNet, and response space is the last linear layer of the selected ConvNet. The backbones we adopted have been listed in References.

Citation

If you find our code useful, please consider citing our work using the bibtex:

@inproceedings{
	author    = {Xiong, Sheng-Zhou  and Tan, Yi-Hua and Wang, Guo-You},
	title     = {Explore Visual Concept Formation for Image Classification},
	year      = {2021},
	booktitle     = {International Conference on Machine Learning},
}

Enviroment

  • python 3.6
  • pytorch 1.1.0
  • torchvision 0.3.0
  • cuda 9.0

Hardware

  • CPU: Intel(R) Core(TM) i9-9820X CPU @ 3.30GHz
  • GPU: GeForce RTX 2080 Ti

Getting started

  • Change directory to ./scripts
  • Run python ./main.py

References

The implementations of the backbones that we used in the paper are available at the following links:

About

This repo contains the source code for the paper "Explore Visual Concept Formation for Image Classification" in ICML 2021.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages