Arrow Research search

Author name cluster

Guanghan Wang

Possible papers associated with this exact author name in Arrow. This page groups case-insensitive exact name matches and is not a full identity disambiguation profile.

5 papers
2 author rows

Possible papers

5

JBHI Journal 2026 Journal Article

Joint Learning of Confidence Fusion, Semantic Alignment and Group-Guided Reliability: A Novel Semi-Supervised Learning Framework for 3D Medical Image Segmentation

  • Xinghu Zhou
  • Guanghan Wang
  • Yuanzhi Cheng
  • Zixuan Wang
  • Xin Wang
  • Guohua Wang
  • Shinichi Tamura

Semi-supervised learning (SSL) has shown strong potential in reducing the reliance on large-scale voxel-level annotations for 3D medical image segmentation. However, existing SSL methods often suffer from unstable training and limited generalization due to unreliable pseudo-labels and insufficient structural modeling in unlabeled data. These challenges are especially evident in volumetric contexts, where anatomical structures exhibit high inter-class imbalance and complex spatial dependencies. To address these issues, we propose a semi-supervised framework built upon a single-network architecture that integrates feature learning, consistency regularization, and pseudo-label reliability modeling in a unified manner. The framework comprises three key components: 1) a Confidence-aware Multi-level Fusion Network (CMFN) for capturing robust multi-scale semantic representations; 2) a Semantic-Enhanced Center Alignment (SECA) module to align feature distributions of group-level anatomical structures and mitigate semantic drift in pseudo-labels; and 3) a Group-Guided Reliability Assessment (GGRA) module that enhances pseudo-label reliability by modeling confidence errors in a group-aware structural context. Together, these modules enhance both feature discriminability and the reliability of pseudo-labels. We evaluate our framework on three public 3D medical image segmentation benchmarks: LA, BTCV, and BraTS19. Extensive experiments demonstrate that our method consistently outperforms state-of-the-art approaches under limited annotation, achieving superior accuracy and generalization across diverse anatomical structures and segmentation tasks.

NeurIPS Conference 2025 Conference Paper

Remasking Discrete Diffusion Models with Inference-Time Scaling

  • Guanghan Wang
  • Yair Schiff
  • Subham Sahoo
  • Volodymyr Kuleshov

Part of the success of diffusion models stems from their ability to perform iterative refinement, i. e. , repeatedly correcting outputs during generation. However, modern masked discrete diffusion lacks this capability: when a token is generated, it cannot be updated again, even when it introduces an error. Here, we address this limitation by introducing the remasking diffusion model (ReMDM) sampler, a method that can be applied to pretrained masked diffusion models in a principled way and that is derived from a discrete diffusion model with a custom remasking backward process. Most interestingly, ReMDM endows discrete diffusion with a form of inference-time compute scaling. By increasing the number of sampling steps, ReMDM generates natural language outputs that approach the quality of autoregressive models, whereas when the computation budget is limited, ReMDM better maintains quality. ReMDM also improves sample quality of masked diffusion models for discretized images, and in scientific domains such as molecule design, ReMDM facilitates diffusion guidance and pushes the Pareto frontier of controllability relative to classical masking and uniform noise diffusion. When applied to large pretrained diffusion language models, ReMDM boosts the model’s performance on downstream tasks requiring factual knowledge grasp and reasoning ability.

ICLR Conference 2025 Conference Paper

Simple Guidance Mechanisms for Discrete Diffusion Models

  • Yair Schiff
  • Subham Sekhar Sahoo
  • Hao Phung
  • Guanghan Wang
  • Sam Boshar
  • Hugo Dalla-torre
  • Bernardo P. de Almeida
  • Alexander M. Rush

Diffusion models for continuous data gained widespread adoption owing to their high quality generation and control mechanisms. However, controllable diffusion on discrete data faces challenges given that continuous guidance methods do not directly apply to discrete diffusion. Here, we provide a straightforward derivation of classifier-free and classifier-based guidance for discrete diffusion, as well as a new class of diffusion models that leverage uniform noise and that are more guidable because they can continuously edit their outputs. We improve the quality of these models with a novel continuous-time variational lower bound that yields state-of-the-art performance, especially in settings involving guidance or fast generation. Empirically, we demonstrate that our guidance mechanisms combined with uniform noise diffusion improve controllable generation relative to autoregressive and diffusion baselines on several discrete data domains, including genomic sequences, small molecule design, and discretized image generation.

ICML Conference 2025 Conference Paper

The Diffusion Duality

  • Subham Sekhar Sahoo
  • Justin Deschenaux
  • Aaron Gokaslan
  • Guanghan Wang
  • Justin T. Chiu
  • Volodymyr Kuleshov

Uniform-state discrete diffusion models hold the promise of fast text generation due to their inherent ability to self-correct. However, they are typically outperformed by autoregressive models and masked diffusion models. In this work, we narrow this performance gap by leveraging a key insight: Uniform-state diffusion processes naturally emerge from an underlying Gaussian diffusion. Our method, Duo, transfers powerful techniques from Gaussian diffusion to improve both training and sampling. First, we introduce a curriculum learning strategy guided by the Gaussian process, doubling training speed by reducing variance. Models trained with curriculum learning surpass autoregressive models in zero-shot perplexity on 3 of 7 benchmarks. Second, we present Discrete Consistency Distillation, which adapts consistency distillation from the continuous to the discrete setting. This algorithm unlocks few-step generation in diffusion language models by accelerating sampling by two orders of magnitude. We provide the code and model checkpoints on the project page: https: //s-sahoo. github. io/duo

AAAI Conference 2023 Conference Paper

Language-Assisted 3D Feature Learning for Semantic Scene Understanding

  • Junbo Zhang
  • Guofan Fan
  • Guanghan Wang
  • Zhengyuan Su
  • Kaisheng Ma
  • Li Yi

Learning descriptive 3D features is crucial for understanding 3D scenes with diverse objects and complex structures. However, it is usually unknown whether important geometric attributes and scene context obtain enough emphasis in an end-to-end trained 3D scene understanding network. To guide 3D feature learning toward important geometric attributes and scene context, we explore the help of textual scene descriptions. Given some free-form descriptions paired with 3D scenes, we extract the knowledge regarding the object relationships and object attributes. We then inject the knowledge to 3D feature learning through three classification-based auxiliary tasks. This language-assisted training can be combined with modern object detection and instance segmentation methods to promote 3D semantic scene understanding, especially in a label-deficient regime. Moreover, the 3D feature learned with language assistance is better aligned with the language features, which can benefit various 3D-language multimodal tasks. Experiments on several benchmarks of 3D-only and 3D-language tasks demonstrate the effectiveness of our language-assisted 3D feature learning. Code is available at https://github.com/Asterisci/Language-Assisted-3D.

v2026.09.13