← Search

Yang Yuan

29 accepted papers

2026

Group Representational Position Encoding

ICLR 2026poster

We present GRAPE (Group RepresentAtional Position Encoding), a unified framework for positional encoding based on group actions. GRAPE brings together two families of mechanisms: (i) multiplicative rotations (Multiplicative GRAPE) in $\operatorname{SO}(d)$ and (ii) additive logit biases (Additive GR…

Cited by 0SourcecodeScholar
2026

On the Design of KL-Regularized Policy Gradient Algorithms for LLM Reasoning

ICLR 2026poster

Policy gradient algorithms have been successfully applied to enhance the reasoning capabilities of large language models (LLMs). KL regularization is ubiquitous, yet the design surface, choice of KL direction (forward vs. reverse), normalization (normalized vs. unnormalized), and estimator ($k_1/k_2…

Cited by 0SourcecodeScholar
2025

Autonomous Data Selection with Zero-shot Generative Classifiers for Mathematical Texts

ACL 2025finding

We present Autonomous Data Selection (AutoDS), a method that leverages base language models as zero-shot “generative classifiers” to automatically curate high-quality mathematical texts. Unlike prior approaches that require human annotations or training a dedicated data filter, AutoDS relies solely…

Cited by 0SourcePDFScholar
2025

Tensor Product Attention Is All You Need

NeurIPS 2025spotlight

Scaling language models to handle longer input sequences typically necessitates large key-value (KV) caches, resulting in substantial memory overhead during inference. In this paper, we propose Tensor Product Attention (TPA), a novel attention mechanism that uses tensor decompositions to represent q…

Cited by 0SourcecodeScholar
2024

Contrastive Learning is Spectral Clustering on Similarity Graph

ICLR 2024poster

Contrastive learning is a powerful self-supervised learning method, but we have a limited theoretical understanding of how it works and why it works. In this paper, we prove that contrastive learning with the standard InfoNCE loss is equivalent to spectral clustering on the similarity graph. Using t…

2024

Information Flow in Self-Supervised Learning

ICML 2024poster

In this paper, we conduct a comprehensive analysis of two dual-branch (Siamese architecture) self-supervised learning approaches, namely Barlow Twins and spectral contrastive learning, through the lens of matrix mutual information. We prove that the loss functions of these methods implicitly optimiz…

2024

Matrix Information Theory for Self-Supervised Learning

ICML 2024poster

The maximum entropy encoding framework provides a unified perspective for many non-contrastive learning methods like SimSiam, Barlow Twins, and MEC. Inspired by this framework, we introduce Matrix-SSL, a novel approach that leverages matrix information theory to interpret the maximum entropy encodin…

Cited by 18SourcePDFScholar
2023

Finding Generalization Measures by Contrasting Signal and Noise

ICML 2023poster

Generalization is one of the most fundamental challenges in deep learning, aiming to predict model performances on unseen data. Empirically, such predictions usually rely on a validation set, while recent works showed that an unlabeled validation set also works. Without validation sets, it is extrem…

2023

On Uni-Modal Feature Learning in Supervised Multi-Modal Learning

ICML 2023poster

We abstract the features (i.e. learned representations) of multi-modal data into 1) uni-modal features, which can be learned from uni-modal training, and 2) paired features, which can only be learned from cross-modal interactions. Multi-modal models are expected to benefit from cross-modal interacti…

2023

On the Power of Foundation Models

ICML 2023poster

With infinitely many high-quality data points, infinite computational power, an infinitely large foundation model with a perfect training algorithm and guaranteed zero generalization error on the pretext task, can the model be used for everything? This question cannot be answered by the existing the…

Cited by 55SourcePDFScholar
2023

Predictive Inference with Feature Conformal Prediction

ICLR 2023poster

Conformal prediction is a distribution-free technique for establishing valid prediction intervals. Although conventionally people conduct conformal prediction in the output space, this is not the only possibility. In this paper, we propose feature conformal prediction, which extends the scope of con…

2023

Towards Data-Algorithm Dependent Generalization: a Case Study on Overparameterized Linear Regression

NeurIPS 2023poster

One of the major open problems in machine learning is to characterize generalization in the overparameterized regime, where most traditional generalization bounds become inconsistent even for overparameterized linear regression. In many scenarios, this failure can be attributed to obscuring the cruc…

Cited by 2SourcePDFScholar
2023

Trade-off Between Efficiency and Consistency for Removal-based Explanations

NeurIPS 2023poster

In the current landscape of explanation methodologies, most predominant approaches, such as SHAP and LIME, employ removal-based techniques to evaluate the impact of individual features by simulating various scenarios with specific features omitted. Nonetheless, these methods primarily emphasize effi…

2021

T-SCI: A Two-Stage Conformal Inference Algorithm with Guaranteed Coverage for Cox-MLP

ICML 2021spotlight

It is challenging to deal with censored data, where we only have access to the incomplete information of survival time instead of its exact value. Fortunately, under linear predictor assumption, people can obtain guaranteed coverage for the confidence interval of survival time using methods like Cox…

2019

Gradient-based Active Learning Query Strategy for End-to-end Speech Recognition

ICASSP 2019accepted

In this paper, we propose an effective active learning query strategy for an automatic speech recognition system with the aim of reducing the training cost. Generally, training a deep neural network with supervised learning requires a massive amount of labeled data to obtain excellent performance. H…

Cited by 0SourceScholar
2019

Tight Certificates of Adversarial Robustness for Randomly Smoothed Classifiers

NeurIPS 2019poster

Strong theoretical guarantees of robustness can be given for ensembles of classifiers generated by input randomization. Specifically, an $\ell_2$ bounded adversary cannot alter the ensemble prediction generated by an additive isotropic Gaussian noise, where the radius for the adversary depends on bo…

Cited by 149SourcePDFScholar
2018

Deep Multi-Task Learning to Recognise Subtle Facial Expressions of Mental States

ECCV 2018poster

Facial expression recognition is a topical task. However, very little research investigates subtle expression recognition, which is important for mental activity analysis, deception detection, etc. We address subtle expression recognition through convolutional neural networks (CNNs) by developing mu…

Cited by 55SourcePDFScholar
2018

Expanding Holographic Embeddings for Knowledge Completion

NeurIPS 2018poster

Neural models operating over structured spaces such as knowledge graphs require a continuous embedding of the discrete elements of this space (such as entities) as well as the relationships between them. Relational embeddings with high expressivity, however, have high model complexity, making them c…

2017

Attribute-Enhanced Face Recognition With Neural Tensor Fusion Networks

ICCV 2017spotlight

Deep learning has achieved great success in face recognition, however deep-learned features still have limited invariance to strong intra-personal variations such as large pose. It is observed that some facial attributes (e.g. eyebrow thickness, gender) are invariant to such variations. We present t…

Cited by 100PDFScholar
2016

Even Faster Accelerated Coordinate Descent Using Non-Uniform Sampling

ICML 2016poster

Accelerated coordinate descent is widely used in optimization due to its cheap per-iteration cost and scalability to large-scale problems. Up to a primal-dual transformation, it is also the same as accelerated stochastic gradient descent that is one of the central methods used in machine learning. I…

Cited by 217SourcePDFScholar
2016

Exploiting the Structure: Stochastic Gradient Methods Using Raw Clusters

NeurIPS 2016poster

The amount of data available in the world is growing faster than our ability to deal with it. However, if we take advantage of the internal structure, data may become much smaller for machine learning purposes. In this paper we focus on one of the fundamental machine learning tasks, empirical risk m…

Cited by 33SourcePDFScholar