← Search

Zhendong Yang

7 accepted papers

2024

CrossGET: Cross-Guided Ensemble of Tokens for Accelerating Vision-Language Transformers

ICML 2024poster

Recent vision-language models have achieved tremendous advances. However, their computational costs are also escalating dramatically, making model acceleration exceedingly critical. To pursue more efficient vision-language Transformers, this paper introduces Cross-Guided Ensemble of Tokens (CrossGET…

2023

Accurate 3D Face Reconstruction with Facial Component Tokens

ICCV 2023poster

Accurately reconstructing 3D faces from monocular images and videos is crucial for various applications, such as digital avatar creation. However, the current deep learning-based methods face significant challenges in achieving accurate reconstruction with disentangled facial parameters and ensuring…

Cited by 23PDFScholar
2023

From Knowledge Distillation to Self-Knowledge Distillation: A Unified Approach with Normalized Loss and Customized Soft Labels

ICCV 2023poster

Knowledge Distillation (KD) uses the teacher's prediction logits as soft labels to guide the student, while self-KD does not need a real teacher to require the soft labels. This work unifies the formulations of the two tasks by decomposing and reorganizing the generic KD loss into a Normalized KD (N…

Cited by 111PDFcodeScholar
2023

Transparent Shape from a Single View Polarization Image

ICCV 2023poster

This paper presents a learning-based method for transparent surface estimation from a single view polarization image. Existing shape from polarization(SfP) methods have the difficulty in estimating transparent shape since the inherent transmission interference heavily reduces the reliability of phys…

Cited by 11PDFcodeScholar
2023

UPop: Unified and Progressive Pruning for Compressing Vision-Language Transformers

ICML 2023poster

Real-world data contains a vast amount of multimodal information, among which vision and language are the two most representative modalities. Moreover, increasingly heavier models, e.g., Transformers, have attracted the attention of researchers to model compression. However, how to compress multimod…

2022

Focal and Global Knowledge Distillation for Detectors

CVPR 2022poster

Knowledge distillation has been applied to image classification successfully. However, object detection is much more sophisticated and most knowledge distillation methods have failed on it. In this paper, we point out that in object detection, the features of the teacher and student vary greatly in…

Cited by 356PDFcodeScholar
2022

Masked Generative Distillation

ECCV 2022poster

"Knowledge distillation has been applied to various tasks successfully. The current distillation algorithm usually improves students’ performance by imitating the output of the teacher. This paper shows that teachers can also improve students’ representation power by guiding students’ feature recove…