← Latest papers
🤖 AI

Align Your Query: Representation Alignment for Multimodality Medical Object Detection

This paper proposes a detector-agnostic framework that enhances multimodality medical object detection by introducing lightweight modality tokens and a pretraining stage to align object query representations with their specific imaging modalities, thereby overcoming the challenges of heterogeneous data statistics without requiring architectural changes or additional annotations.

Original authors: Ara Seo, Bryan Sangwoo Kim, Hyungjin Chung, Jong Chul Ye

Published 2026-04-01
📖 5 min read🧠 Deep dive

Original authors: Ara Seo, Bryan Sangwoo Kim, Hyungjin Chung, Jong Chul Ye

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 a master detective trying to solve crimes in a city where the rules of evidence change depending on which neighborhood you are in.

In one neighborhood (the Chest X-ray district), a "crime" looks like a dark shadow on a white wall. In another neighborhood (the MRI district), the same type of crime looks like a glowing blob on a dark background. In a third (the Pathology district), it looks like a tiny, colorful speck under a microscope.

If you train a single detective to look at all these neighborhoods at once without any help, they get confused. They might mistake a shadow in the X-ray district for a blob in the MRI district, or they might get lost because the "language" of the evidence is different everywhere. This is the problem medical AI faces when trying to detect diseases across different types of scans (CT, MRI, X-ray, etc.) all at once.

This paper, "Align Your Query," introduces a clever new way to fix this confusion. Here is how it works, broken down into simple concepts:

1. The Problem: The Detective's Confusion

Current AI detectives (called "Object Detectors") are great at finding things, but they usually need to be trained separately for each type of scan. If you throw them into a mixed bag of X-rays, MRIs, and CT scans, they get "distracted." The statistical patterns of an X-ray are so different from an MRI that the AI's internal brain gets scrambled. It's like trying to speak English, French, and Japanese simultaneously without a translator; the meaning gets lost.

2. The Solution: The "Modality Token" (The Name Tag)

The authors give the AI detective a simple, powerful tool: a Name Tag.

Before the detective looks at the image, they are handed a small, text-based card that says exactly what kind of neighborhood they are in.

  • If it's an X-ray, the card says: "You are in the Chest X-ray district."
  • If it's an MRI, the card says: "You are in the Brain MRI district."

In the paper, these are called Modality Tokens. They are tiny, lightweight pieces of information derived from text (like "Aortic enlargement in CXR") that act as a constant reminder to the AI: "Remember, the rules here are different. Look for shadows, not blobs."

3. The Mechanism: The "Group Chat" (MoCA)

How does the detective actually use this Name Tag?

Imagine the AI is working with a team of 100 junior detectives (called Object Queries). These juniors are looking at the image, trying to find the disease.

  • Old Way: The juniors talk only to each other. They get confused because they don't know which neighborhood they are in.
  • New Way (MoCA): The team leader (the AI) adds the Name Tag to the group chat. Now, every junior detective can see the Name Tag. They can "listen" to it.
    • The juniors say, "Oh, the tag says we are in the X-ray district! Okay, I'll stop looking for MRI blobs and start looking for X-ray shadows."

This process is called Multimodality Context Attention (MoCA). It's like a super-efficient group chat where the context (the neighborhood) is instantly shared with everyone trying to solve the puzzle, without slowing down the conversation.

4. The Training: The "Pre-Game Huddle" (QueryREPA)

Before the detective goes out to solve real crimes, they need to practice. The authors introduce a special training phase called QueryREPA.

Imagine a coach taking the team of junior detectives and the Name Tags into a practice room.

  • The coach shows them a picture of a lung and the tag "Chest X-ray."
  • The coach says, "Hey, Detective #42, you are looking at this lung. Make sure your brain is aligned with the 'Chest X-ray' tag. You need to feel like an X-ray expert."
  • The coach uses a special drill (a Contrastive Loss) to punish the detectives if they get confused. If Detective #42 starts thinking like an MRI expert while looking at an X-ray, the coach says, "No! You need to match the tag!"

This training happens before the main training. It forces the AI to organize its internal thoughts so that "X-ray thoughts" are grouped together and "MRI thoughts" are grouped together. It creates a clean, organized mental map.

5. The Result: A Super-Detective

When this trained AI goes back to the real world:

  • It doesn't need to be retrained for every new type of scan.
  • It can look at a mixed bag of X-rays, MRIs, and CT scans and instantly know which "rules" to apply.
  • It finds diseases more accurately (higher AP scores) and makes fewer mistakes.

The Big Picture

The beauty of this paper is that it doesn't require rebuilding the entire detective agency (the AI architecture). It just adds a few Name Tags and a Group Chat feature.

  • Lightweight: It adds almost no extra time to the process.
  • Flexible: It works with almost any modern AI detector.
  • Smart: It uses simple text to teach the AI how to handle complex medical images.

In short, the paper teaches AI how to wear the right "hat" for the right job, ensuring that a doctor's AI assistant doesn't get confused when switching from an X-ray to an MRI, leading to better, safer diagnoses for patients.

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 →