paper-with-me

Papers

Generative Denoise Distillation: Simple Stochastic Noises Induce Efficient Knowledge Transfer for Dense Prediction

2024-01-16 · Zhaoge Liu, Xiaohao Xu, Yunkang Cao, Weiming Shen

Knowledge distillation is the process of transferring knowledge from a more powerful large model (teacher) to a simpler counterpart (student). Numerous current approaches involve the student imitating the knowledge of the teacher directly. However, redundancy still exists in the learned representations through these prevalent methods, which tend to learn each spatial location's features indiscriminately. To derive a more compact representation (concept feature) from the teacher, inspired by human cognition, we suggest an innovative method, termed Generative Denoise Distillation (GDD), where stochastic noises are added to the concept feature of the student to embed them into the generated instance feature from a shallow network. Then, the generated instance feature is aligned with the knowledge of the instance from the teacher. We extensively experiment with object detection, instance segmentation, and semantic segmentation to demonstrate the versatility and effectiveness of our method. Notably, GDD achieves new state-of-the-art performance in the tasks mentioned above. We have achieved substantial improvements in semantic segmentation by enhancing PspNet and DeepLabV3, both of which are based on ResNet-18, resulting in mIoU scores of 74.67 and 77.69, respectively, surpassing their previous scores of 69.85 and 73.20 on the Cityscapes dataset of 20 categories. The source code is available at https://github.com/ZhgLiu/GDD.

📄 PDF Abstract BibTeX arXiv:2401.08332

Code (1)

ZhgLiu/GDD 공식 구현

Tasks

Instance SegmentationKnowledge Distillationobject-detectionObject DetectionSegmentationSemantic SegmentationTransfer Learning

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Batch Normalization 설명 없음
Average Pooling 설명 없음
Dilated Convolution 설명 없음
Pyramid Pooling Module A Pyramid Pooling Module is a module for semantic segmentation which acts as an effective global contextual prior. The motivation is that the problem of using a convolutional…
Auxiliary Classifier Auxiliary Classifiers are type of architectural component that seek to improve the convergence of very deep networks. They are classifier heads we attach to layers before the…
PSPNet PSPNet, or Pyramid Scene Parsing Network, is a semantic segmentation model that utilises a pyramid parsing module that exploits global context information by…

Similar Papers 제목 키워드 기반

DenoiseRank: Learning to Rank by Diffusion Models

2026-02-17 · Ying Wang, Preslav Nakov, Shangsong Liang arxiv

Learning to rank (LTR) is one of the core tasks in Machine Learning. Traditional LTR models have made great progress, but nearly all of them are implemented from discriminative perspective. In this paper, we aim at addre…

Binomial flows: Denoising and flow matching for discrete ordinal data

2026-05-01 · Yair Shenfeld, Ricardo Baptista, Stefano Peluchetti arxiv

Flow-based generative modeling in continuous spaces exploit Tweedie's formula to express the denoiser (learned in training) as a score function (used in sampling). In contrast, this relation has been largely missing in t…

HyperbolicDiffusion: Sharp & Scalable Tiled Generation on the Hyperbolic Plane

2026-08-04 · Hugo Caselles-Dupré arxiv

Planar tiled diffusion denoises overlapping windows of one rectangular canvas. The hyperbolic plane has no such canvas, and its area grows exponentially with radius. We introduce HyperbolicDiffusion, a training-free meth…

When AWGN-based Denoiser Meets Real Noises

2019-04-06 · Yuqian Zhou, Jianbo Jiao, Haibin Huang, Yang Wang 외

Discriminative learning-based image denoisers have achieved promising performance on synthetic noises such as Additive White Gaussian Noise (AWGN). The synthetic noises adopted in most previous work are pixel-independent…

Denoising

Data-Free Knowledge Distillation via Feature Exchange and Activation Region Constraint

2023-01-01 · CVPR 2023 1 · Shikang Yu, Jiachen Chen, Hu Han, Shuqiang Jiang

Despite the tremendous progress on data-free knowledge distillation (DFKD) based on synthetic data generation, there are still limitations in diverse and efficient data synthesis. It is naive to expect that a simple …

Data AugmentationData-free Knowledge DistillationKnowledge DistillationSynthetic Data Generation