proomt

Search

Search posts, papers, and topics

All posts

Hacker News front pageAnn Cao1 min readintro

Alibaba open-sources AI model that can detect cancer and nearly 150 conditions

Summary

Alibaba's Damo Academy open-sourced Damo Radar, an AI model that detects nearly 150 abdominal conditions, including cancers, from CT scans. It achieved an average AUC of 0.913 across 146 clinical findings and outperformed most human radiologists in a comparative study.

  • Damo Radar identifies 146 abdominal conditions from contrast-enhanced CT scans of 18 organs.
  • It achieved an average AUC of 0.913 across 40,000 real-world examinations.
  • The model's accuracy exceeded 23 out of 26 human radiologists in a comparative study.
  • It helped radiologists reduce missed diagnoses by 10% and reading time by over 30%.

This model represents a significant advance in medical AI, offering a generalist tool that can augment diagnostic accuracy and efficiency for radiologists, potentially improving patient outcomes.

7/10

Related reading

  1. Alibaba Open Sources OpenCodeReview for AI-Assisted Code Review

    Alibaba open-sourced OpenCodeReview, an AI-powered code review CLI that combines deterministic pipelines for file selection and rule matching with an LLM agent for dynamic analysis. Used internally for two years, it claims higher precision and F1 scores than Claude Code with fewer tokens, though external reviews note recall limitations.

    InfoQinfoq.com2 min
  2. Reimagining advertising with AI

    OpenAI announced new AI‑driven features for ChatGPT Ads: Sponsored Agents that let users chat with business‑run agents after clicking an ad, AI‑assisted copy and image generation in Ads Manager, AI‑powered text customization and translation, plus integrations with HubSpot and Shopify for campaign creation and lead tracking. The features are in limited US testing and aim to streamline ad creation…

    OpenAIopenai.com3 minreleaseHN156180
  3. RADAR: Catch gray failures with anomaly detection

    Databricks built RADAR, a four‑stage, metric‑agnostic pipeline that uses streaming anomaly detection (SPOT) to surface gray failures in minutes with >90% precision. The blog shows how to recreate the system on Databricks for any metric, from billing to model drift.

    Databricksdatabricks.com7 min