Skip to content

Commit dcf9839

Browse files
committed
new papers
1 parent f818522 commit dcf9839

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

_bibliography/papers.bib

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
44
@string{aps = {American Physical Society,}}
55
6+
@article{Du2025,
7+
abbr = {},
8+
bibtex_show = {true},
9+
title = {Predictive value of aorta enhancement on computed tomographic pulmonary angiography in pulmonary embolism},
10+
author = {Du, Quiyu and ter Haar, S.N.M. and Jia, Jingnan and Kroft, Lucia J.M. and Staring, Marius and Klok, F.A. and Stoel, Berend C.},
11+
journal = {PLOS ONE},
12+
volume = {},
13+
pages = {},
14+
month = {},
15+
year = {2025},
16+
pdf = {},
17+
html = {},
18+
arxiv = {},
19+
code = {},
20+
abstract = {},
21+
}
22+
623
@article{VanDerValk2025,
724
abbr = {},
825
bibtex_show = {true},

_bibliography/papers_conf.bib

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
44
@string{aps = {American Physical Society,}}
55
6+
@inproceedings{Zheng:2025b,
7+
abbr = {},
8+
bibtex_show = {true},
9+
author = {Zheng, Yuxi and Feng, Jianhui and Li, Tianran and Staring, Marius and Qiao, Yuchuan},
10+
title = {SHMoAReg: Spark Deformable Image Registration via Spatial Heterogeneous Mixture of Experts and Attention Heads},
11+
booktitle = {IEEE International Conference on Bioinformatics and Biomedicine},
12+
address = {Wuhan, China},
13+
series = {},
14+
volume = {},
15+
pages = {},
16+
month = {December},
17+
year = {2025},
18+
pdf = {},
19+
html = {},
20+
arxiv = {2509.20073},
21+
code = {},
22+
abstract = {Encoder-Decoder architectures are widely used in deep learning-based Deformable Image Registration (DIR), where the encoder extracts multi-scale features and the decoder predicts deformation fields by recovering spatial locations. However, current methods lack specialized extraction of features (that are useful for registration) and predict deformation jointly and homogeneously in all three directions. In this paper, we propose a novel expert-guided DIR network with Mixture of Experts (MoE) mechanism applied in both encoder and decoder, named SHMoAReg. Specifically, we incorporate Mixture of Attention heads (MoA) into encoder layers, while Spatial Heterogeneous Mixture of Experts (SHMoE) into the decoder layers. The MoA enhances the specialization of feature extraction by dynamically selecting the optimal combination of attention heads for each image token. Meanwhile, the SHMoE predicts deformation fields heterogeneously in three directions for each voxel using experts with varying kernel sizes. Extensive experiments conducted on two publicly available datasets show consistent improvements over various methods, with a notable increase from 60.58% to 65.58% in Dice score for the abdominal CT dataset. Furthermore, SHMoAReg enhances model interpretability by differentiating experts' utilities across/within different resolution layers. To the best of our knowledge, we are the first to introduce MoE mechanism into DIR tasks. The code will be released soon.},
23+
}
24+
625
@inproceedings{Lyu:2025b,
726
abbr = {},
827
bibtex_show = {true},

0 commit comments

Comments
 (0)