Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Cross-D Conv: Bridging 2D and 3D Medical Imaging Analysis
|
2 |
|
3 |
This repository introduces **Cross-D Conv**, a novel convolutional operation designed to bridge the dimensional gap between 2D and 3D medical imaging datasets. By leveraging the Fourier domain for phase shifting, Cross-D Conv enables seamless weight transfer between 2D and 3D convolutional operations. This method addresses the challenge of multimodal data scarcity by utilizing abundant 2D data to enhance 3D model performance effectively.
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- deep-learning
|
5 |
+
- computer-vision
|
6 |
+
- image-classification
|
7 |
+
- transfer-learning
|
8 |
+
- biomedical-imaging
|
9 |
+
- pytorch
|
10 |
+
task:
|
11 |
+
- image-classification
|
12 |
+
language: en
|
13 |
+
datasets:
|
14 |
+
- ImageNet
|
15 |
+
- RadImagenet
|
16 |
+
library_name: PyTorch
|
17 |
+
---
|
18 |
+
|
19 |
# Cross-D Conv: Bridging 2D and 3D Medical Imaging Analysis
|
20 |
|
21 |
This repository introduces **Cross-D Conv**, a novel convolutional operation designed to bridge the dimensional gap between 2D and 3D medical imaging datasets. By leveraging the Fourier domain for phase shifting, Cross-D Conv enables seamless weight transfer between 2D and 3D convolutional operations. This method addresses the challenge of multimodal data scarcity by utilizing abundant 2D data to enhance 3D model performance effectively.
|