← Search

Mingkai Zheng

10 accepted papers

2023

Boosting Semi-Supervised Semantic Segmentation with Probabilistic Representations

AAAI 2023technical

Recent breakthroughs in semi-supervised semantic segmentation have been developed through contrastive learning. In prevalent pixel-wise contrastive learning solutions, the model maps pixels to deterministic representations and regularizes them in the latent space. However, there exist inaccurate pse…

2023

Knowledge Diffusion for Distillation

NeurIPS 2023poster

The representation gap between teacher and student is an emerging topic in knowledge distillation (KD). To reduce the gap and improve the performance, current methods often resort to complicated training schemes, loss functions, and feature alignments, which are task-specific and feature-specific. I…

2023

SimMatchV2: Semi-Supervised Learning with Graph Consistency

ICCV 2023poster

Semi-Supervised image classification is one of the most fundamental problem in computer vision, which significantly reduces the need for human labor. In this paper, we introduce a new semi-supervised learning algorithm - SimMatchV2, which formulates various consistency regularizations between labele…

Cited by 13PDFcodeScholar
2022

Green Hierarchical Vision Transformer for Masked Image Modeling

NeurIPS 2022accept

We present an efficient approach for Masked Image Modeling (MIM) with hierarchical Vision Transformers (ViTs), allowing the hierarchical ViTs to discard masked patches and operate only on the visible ones. Our approach consists of three key designs. First, for window attention, we propose a Group Wi…

2022

Learning Where To Learn in Cross-View Self-Supervised Learning

CVPR 2022poster

Self-supervised learning (SSL) has made enormous progress and largely narrowed the gap with the supervised ones, where the representation learning is mainly guided by a projection into an embedding space. During the projection, current methods simply adopt uniform aggregation of pixels for embedding…

Cited by 47PDFcodeScholar
2022

SimMatch: Semi-Supervised Learning With Similarity Matching

CVPR 2022poster

Learning with few labeled data has been a longstanding problem in the computer vision and machine learning research community. In this paper, we introduced a new semi-supervised learning framework, SimMatch, which simultaneously considers semantic similarity and instance similarity. In SimMatch, the…

Cited by 274PDFcodeScholar
2022

ViTAS: Vision Transformer Architecture Search

ECCV 2022poster

"Vision transformers (ViTs) inherited the success of NLP but their structures have not been sufficiently investigated and optimized for visual tasks. One of the simplest solutions is to directly search the optimal one via the widely used neural architecture search (NAS) in CNNs. However, we empirica…

2021

K-shot NAS: Learnable Weight-Sharing for NAS with K-shot Supernets

ICML 2021spotlight

In one-shot weight sharing for NAS, the weights of each operation (at each layer) are supposed to be identical for all architectures (paths) in the supernet. However, this rules out the possibility of adjusting operation weights to cater for different paths, which limits the reliability of the evalu…

Cited by 48SourcePDFScholar
2021

ReSSL: Relational Self-Supervised Learning with Weak Augmentation

NeurIPS 2021poster

Self-supervised Learning (SSL) including the mainstream contrastive learning has achieved great success in learning visual representations without data annotations. However, most of methods mainly focus on the instance level information (\ie, the different augmented images of the same instance shoul…

2021

Weakly Supervised Contrastive Learning

ICCV 2021poster

Unsupervised visual representation learning has gained much attention from the computer vision community because of the recent achievement of contrastive learning. Most of the existing contrastive learning frameworks adopt the instance discrimination as the pretext task, which treating every single…

Cited by 152PDFcodeScholar