CVAIJul 22, 2025

Bringing Balance to Hand Shape Classification: Mitigating Data Imbalance Through Generative Models

arXiv:2507.17008v1h-index: 10Applied Soft Computing
Originality Incremental advance
AI Analysis

This addresses data imbalance issues for sign language recognition, though it is incremental as it builds on existing GAN methods.

The paper tackled the problem of limited and unbalanced sign language handshape datasets by augmenting training data with synthetic images generated using GANs, improving state-of-the-art accuracy on the RWTH dataset by 5%.

Most sign language handshape datasets are severely limited and unbalanced, posing significant challenges to effective model training. In this paper, we explore the effectiveness of augmenting the training data of a handshape classifier by generating synthetic data. We use an EfficientNet classifier trained on the RWTH German sign language handshape dataset, which is small and heavily unbalanced, applying different strategies to combine generated and real images. We compare two Generative Adversarial Networks (GAN) architectures for data generation: ReACGAN, which uses label information to condition the data generation process through an auxiliary classifier, and SPADE, which utilizes spatially-adaptive normalization to condition the generation on pose information. ReACGAN allows for the generation of realistic images that align with specific handshape labels, while SPADE focuses on generating images with accurate spatial handshape configurations. Our proposed techniques improve the current state-of-the-art accuracy on the RWTH dataset by 5%, addressing the limitations of small and unbalanced datasets. Additionally, our method demonstrates the capability to generalize across different sign language datasets by leveraging pose-based generation trained on the extensive HaGRID dataset. We achieve comparable performance to single-source trained classifiers without the need for retraining the generator.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes