Papers
Topics
Authors
Recent
Search
2000 character limit reached

Global-Local Latent Consistency Model

Updated 4 July 2026
  • The paper introduces a dual-path diffusion framework that decouples global bone suppression from local texture preservation in CXR imaging.
  • It leverages lung segmentation, latent consistency objectives, and Poisson blending to effectively remove ribs and clavicles while retaining fine details.
  • Empirical evaluations show superior PSNR/LPIPS improvements and a roughly 10% computational cost compared to standard diffusion-based methods.

Searching arXiv for the cited GL-LCM paper and closely related background papers on latent consistency models, diffusion backbones, and CXR bone suppression. Global-Local Latent Consistency Model (GL-LCM) is a bone suppression architecture for chest X-ray (CXR) imaging that was introduced to achieve fast high-resolution suppression of ribs and clavicles while preserving pulmonary texture detail (Sun et al., 5 Aug 2025). In this formulation, the method combines lung segmentation, dual-path diffusion sampling in latent space, and global-local fusion in pixel space. Its central premise is that bone suppression in CXR requires the simultaneous handling of two distinct objectives—global suppression of low-frequency bone structures and preservation of high-frequency local textures—and that processing both objectives through a single end-to-end network often leads to detail blurring or incomplete suppression (Sun et al., 5 Aug 2025).

1. Clinical problem and modeling rationale

CXR-based pulmonary diagnosis is complicated by the presence of bone structures that can obscure diagnostically relevant image content. Recent deep learning work, particularly diffusion-based modeling, has been identified as promising for minimizing the visibility of bones in CXR images, but the reported limitations of existing diffusion-based methods are twofold: difficulty in balancing complete bone suppression against local texture preservation, and high computational demand with extended processing time (Sun et al., 5 Aug 2025).

GL-LCM addresses these limitations by decoupling the suppression problem into a global path and a local path. The global path targets ribs and clavicles as low-frequency structures, whereas the local path focuses on retaining fine pulmonary textures. The outputs of these two samplers are then fused in pixel space so that the final reconstruction inherits strong suppression from the global path and fine-detail retention from the local path (Sun et al., 5 Aug 2025).

This design places GL-LCM within a broader class of models that separate shared/global structure from local or complementary detail. However, in the CXR setting the distinction is operational rather than merely representational: the decomposition is used to mitigate clinically relevant failure modes such as boundary artifacts and detail blurring during bone suppression (Sun et al., 5 Aug 2025).

2. Latent-space formulation and consistency objective

The model is defined over a high-resolution pixel space and a compressed latent space. The pixel domain is XRH×WX \subseteq \mathbb{R}^{H\times W} for CXR images, with H=W=1024H=W=1024, while the latent space is ZRh×w×cZ \subseteq \mathbb{R}^{h\times w\times c}, with (h,w,c)(H,W,3)(h,w,c)\ll(H,W,3), obtained through a VQGAN encoder E:XZE:X\to Z and decoder D:ZXD:Z\to X (Sun et al., 5 Aug 2025). This encoder-decoder choice links the method to the VQGAN line of latent image modeling (Esser et al., 2020).

Two conditional latents are defined. The global latent z~g\widetilde z_g is the embedding of the full CXR image II. The local latent z~l\widetilde z_l is the embedding of the lung-masked image M(I)IM(I)\odot I, where H=W=1024H=W=10240 is a lung mask produced by a pre-trained Dense-U-Net (Sun et al., 5 Aug 2025). The distinction between H=W=1024H=W=10241 and H=W=1024H=W=10242 is the formal basis for the model’s global-local consistency mechanism.

GL-LCM adopts the Latent Consistency Model framework (Luo et al., 2023). Let H=W=1024H=W=10243 be a clean latent and H=W=1024H=W=10244. The forward noising process is

H=W=1024H=W=10245

where H=W=1024H=W=10246 and H=W=1024H=W=10247 (Sun et al., 5 Aug 2025). The training objective is the LCM noise-prediction loss

H=W=1024H=W=10248

The reverse denoising step is implemented with schedules involving H=W=1024H=W=10249, ZRh×w×cZ \subseteq \mathbb{R}^{h\times w\times c}0, and ZRh×w×cZ \subseteq \mathbb{R}^{h\times w\times c}1 (Sun et al., 5 Aug 2025). The noise estimator backbone is a U-Net with multi-resolution attention, following the diffusion backbone family associated with Dhariwal and Nichol (Dhariwal et al., 2021).

A key implication of this setup is that consistency is enforced in latent space rather than by direct pixel-level multitask optimization. This suggests that GL-LCM treats the suppression-preservation tradeoff as a conditional generation problem with structured conditioning, rather than as a purely deterministic image-to-image regression problem.

3. Architectural composition

The architecture has three principal stages: lung segmentation, dual-path diffusion sampling in latent space, and global-local fusion via Poisson blending (Sun et al., 5 Aug 2025).

Component Input or condition Function
Lung segmentation ZRh×w×cZ \subseteq \mathbb{R}^{h\times w\times c}2 Computes ZRh×w×cZ \subseteq \mathbb{R}^{h\times w\times c}3 using a pre-trained Dense-U-Net
Global path ZRh×w×cZ \subseteq \mathbb{R}^{h\times w\times c}4 Standard conditional LCM sampling for ZRh×w×cZ \subseteq \mathbb{R}^{h\times w\times c}5 steps, producing ZRh×w×cZ \subseteq \mathbb{R}^{h\times w\times c}6
Local path ZRh×w×cZ \subseteq \mathbb{R}^{h\times w\times c}7 LCM sampling with Local-Enhanced Guidance, producing ZRh×w×cZ \subseteq \mathbb{R}^{h\times w\times c}8
Fusion ZRh×w×cZ \subseteq \mathbb{R}^{h\times w\times c}9, (h,w,c)(H,W,3)(h,w,c)\ll(H,W,3)0 Poisson blending to obtain final result (h,w,c)(H,W,3)(h,w,c)\ll(H,W,3)1

The global path uses the full-image latent condition (h,w,c)(H,W,3)(h,w,c)\ll(H,W,3)2 and performs standard conditional LCM sampling for (h,w,c)(H,W,3)(h,w,c)\ll(H,W,3)3 steps to produce a global latent (h,w,c)(H,W,3)(h,w,c)\ll(H,W,3)4 (Sun et al., 5 Aug 2025). This path is responsible for strong suppression of globally organized bone structure.

The local path uses the lung-masked condition (h,w,c)(H,W,3)(h,w,c)\ll(H,W,3)5 and introduces Local-Enhanced Guidance (LEG) to mitigate boundary artifacts and blurred details associated with naive local conditioning. LEG modifies the score estimate through a weighted combination of gradients:

(h,w,c)(H,W,3)(h,w,c)\ll(H,W,3)6

with (h,w,c)(H,W,3)(h,w,c)\ll(H,W,3)7 in the reported experiments (Sun et al., 5 Aug 2025). An important property of LEG is that it addresses these issues without additional training.

After sampling, both latent outputs are decoded into pixel space:

(h,w,c)(H,W,3)(h,w,c)\ll(H,W,3)8

The final image (h,w,c)(H,W,3)(h,w,c)\ll(H,W,3)9 is then obtained by solving a Poisson blending problem:

E:XZE:X\to Z0

This fusion mechanism preserves local high-frequency gradients within the lung mask while inheriting global low-frequency content elsewhere (Sun et al., 5 Aug 2025). In operational terms, the fusion stage is what converts two independently sampled latent reconstructions into a single radiographic output with region-specific frequency behavior.

4. Training regime and inference pipeline

Training is split between the latent autoencoding module and the diffusion-style noise estimator. The VQGAN encoder-decoder is trained for 300 epochs with batch size 4, Adam, and initial learning rate E:XZE:X\to Z1. The noise estimator E:XZE:X\to Z2 is trained for 600 epochs with batch size 4, AdamW, and initial learning rate E:XZE:X\to Z3 (Sun et al., 5 Aug 2025). The noise schedule uses E:XZE:X\to Z4 linearly from E:XZE:X\to Z5 to E:XZE:X\to Z6 over E:XZE:X\to Z7 steps. The losses include the LCM noise-prediction term and standard VQGAN reconstruction, adversarial, and perceptual losses (Sun et al., 5 Aug 2025).

Inference follows a fixed six-step procedure (Sun et al., 5 Aug 2025):

  1. Compute the lung mask E:XZE:X\to Z8.
  2. Encode E:XZE:X\to Z9 and D:ZXD:Z\to X0.
  3. Perform global-path sampling for 50 steps to obtain D:ZXD:Z\to X1.
  4. Perform local-path sampling for 50 steps with LEG to obtain D:ZXD:Z\to X2.
  5. Decode D:ZXD:Z\to X3 and D:ZXD:Z\to X4.
  6. Apply Poisson fusion to produce the final result D:ZXD:Z\to X5.

For D:ZXD:Z\to X6 images, inference on an A100 GPU takes on average 8.54 s, reported as approximately 10% of standard diffusion-based methods (Sun et al., 5 Aug 2025). This timing is central to the model’s intended role in settings where high spatial resolution and practical throughput are both required.

5. Empirical evaluation

GL-LCM is evaluated on a self-collected dataset, SZCH-X-Rays, and the public JSRT dataset (Sun et al., 5 Aug 2025). SZCH-X-Rays contains 741 paired CXR/DES soft tissue images with train/validation/test splits of 592/74/75. JSRT contains 241 pairs with train/validation/test splits of 192/24/25. All images are resized to D:ZXD:Z\to X7, and negatives are applied for JSRT (Sun et al., 5 Aug 2025).

The reported evaluation metrics are Bone Suppression Ratio (BSR, %), MSE D:ZXD:Z\to X8, PSNR D:ZXD:Z\to X9, and LPIPS z~g\widetilde z_g0 (Sun et al., 5 Aug 2025). Quantitative results are organized into Table 1 for SZCH-X-Rays, Table 2 for JSRT, and Table 3 for inference efficiency. The paper states that the model delivers superior bone suppression and remarkable computational efficiency, significantly outperforming several competitive methods (Sun et al., 5 Aug 2025).

The ablation studies clarify the contribution of individual components. For local guidance, Table 4 compares vanilla local conditioning, CFG, and LEG. LEG improves PSNR by z~g\widetilde z_g1 dB on SZCH and z~g\widetilde z_g2 dB on JSRT, while LPIPS improves by z~g\widetilde z_g3 and z~g\widetilde z_g4, respectively; Figure 1 is reported to show boundary artifacts corrected by LEG (Sun et al., 5 Aug 2025). For fusion strategy, Table 5 compares no fusion (global only), z~g\widetilde z_g5-blend, AE-based fusion, and Poisson Fusion. Poisson Fusion yields the best PSNR/LPIPS gains, including a z~g\widetilde z_g6 dB PSNR gain on SZCH (Sun et al., 5 Aug 2025).

These ablations are significant because they isolate two separate error sources: conditioning-induced local artifacts and post-decoding fusion quality. The reported gains indicate that the model’s performance is not attributable solely to latent diffusion in general, but to the combination of LEG and Poisson-based global-local recombination.

6. Limitations, reproducibility, and terminology

The reported limitations are specific and implementation-relevant. Segmentation errors in the lung mask z~g\widetilde z_g7 can degrade local context and lead to slight artifacts. In addition, the dual-path design doubles latent sampling cost, although the method remains fast because z~g\widetilde z_g8 (Sun et al., 5 Aug 2025). These limitations follow directly from the architecture: the local path depends on segmentation quality, and the decoupled design incurs duplicated sampling effort.

The implementation is intended to be reproducible. Code and trained models are available at the project repository, and the implementation notes specify PyTorch 2.0.1 together with training and inference scripts. The README is described as containing instructions for data preparation, environment setup, and hyperparameter configuration (Sun et al., 5 Aug 2025).

The acronym “GL-LCM” is not universal across arXiv literature and should be disambiguated carefully. In the CXR paper, it denotes “Global-Local Latent Consistency Models” for bone suppression (Sun et al., 5 Aug 2025). By contrast, the robotics paper “Global Prior Meets Local Consistency: Dual-Memory Augmented Vision-Language-Action Model for Efficient Robotic Manipulation” uses “LCM” to mean “Local Consistency Memory” inside the OptimusVLA framework rather than a latent consistency model (Li et al., 22 Feb 2026). Likewise, CoCoNet’s formulation around global consistency and local complementarity addresses multi-view self-supervised representation learning rather than bone suppression or latent diffusion-based CXR generation (Li et al., 2022). A common misconception is therefore to treat “global-local consistency” as naming a single standardized architecture; the literature instead uses related terminology for different mechanisms in different domains.

Within medical image generation, GL-LCM is most precisely understood as a latent-space diffusion system specialized for high-resolution CXR bone suppression, with decoupled global and local conditional sampling and Poisson-domain recombination as its defining traits (Sun et al., 5 Aug 2025).

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Global-Local Latent Consistency Model (GL-LCM).