← Latest papers
💻 computer science

JANUS: Anatomy-Conditioned Gating for Robust CT Triage Under Distribution Shift

The paper introduces JANUS, a physiology-guided dual-stream architecture that leverages anatomically guided gating to condition visual embeddings on macro-radiomic priors, thereby achieving state-of-the-art accuracy and improved robustness against distribution shifts in automated CT triage.

Original authors: Lavsen Dahal, Yubraj Bhandari, Geoffrey Rubin, Joseph Y. Lo

Published 2026-05-14
📖 5 min read🧠 Deep dive

Original authors: Lavsen Dahal, Yubraj Bhandari, Geoffrey Rubin, Joseph Y. Lo

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to spot a specific problem in a massive, complex city using only a drone camera. The drone (the AI model) is very good at seeing what things look like. It can tell a house from a tree just by the shape and color. But some problems in a city aren't about what things look like; they are about measurements. For example, is a bridge too wide? Is a river too deep? Is a building too heavy?

If you only look at the photo, you might miss these critical details because the bridge looks normal, even if it's dangerously wide.

This is the problem the paper JANUS tries to solve for medical CT scans (3D X-rays of the body).

The Problem: The "Look" vs. The "Measure"

Current AI models for reading CT scans are like that drone. They are great at recognizing patterns (like "this looks like a tumor"). However, many serious medical conditions are defined by numbers, not just pictures.

  • Aneurysms are dangerous if a blood vessel is too wide.
  • Organ enlargement is defined by size.
  • Calcium deposits are defined by density (how "heavy" the pixels are).

Standard AI models often miss these because they are trained to "see" rather than "measure." When the hospital changes its CT scanner or the image settings shift slightly (a "distribution shift"), these visual-only models get confused and start making mistakes, often flagging healthy things as sick (false alarms).

The Solution: JANUS (The "Two-Stream" Detective)

The authors built a new system called JANUS (named after the two-faced Roman god, because it looks at two things at once).

Think of JANUS as a detective team with two specialists working together:

  1. The Visual Specialist (The Drone): This part looks at the CT scan images just like a normal AI. It extracts all the visual details.
  2. The Measurement Specialist (The Ruler): This part doesn't look at the picture. Instead, it takes a list of hard numbers derived from the scan: "The liver is 15cm wide," "The aorta is 3cm in diameter," "The density is 50 HU."

The Magic Trick: The "Physiological Gate"
Usually, when you combine two experts, you just let them shout their opinions at the same time (adding them up). But JANUS does something smarter. It uses a Gate.

Imagine the Visual Specialist is trying to ring a doorbell to say, "I think there is a problem here!"
The Measurement Specialist holds the door handle.

  • If the Visual Specialist says, "I see a weird shape!" but the Measurement Specialist says, "Wait, the size is perfectly normal," the Gate slams shut. The Visual Specialist is silenced.
  • If the Visual Specialist says, "I see a weird shape!" and the Measurement Specialist says, "Yes, and the size is also wrong," the Gate opens wide, and the alarm rings.

This "Gate" is called Anatomically Guided Gating. It forces the AI to respect the physical measurements. If the numbers say "everything is fine," the AI is physically prevented from screaming "Emergency!" just because the picture looks slightly odd.

What Happened in the Experiments?

The team tested JANUS on thousands of CT scans from two different hospitals (one where it was trained, and a completely different one to test if it could generalize).

  1. Better Accuracy: JANUS was better at spotting real problems than the previous best models. It got a score of 0.88 (out of 1.0) on the test set, beating all other models.
  2. Fewer False Alarms: This is the most important part. When the data changed (different hospital/scanner), the old models started crying "Wolf!" too often. JANUS, however, used its "Gate" to suppress those false alarms.
    • The paper calls this the Physiological Veto Rate. It means the system successfully said, "No, don't flag this," 10 times more often for false alarms than it did for real problems.
  3. Robustness: They even tested what happens if the "ruler" (the measurement data) was slightly broken or noisy. JANUS handled it gracefully, while other models crashed.

The Bottom Line

JANUS proves that for medical AI to be truly reliable, it can't just be a "picture recognizer." It needs to be a "physically grounded" system that respects the laws of anatomy and measurement.

By building a system that uses a gate to let physical measurements control the visual predictions, the authors created an AI that is not only smarter but also safer. It knows when to trust its eyes and, more importantly, when to trust the ruler.

Note on Limitations: The authors admit this system works best for conditions defined by size or density (like aneurysms or fatty liver). For conditions that require spotting a tiny, specific spot (like a small appendix infection) where the overall organ size doesn't matter much, the "ruler" part doesn't help as much, and the system performs similarly to standard models.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →