Summary
Contribute a code example demonstrating TransUNet architecture for multi-organ
segmentation using the Synapse multi-organ CT dataset.
Implementation Constraints
- ✅ TensorFlow backend only
- ✅ tf.data API for data pipeline
- ✅ model.fit() for training loop
- ✅ Minimal dependencies only keras + tensorflow + numpy + matplotlib + os
- ✅ Minimal code only 366 lines
- ✅ Keras Functional API
- ✅ Custom Objects Serialization
Why This is a Good Fit for Keras Examples
- Covers an underrepresented domain (medical imaging)
- Demonstrates combining CNNs + Transformers in Keras
- Uses only keras-native training (fit method)
Summary
Contribute a code example demonstrating TransUNet architecture for multi-organ
segmentation using the Synapse multi-organ CT dataset.
Implementation Constraints
Why This is a Good Fit for Keras Examples