convergedmachine commited on
Commit
fe7697a
·
verified ·
1 Parent(s): 83a84ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ datasets:
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.
22
 
 
16
  library_name: PyTorch
17
  ---
18
 
19
+ # Cross-D Conv: Cross-Dimensional Transferable Knowledge Base via Fourier Shifting Operation
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.
22