← Search

Chun-Guang Li

16 accepted papers

2026

DNT: a Deeply Normalized Transformer that can be trained by Momentum SGD

ICLR 2026poster

Transformers have become the de facto backbone of modern deep learning, yet their training typically demands an advanced optimizer with adaptive learning rate like AdamW, rather than a momentum SGDW (mSGDW). Previous works show that it is mainly due to a heavy-tailed distribution of the gradients. I…

Cited by 0SourceScholar
2026

Multi-Modal Representation Learning via Semi-Supervised Rate Reduction for Generalized Category Discovery

CVPR 2026

Generalized Category Discovery (GCD) aims to identify both known and unknown categories, with only partial labels given for the known categories, posing a challenging open-set recognition problem. State-of-the-art approaches for GCD are usually built on multi-modality representation learning, which

Cited by 0SourcecodeScholar
2025

Exploring a Principled Framework for Deep Subspace Clustering

ICLR 2025poster

Subspace clustering is a classical unsupervised learning task, built on a basic assumption that high-dimensional data can be approximated by a union of subspaces (UoS). Nevertheless, the real-world data are often deviating from the UoS assumption. To address this challenge, state-of-the-art deep sub…

2025

Taming Transformer Without Using Learning Rate Warmup

ICLR 2025poster

Scaling Transformer to a large scale without using some technical tricks such as learning rate warump and an obviously lower learning rate, is an extremely challenging task, and is increasingly gaining more attention. In this paper, we provide a theoretical analysis for the process of training Tran…

Cited by 0SourcePDFScholar
2025

Temporal Rate Reduction Clustering for Human Motion Segmentation

ICCV 2025poster

Human Motion Segmentation (HMS), which aims to partition videos into non-overlapping human motions, has attracted increasing research attention recently. Existing approaches for HMS are mainly dominated by subspace clustering methods, which are grounded on the assumption that high-dimensional tempor…

2025

Towards Interpretable and Efficient Attention: Compressing All by Contracting a Few

NeurIPS 2025spotlight

Attention mechanisms have achieved significant empirical success in multiple fields, but their underlying optimization objectives remain unclear yet. Moreover, the quadratic complexity of self-attention has become increasingly prohibitive. Although interpretability and efficiency are two mutually re…

Cited by 0SourcecodeScholar
2024

Rethinking Decoders for Transformer-based Semantic Segmentation: A Compression Perspective

NeurIPS 2024poster

State-of-the-art methods for Transformer-based semantic segmentation typically adopt Transformer decoders that are used to extract additional embeddings from image embeddings via cross-attention, refine either or both types of embeddings via self-attention, and project image embeddings onto the addi…

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

Dual Attention Matching Network for Context-Aware Feature Sequence Based Person Re-Identification

CVPR 2018poster

Typical person re-identification (ReID) methods usually describe each pedestrian with a single feature vector and match them in a task-specific metric space. However, the methods based on a single feature vector are not sufficient enough to overcome visual ambiguity, which frequently occurs in real…

Cited by 502SourcePDFScholar
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
2015

Learning Semi-Supervised Representation Towards a Unified Optimization Framework for Semi-Supervised Learning

ICCV 2015poster

State of the art approaches for Semi-Supervised Learning (SSL) usually follow a two-stage framework -- constructing an affinity matrix from the data and then propagating the partial labels on this affinity matrix to infer those unknown labels. While such a two-stage framework has been successful in…

Cited by 46PDFScholar