← Search

Xingzhuo Guo

9 accepted papers

2026

Foresight Diffusion: Improving Sampling Consistency in Predictive Diffusion Models

ICLR 2026poster

Diffusion and flow-based models have enabled significant progress in generation tasks across various modalities and have recently found applications in predictive learning. However, unlike typical generation tasks that encourage sample diversity, predictive learning entails different sources of stoc…

Cited by 0SourceScholar
2025

Dynamical Diffusion: Learning Temporal Dynamics with Diffusion Models

ICLR 2025poster

Diffusion models have emerged as powerful generative frameworks by progressively adding noise to data through a forward process and then reversing this process to generate realistic samples. While these models have achieved strong performance across various tasks and modalities, their application to…

2024

CogDPM: Diffusion Probabilistic Models via Cognitive Predictive Coding

ICML 2024poster

Predictive Coding (PC) is a theoretical framework in cognitive science suggesting that the human brain processes cognition through spatiotemporal prediction of visual world. Existing studies have developed spatiotemporal prediction neural networks based on the PC theroy, emulating its two core mecha…

Cited by 1SourcePDFScholar
2024

Decoupled Training: Return of Frustratingly Easy Multi-Domain Learning

AAAI 2024technical

Multi-domain learning (MDL) aims to train a model with minimal average risk across multiple overlapping but non-identical domains. To tackle the challenges of dataset bias and domain domination, numerous MDL approaches have been proposed from the perspectives of seeking commonalities by aligning dis…

Cited by 0SourcePDFScholar
2024

Diffusion Tuning: Transferring Diffusion Models via Chain of Forgetting

NeurIPS 2024poster

Diffusion models have significantly advanced the field of generative modeling. However, training a diffusion model is computationally expensive, creating a pressing need to adapt off-the-shelf diffusion models for downstream generation tasks. Current fine-tuning methods focus on parameter-efficient…

2024

On the Embedding Collapse when Scaling up Recommendation Models

ICML 2024poster

Recent advances in foundation models have led to a promising trend of developing large recommendation models to leverage vast amounts of available data. Still, mainstream models remain embarrassingly small in size and naive enlarging does not lead to sufficient performance gain, suggesting a deficie…

2023

CLIPood: Generalizing CLIP to Out-of-Distributions

ICML 2023poster

Out-of-distribution (OOD) generalization, where the model needs to handle distribution shifts from training, is a major challenge of machine learning. Contrastive language-image pre-training (CLIP) models have shown impressive zero-shot ability, but the further adaptation of CLIP on downstream tasks…

2023

Estimating Heterogeneous Treatment Effects: Mutual Information Bounds and Learning Algorithms

ICML 2023poster

Estimating heterogeneous treatment effects (HTE) from observational studies is rising in importance due to the widespread accumulation of data in many fields. Due to the selection bias behind the inaccessibility of counterfactual data, the problem differs fundamentally from supervised learning in a…

Cited by 12SourcePDFScholar
2023

HermEs: Interactive Spreadsheet Formula Prediction via Hierarchical Formulet Expansion

ACL 2023long

We propose HermEs, the first approach for spreadsheet formula prediction via HiEraRchical forMulet ExpanSion, where hierarchical expansion means generating formulas following the underlying parse tree structure, and Formulet refers to commonly-used multi-level patterns mined from real formula parse…