← Search

Chong You

31 accepted papers

2025

Efficient and Asymptotically Unbiased Constrained Decoding for Large Language Models

AISTATS 2025poster

In real-world applications of large language models, outputs are often required to be confined: selecting items from predefined product or document sets, generating phrases that comply with safety standards, or conforming to specialized formatting styles. To control the generation, constrained decod…

Cited by 0SourceScholar
2025

Hierarchical Retrieval: The Geometry and a Pretrain-Finetune Recipe

NeurIPS 2025poster

Dual encoder (DE) models, where a pair of matching query and document are embedded into similar vector representations, are widely used in information retrieval due to their simplicity and scalability. However, the Euclidean geometry of the embedding space limits the expressive power of DEs, which m…

Cited by 0SourceScholar
2025

Scalable In-context Ranking with Generative Models

NeurIPS 2025poster

In-context Ranking (ICR) is an emerging paradigm for Information Retrieval (IR), which leverages contextual understanding of LLMs by directly incorporating the task description, candidate documents, and the query into the model's input prompt and tasking the LLM to identify relevant document(s). Whi…

Cited by 0SourceScholar
2025

Spark Transformer: Reactivating Sparsity in Transformer FFN and Attention

NeurIPS 2025poster

The discovery of the *lazy neuron phenomenon* (Li et al., 2022), where fewer than 10% of the feedforward networks (FFN) parameters in trained Transformers are activated per token, has spurred significant interests in *activation sparsity* for enhancing large model efficiency. While notable progress…

Cited by 0SourceScholar
2024

Functional Interpolation for Relative Positions improves Long Context Transformers

ICLR 2024poster

Preventing the performance decay of Transformers on inputs longer than those used for training has been an important challenge in extending the context length of these models. Though the Transformer architecture has fundamentally no limits on the input sequence lengths it can process, the choice of…

Cited by 47SourcePDFScholar
2024

Generalized Neural Collapse for a Large Number of Classes

ICML 2024poster

Neural collapse provides an elegant mathematical characterization of learned last layer representations (a.k.a. features) and classifier weights in deep classification models. Such results not only provide insights but also motivate new techniques for improving practical deep models. However, most o…

Cited by 22SourcePDFScholar
2024

On Bias-Variance Alignment in Deep Models

ICLR 2024spotlight

Classical wisdom in machine learning holds that the generalization error can be decomposed into bias and variance, and these two terms exhibit a \emph{trade-off}. However, in this paper, we show that for an ensemble of deep learning based classification models, bias and variance are \emph{aligned} a…

Cited by 3SourcePDFScholar
2023

Teacher Guided Training: An Efficient Framework for Knowledge Transfer

ICLR 2023poster

The remarkable performance gains realized by large pretrained models, e.g., GPT-3, hinge on the massive amounts of data they are exposed to during training. Analogously, distilling such large models to compact models for efficient deployment also necessitates a large amount of (labeled or unlabeled)…

Cited by 2SourcePDFScholar
2023

The Lazy Neuron Phenomenon: On Emergence of Activation Sparsity in Transformers

ICLR 2023poster

This paper studies a curious phenomenon that machine learning model with Transformer architectures have sparse activation maps. By activation map we refer to the intermediate output of the multi-layer perceptrons (MLPs) after a ReLU activation function, and by "sparse" we mean that on average very f…

Cited by 92SourcePDFScholar
2022

Are All Losses Created Equal: A Neural Collapse Perspective

NeurIPS 2022accept

While cross entropy (CE) is the most commonly used loss function to train deep neural networks for classification tasks, many alternative losses have been developed to obtain better empirical performance. Among them, which one is the best to use is still a mystery, because there seem to be multiple…

Cited by 67SourcePDFScholar
2022

On the Optimization Landscape of Neural Collapse under MSE Loss: Global Optimality with Unconstrained Features

ICML 2022spotlight

When training deep neural networks for classification tasks, an intriguing empirical phenomenon has been widely observed in the last-layer classifiers and features, where (i) the class means and the last-layer classifiers all collapse to the vertices of a Simplex Equiangular Tight Frame (ETF) up to…

Cited by 125SourcePDFScholar
2022

Revisiting Sparse Convolutional Model for Visual Recognition

NeurIPS 2022accept

Despite strong empirical performance for image classification, deep neural networks are often regarded as ``black boxes'' and they are difficult to interpret. On the other hand, sparse convolutional models, which assume that a signal can be expressed by a linear combination of a few elements from a…

2022

Robust Training under Label Noise by Over-parameterization

ICML 2022spotlight

Recently, over-parameterized deep networks, with increasingly more network parameters than training samples, have dominated the performances of modern machine learning. However, when the training data is corrupted, it has been well-known that over-parameterized networks tend to overfit and do not ge…

2021

A Geometric Analysis of Neural Collapse with Unconstrained Features

NeurIPS 2021spotlight

We provide the first global optimization landscape analysis of Neural Collapse -- an intriguing empirical phenomenon that arises in the last-layer classifiers and features of neural networks during the terminal phase of training. As recently reported by Papyan et al., this phenomenon implies that (i…

2021

A Nullspace Property for Subspace-Preserving Recovery

ICML 2021spotlight

Much of the theory for classical sparse recovery is based on conditions on the dictionary that are both necessary and sufficient (e.g., nullspace property) or only sufficient (e.g., incoherence and restricted isometry). In contrast, much of the theory for subspace-preserving recovery, the theoretica…

Cited by 4SourcePDFScholar
2021

Convolutional Normalization: Improving Deep Convolutional Network Robustness and Training

NeurIPS 2021poster

Normalization techniques have become a basic component in modern convolutional neural networks (ConvNets). In particular, many recent works demonstrate that promoting the orthogonality of the weights helps train deep models and improve robustness. For ConvNets, most existing methods are based on pen…

2020

Deep Isometric Learning for Visual Recognition

ICML 2020poster

Initialization, normalization, and skip connections are believed to be three indispensable techniques for training very deep convolutional neural networks and obtaining state-of-the-art performance. This paper shows that deep vanilla ConvNets without normalization nor skip connections can also be tr…

2020

Learning Diverse and Discriminative Representations via the Principle of Maximal Coding Rate Reduction

NeurIPS 2020poster

To learn intrinsic low-dimensional structures from high-dimensional data that most discriminate between classes, we propose the principle of {\em Maximal Coding Rate Reduction} ($\text{MCR}^2$), an information-theoretic measure that maximizes the coding rate difference between the whole dataset and…

2020

Rethinking Bias-Variance Trade-off for Generalization of Neural Networks

ICML 2020poster

The classical bias-variance trade-off predicts that bias decreases and variance increase with model complexity, leading to a U-shaped risk curve. Recent work calls this into question for neural networks and other over-parameterized models, for which it is often observed that larger models generalize…

2020

Robust Recovery via Implicit Bias of Discrepant Learning Rates for Double Over-parameterization

NeurIPS 2020spotlight

Recent advances have shown that implicit bias of gradient descent on over-parameterized models enables the recovery of low-rank matrices from linear measurements, even with no prior knowledge on the intrinsic rank. In contrast, for {\em robust} low-rank matrix recovery from {\em grossly corrupted} m…

2019

Self-Supervised Convolutional Subspace Clustering Network

CVPR 2019poster

Subspace clustering methods based on data self-expression have become very popular for learning from data that lie in a union of low-dimensional linear subspaces. However, the applicability of subspace clustering has been limited because practical visual data in raw form do not necessarily lie in su…

Cited by 199PDFScholar
2018

Scalable Exemplar-based Subspace Clustering on Class-Imbalanced Data

ECCV 2018poster

Subspace clustering methods based on expressing each data point as a linear combination of a few other data points (e.g., sparse subspace clustering) have become a popular tool for unsupervised learning due to their empirical success and theoretical guarantees. However, their performance can be affe…

Cited by 50SourcePDFScholar
2017

Provable Self-Representation Based Outlier Detection in a Union of Subspaces

CVPR 2017spotlight

Many computer vision tasks involve processing large amounts of data contaminated by outliers, which need to be detected and rejected. While outlier detection methods based on robust statistics have existed for decades, only recently have methods based on sparse and low-rank representation been devel…

Cited by 141PDFScholar
2016

Oracle Based Active Set Algorithm for Scalable Elastic Net Subspace Clustering

CVPR 2016oral

State-of-the-art subspace clustering methods are based on expressing each data point as a linear combination of other data points while regularizing the matrix of coefficients with l_1, l_2 or nuclear norms. l_1 regularization is guaranteed to give a subspace-preserving affinity (i.e., there are no…

Cited by 318PDFScholar