← Search

Yongxiang Huang

5 accepted papers

2026

Beyond VLM-Based Rewards: Diffusion-Native Latent Reward Modeling

ICML 2026poster

Preference optimization for diffusion models relies on reward functions that are both discriminative and computationally efficient. Vision-Language Models (VLMs) have emerged as powerful reward providers. However, their computation and memory cost can be substantial, and optimizing a latent diffusio…

Cited by 0SourceScholar
2026

Reasoning Scaffolding: Distilling the Flow of Thought from LLMs

ICLR 2026poster

The prevailing approach to distilling reasoning from Large Language Models (LLMs)—behavioral cloning from textual rationales—is fundamentally limited. It teaches Small Language Models (SLMs) to mimic surface-level patterns rather than the underlying algorithmic structure of thought, resulting in a c…

Cited by 0SourceScholar
2025

Dependency Matters: Enhancing LLM Reasoning with Explicit Knowledge Grounding

NeurIPS 2025poster

Large language models (LLMs) often produce reasoning steps that are superficially coherent yet internally inconsistent, leading to unreliable outputs. Since such failures typically arise from implicit or poorly-grounded knowledge, we introduce \emph{Grounded Reasoning in Dependency (GRiD)}, a novel…

Cited by 0SourcecodeScholar
2024

Consistency Regularization for Domain Generalization with Logit Attribution Matching

UAI 2024poster

Domain generalization (DG) is about training models that generalize well under domain shift. Previous research on DG has been conducted mostly in single-source or multi-source settings. In this paper, we consider a third lesser-known setting where a training domain is endowed with a collection of pa…

2024

Dual Risk Minimization: Towards Next-Level Robustness in Fine-tuning Zero-Shot Models

NeurIPS 2024poster

Fine-tuning foundation models often compromises their robustness to distribution shifts. To remedy this, most robust fine-tuning methods aim to preserve the pre-trained features. However, not all pre-trained features are robust and those methods are largely indifferent to which ones to preserve. We…