← Search

Wei Guo

34 accepted papers

2026

Can Recommender Systems Teach Themselves? A Recursive Self-Improving Framework with Fidelity Control

ICML 2026poster

The scarcity of high-quality training data presents a fundamental bottleneck to scaling machine learning models. This challenge is particularly acute in recommendation systems, where extreme sparsity in user interactions leads to rugged optimization landscapes and poor generalization. We propose the…

Cited by 0SourceScholar
2026

Complexity Analysis of Normalizing Constant Estimation: from Jarzynski Equality to Annealed Importance Sampling and beyond

ICLR 2026poster

Given an unnormalized probability density $\pi\propto\mathrm{e}^{-V}$, estimating its normalizing constant $Z=\int_{\mathbb{R}^d}\mathrm{e}^{-V(x)}\mathrm{d}x$ or free energy $F=-\log Z$ is a crucial problem in Bayesian statistics, statistical mechanics, and machine learning. It is challenging espec…

Cited by 0SourceScholar
2026

DISC: Dynamic Feature Selection for Cost-Sensitive Medical Diagnosis

AAAI 2026technical

Accurate medical diagnosis often relies on both textual self-reported symptoms and structured medical examination results of patients. However, these examinations vary significantly in cost—measured in time, money, or patient discomfort---creating a challenging trade-off between diagnostic accuracy

Cited by 0SourcePDFScholar
2026

Discrete Adjoint Schrödinger Bridge Sampler

ICML 2026poster

Learning discrete neural samplers is challenging due to the lack of gradients and combinatorial complexity. While stochastic optimal control (SOC) and Schrödinger bridge (SB) provide principled solutions, efficient SOC solvers like adjoint matching (AM), which excel in continuous domains, remain une…

Cited by 0SourceScholar
2026

Enhancing Reasoning for Diffusion LLMs via Distribution Matching Policy Optimization

ICML 2026spotlight

Diffusion large language models (dLLMs) are promising alternatives to autoregressive large language models (AR-LLMs), as they potentially allow higher inference throughput. Reinforcement learning (RL) is a crucial component for dLLMs to achieve comparable performance with AR-LLMs on important tasks,…

Cited by 0SourceScholar
2026

FACTGUARD: Event-Centric and Commonsense-Guided Fake News Detection

AAAI 2026technical

Fake news detection methods based on writing style have achieved remarkable progress. However, as adversaries increasingly imitate the style of authentic news, the effectiveness of such approaches is gradually diminishing. Recent research has explored incorporating large language models (LLMs) to en

Cited by 0SourcePDFScholar
2026

Learning Efficient and Interpretable Multi-Agent Communication

ICLR 2026poster

Effective communication is crucial for multi-agent cooperation in partially observable environments. However, a fundamental trilemma exists among task performance, communication efficiency, and human interpretability. To resolve this, we propose a multi-agent communication framework via $\textbf{G}$…

Cited by 0SourceScholar
2026

Manipulator Generative Design Optimization for Orchard Environments

ICRA 2026poster

Manipulators are essential for advancing orchard robotics tasks such as pruning and harvesting, which require precise, dexterous motion in cluttered and unstructured environments. Off-the-shelf industrial arms, while readily available, often lack the reach and dexterity required for these settings. …

Cited by 0Scholar
2026

MetaDNS: Enhancing Exploration in Discrete Neural Samplers via Metadynamics

ICML 2026poster

Sampling from discrete distributions with multiple modes and energy barriers is fundamental to machine learning and computational physics. Recent discrete neural samplers like MDNS suffer from mode collapse and fail to sample high-energy barrier regions between modes, which is critical for free ener…

Cited by 0SourceScholar
2026

Rethinking the Design Space of Reinforcement Learning for Diffusion Models: On the Importance of Likelihood Estimation Beyond Loss Design

ICML 2026poster

Reinforcement learning has been widely applied to diffusion and flow models for visual tasks such as text-to-image generation. However, these tasks remain challenging because diffusion models have intractable likelihoods, which creates a barrier for directly applying popular policy-gradient type met…

Cited by 0SourceScholar
2026

Transport or Discard: Robust Unbalanced Optimal Transport for Cross-Domain Policy Adaptation

ICML 2026poster

Cross-domain offline reinforcement learning leverages a source dataset to improve policy learning in a data-scarce target domain, but dynamics mismatch makes many source transitions kinematically infeasible and can cause negative transfer. Recent non-parametric geometric methods (e.g., standard opti…

Cited by 0SourceScholar
2025

Can LLMs Outshine Conventional Recommenders? A Comparative Evaluation

NeurIPS 2025poster

Integrating large language models (LLMs) into recommender systems has created new opportunities for improving recommendation quality. However, a comprehensive benchmark is needed to thoroughly evaluate and compare the recommendation capabilities of LLMs with traditional recommender systems. In this…

Cited by 0SourcecodeScholar
2025

Fast Solvers for Discrete Diffusion Models: Theory and Applications of High-Order Algorithms

NeurIPS 2025poster

Discrete diffusion models have emerged as a powerful generative modeling framework for discrete data with successful applications spanning from text generation to image synthesis. However, their deployment faces challenges due to the high dimensionality of the state space, necessitating the developm…

Cited by 0SourcecodeScholar
2025

HR${2}$-KILO: A High-Rate, Robust, Kinematic-Inertial-LiDAR Odometry for Humanoid Robots

RA-L 2025

In this letter, we present a high-rate and robust multi-sensor fusion framework for state estimation of humanoid robots, named HR<inline-formula xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink"><tex-math notation="LaTeX">$^{2}$</tex-math></inline-formula>-KIL

Cited by 0SourceScholar
2025

MDNS: Masked Diffusion Neural Sampler via Stochastic Optimal Control

NeurIPS 2025poster

We study the problem of learning a neural sampler to generate samples from discrete state spaces where the target probability mass function $\pi\propto\mathrm{e}^{-U}$ is known up to a normalizing constant, which is an important task in fields such as statistical physics, machine learning, combinato…

Cited by 0SourcecodeScholar
2025

Multi-Agent Communication with Information Preserving Graph Contrastive Learning

IJCAI 2025

Recent research in cooperative Multi-Agent Reinforcement Learning (MARL) has shown significant interest in utilizing Graph Neural Networks (GNNs) for communication learning due to their strong ability to process feature and topological information of agents into message representations for downstrea

Cited by 0SourcePDFScholar
2025

P-Law: Predicting Quantitative Scaling Law with Entropy Guidance in Large Recommendation Models

NeurIPS 2025poster

With the growing size of data and models in Large Recommendation Models, the time required for debugging has become increasingly prohibitive, underscoring the urgent need for effective guidance in parameter configuration. The Scaling Law (SL) offers analogous guidance in the Sequential Language doma…

Cited by 0SourcecodeScholar
2024

A2G: Leveraging Intuitive Physics for Force-Efficient Robotic Grasping

RA-L 2024

In object manipulation, movements are inherently restricted by object geometry and dynamics. Humans use an intuitive understanding of physics while grasping objects, resulting in an efficient application of manipulation force. This involves a ‘common sense’ awareness of how objects behave in the phy

Cited by 1SourceScholar
2023

A Survey on User Behavior Modeling in Recommender Systems

IJCAI 2023poster

User Behavior Modeling (UBM) plays a critical role in user interest learning, which has been extensively used in recommender systems. Crucial interactive patterns between users and items have been exploited, which brings compelling improvements in many recommendation tasks. In this paper, we attempt…

Cited by 35SourcePDFScholar
2023

Geometric-Feature Representation Based Pre-Training Method for Reinforcement Learning of Peg-in-Hole Tasks

RA-L 2023

Recently, reinforcement learning (RL) is often used for learning the strategy of peg-in-hole tasks. However, traditional state representation of PiH RL might be either redundant or abstract, which leads to unnecessary learning steps and incompatibility with mathematical training optimization. To iss

Cited by 9SourceScholar
2023

Incentive-Boosted Federated Crowdsourcing

AAAI 2023technical

Crowdsourcing is a favorable computing paradigm for processing computer-hard tasks by harnessing human intelligence. However, generic crowdsourcing systems may lead to privacy-leakage through the sharing of worker data. To tackle this problem, we propose a novel approach, called iFedCrowd (incentive…

Cited by 14SourcePDFScholar
2023

The NIO System for Audio-Visual Diarization and Recognition in MISP Challenge 2022

ICASSP 2023accepted

This paper describes NIO system for audio-visual diarization and recognition in the Multimodal Information Based Speech Processing (MISP) Challenge 2022. In our system, we proposed combining end-to-end audio-visual neural speaker diarization model and Channel-wise Av-fusion encoder with speaker sign…

Cited by 0SourceScholar
2022

Extending the WILDS Benchmark for Unsupervised Adaptation

ICLR 2022oral

Machine learning systems deployed in the wild are often trained on a source distribution but deployed on a different target distribution. Unlabeled data can be a powerful point of leverage for mitigating these distribution shifts, as it is frequently much more available than labeled data and can oft…

Cited by 143SourcePDFScholar
2021

WILDS: A Benchmark of in-the-Wild Distribution Shifts

ICML 2021oral

Distribution shifts—where the training distribution differs from the test distribution—can substantially degrade the accuracy of machine learning (ML) systems deployed in the wild. Despite their ubiquity in the real-world deployments, these distribution shifts are under-represented in the datasets w…

2020

ICNet: Intra-saliency Correlation Network for Co-Saliency Detection

NeurIPS 2020poster

Intra-saliency and inter-saliency cues have been extensively studied for co-saliency detection (Co-SOD). Model-based methods produce coarse Co-SOD results due to hand-crafted intra- and inter-saliency features. Current data-driven models exploit inter-saliency cues, but undervalue the potential powe…

2020

Pattern Analysis and Parameters Optimization of Dynamic Movement Primitives for Learning Unknown Trajectories

IROS 2020poster

A robot in the future may initially has a good learning capability but an empty library of movements. It gradually enriches its library of movements through human demonstrations. Dynamic Movement Primitives (DMPs) has been proved to be an effective way to represent trajectories. Trajectories are cla…

Cited by 3SourceScholar
2019

A Unified Active Assistance Control Framework of Hip Exoskeleton for Walking and Balance Assistance

IROS 2019poster

To actively assist human walking and balance recovery, a unified active assistance control framework of the hip exoskeleton is proposed in this paper. At the beginning of this paper, the condition of active assistance is analyzed. And then, a novel virtual stiffness model is proposed based on the an…

Cited by 8SourceScholar