← Search

Zhe Zeng

13 accepted papers

2026

SIMoE: A Probabilistic Framework for Cardinality-Constrained Routing in Mixture-of-Experts

ICML 2026poster

Mixture-of-Experts (MoE) models scale by activating only a small subset of experts per token, but standard deterministic top-$k$ routing is non-differentiable and trained using surrogate gradients that ignore the discrete expert selection used at inference. We introduce SIMoE routing by modeling exp…

Cited by 0SourceScholar
2025

Inspiring External Human-Machine Interface Designs for Autonomous Personal Mobility Vehicle: Causal Discovering the Influence of Passengers' Personality Traits on User Experience

IROS 2025

As autonomous personal mobility vehicles (APMVs) are increasingly integrated into shared spaces, short-distance interactions between pedestrians and APMVs will become more frequent. To facilitate communication in shared spaces, APMVs equipped with external human-machine interfaces (eHMIs). Although

Cited by 0SourceScholar
2024

Probabilistically Rewired Message-Passing Neural Networks

ICLR 2024poster

Message-passing graph neural networks (MPNNs) emerged as powerful tools for processing graph-structured input. However, they operate on a fixed input graph structure, ignoring potential noise and missing information. Furthermore, their local aggregation mechanism can lead to problems such as over-sq…

2023

A Unified Approach to Count-Based Weakly Supervised Learning

NeurIPS 2023poster

High-quality labels are often very scarce, whereas unlabeled data with inferred weak labels occurs more naturally. In many cases, these weak labels dictate the frequency of each respective class over a set of instances. In this paper, we develop a unified approach to learning from such weakly-labele…

2023

A Unified Knowledge Distillation Framework for Deep Directed Graphical Models

CVPR 2023poster

Knowledge distillation (KD) is a technique that transfers the knowledge from a large teacher network to a small student network. It has been widely applied to many different tasks, such as model compression and federated learning. However, existing KD methods fail to generalize to general deep direc…

2023

SIMPLE: A Gradient Estimator for k-Subset Sampling

ICLR 2023poster

$k$-subset sampling is ubiquitous in machine learning, enabling regularization and interpretability through sparsity. The challenge lies in rendering $k$-subset sampling amenable to end-to-end learning. This has typically involved relaxing the reparameterized samples to allow for backpropagation, bu…

2020

Probabilistic Inference with Algebraic Constraints: Theoretical Limits and Practical Approximations

NeurIPS 2020spotlight

Weighted model integration (WMI) is a framework to perform advanced probabilistic inference on hybrid domains, i.e., on distributions over mixed continuous-discrete random variables and in presence of complex logical and arithmetic constraints. In this work, we advance the WMI framework on both the…

Cited by 16SourcePDFScholar
2020

Scaling up Hybrid Probabilistic Inference with Logical and Arithmetic Constraints via Message Passing

ICML 2020poster

Weighted model integration (WMI) is an appealing framework for probabilistic inference: it allows for expressing the complex dependencies in real-world problems, where variables are both continuous and discrete, via the language of Satisfiability Modulo Theories (SMT), as well as to compute probabil…