Free Performance Gain from Mixing Multiple Partially Labeled Samples in Multi-label Image Classification
Chak Fong Chong, Jielong Guo, Xu Yang, Wei Ke, Yapeng Wang

TL;DR
LogicMix is a novel data augmentation method for multi-label image classification that effectively utilizes partially labeled datasets by mixing labels with logical OR, improving performance with minimal computational overhead.
Contribution
We introduce LogicMix, a new Mixup variant that mixes multiple partially labeled samples using logical OR, addressing label missing issues in multi-label classification.
Findings
LogicMix outperforms other Mixup variants on various datasets.
Combining LogicMix with other methods achieves state-of-the-art results.
LogicMix is simple, general, and computationally efficient.
Abstract
Multi-label image classification datasets are often partially labeled where many labels are missing, posing a significant challenge to training accurate deep classifiers. However, the powerful Mixup sample-mixing data augmentation cannot be well utilized to address this challenge, as it cannot perform linear interpolation on the unknown labels to construct augmented samples. In this paper, we propose LogicMix, a Mixup variant designed for such partially labeled datasets. LogicMix mixes the sample labels by logical OR so that the unknown labels can be correctly mixed by utilizing OR's logical equivalences, including the domination and identity laws. Unlike Mixup, which mixes exactly two samples, LogicMix can mix multiple () partially labeled samples, constructing visually more confused augmented samples to regularize training. LogicMix is more general and effective than other…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Face and Expression Recognition · Text and Document Classification Technologies
MethodsRandAugment · Mixup
