← Search

Han Zhao

104 accepted papers

2026

ACTG-ARL: Differentially Private Conditional Text Generation with RL-Boosted Control

ICML 2026poster

Generating high-quality synthetic text under differential privacy (DP) is critical for training and evaluating language models without compromising user privacy. Prior work on synthesizing DP *datasets* often fail to preserve key statistical attributes, suffer utility loss from the noise required by…

Cited by 0SourcecodeScholar
2026

Dyn-VPP: Video Prediction Policy Optimization for Improved Visual Dynamics

ICML 2026poster

Video action models are a promising foundation for Vision–Language–Action (VLA) because they can learn rich visual dynamics directly from video. However, likelihood-oriented training of diffusion predictors emphasizes globally plausible futures and does not guarantee precision-critical visual dynami…

Cited by 0SourceScholar
2026

FunCineForge: A Unified Dataset Pipeline and Model for Zero-Shot Movie Dubbing in Diverse Cinematic Scenes

IJCAI 2026

Movie dubbing is the task of synthesizing speech from scripts conditioned on video scenes, requiring accurate lip sync, faithful timbre transfer, and proper modeling of character identity and emotion. However, existing methods face two major limitations: (1) high-quality multimodal dubbing datasets

Cited by 0Scholar
2026

Localize-and-Stitch: Efficient Model Merging via Sparse Task Arithmetic

ICML 2026poster

Model merging offers an effective strategy to combine the strengths of multiple finetuned models into a unified model that preserves the specialized capabilities of each. Existing methods merge models in a global manner, performing arithmetic operations across all model parameters. However, such glo…

Cited by 0SourceScholar
2026

ReconVLA: Reconstructive Vision-Language-Action Model as Effective Robot Perceiver

AAAI 2026technical

Recent advances in Vision-Language-Action (VLA) models have enabled robotic agents to integrate multimodal understanding with action execution. However, our empirical analysis reveals that current VLAs struggle to allocate visual attention to target regions. Instead, visual attention is always dispe

Cited by 0SourcePDFScholar
2026

Rethinking the Practicality of Vision-Language-Action Model: A Comprehensive Benchmark and an Improved Baseline

ICRA 2026poster

Vision-Language-Action (VLA) models have emerged as a generalist robotic agent. However, existing VLAs are hindered by excessive parameter scales, prohibitive pre-training requirements, and limited applicability to diverse embodiments. To improve the practicality of VLAs, we propose a comprehensive …

2026

Spatial Forcing: Implicit Spatial Representation Alignment for Vision-language-action Model

ICLR 2026poster

Vision-language-action (VLA) models have recently shown strong potential in enabling robots to follow language instructions and execute precise actions. However, most VLAs are built upon vision-language models pretrained solely on 2D data, which lack accurate spatial awareness and hinder their abili…

Cited by 0SourcecodeScholar
2026

Unified Diffusion VLA: Vision-Language-Action Model via Joint Discrete Diffusion Diffusion Process

ICLR 2026poster

Vision-language-action (VLA) models aim to understand natural language instructions and visual observations and execute corresponding actions as an embodied agent. Recent advancements have integrated future images into the understanding-action loop, enabling foresight-driven policies that reduce abs…

Cited by 0SourcecodeScholar
2026

VLA-Adapter: An Effective Paradigm for Tiny-Scale Vision-Language-Action Model

AAAI 2026technical

Vision-Language-Action (VLA) models typically bridge the gap between perceptual and action spaces by pre-training a large-scale Vision-Language Model (VLM) on robotic data. While this approach greatly enhances performance, it also incurs significant training costs. In this paper, we investigate how

Cited by 0SourcePDFScholar
2025

A Modular Magnetic Navigation System for Actuating Surface Microwalkers

RA-L 2025

The complex motion modes of surface microwalkers rely on magnetic torque generated by rotating/oscillating magnetic fields. Actuation systems based on rotating permanent magnets exhibit considerable advantages in generating these dynamic fields due to their high flexibility. However, current omnidir

Cited by 0SourceScholar
2025

A Snapshot of Influence: A Local Data Attribution Framework for Online Reinforcement Learning

NeurIPS 2025oral

Online reinforcement learning (RL) excels in complex, safety-critical domains but suffers from sample inefficiency, training instability, and limited interpretability. Data attribution provides a principled way to trace model behavior back to training samples, yet existing methods assume fixed datas…

Cited by 0SourcecodeScholar
2025

Accelerating Neural ODEs: A Variational Formulation-based Approach

ICLR 2025poster

Neural Ordinary Differential Equations (Neural ODEs or NODEs) excel at modeling continuous dynamical systems from observational data, especially when the data is irregularly sampled. However, existing training methods predominantly rely on numerical ODE solvers, which are time-consuming and prone to…

2025

Cobra: Extending Mamba to Multi-Modal Large Language Model for Efficient Inference

AAAI 2025technical

In recent years, applying multi-modal large language models (MLLMs) in various fields has achieved remarkable success. However, as the foundation model for many downstream tasks, MLLMs comprise the well-known Transformer network, which has a less efficient quadratic computation complexity. In this s…

2025

Efficient Utility-Preserving Machine Unlearning with Implicit Gradient Surgery

NeurIPS 2025poster

Machine unlearning (MU) aims to efficiently remove sensitive or harmful memory from a pre-trained model. The key challenge is to balance the potential tradeoff between unlearning efficacy and utility preservation, which involves forgetting undesirable information as defined while maintaining the mod…

Cited by 0SourcecodeScholar
2025

GraSS: Scalable Data Attribution with Gradient Sparsification and Sparse Projection

NeurIPS 2025poster

Gradient-based data attribution methods, such as influence functions, are critical for understanding the impact of individual training samples without requiring repeated model retraining. However, their scalability is often limited by the high computational and memory costs associated with per-sampl…

Cited by 0SourcecodeScholar
2025

Learning Structured Representations by Embedding Class Hierarchy with Fast Optimal Transport

ICLR 2025poster

To embed structured knowledge within labels into feature representations, prior work (Zeng et al., 2022) proposed to use the Cophenetic Correlation Coefficient (CPCC) as a regularizer during supervised learning. This regularizer calculates pairwise Euclidean distances of class means and aligns them…

2025

MergeBench: A Benchmark for Merging Domain-Specialized LLMs

NeurIPS 2025poster

Model merging provides a scalable alternative to multi-task training by combining specialized finetuned models through parameter arithmetic, enabling efficient deployment without the need for joint training or access to all task data. While recent methods have shown promise, existing evaluations are…

Cited by 0SourcecodeScholar
2025

MiCRo: Mixture Modeling and Context-aware Routing for Personalized Preference Learning

EMNLP 2025

Reward modeling is a key step in building safe foundation models when applying reinforcement learning from human feedback (RLHF) to align Large Language Models (LLMs). However, reward modeling based on the Bradley-Terry (BT) model assumes a global reward function, failing to capture the inherently d

2025

MoRE: Unlocking Scalability in Reinforcement Learning for Quadruped Vision-Language-Action Models

ICRA 2025

Developing versatile quadruped robots that can smoothly perform various actions and tasks in real-world environments remains a significant challenge. This paper introduces a novel vision-language-action (VLA) model, mixture of robotic experts (MoRE), for quadruped robots that aim to introduce reinfo

Cited by 24SourceScholar
2025

Moment Alignment: Unifying Gradient and Hessian Matching for Domain Generalization

UAI 2025

Domain generalization (DG) seeks to develop models that generalize well to unseen target domains, addressing distribution shifts in real-world applications. One line of research in DG focuses on aligning domain-level gradients and Hessians to enhance generalization. However, existing methods are com

Cited by 0SourcePDFScholar
2025

PD-VLA: Accelerating Vision-Language-Action Model Integrated with Action Chunking via Parallel Decoding

IROS 2025

Vision-Language-Action (VLA) models demonstrate remarkable potential for generalizable robotic manipulation. The performance of VLA models can be improved by integrating with action chunking, a critical technique for effective control. However, action chunking linearly scales up action dimensions in

Cited by 60SourceScholar
2025

Quart-Online: Latency-Free Multimodal Large Language Model for Quadruped Robot Learning

ICRA 2025

This paper addresses the inherent inference latency challenges associated with deploying multimodal large language models (MLLM) in quadruped vision-language-action (QUAR-VLA) tasks. Our investigation reveals that conventional parameter reduction techniques ultimately impair the performance of the l

Cited by 1SourcecodeScholar
2025

ReinboT: Amplifying Robot Visual-Language Manipulation with Reinforcement Learning

ICML 2025poster

Vision-Language-Action (VLA) models have shown great potential in general robotic decision-making tasks via imitation learning. However, the variable quality of training data often constrains the performance of these models. On the other hand, offline Reinforcement Learning (RL) excels at learning r…

Cited by 0SourcePDFScholar
2025

SSR: Enhancing Depth Perception in Vision-Language Models via Rationale-Guided Spatial Reasoning

NeurIPS 2025poster

Despite impressive advancements in Visual-Language Models (VLMs) for multi-modal tasks, their reliance on RGB inputs limits precise spatial understanding. Existing methods for integrating spatial cues, such as point clouds or depth, either require specialized sensors or fail to effectively exploit d…

Cited by 0SourcecodeScholar
2025

Scaling Laws for Multilingual Language Models

ACL 2025finding

We propose a novel scaling law for general-purpose decoder-only language models (LMs) trained on multilingual data, tackling the problem of balancing languages during multilingual pretraining. A primary challenge in studying multilingual scaling is the difficulty of analyzing individual language per…

2025

Taming Hyperparameter Sensitivity in Data Attribution: Practical Selection Without Costly Retraining

NeurIPS 2025poster

Data attribution methods, which quantify the influence of individual training data points on a machine learning model, have gained increasing popularity in data-centric applications in modern AI. Despite a recent surge of new methods developed in this space, the impact of hyperparameter tuning in th…

Cited by 0SourcecodeScholar
2025

Towards Understanding the Fragility of Multilingual LLMs against Fine-Tuning Attacks

NAACL 2025findings

Recent advancements in Large Language Models (LLMs) have sparked widespread concerns about their safety. Recent work demonstrates that safety alignment of LLMs can be easily removed by fine-tuning with a few adversarially chosen instruction-following examples, i.e., fine-tuning attacks. We take a fu…

Cited by 8SourcePDFScholar
2025

VLAS: Vision-Language-Action Model with Speech Instructions for Customized Robot Manipulation

ICLR 2025poster

Vision-language-action models (VLAs) have recently become highly prevalent in robot manipulation due to its end-to-end architecture and impressive performance. However, current VLAs are limited to processing human instructions in textual form, neglecting the more natural speech modality for human in…

2024

Arithmetic Control of LLMs for Diverse User Preferences: Directional Preference Alignment with Multi-Objective Rewards

ACL 2024long

Fine-grained control over large language models (LLMs) remains a significant challenge, hindering their adaptability to diverse user needs. While Reinforcement Learning from Human Feedback (RLHF) shows promise in aligning LLMs, its reliance on scalar rewards often limits its ability to capture diver…

2024

CQIL: Inference Latency Optimization with Concurrent Computation of Quasi-Independent Layers

ACL 2024long

The fast-growing large scale language models are delivering unprecedented performance on almost all natural language processing tasks. However, the effectiveness of large language models are reliant on an exponentially increasing number of parameters. The overwhelming computation complexity incurs a…

2024

Differentially Private Post-Processing for Fair Regression

ICML 2024poster

This paper describes a differentially private post-processing algorithm for learning fair regressors satisfying statistical parity, addressing privacy concerns of machine learning models trained on sensitive data, as well as fairness concerns of their potential to propagate historical biases. Our al…

2024

FFB: A Fair Fairness Benchmark for In-Processing Group Fairness Methods

ICLR 2024poster

This paper introduces the Fair Fairness Benchmark (FFB), a benchmarking framework for in-processing group fairness methods. Ensuring fairness in machine learning is important for ethical compliance. However, there exist challenges in comparing and developing fairness methods due to inconsistencies i…

2024

Fast 1-Wasserstein distance approximations using greedy strategies

AISTATS 2024poster

Among numerous linear approximation methods proposed for optimal transport (OT), tree-based methods appear to be fairly reliable, notably for language processing applications. Inspired by these tree methods, we introduce several greedy heuristics aiming to compute even faster approximations of OT. W…

2024

FedGTST: Boosting Global Transferability of Federated Models via Statistics Tuning

NeurIPS 2024poster

The performance of Transfer Learning (TL) significantly depends on effective pretraining, which not only requires extensive amounts of data but also substantial computational resources. As a result, in practice, it is challenging to successfully perform TL at the level of individual model developers…

Cited by 0SourcePDFScholar
2024

GeRM: A Generalist Robotic Model with Mixture-of-experts for Quadruped Robot

IROS 2024poster

Multi-task robot learning holds significant importance in tackling diverse and complex scenarios. However, current approaches are hindered by performance issues and difficulties in collecting training datasets. In this paper, we propose GeRM (Generalist Robotic Model). We utilize offline reinforceme…

Cited by 13SourcecodeScholar
2024

Interpretable Preferences via Multi-Objective Reward Modeling and Mixture-of-Experts

EMNLP 2024finding

Reinforcement learning from human feedback (RLHF) has emerged as the primary method for aligning large language models (LLMs) with human preferences. The RLHF process typically starts by training a reward model (RM) using human preference data. Conventional RMs are trained on pairwise responses to t…

2024

Learning Structured Representations with Hyperbolic Embeddings

NeurIPS 2024poster

Most real-world datasets consist of a natural hierarchy between classes or an inherent label structure that is either already available or can be constructed cheaply. However, most existing representation learning methods ignore this hierarchy, treating labels as permutation invariant. Recent work […

2024

LibMOON: A Gradient-based MultiObjective OptimizatioN Library in PyTorch

NeurIPS 2024poster

Multiobjective optimization problems (MOPs) are prevalent in machine learning, with applications in multi-task learning, learning under fairness or robustness constraints, etc. Instead of reducing multiple objective functions into a scalar objective, MOPs aim to optimize for the so-called Pareto opt…

2024

Mitigating the Alignment Tax of RLHF

EMNLP 2024main

LLMs acquire a wide range of abilities during pre-training, but aligning LLMs under Reinforcement Learning with Human Feedback (RLHF) can lead to forgetting pretrained abilities, which is also known as the alignment tax. To investigate alignment tax, we conducted experiments with existing RLHF algor…

2024

Most Influential Subset Selection: Challenges, Promises, and Beyond

NeurIPS 2024poster

How can we attribute the behaviors of machine learning models to their training data? While the classic influence function sheds light on the impact of individual samples, it often fails to capture the more complex and pronounced collective influence of a set of samples. To tackle this challenge, we…

2024

PiTe: Pixel-Temporal Alignment for Large Video-Language Model

ECCV 2024oral

"Fueled by the Large Language Models (LLMs) wave, Large Visual-Language Models (LVLMs) have emerged as a pivotal advancement, bridging the gap between image and text. However, video making it challenging for LVLMs to perform adequately due to the complexity of the relationship between language and s…

2024

QUAR-VLA: Vision-Language-Action Model for Quadruped Robots

ECCV 2024poster

"The important manifestation of robot intelligence is the ability to naturally interact and autonomously make decisions. Traditional quadruped robot learning typically handles language interaction and visual autonomous perception separately, which, while simplifying system design, also limits the sy…

Cited by 19SourcePDFScholar
2024

RL2AC: Reinforcement Learning-based Rapid Online Adaptive Control for Legged Robot Robust Locomotion

RSS 2024poster

Dynamic fast adaptation is one of the basic capabilities that enables the animals to timely and properly adjust its locomotion reacting to the unpredictable changes. Such capability is also essential for the quadruped robot, when working in the unforseen environment. While reinforcement learning (RL…

Cited by 6SourcePDFScholar
2024

Robust Multi-Task Learning with Excess Risks

ICML 2024poster

Multi-task learning (MTL) considers learning a joint model for multiple tasks by optimizing a convex combination of all task losses. To solve the optimization problem, existing methods use an adaptive weight updating scheme, where task weights are dynamically adjusted based on their respective losse…

2024

Semi-Supervised Reward Modeling via Iterative Self-Training

EMNLP 2024finding

Reward models (RM) capture the values and preferences of humans and play a central role in Reinforcement Learning with Human Feedback (RLHF) to align pretrained large language models (LLMs). Traditionally, training these models relies on extensive human-annotated preference data, which poses signifi…

2024

Unveiling the Unknown: Unleashing the Power of Unknown to Known in Open-Set Source-Free Domain Adaptation

CVPR 2024poster

Open-Set Source-Free Domain Adaptation aims to transfer knowledge in realistic scenarios where the target domain has additional unknown classes compared to the limited-access source domain. Due to the absence of information on unknown classes existing methods mainly transfer knowledge of known class…

2023

A Composite Control Strategy for Quadruped Robot by Integrating Reinforcement Learning and Model-Based Control

IROS 2023poster

Locomotion in the wild requires the quadruped robot to have strong capabilities in adaptation and robustness. The deep reinforcement learning (DRL) exhibits the huge potential in environmental adaptability, while its stability issues remain open. On the other hand, the quadruped robot dynamic model…

Cited by 7SourceScholar
2023

An Adaptive Prompt Generation Framework for Task-oriented Dialogue System

EMNLP 2023long findings

The de facto way of utilizing black-box large language models (LLMs) to perform various downstream tasks is prompting. However, obtaining suitable prompts for specific tasks is still a challenging problem. While existing LLM-based methods demonstrate promising performance in task-oriented dialogue (…

Cited by 0SourceScholar
2023

Efficient Learning of Linear Graph Neural Networks via Node Subsampling

NeurIPS 2023poster

Graph Neural Networks (GNNs) are a powerful class of machine learning models with applications in recommender systems, drug discovery, social network analysis, and computer vision. One challenge with their implementation is that GNNs often take large-scale graphs as inputs, which imposes significant…

2023

Learning List-Level Domain-Invariant Representations for Ranking

NeurIPS 2023spotlight

Domain adaptation aims to transfer the knowledge learned on (data-rich) source domains to (low-resource) target domains, and a popular method is invariant representation learning, which matches and aligns the data distributions on the feature space. Although this method is studied extensively and ap…

Cited by 9SourcePDFScholar
2023

Revisiting Scalarization in Multi-Task Learning: A Theoretical Perspective

NeurIPS 2023poster

Linear scalarization, i.e., combining all loss functions by a weighted sum, has been the default choice in the literature of multi-task learning (MTL) since its inception. In recent years, there is a surge of interest in developing Specialized Multi-Task Optimizers (SMTOs) that treat MTL as a multi-…

Cited by 39SourcePDFScholar
2023

Structural Re-weighting Improves Graph Domain Adaptation

ICML 2023poster

In many real-world applications, graph-structured data used for training and testing have differences in distribution, such as in high energy physics (HEP) where simulation data used for training may not match real experiments. Graph domain adaptation (GDA) is a method used to address these differen…

2023

Understanding and Constructing Latent Modality Structures in Multi-Modal Representation Learning

CVPR 2023poster

Contrastive loss has been increasingly used in learning representations from multiple modalities. In the limit, the nature of the contrastive loss encourages modalities to exactly match each other in the latent space. Yet it remains an open question how the modality alignment affects the downstream…

Cited by 54SourcePDFScholar
2023

Understanding the Impact of Adversarial Robustness on Accuracy Disparity

ICML 2023poster

While it has long been empirically observed that adversarial robustness may be at odds with standard accuracy and may have further disparate impacts on different classes, it remains an open question to what extent such observations hold and how the class imbalance plays a role within. In this paper,…

2022

Conditional Contrastive Learning with Kernel

ICLR 2022poster

Conditional contrastive learning frameworks consider the conditional sampling procedure that constructs positive or negative data pairs conditioned on specific variables. Fair contrastive learning constructs negative pairs, for example, from the same gender (conditioning on sensitive information), w…

2022

Conditional Supervised Contrastive Learning for Fair Text Classification

EMNLP 2022finding

Contrastive representation learning has gained much attention due to its superior performance in learning representations from both image and sequential data. However, the learned representations could potentially lead to performance disparities in downstream tasks, such as increased silencing of un…

2022

Exploring Gradient-Based Multi-directional Controls in GANs

ECCV 2022poster

"Generative Adversarial Networks (GANs) have been widely applied in modeling diverse image distributions. However, despite its impressive applications, the structure of the latent space in GANs largely remains as a black-box, leaving its controllable generation an open problem, especially when spuri…

2022

Greedy modality selection via approximate submodular maximization

UAI 2022poster

Multimodal learning considers learning from multi-modality data, aiming to fuse heterogeneous sources of information. However, it is not always feasible to leverage all available modalities due to memory constraints. Further, training on all the modalities may be inefficient when redundant informati…

Cited by 4SourcePDFScholar
2022

Invariant Information Bottleneck for Domain Generalization

AAAI 2022technical

Invariant risk minimization (IRM) has recently emerged as a promising alternative for domain generalization. Nevertheless, the loss function is difficult to optimize for nonlinear classifiers and the original optimization objective could fail when pseudo-invariant features and geometric skews exist.…

2022

Online Continual Adaptation with Active Self-Training

AISTATS 2022poster

Models trained with offline data often suffer from continual distribution shifts and expensive labeling in changing environments. This calls for a new online learning paradigm where the learner can continually adapt to changing environments with limited labels. In this paper, we propose a new online…

Cited by 13SourcePDFScholar
2022

Provable Domain Generalization via Invariant-Feature Subspace Recovery

ICML 2022spotlight

Domain generalization asks for models trained over a set of training environments to perform well in unseen test environments. Recently, a series of algorithms such as Invariant Risk Minimization (IRM) has been proposed for domain generalization. However, Rosenfeld et al. (2021) shows that in a simp…

2022

Rethinking Controllable Variational Autoencoders

CVPR 2022poster

The Controllable Variational Autoencoder (ControlVAE) combines automatic control theory with the basic VAE model to manipulate the KL-divergence for overcoming posterior collapse and learning disentangled representations. It has shown success in a variety of applications, such as image generation, d…

Cited by 14PDFScholar
2022

Towards Return Parity in Markov Decision Processes

AISTATS 2022poster

Algorithmic decisions made by machine learning models in high-stakes domains may have lasting impacts over time. However, naive applications of standard fairness criterion in static settings over temporal domains may lead to delayed and adverse effects. To understand the dynamics of performance disp…

2022

Understanding Gradual Domain Adaptation: Improved Analysis, Optimal Path and Beyond

ICML 2022spotlight

The vast majority of existing algorithms for unsupervised domain adaptation (UDA) focus on adapting from a labeled source domain to an unlabeled target domain directly in a one-off way. Gradual domain adaptation (GDA), on the other hand, assumes a path of $(T-1)$ unlabeled intermediate domains bridg…

2021

Bridging Multi-Task Learning and Meta-Learning: Towards Efficient Training and Effective Adaptation

ICML 2021spotlight

Multi-task learning (MTL) aims to improve the generalization of several related tasks by learning them jointly. As a comparison, in addition to the joint training scheme, modern meta-learning allows unseen tasks with limited labels during the test phase, in the hope of fast adaptation over them. Des…

2021

EventKE: Event-Enhanced Knowledge Graph Embedding

EMNLP 2021finding

Relations in most of the traditional knowledge graphs (KGs) only reflect static and factual connections, but fail to represent the dynamic activities and state changes about entities. In this paper, we emphasize the importance of incorporating events in KG representation learning, and propose an eve…

2021

Graph Debiased Contrastive Learning with Joint Representation Clustering

IJCAI 2021poster

By contrasting positive-negative counterparts, graph contrastive learning has become a prominent technique for unsupervised graph representation learning. However, existing methods fail to consider the class information and will introduce false-negative samples in the random negative sampling, causi…

Cited by 179SourcePDFScholar
2021

Information Obfuscation of Graph Neural Networks

ICML 2021spotlight

While the advent of Graph Neural Networks (GNNs) has greatly improved node and graph representation learning in many applications, the neighborhood aggregation scheme exposes additional vulnerabilities to adversaries seeking to extract node-level information about sensitive attributes. In this paper…

2021

Learning Invariant Representations and Risks for Semi-Supervised Domain Adaptation

CVPR 2021poster

The success of supervised learning crucially hinges on the assumption that training data matches test data, which rarely holds in practice due to potential distribution shift. In light of this, most existing methods for unsupervised domain adaptation focus on achieving domain-invariant representatio…

Cited by 111PDFScholar
2021

On Dyadic Fairness: Exploring and Mitigating Bias in Graph Connections

ICLR 2021poster

Disparate impact has raised serious concerns in machine learning applications and its societal impacts. In response to the need of mitigating discrimination, fairness has been regarded as a crucial property in algorithmic design. In this work, we study the problem of disparate impact on graph-struct…

2021

Quantifying and Improving Transferability in Domain Generalization

NeurIPS 2021poster

Out-of-distribution generalization is one of the key challenges when transferring a model from the lab to the real world. Existing efforts mostly focus on building invariant features among source and target domains. Based on invariant features, a high-performing classifier on source domains could h…

Cited by 61SourcePDFScholar
2021

Self-supervised Representation Learning with Relative Predictive Coding

ICLR 2021poster

This paper introduces Relative Predictive Coding (RPC), a new contrastive representation learning objective that maintains a good balance among training stability, minibatch size sensitivity, and downstream task performance. The key to the success of RPC is two-fold. First, RPC introduces the relati…

2021

Understanding and Mitigating Accuracy Disparity in Regression

ICML 2021spotlight

With the widespread deployment of large-scale prediction systems in high-stakes domains, e.g., face recognition, criminal justice, etc., disparity on prediction accuracy between different demographic subgroups has called for fundamental understanding on the source of such disparity and algorithmic i…

2020

Domain Adaptation with Conditional Distribution Matching and Generalized Label Shift

NeurIPS 2020poster

Adversarial learning has demonstrated good performance in the unsupervised domain adaptation setting, by learning domain-invariant representations. However, recent work has shown limitations of this approach when label distributions differ between the source and target domains. In this paper, we pro…

Cited by 214SourcePDFScholar
2020

Model-based Policy Optimization with Unsupervised Model Adaptation

NeurIPS 2020spotlight

Model-based reinforcement learning methods learn a dynamics model with real data sampled from the environment and leverage it to generate simulated data to derive an agent. However, due to the potential distribution mismatch between simulated data and real data, this could lead to degraded performan…

2020

Neural Methods for Point-wise Dependency Estimation

NeurIPS 2020spotlight

Since its inception, the neural estimation of mutual information (MI) has demonstrated the empirical success of modeling expected dependency between high-dimensional random variables. However, MI is an aggregate statistic and cannot be used to measure point-wise dependency between different events.…

2020

On Learning Language-Invariant Representations for Universal Machine Translation

ICML 2020poster

The goal of universal machine translation is to learn to translate between any pair of languages. Despite impressive empirical results and an increasing interest in massively multilingual models, theoretical analysis on translation errors made by such universal machine translation models is only nas…

Cited by 8SourcePDFScholar
2020

Trade-offs and Guarantees of Adversarial Representation Learning for Information Obfuscation

NeurIPS 2020poster

Crowdsourced data used in machine learning services might carry sensitive information about attributes that users do not want to share. Various methods have been proposed to minimize the potential information leakage of sensitive attributes while maximizing the task accuracy. However, little is know…

Cited by 32SourcePDFScholar
2019

Efficient Multitask Feature and Relationship Learning

UAI 2019poster

We consider a multitask learning problem, in which several predictors are learned jointly. Prior research has shown that learning the relations between tasks, and between the input features, together with the predictor, can lead to better generalization and interpretability, which proved to be usefu…

Cited by 27SourcePDFScholar
2019

Learning Neural Networks with Adaptive Regularization

NeurIPS 2019poster

Feed-forward neural networks can be understood as a combination of an intermediate representation and a linear hypothesis. While most previous works aim to diversify the representations, we explore the complementary direction by performing an adaptive and data-dependent regularization motivated by t…

2019

On Learning Invariant Representations for Domain Adaptation

ICML 2019oral

Due to the ability of deep neural nets to learn rich representations, recent advances in unsupervised domain adaptation have focused on learning domain-invariant features that achieve a small error on the source domain. The hope is that the learnt representation, together with the hypothesis learnt…

Cited by 769SourcePDFScholar
2018

Adversarial Multiple Source Domain Adaptation

NeurIPS 2018poster

While domain adaptation has been actively researched, most algorithms focus on the single-source-single-target adaptation setting. In this paper we propose new generalization bounds and algorithms under both classification and regression settings for unsupervised multiple source domain adaptation. O…

Cited by 688SourcePDFScholar
2018

Multiple Source Domain Adaptation with Adversarial Learning

ICLR 2018workshop

While domain adaptation has been actively researched in recent years, most theoretical results and algorithms focus on the single-source-single-target adaptation setting. Naive application of such algorithms on multiple source domain adaptation problem may lead to suboptimal solutions. We propose a…

Cited by 66SourceScholar
2016

A Unified Approach for Learning the Parameters of Sum-Product Networks

NeurIPS 2016poster

We present a unified approach for learning the parameters of Sum-Product networks (SPNs). We prove that any complete and decomposable SPN is equivalent to a mixture of trees where each tree corresponds to a product of univariate distributions. Based on the mixture model perspective, we characterize…

Cited by 87SourcePDFScholar
2016

Online and Distributed Bayesian Moment Matching for Parameter Learning in Sum-Product Networks

AISTATS 2016poster

Probabilistic graphical models provide a general and flexible framework for reasoning about complex dependencies in noisy domains with many variables. Among the various types of probabilistic graphical models, sum-product networks (SPNs) have recently generated some interest because exact inference…

Cited by 63SourcePDFScholar
2015

On the Relationship between Sum-Product Networks and Bayesian Networks

ICML 2015poster

In this paper, we establish some theoretical connections between Sum-Product Networks (SPNs) and Bayesian Networks (BNs). We prove that every SPN can be converted into a BN in linear time and space in terms of the network size. The key insight is to use Algebraic Decision Diagrams (ADDs) to compactl…

Cited by 117SourcePDFScholar