qgking / FRGAN

Code for "Free-form tumor synthesis in computed tomography images via richer generative adversarial network"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FRGAN

Free-form tumor synthesis in computed tomography images via richer generative adversarial network(https://doi.org/10.1016/j.knosys.2021.106753) published in Knowledge-Based Systems

by Qiangguo Jin, Hui Cui, Changming Sun, Zhaopeng Meng, Ran Su.

Example results

  • Synthesis results using six different input masks on liver and kidney CT images from LiTS and KiT.

  • Synthesis results of three different datasets covering liver, kidney, and lung, and twelve different shapes of masks using our model and two other methods in comparison. Cases highlighted by green boxes are cases with diverse tumor contents. Tumors in red boxes are those with richer boundary information.

  • Synthetic tumors (red) generated by FRGAN on liver, lung, and kidney CT images from the LiTS, LUNA, and KiTS test datasets.

Dataset

KiTS,LiTS, LUNA

Citation

If the code is helpful for your research, please consider citing:

  @article{JIN2021freeform,
      title = "Free-form tumor synthesis in computed tomography images via richer generative adversarial network",
      journal = "Knowledge-Based Systems",
      year = "2021",
      volume = "218",
      pages = "106753",
      issn = "0950-7051",         
      author = "Qiangguo Jin, Hui Cui, Changming Sun, Zhaopeng Meng and Ran Su",
  }

Questions

General questions, please contact 'qgking@tju.edu.cn'

Acknowledgement

  • Part of the code is adapted from open-source codebase and original implementations of algorithms, we thank these author for their fantastic and efficient codebase, Free-Form-Video-Inpainting.

About

Code for "Free-form tumor synthesis in computed tomography images via richer generative adversarial network"

License:MIT License


Languages

Language:Python 99.6%Language:Shell 0.4%