{"slug": "radar-an-expert-level-generalist-ai-for-abdominal-ct-diagnosis", "title": "Radar: An Expert-Level Generalist AI for Abdominal CT Diagnosis", "summary": "Alibaba DAMO Academy researchers released RADAR, a generalist vision-language model for abdominal CT diagnosis trained on more than 400,000 contrast-enhanced abdominal CT examinations and 15 million anatomy-aware image-text pairs, with the work published in Science (volume 393, number 6817, pages eaec6129). RADAR learns directly from clinical reports without manual annotation and is reported to deliver expert-level performance across routine and complex clinical tasks. Pre-trained checkpoints and supporting files are available on HuggingFace, with code archived on Zenodo, and the project is released under the Apache License 2.0.", "body_md": "RADAR is a generalist vision-language model trained on over 400,000 contrast-enhanced abdominal CT examinations with 15 million anatomy-aware image–text pairs, learning directly from clinical reports without manual annotation. RADAR provides a scalable and versatile framework for radiology AI, demonstrating expert-level performance across both routine and complex clinical tasks.\n\nCreate a conda environment and install the required dependencies:\n\n```\nconda create -n radar python=3.10\nconda activate radar\npip install -r requirements.txt\n```\n\n- The pre-trained checkpoints and supporting files are available on [HuggingFace](https://huggingface.co/radar-generalist) .\n- For convenience, we have provided the demo nifty, and predicted results in CSV format in this repo. The supporting files required for the inference demo and training can be downloaded from HuggingFace.\n- Download via scripts: We provide two helper scripts under `download_scripts/` to fetch the required files from HuggingFace:\n\n```\ncd download_scripts\n# Download model checkpoints and support files into ckpt/\npython download_checkpoints.py\n# Download auxiliary data (processed masks)\npython download_auxiliary_data.py\n```\n\nCode can also be archived on [Zenodo](https://zenodo.org/records/21271172).\n\nFor detailed instructions, please refer to the following guides:\n\n| Guide | Description | \n|---|---|\n| [Training](https://github.com/alibaba-damo-academy/damo-radar/blob/main/docs/TRAINING.md) | Train RADAR/RADAR+ from scratch or fine-tune on MERLIN data; inference and evaluation are also included. | \n| [Inference](https://github.com/alibaba-damo-academy/damo-radar/blob/main/docs/INFERENCE.md) | 1. An inference demo with a radar pre-trained checkpoint on RAD-CT, and 2. Inference and evaluation of radar performance on the external MERLIN test set. | \n| [Preprocess](https://github.com/alibaba-damo-academy/damo-radar/blob/main/docs/PREPROCESS.md) | Image/mask and radiology report preprocessing code, which can be used to process the MERLIN data or your own custom data. | \n\nThis project is built upon the following open-source projects:\n\n- [LAVIS](https://github.com/salesforce/LAVIS) (BSD 3-Clause License)\n- [nnU-Net](https://github.com/MIC-DKFZ/nnUNet) (Apache License 2.0)\n- [MONAI](https://github.com/Project-MONAI/MONAI) (Apache License 2.0)\n- [3D-ResNets-PyTorch](https://github.com/kenshohara/3D-ResNets-PyTorch) (MIT License)\n\nThis project is released under the [Apache License 2.0](https://github.com/alibaba-damo-academy/damo-radar/blob/main/LICENSE).\n\nPortions of the code are derived from third-party open-source projects that are distributed under their own licenses (see the [Acknowledgements](#acknowledgements) above). Their original license texts are retained in [`THIRD_PARTY_LICENSES.md`](https://github.com/alibaba-damo-academy/damo-radar/blob/main/THIRD_PARTY_LICENSES.md).\n\nIf you find RADAR useful in your research, please cite our paper:\n\n```\n@article{damo-radar-2026,\n    author = {Qi Zhang and Jianpeng Zhang and Weiwei Cao and Zilin Lu and Wanxing Chang and Haonan Ding and Cao Chen and Zhi Li and Xing Xue and Sinuo Wang and Shaoteng Zhang and Yutong Xie and Yong Xia and Qi Wu and Zhongyi Shui and Xi Li and Zhilin Zheng and Yanjie Zhou and Tony C.W. Mok and Yingda Xia and Hongkan Wang and Xianghua Ye and Tao Ma and Jie Peng and Xiaoguang Wang and Jian Ding and Yuming Gao and Huazhen Ye and Yiping Liu and Dongjie Chen and Zhaomin Ni and Jianwen Ning and Wei Zhang and Jian Liu and Chaohui Yu and Shenghong Ju and Jianfeng Zhang and Wenbo Xiao and Ling Zhang and Tingbo Liang },\n    title = {An expert-level generalist AI for abdominal CT diagnosis},\n    journal = {Science},\n    volume = {393},\n    number = {6817},\n    pages = {eaec6129},\n    year = {2026},\n    doi = {10.1126/science.aec6129},\n    URL = {https://www.science.org/doi/abs/10.1126/science.aec6129}\n}\n```\n\n", "url": "https://wpnews.pro/news/radar-an-expert-level-generalist-ai-for-abdominal-ct-diagnosis", "canonical_source": "https://github.com/alibaba-damo-academy/damo-radar", "published_at": "2026-09-19 00:16:12+00:00", "updated_at": "2026-09-19 00:24:39.353892+00:00", "lang": "en", "topics": ["artificial-intelligence", "machine-learning", "computer-vision", "ai-research", "ai-products"], "entities": ["RADAR", "Alibaba DAMO Academy", "Science", "HuggingFace", "Zenodo", "MERLIN", "LAVIS", "nnU-Net"], "alternates": {"html": "https://wpnews.pro/news/radar-an-expert-level-generalist-ai-for-abdominal-ct-diagnosis", "markdown": "https://wpnews.pro/news/radar-an-expert-level-generalist-ai-for-abdominal-ct-diagnosis.md", "text": "https://wpnews.pro/news/radar-an-expert-level-generalist-ai-for-abdominal-ct-diagnosis.txt", "jsonld": "https://wpnews.pro/news/radar-an-expert-level-generalist-ai-for-abdominal-ct-diagnosis.jsonld"}}