Artificially increase my dataset size for Pix2pix Gan

  • Context: Python 
  • Thread starter Thread starter btb4198
  • Start date Start date
  • Tags Tags
    increase
Click For Summary
SUMMARY

The discussion focuses on strategies to artificially increase dataset size for Pix2pix GANs when starting with a limited dataset of 250 image pairs. Techniques such as image augmentation, including slight modifications like rotation, flipping, and color adjustments, are confirmed to create new training examples that can enhance model performance. The consensus is that these modifications effectively provide the neural network with diverse inputs, improving its ability to generalize from the limited dataset.

PREREQUISITES
  • Understanding of Pix2pix GAN architecture
  • Familiarity with image augmentation techniques
  • Basic knowledge of Python programming
  • Experience with deep learning frameworks such as TensorFlow or PyTorch
NEXT STEPS
  • Research image augmentation libraries like Keras ImageDataGenerator
  • Explore advanced techniques such as style transfer for dataset expansion
  • Learn about data synthesis methods in GANs
  • Investigate the impact of dataset size on GAN performance
USEFUL FOR

Machine learning practitioners, data scientists, and researchers working with generative adversarial networks, particularly those looking to enhance training datasets for image generation tasks.

btb4198
Messages
570
Reaction score
10
I am working on a Pix2pix Gan but I small dataset size of about 250 Pairs of images. What are good ways in code to artificially increase my dataset size?
 
Technology news on Phys.org
Do you think that it is possible to create new bits of information by combining existing bits?
 
  • Like
Likes   Reactions: Vanadium 50
I read that if Slightly modified an image, it becomes like a new image to the neural network
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
4K
Replies
3
Views
3K
  • · Replies 11 ·
Replies
11
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K