paper-with-me

홈 › Papers

Cross-D Conv: Cross-Dimensional Transferable Knowledge Base via Fourier Shifting Operation

2024-11-02 · Mehmet Can Yavuz, Yang Yang

In biomedical imaging analysis, the dichotomy between 2D and 3D data presents a significant challenge. While 3D volumes offer superior real-world applicability, they are less available for each modality and not easy to train in large scale, whereas 2D samples are abundant but less comprehensive. This paper introduces Cross-D Conv operation, a novel approach that bridges the dimensional gap by learning the phase shifting in the Fourier domain. Our method enables seamless weight transfer between 2D and 3D convolution operations, effectively facilitating cross-dimensional learning. The proposed architecture leverages the abundance of 2D training data to enhance 3D model performance, offering a practical solution to the multimodal data scarcity challenge in 3D medical model pretraining. Experimental validation on the RadImagenet (2D) and multimodal volumetric sets demonstrates that our approach achieves comparable or superior performance in feature quality assessment. The enhanced convolution operation presents new opportunities for developing efficient classification and segmentation models in medical imaging. This work represents an advancement in cross-dimensional and multimodal medical image analysis, offering a robust framework for utilizing 2D priors in 3D model pretraining while maintaining computational efficiency of 2D training. The code is available on https://github.com/convergedmachine/Cross-D-Conv.

📄 PDF Abstract BibTeX arXiv:2411.02441

Code (1)

convergedmachine/Cross-D-Conv 공식 구현 pytorch

Tasks

Computational EfficiencyMedical Image Analysis

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
3D Convolution A 3D Convolution is a type of convolution where the kernel slides in 3 dimensions as opposed to 2 dimensions with 2D…

Similar Papers 제목 키워드 기반

Transferable Delay-Aware Reinforcement Learning via Implicit Causal Graph Modeling

2026-05-12 · Chenran Zhao, Dianxi Shi, Yaowen Zhang, Chunping Qiu 외 arxiv

Random delays weaken the temporal correspondence between actions and subsequent state feedback, making it difficult for agents to identify the true propagation process of action effects. In cross-task scenarios, changes …

Reinforcement LearningContinuous Control

What Makes Graph Unified? Principles and Generative Sliding-Window Transformer for Graph Foundation Models

2026-07-30 · Dongxiao He, Siqi Liu, Jitao Zhao, Yawen Li 외 arxiv

Graph Foundation Models (GFMs) have recently emerged as a promising paradigm for general-purpose graph learning, aiming to learn reusable knowledge that generalizes across diverse graph domains and downstream tasks, redu…

Graph Learning

Towards Learning Transferable Conversational Skills using Multi-dimensional Dialogue Modelling

2018-03-31 · Simon Keizer, Verena Rieser

Recent statistical approaches have improved the robustness and scalability of spoken dialogue systems. However, despite recent progress in domain adaptation, their reliance on in-domain data still limits their cross-doma…

Dialogue ManagementDomain AdaptationManagementMulti-agent Reinforcement Learning+4

StablePCA: Learning Shared Representations across Multiple Sources via Minimax Optimization

2025-05-02 · Zhenyu Wang, Molei Liu, Jing Lei, Francis Bach 외

When synthesizing multisource high-dimensional data, a key objective is to extract low-dimensional feature representations that effectively approximate the original features across different sources. Such general feature…

Fairness

AdaTrans: Feature-wise and Sample-wise Adaptive Transfer Learning for High-dimensional Regression

2024-03-20 · Zelin He, Ying Sun, Jingyuan Liu, Runze Li

We consider the transfer learning problem in the high dimensional linear regression setting, where the feature dimension is larger than the sample size. To learn transferable information, which may vary across features o…

Transfer Learning