Lei Zhao, Liwen Wang, Xuejun Li, Bin Pu, Jiewen Yang, Xingbo Dong, Xingguo Lv, Zhe Jin
We lifted 5 functions out of this paper's own repositories and ran 4 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 |
|---|---|---|
| Yore0/TTDG-MGM | — | 4 of 5 |
| Function | Status | Where it lives |
|---|---|---|
| Affinity | Ran | Yore0/TTDG-MGM/adapteacher/modeling/GModule/multi_graph_matching.py pointer only (licence: NONE) · get_code("67772f807f867d4f") |
| Feat2Graph | Ran | Yore0/TTDG-MGM/adapteacher/modeling/GModule/multi_graph_matching.py pointer only (licence: NONE) · get_code("203b586120117154") |
| MultiHeadAttention | Ran | Yore0/TTDG-MGM/adapteacher/modeling/GModule/multi_graph_matching.py pointer only (licence: NONE) · get_code("379e1862072096af") |
| dot_attention | Ran | Yore0/TTDG-MGM/adapteacher/modeling/GModule/multi_graph_matching.py pointer only (licence: NONE) · get_code("e65af3d8e3ea20f6") |
| G_Universe | Not yet run | Yore0/TTDG-MGM/adapteacher/modeling/GModule/multi_graph_matching.py pointer only (licence: NONE) · get_code("8dfdb0209bb58f77") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Despite domain generalization (DG) has significantly addressed the performance degradation of pre-trained models caused by domain shifts, it often falls short in realworld deployment. Test-time adaptation (TTA), which adjusts a learned model using unlabeled test data, presents a promising solution. However, most existing TTA methods struggle to deliver strong performance in medical image segmentation, primarily because they overlook the crucial prior knowledge inherent to medical images. To address this challenge, we incorporate morphological information and propose a framework based on multi-graph matching. Specifically, we introduce learnable universe embeddings that integrate morphological priors during multisource training, along with novel unsupervised test-time paradigms for domain adaptation. This approach guarantees cycle-consistency in multi-matching while enabling the model to more effectively capture the invariant priors of unseen data, significantly mitigating the effects of domain shifts. Extensive experiments demonstrate that our method outperforms other state-of-the-art approaches on two medical image segmentation benchmarks for both multi-source and single-source domain generalization tasks. The source code is available at https://github.com/Yore0/TTDG-MGM.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2503.13012")
get_code_for_paper("2503.13012")
have("2503.13012")
Connect an agent — have() is free.