CoolFace
Datasetpublic

ntucllab/aclmicroimagenet20

Dataset Card for ACLMicroImageNet10 This Complementary labeled MicroImageNet20 dataset contains 3 human-annotated complementary labels for all 10000 images in the training split of TinyImageNet200. For more details, please visit our github or paper. Dataset Structure Data Instances A sample from the training set is provided below: { 'images': <PIL.PngImagePlugin.PngImageFile image mode=RGB size=64x64 at 0x796754E75E70>, 'ord_labels': 0… See the full description on the dataset page: https://huggingface.co/datasets/ntucllab/aclmicroimagenet20.

sourceHugging Facemitupdated 1y agoView on Hugging Face
1likes26downloads
Dataset Card

Dataset Card for ACLMicroImageNet10

This Complementary labeled MicroImageNet20 dataset contains 3 human-annotated complementary labels for all 10000 images in the training split of TinyImageNet200.

For more details, please visit our github or paper.

Dataset Structure

Data Instances

A sample from the training set is provided below:

{
	'images': <PIL.PngImagePlugin.PngImageFile image mode=RGB size=64x64 at 0x796754E75E70>, 
	'ord_labels': 0, 
	'cl_labels': [8, 6, 18]
}
Data Fields
  • images: A PIL.Image.Image object containing the 64x64 image.
  • ord_labels: The ordinary labels of the images, and they are labeled from 0 to 19 as follows:

0: tailed frog 1: scorpion 2: snail 3: american lobster 4: tabby 5: persian cat 6: gazelle 7: chimpanzee 8: bannister 9: barrel 10: christmas stocking 11: gasmask 12: hourglass 13: iPod 14: scoreboard 15: snorkel 16: suspension bridge 17: torch 18: tractor 19: triumphal arch

  • cl_labels: Three complementary labels for each image.

Citing

If you find this dataset useful, please cite the following:

@InProceedings{aclimage2025,
  author="Mai, Tan-Ha and Ye, Nai-Xuan and Kuan, Yu-Wei and Lu, Po-Yi and Lin, Hsuan-Tien",
  title="The Unexplored Potential of Vision-Language Models for Generating Large-Scale Complementary-Label Learning Data",
  booktitle="Pacific-Asia Conference on Knowledge Discovery and Data Mining",
  year="2025",
  pages="90--102"
}