CMT: Convolutional Neural Network Meet Vision Transformers (CMT)Product23/100 via “unified backbone for multiple vision tasks with task-specific heads”
* ⭐ 07/2022: [Swin UNETR: Swin Transformers for Semantic Segmentation of Brain Tumors... (Swin UNETR)](https://link.springer.com/chapter/10.1007/978-3-031-08999-2_22)
Unique: Designs the backbone to output multi-scale feature pyramids that naturally support diverse downstream tasks without modification, using the hybrid CNN-Transformer structure to provide both fine-grained local features (from CNN stages) and semantic global features (from Transformer stages) that benefit classification, detection, and segmentation equally.
vs others: Achieves comparable or better performance than task-specific architectures on ImageNet classification, COCO detection, and ADE20K segmentation simultaneously, while reducing model deployment complexity by 60-70% compared to maintaining separate specialized models.