PhD Student in Machine Learning, Center for Data Science, New York University.
I am Yilun Kuang, a third-year PhD student in Data Science at NYU CDS & NYU CILVR Lab advised by Prof. Yann LeCun. My research interests includes Self-Supervised Learning, World Models, Control and Planning, and Efficient Architectures.
Joint-Embedding Predictive Architectures (JEPA) learn view-invariant representations and admit projection-based distribution matching for collapse prevention. Existing approaches regularize representations towards isotropic Gaussian distributions, but inherently favor dense representations and fail to capture the key property of sparsity observed in efficient representations. We introduce Rectified Distribution Matching Regularization (RDMReg), a sliced two-sample distribution-matching loss that aligns representations to a Rectified Generalized Gaussian (RGG) distribution. RGG enables explicit control over expected \ell_0 norm through rectification, while preserving maximum-entropy up to rescaling under expected \ell_p norm constraints. Equipping JEPAs with RDMReg yields Rectified LpJEPA, which strictly generalizes prior Gaussian-based JEPAs. Empirically, Rectified LpJEPA learns sparse, non-negative representations with favorable sparsity–performance trade-offs and competitive downstream performance on image classification benchmarks, demonstrating that RDMReg effectively enforces sparsity while preserving task-relevant information.
@article{kuang2026rectifiedlpjepajointembeddingpredictive,title={Rectified LpJEPA: Joint-Embedding Predictive Architectures with Sparse and Maximum-Entropy Representations},author={Kuang, Yilun and Dagade, Yash and Rudner, Tim G. J. and Balestriero, Randall and LeCun, Yann},journal={International Conference on Machine Learning (ICML), 2026},year={2026},eprint={2602.01456},archiveprefix={arXiv},primaryclass={cs.LG},}
Radial-VCReg: More Informative Representation Learning through Radial Gaussianization
Yilun Kuang, Yash Dagade, Deep Chakraborty, Erik Learned-Miller, Randall Balestriero, Tim G. J. Rudner, and Yann LeCun
NeurIPS Workshop on Unifying Representations in Neural Models & Symmetry and Geometry in Neural Representations(NeurIPS Workshop), 2025
Self-supervised learning aims to learn maximally informative representations, but explicit information maximization is hindered by the curse of dimensionality. Existing methods like VCReg address this by regularizing first- and second-order feature statistics, which cannot fully achieve maximum entropy. We propose Radial-VCReg, which augments VCReg with a radial Gaussianization loss that aligns feature norms with the Chi distribution—a defining property of high-dimensional Gaussians. We prove that Radial-VCReg transforms a broader class of distributions toward normality compared to VCReg and show on synthetic and real-world datasets that it consistently improves performance by reducing higher-order dependencies and promoting more diverse and informative representations.
@article{kuang2025radialvcreg,title={Radial-VCReg: More Informative Representation Learning through Radial Gaussianization},author={Kuang, Yilun and Dagade, Yash and Chakraborty, Deep and Learned-Miller, Erik and Balestriero, Randall and G. J. Rudner, Tim and LeCun, Yann},journal={NeurIPS Workshop on Unifying Representations in Neural Models & Symmetry and Geometry in Neural Representations (NeurIPS Workshop), 2025},spotlight={false},year={2025},}
Customizing the Inductive Biases of Softmax Attention using Structured Matrices
Yilun Kuang, Noah Amsel, Sanae Lotfi, Shikai Qiu, Andres Potapczynski, and Andrew Gordon Wilson
International Conference on Machine Learning(ICML), 2025
The core component of attention is the scoring function, which transforms the inputs into low-dimensional queries and keys and takes the dot product of each pair. While the low-dimensional projection improves efficiency, it causes information loss for certain tasks that have intrinsically high-dimensional inputs. Additionally, attention uses the same scoring function for all input pairs, without imposing a locality bias for neighboring tokens in the sequence. In this work, we address these shortcomings by proposing new scoring functions based on computationally efficient structured matrices with high ranks, including Block Tensor-Train (BTT) and Multi-Level Low Rank (MLR) matrices. On in-context regression tasks with high-dimensional inputs, our proposed scoring functions outperform standard attention for any fixed compute budget. On language modeling, a task that exhibits locality, our MLR-based attention method achieves improved scaling laws compared to both standard attention and variants of sliding window attention. Additionally, we show that both BTT and MLR fall under a broader family of efficient structured matrices capable of encoding either full-rank or locality biases, thereby addressing significant shortcomings of standard attention.
@article{kuang2025structattn,title={Customizing the Inductive Biases of Softmax Attention using Structured Matrices},author={Kuang, Yilun and Amsel, Noah and Lotfi, Sanae and Qiu, Shikai and Potapczynski, Andres and Wilson, Andrew Gordon},journal={International Conference on Machine Learning (ICML), 2025},spotlight={true},year={2025},}
Learning Efficient Coding of Natural Images with Maximum Manifold Capacity Representations
Thomas Yerxa, Yilun Kuang, Eero Simoncelli, and SueYeon Chung
Neural Information Processing Systems(NeurIPS), 2023 Computational and Systems Neuroscience(COSYNE), 2023
The efficient coding hypothesis proposes that the response properties of sensory systems are adapted to the statistics of their inputs such that they capture maximal information about the environment, subject to biological constraints. While elegant, information theoretic properties are notoriously difficult to measure in practical settings or to employ as objective functions in optimization. This difficulty has necessitated that computational models designed to test the hypothesis employ several different information metrics ranging from approximations and lower bounds to proxy measures like reconstruction error. Recent theoretical advances have characterized a novel and ecologically relevant efficiency metric, the manifold capacity, which is the number of object categories that may be represented in a linearly separable fashion. However, calculating manifold capacity is a computationally intensive iterative procedure that until now has precluded its use as an objective. Here we outline the simplifying assumptions that allow manifold capacity to be optimized directly, yielding Maximum Manifold Capacity Representations (MMCR). The resulting method is closely related to and inspired by advances in the field of self supervised learning (SSL), and we demonstrate that MMCRs are competitive with state of the art results on standard SSL benchmarks. Empirical analyses reveal differences between MMCRs and representations learned by other SSL frameworks, and suggest a mechanism by which manifold compression gives rise to class separability. Finally we evaluate a set of SSL methods on a suite of neural predictivity benchmarks, and find MMCRs are higly competitive as models of the ventral stream.
@article{yerxa2023learning,title={Learning Efficient Coding of Natural Images with Maximum Manifold Capacity Representations},author={Yerxa, Thomas and Kuang, Yilun and Simoncelli, Eero and Chung, SueYeon},journal={Neural Information Processing Systems (NeurIPS), 2023; Computational and Systems Neuroscience (COSYNE), 2023},year={2023},}