paper-with-me

Papers

Double Reverse Regularization Network Based on Self-Knowledge Distillation for SAR Object Classification

2023-11-26 · Bo Xu, Hao Zheng, Zhigang Hu, Liu Yang, Meiguang Zheng

In current synthetic aperture radar (SAR) object classification, one of the major challenges is the severe overfitting issue due to the limited dataset (few-shot) and noisy data. Considering the advantages of knowledge distillation as a learned label smoothing regularization, this paper proposes a novel Double Reverse Regularization Network based on Self-Knowledge Distillation (DRRNet-SKD). Specifically, through exploring the effect of distillation weight on the process of distillation, we are inspired to adopt the double reverse thought to implement an effective regularization network by combining offline and online distillation in a complementary way. Then, the Adaptive Weight Assignment (AWA) module is designed to adaptively assign two reverse-changing weights based on the network performance, allowing the student network to better benefit from both teachers. The experimental results on OpenSARShip and FUSAR-Ship demonstrate that DRRNet-SKD exhibits remarkable performance improvement on classical CNNs, outperforming state-of-the-art self-knowledge distillation methods.

📄 PDF Abstract BibTeX arXiv:2311.15231

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationSelf-Knowledge Distillation

Methods 이 논문이 사용한 방법론

Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
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 제목 키워드 기반

Self-Distilled Policy Gradient

2026-06-02 · Yifeng Liu, Shiyuan Zhang, Yifan Zhang, Quanquan Gu arxiv

On-policy self-distillation, where a language model conditions on privileged context to supervise its own generations, is a promising source of dense supervision for sparse-reward reinforcement learning. Actually, it can…

Reinforcement Learning

Lightweight Self-Knowledge Distillation with Multi-source Information Fusion

2023-05-16 · Xucong Wang, Pengchao Han, Lei Guo

Knowledge Distillation (KD) is a powerful technique for transferring knowledge between neural network models, where a pre-trained teacher model is used to facilitate the training of the target student model. However, the…

Knowledge DistillationSelf-Knowledge Distillation

Self-Distillation Amplifies Regularization in Hilbert Space

2020-02-13 · NeurIPS 2020 12 · Hossein Mobahi, Mehrdad Farajtabar, Peter L. Bartlett

Knowledge distillation introduced in the deep learning context is a method to transfer knowledge from one architecture to another. In particular, when the architectures are identical, this is called self-distillation. Th…

Knowledge DistillationL2 Regularization

Scale-Aware Contrastive Reverse Distillation for Unsupervised Medical Anomaly Detection

2025-03-18 · Chunlei Li, Yilei Shi, Jingliang Hu, Xiao Xiang Zhu 외

Unsupervised anomaly detection using deep learning has garnered significant research attention due to its broad applicability, particularly in medical imaging where labeled anomalous data are scarce. While earlier approa…

Anomaly DetectionKnowledge DistillationSelf-Supervised LearningUnsupervised Anomaly Detection

Solvable Model for Inheriting the Regularization through Knowledge Distillation

2020-12-01 · Luca Saglietti, Lenka Zdeborová

In recent years the empirical success of transfer learning with neural networks has stimulated an increasing interest in obtaining a theoretical understanding of its core properties. Knowledge distillation where a smalle…

Knowledge DistillationTransfer Learning