← Search

Heinrich Jiang

23 accepted papers

2024

SLED: Self Logits Evolution Decoding for Improving Factuality in Large Language Models

NeurIPS 2024poster

Large language models (LLMs) have demonstrated remarkable capabilities, but their outputs can sometimes be unreliable or factually incorrect. To address this, we introduce Self Logits Evolution Decoding (SLED), a novel decoding framework that enhances the truthfulness of LLMs without relying on exte…

2022

Churn Reduction via Distillation

ICLR 2022spotlight

In real-world systems, models are frequently updated as more data becomes available, and in addition to achieving high accuracy, the goal is to also maintain a low difference in predictions compared to the base model (i.e. predictive churn). If model retraining results in vastly different behavior,…

Cited by 25SourcePDFScholar
2022

Scarf: Self-Supervised Contrastive Learning using Random Feature Corruption

ICLR 2022spotlight

Self-supervised contrastive representation learning has proved incredibly successful in the vision and natural language domains, enabling state-of-the-art performance with orders of magnitude less labeled data. However, such methods are domain-specific and little has been done to leverage this techn…

Cited by 215SourcePDFScholar
2021

Active Covering

ICML 2021spotlight

We analyze the problem of active covering, where the learner is given an unlabeled dataset and can sequentially label query examples. The objective is to label query all of the positive examples in the fewest number of total label queries. We show under standard non-parametric assumptions that a cla…

Cited by 3SourcePDFScholar
2021

MeanShift++: Extremely Fast Mode-Seeking With Applications to Segmentation and Object Tracking

CVPR 2021poster

MeanShift is a popular mode-seeking clustering algorithm used in a wide range of applications in machine learning. However, it is known to be prohibitively slow, with quadratic runtime per iteration. We propose MeanShift++, an extremely fast mode-seeking algorithm based on MeanShift that uses a grid…

Cited by 26PDFScholar
2021

Robustness Guarantees for Mode Estimation with an Application to Bandits

AAAI 2021technical

Mode estimation is a classical problem in statistics with a wide range of applications in machine learning. Despite this, there is little understanding in its robustness properties under possibly adversarial data contamination. In this paper, we give precise robustness guarantees as well as privacy…

Cited by 0SourcePDFScholar
2021

Stochastic Bandits with Linear Constraints

AISTATS 2021poster

We study a constrained contextual linear bandit setting, where the goal of the agent is to produce a sequence of policies, whose expected cumulative reward over the course of multiple rounds is maximum, and each one of them has an expected cost below a certain threshold. We propose an upper-confiden…

Cited by 97SourcePDFScholar
2019

Shape Constraints for Set Functions

ICML 2019oral

Set functions predict a label from a permutation-invariant variable-size collection of feature vectors. We propose making set functions more understandable and regularized by capturing domain knowledge through shape constraints. We show how prior work in monotonic constraints can be adapted to set f…

Cited by 25SourcePDFScholar
2019

Training Well-Generalizing Classifiers for Fairness Metrics and Other Data-Dependent Constraints

ICML 2019oral

Classifiers can be trained with data-dependent constraints to satisfy fairness goals, reduce churn, achieve a targeted false positive rate, or other policy goals. We study the generalization performance for such constrained optimization problems, in terms of how well the constraints are satisfied at…

Cited by 125SourcePDFScholar
2019

Wasserstein Fair Classification

UAI 2019poster

We propose an approach to fair classification that enforces independence between the classifier outputs and sensitive information by minimizing Wasserstein-1 distances. The approach has desirable theoretical properties and is robust to specific choices of the threshold used to obtain class predictio…

2018

Quickshift++: Provably Good Initializations for Sample-Based Mean Shift

ICML 2018oral

We provide initial seedings to the Quick Shift clustering algorithm, which approximate the locally high-density regions of the data. Such seedings act as more stable and expressive cluster-cores than the singleton modes found by Quick Shift. We establish statistical consistency guarantees for this m…