A single contrast-enhanced abdominal CT used to mean a radiologist working through organ after organ. DAMO RADAR reads the whole abdomen in one pass and returns confidence scores for 146 findings — a generalist medical imaging model developed by Alibaba's DAMO Academy with the First Affiliated Hospital of Zhejiang University's medical school and other institutions, published in Science on September 18 with code and weights released (People's Health).

From single-disease tools to one full-abdomen read

For a decade, medical imaging AI mostly meant one model per disease: dedicated lung-nodule detectors, dedicated breast screening stacks — costly to deploy, with long-tail conditions left uncovered. RADAR takes the generalist route: it takes a contrast-enhanced abdominal CT plus an organ segmentation mask as input, and outputs a 146-column CSV where each column is a confidence score for one organ-condition pair, covering 18 organs including the liver, pancreas, stomach and colorectum, and the cancers that arise there (SCMP). Alibaba calls it "the world's first expert-level generalist medical imaging model" — that is the company's own description, not an independently endorsed fact.

15 million reports as labels

Training used more than 400,000 abdominal CT exams and 15 million image-report pairs. The interesting part is annotation: instead of hiring clinicians to delineate findings scan by scan, the team aligned imaging with radiology reports doctors had already written — the reports themselves act as labels. This vision-language alignment approach compresses annotation cost from labor-intensive to data-engineering, and it is why coverage reaches 146 conditions rather than a dozen.

Read the numbers and the license closely

Across nearly 40,000 real-world exams, RADAR averaged an AUC of 0.913 over the 146 findings; in a reader study it outperformed, on average, 23 of the 26 participating radiologists; used as an assistive tool, it cut missed diagnoses by about 10% and shortened diagnosis time by more than 30% (NDTV Profit).

One easily missed detail in the release: the GitHub repository code is Apache-2.0, but the model weights are separately published under CC BY-NC-SA 4.0 — research use allowed, commercial deployment requires a separate agreement (TechTimes). Third-party hands-on testing reports roughly 16GB of VRAM during inference, within reach of a single consumer GPU (MindStudio); repository: alibaba-damo-academy/damo-radar.

So what

The immediate beneficiaries of open weights are not top-tier hospitals but county hospitals and clinics that cannot afford per-scan diagnostic APIs — one GPU workstation can host a permanent second reader. But the NC license keeps the commercial path in Alibaba's hands, and Western deployments still face independent demographic validation and regulatory review. The open medical-imaging race is shifting from "can it be done" to "who can afford to run it".