https://github.com/kunzhan/infomatch
IJCAI 2024, InfoMatch: Entropy neural estimation for semi-supervised image classification
https://github.com/kunzhan/infomatch
cifar10 cifar100 image-classification imagenet semi-supervised-classification semi-supervised-learning stl svhn
Last synced: 5 months ago
JSON representation
IJCAI 2024, InfoMatch: Entropy neural estimation for semi-supervised image classification
- Host: GitHub
- URL: https://github.com/kunzhan/infomatch
- Owner: kunzhan
- Created: 2024-04-16T22:46:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-17T10:14:07.000Z (over 1 year ago)
- Last Synced: 2025-05-06T01:55:49.453Z (5 months ago)
- Topics: cifar10, cifar100, image-classification, imagenet, semi-supervised-classification, semi-supervised-learning, stl, svhn
- Language: Python
- Homepage: https://doi.org/10.24963/ijcai.2024/452
- Size: 3.11 MB
- Stars: 31
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InfoMatch: Entropy Neural Estimation for Semi-Supervised Image Classification
Semi-supervised image classification, leveraging pseudo supervision and consistency regularization, has demonstrated remarkable success. However, the ongoing challenge lies in fully exploiting the potential of unlabeled data. To address this, we employ information entropy neural estimation to harness the potential of unlabeled samples. Inspired by contrastive learning, the entropy is estimated by maximizing a lower bound on mutual information across different augmented views. Moreover, we theoretically analyze that the information entropy of the posterior of an image classifier is approximated by maximizing the likelihood function of the softmax predictions. Guided by these insights, we optimize our model from both perspectives to ensure that the predicted probability distribution closely aligns with the ground-truth distribution. Given the theoretical connection to information entropy, we name our method **InfoMatch**. Through extensive experiments, we show its superior performance.# Citation
We appreciate it if you cite the following paper:
```
@InProceedings{Hanijcai2024,
author = {Qi Han and Zhibo Tian and Chengwei Xia and Kun Zhan},
title = {InfoMatch: Entropy neural estimation for semi-supervised image classification},
booktitle = {IJCAI},
year = {2024},
volume = {33},
}
```# Contact
https://kunzhan.github.io/If you have any questions, feel free to contact me. (Email: `ice.echo#gmail.com`)