Skip to content

Generative Adversarial Training with DUGAN#170

Open
alexander-huang-commits wants to merge 6 commits intoCambridgeCIA:mainfrom
alexander-huang-commits:new_nn_models
Open

Generative Adversarial Training with DUGAN#170
alexander-huang-commits wants to merge 6 commits intoCambridgeCIA:mainfrom
alexander-huang-commits:new_nn_models

Conversation

@alexander-huang-commits
Copy link

@alexander-huang-commits alexander-huang-commits commented Jan 28, 2026

SUMMARY:
DUGAN is an adversarial training network based off of https://arxiv.org/abs/2108.10772. The training script is written in a way to allow for different neural network architectures and data augmentation techniques (in DUGAN's case, it is cutmix) to be directly be integrated without rewriting the structure of the scripts.

CHANGES:
-There are only new files no deleted files
-Added Training script for DUGAN
-Added Cutmix data augmentation
-Added Unet with fixed convolution before input
-Added REDCNN https://arxiv.org/pdf/1702.00288
-Added modifications of LPD and ItNet

@AnderBiguri
Copy link
Member

Thanks a lot! I may do some commits to this branch to change some names and relocate some files, mostly cosmetic, is that ok?

Also: is LPD_SIRT basically the standard LPD?

@alexander-huang-commits
Copy link
Author

alexander-huang-commits commented Jan 28, 2026

Thanks a lot! I may do some commits to this branch to change some names and relocate some files, mostly cosmetic, is that ok?

Also: is LPD_SIRT basically the standard LPD?

Yes, feel free to rearrange or edit any of the files! I have a separate local save of this work so don't worry about it.

Also, yes LPD_SIRT is just LPD initialized with SIRT using 50 iterations instead of FBP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants