We lifted 8 functions out of this paper's own repositories and ran 0 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| Ahn-Ssu/VCM | canonical | 0 of 8 |
| Function | Status | Where it lives |
|---|---|---|
| avg_pool_nd | Not yet run | Ahn-Ssu/VCM/models/adapters.py pointer only (licence: NONE) · get_code("ecd0fc28815b65ae") |
| conv_nd | Not yet run | Ahn-Ssu/VCM/models/adapters.py pointer only (licence: NONE) · get_code("fe4eb545bbb728e0") |
| get_down_block | Not yet run | Ahn-Ssu/VCM/models/vcm.py pointer only (licence: NONE) · get_code("f5d3e57e1619d63b") |
| get_down_block | Not yet run | Ahn-Ssu/VCM/models/ControlNetLITE.py pointer only (licence: NONE) · get_code("a64ffdffa6b66848") |
| get_mid_block | Not yet run | Ahn-Ssu/VCM/models/ControlNetLITE.py pointer only (licence: NONE) · get_code("f8d0a66a7719e890") |
| get_parameter_dtype | Not yet run | Ahn-Ssu/VCM/models/adapters.py pointer only (licence: NONE) · get_code("412193b83494703d") |
| zero_module | Not yet run | Ahn-Ssu/VCM/models/ControlNet.py pointer only (licence: NONE) · get_code("da94debb8019ad46") |
| zero_module | Not yet run | Ahn-Ssu/VCM/models/vcm.py pointer only (licence: NONE) · get_code("b2cc5b37d4cbdc04") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Spatial control methods using additional modules on pretrained diffusion models have gained attention for enabling conditional generation in natural images. These methods guide the generation process with new conditions while leveraging the capabilities of large models. They could be beneficial as training strategies in the context of 3D medical imaging, where training a diffusion model from scratch is challenging due to high computational costs and data scarcity. However, the potential application of spatial control methods with additional modules to 3D medical images has not yet been explored. In this paper, we present a tailored spatial control method for 3D medical images with a novel lightweight module, Volumetric Conditioning Module (VCM). Our VCM employs an asymmetric U-Net architecture to effectively encode complex information from various levels of 3D conditions, providing detailed guidance in image synthesis. To examine the applicability of spatial control methods and the effectiveness of VCM for 3D medical data, we conduct experiments under single- and multimodal conditions scenarios across a wide range of dataset sizes, from extremely small datasets with 10 samples to large datasets with 500 samples. The experimental results show that the VCM is effective for conditional generation and efficient in terms of requiring less training data and computational resources. We further investigate the potential applications for our spatial control method through axial super-resolution for medical images. Our code is available at \url{https://github.com/Ahn-Ssu/VCM}
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2410.21826")
get_code_for_paper("2410.21826")
have("2410.21826")
Connect an agent — have() is free.