Skip to content

[Example Request] TransUNet for Medical Image Segmentation on Synapse Dataset #2340

Description

@yassienashrafwasfy

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)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions