Papers › UniX: Unifying Autoregression and Diffusion for Chest X-Ray Understanding and Generation

UniX: Unifying Autoregression and Diffusion for Chest X-Ray Understanding and Generation

16 Jan 2026arXiv:2601.11522added by Syntology

Ruiheng Zhang, Jingfeng Yao, Huangxuan Zhao, Hao Yan, Xiao He, Lei Chen, Zhou Wei, Yong Luo, Zengmao Wang, Lefei Zhang, Dacheng Tao, Bo Du

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Despite recent progress, medical foundation models still struggle to unify visual understanding and generation, as these tasks have inherently conflicting goals: semantic abstraction versus pixel-level reconstruction. Existing approaches, typically based on parameter-shared autoregressive architectures, frequently lead to compromised performance in one or both tasks. To address this, we present UniX, a next-generation unified medical foundation model for chest X-ray understanding and generation. UniX decouples the two tasks into an autoregressive branch for understanding and a diffusion branch for high-fidelity generation. Crucially, a cross-modal self-attention mechanism is introduced to dynamically guide the generation process with understanding features. Coupled with a rigorous data cleaning pipeline and a multi-stage training strategy, this architecture enables synergistic collaboration between tasks while leveraging the strengths of diffusion models for superior generation. On two representative benchmarks, UniX achieves a 46.1% improvement in understanding performance (Micro-F1) and a 24.2% gain in generation quality (FD-RadDino), using only a quarter of the parameters of LLM-CXR. By achieving performance on par with task-specific models, our work establishes a scalable paradigm for synergistic medical image understanding and generation. Codes and models are available at https://github.com/ZrH42/UniX.

PaperPDFCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2601.11522")

Code

Syntology Ran 6 of 10 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 3 ran with no contract checked.

By repository: found in paper text by Syntology: 10 samples from 1 repository, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ZrH42/UniX found in paper text by SyntologyMIT report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

10 samples harvested; 6 ran; 1 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · our draft was wrong
1ran · fixture could not drive it
3ran
4unverified

Licence: 0 of the 10 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ZrH42/UniX. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

apply_rotary_pos_emb ZrH42/UniX/modeling/unix/siglip_navit.py found in paper text by Syntology ran MIT (permissive) · 4102c144078044c7 · report
expand2square ZrH42/UniX/modeling/unix_vlm/models/image_processing_vlm.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 592b3c1a88f93d7c · report
get_1d_sincos_pos_embed_from_grid ZrH42/UniX/modeling/unix/modeling_utils.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · e5947aba1d10885f · report
get_2d_sincos_pos_embed ZrH42/UniX/modeling/unix/modeling_utils.py found in paper text by Syntology ran MIT (permissive) · 58f584dfd7b8fc3f · report
pad_sequence ZrH42/UniX/modeling/unix/qwen2_navit.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 26da3ed73c66b411 · report
rotate_half ZrH42/UniX/modeling/unix/siglip_navit.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · cec833a99feb528c · report
create_repa_components ZrH42/UniX/modeling/unix/repa_utils.py found in paper text by Syntology unverified MIT (permissive) · 1fa58c6502f6cb02 · report
create_siglip_vit ZrH42/UniX/modeling/unix_vlm/models/siglip_vit.py found in paper text by Syntology unverified MIT (permissive) · fa9c707483e81466 · report
get_2d_sincos_pos_embed_from_grid ZrH42/UniX/modeling/unix/modeling_utils.py found in paper text by Syntology unverified MIT (permissive) · 665d8a4e8f673a4c · report
get_conv_template ZrH42/UniX/modeling/unix_vlm/utils/conversation.py found in paper text by Syntology unverified MIT (permissive) · 6af454338dc8d2a5 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2601.11522, was issued in January 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections