← Search

Hanjing Wang

15 accepted papers

2026

CGU-Bayes: Causal Graph Uncertainty-Guided Bayesian Inference for Domain Generalization

CVPR 2026

Causal graphs play a crucial role in AI research as they reveal the data generation processes underlying real-world machine learning and computer vision tasks. Recent studies have leveraged causal graphs to develop more robust and interpretable models. However, limited or biased data often lead to i

Cited by 0SourceScholar
2026

Towards Knowledge-augmented Bayesian Deep Learning For Computer Vision

CVPR 2026

Bayesian deep learning (BDL) integrates Bayesian inference with deep learning, improving predictive performance while enabling principled uncertainty quantification. However, existing BDLs often rely on non-informative random priors, limiting the benefits of Bayesian inference. In contrast, knowledg

Cited by 0SourceScholar
2025

Boost, Disentangle, and Customize: A Robust System2-to-System1 Pipeline for Code Generation

ACL 2025finding

To address these limitations, we propose BDC, a novel framework that Boosts reasoning exploration via multi-agent collaboration, Disentangles heterogeneous data into specialized experts, and Customizes solutions through dynamic model composition. BDC integrates a Monte Carlo Tree-of-Agents algorithm…

Cited by 0SourcePDFScholar
2025

ReMA: Learning to Meta-Think for LLMs with Multi-agent Reinforcement Learning

NeurIPS 2025poster

Recent research on Reasoning of Large Language Models (LLMs) has sought to further enhance their performance by integrating meta-thinking—enabling models to monitor, evaluate, and control their reasoning processes for more adaptive and effective problem-solving. However, current single-agent work la…

Cited by 0SourcecodeScholar
2024

Integrating Markov Blanket Discovery into Causal Representation Learning for Domain Generalization

ECCV 2024poster

"Identifying low-dimensional, semantic latent causal representations for high-dimensional data has become a dynamic field in computer vision and machine learning. Causal domain generalization methods aim to identify latent causal variables that generate input data and build invariant causal mechanis…

Cited by 1SourcePDFScholar
2024

Theory-guided Message Passing Neural Network for Probabilistic Inference

AISTATS 2024poster

Probabilistic inference can be tackled by minimizing a variational free energy through message passing. To improve performance, neural networks are adopted for message computation. Neural message learning is heuristic and requires strong guidance to perform well. In this work, we propose a {\em theo…

2023

Body Knowledge and Uncertainty Modeling for Monocular 3D Human Body Reconstruction

ICCV 2023poster

While 3D body reconstruction methods have made remarkable progress recently, it remains difficult to acquire the sufficiently accurate and numerous 3D supervisions required for training. In this paper, we propose KNOWN, a framework that effectively utilizes body KNOWledge and uNcertainty modeling to…

Cited by 11PDFScholar
2023

GEAR: A GPU-Centric Experience Replay System for Large Reinforcement Learning Models

ICML 2023poster

This paper introduces a distributed, GPU-centric experience replay system, GEAR, designed to perform scalable reinforcement learning (RL) with large sequence models (such as transformers). With such models, existing systems such as Reverb face considerable bottlenecks in memory, computation, and com…

2023

Gradient-Based Uncertainty Attribution for Explainable Bayesian Deep Learning

CVPR 2023poster

Predictions made by deep learning models are prone to data perturbations, adversarial attacks, and out-of-distribution inputs. To build a trusted AI system, it is therefore critical to accurately quantify the prediction uncertainties. While current efforts focus on improving uncertainty quantificati…

Cited by 16SourcePDFScholar
2022

Variational message passing neural network for Maximum-A-Posteriori (MAP) inference

UAI 2022poster

Maximum-A-Posteriori (MAP) inference is a fundamental task in probabilistic inference and belief propagation (BP) is a widely used algorithm for MAP inference. Though BP has been applied successfully to many different fields, it offers no performance guarantee and often performs poorly on loopy grap…