paper-with-me

Papers

Distilling Cross-Task Knowledge via Relationship Matching

2020-06-01 · CVPR 2020 6 · Han-Jia Ye, Su Lu, De-Chuan Zhan

The discriminative knowledge from a high-capacity deep neural network (a.k.a. the "teacher") could be distilled to facilitate the learning efficacy of a shallow counterpart (a.k.a. the "student"). This paper deals with a general scenario reusing the knowledge from a cross-task teacher --- two models are targeting non-overlapping label spaces. We emphasize that the comparison ability between instances acts as an essential factor threading knowledge across domains, and propose the RElationship FacIlitated Local cLassifiEr Distillation (ReFilled) approach, which decomposes the knowledge distillation flow into branches for embedding and the top-layer classifier. In particular, different from reconciling the instance-label confidence between models, ReFilled requires the teacher to reweight the hard triplets push forwarded by the student so that the similarity comparison levels between instances are matched. A local embedding-induced classifier from the teacher further supervises the student's classification confidence. ReFilled demonstrates its effectiveness when reusing cross-task models, and also achieves state-of-the-art performance on the standard knowledge distillation benchmarks. The code of the paper can be accessed at https://github.com/njulus/ReFilled.

📄 PDF Abstract BibTeX

Code (1)

njulus/ReFilled 공식 구현 pytorch

Tasks

Knowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

RGB-Multispectral Matching: Dataset, Learning Methodology, Evaluation

2022-06-14 · CVPR 2022 1 · Fabio Tosi, Pierluigi Zama Ramirez, Matteo Poggi, Samuele Salti 외

We address the problem of registering synchronized color (RGB) and multi-spectral (MS) images featuring very different resolution by solving stereo matching correspondences. Purposely, we introduce a novel RGB-MS dataset…

Stereo Matching

Distilling Stereo Networks for Performant and Efficient Leaner Networks

2025-03-24 · Rafia Rahim, Samuel Woerz, Andreas Zell

Knowledge distillation has been quite popular in vision for tasks like classification and segmentation however not much work has been done for distilling state-of-the-art stereo matching methods despite their range of ap…

General KnowledgeKnowledge DistillationStereo Matching

Texture-guided Saliency Distilling for Unsupervised Salient Object Detection

2022-07-13 · CVPR 2023 1 · Huajun Zhou, Bo Qiao, Lingxiao Yang, JianHuang Lai 외

Deep Learning-based Unsupervised Salient Object Detection (USOD) mainly relies on the noisy saliency pseudo labels that have been generated from traditional handcraft methods or pre-trained networks. To cope with the noi…

Objectobject-detectionObject DetectionOptical Flow Estimation+2

Knowledge Distillation via Token-level Relationship Graph

2023-06-20 · Shuoxi Zhang, Hanpeng Liu, Kun He

Knowledge distillation is a powerful technique for transferring knowledge from a pre-trained teacher model to a student model. However, the true potential of knowledge transfer has not been fully explored. Existing appro…

Knowledge DistillationTransfer Learning

Learning Intra-view and Cross-view Geometric Knowledge for Stereo Matching

2024-02-29 · CVPR 2024 1 · Rui Gong, Weide Liu, Zaiwang Gu, Xulei Yang 외

Geometric knowledge has been shown to be beneficial for the stereo matching task. However, prior attempts to integrate geometric insights into stereo matching algorithms have largely focused on geometric knowledge from s…

Stereo Matching