HiFuse
概要

HFF ブロック

HiFuseの可視化検査

実行方法
- 必要条件:
- python3
- pytorch 1.10
- torchvision 0.11.1
- トレーニング:
- 必要な画像を準備し、カテゴリごとに保存、トレーニング画像フォルダと検証画像フォルダをそれぞれ設定
python train.pyを実行- トレーニングの再開:
python train.pyの中のparser.add_argument('--RESUME', type=bool, default=True)を変更python train.pyを実行- テスト:
python test.pyを実行
TensorBoard
tensorboard --logdir runs --port 6006 を実行してトレーニングの進行状況を表示参考文献
このリポジトリの一部コードは以下から借用しています:引用文献
もし本論文やコードがお役に立てましたら、以下の文献を引用していただけると幸いです:
@article{huo2024hifuse,
title={HiFuse: Hierarchical multi-scale feature fusion network for medical image classification},
author={Huo, Xiangzuo and Sun, Gang and Tian, Shengwei and Wang, Yan and Yu, Long and Long, Jun and Zhang, Wendong and Li, Aolun},
journal={Biomedical Signal Processing and Control},
volume={87},
pages={105534},
year={2024},
publisher={Elsevier}
}
@article{huo2025mm,
title={MM-HiFuse: multi-modal multi-task hierarchical feature fusion for esophagus cancer staging and differentiation classification},
author={Huo, Xiangzuo and Tian, Shengwei and Yu, Long and Zhang, Wendong and Li, Aolun and Yang, Qimeng and Song, Jinmiao},
journal={Complex \& Intelligent Systems},
volume={11},
number={1},
pages={1--12},
year={2025},
publisher={Springer}
}Star History
--- Tranlated By Open Ai Tx | Last indexed: 2026-05-19 ---