paper-with-me

홈 › Papers

MixedTeacher : Knowledge Distillation for fast inference textural anomaly detection

2023-06-16 · Simon Thomine, Hichem Snoussi, Mahmoud Soua

For a very long time, unsupervised learning for anomaly detection has been at the heart of image processing research and a stepping stone for high performance industrial automation process. With the emergence of CNN, several methods have been proposed such as Autoencoders, GAN, deep feature extraction, etc. In this paper, we propose a new method based on the promising concept of knowledge distillation which consists of training a network (the student) on normal samples while considering the output of a larger pretrained network (the teacher). The main contributions of this paper are twofold: First, a reduced student architecture with optimal layer selection is proposed, then a new Student-Teacher architecture with network bias reduction combining two teachers is proposed in order to jointly enhance the performance of anomaly detection and its localization accuracy. The proposed texture anomaly detector has an outstanding capability to detect defects in any texture and a fast inference time compared to the SOTA methods.

📄 PDF Abstract BibTeX arXiv:2306.09859

Code (1)

SimonThomine/MixedTeacher 공식 구현 pytorch

Tasks

Anomaly DetectionKnowledge 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 제목 키워드 기반

A Teacher-Free Graph Knowledge Distillation Framework with Dual Self-Distillation

2024-03-06 · Lirong Wu, Haitao Lin, Zhangyang Gao, Guojiang Zhao 외

Recent years have witnessed great success in handling graph-related tasks with Graph Neural Networks (GNNs). Despite their great academic success, Multi-Layer Perceptrons (MLPs) remain the primary workhorse for practical…

Knowledge Distillation

Image Retargeting by Content-Aware Synthesis

2014-03-26 · Weiming Dong, Fuzhang Wu, Yan Kong, Xing Mei 외

Real-world images usually contain vivid contents and rich textural details, which will complicate the manipulation on them. In this paper, we design a new framework based on content-aware synthesis to enhance content-awa…

Image Retargeting

Weight Squeezing: Reparameterization for Compression and Fast Inference

2020-05-30 · Anonymous

In this work, we present a novel approach for simultaneous knowledge transfer and model compression called Weight Squeezing. With this method, we perform knowledge transfer from a pre-trained teacher model by learning th…

Knowledge DistillationModel Compressiontext-classificationText Classification+1

FastAST: Accelerating Audio Spectrogram Transformer via Token Merging and Cross-Model Knowledge Distillation

2024-06-11 · Swarup Ranjan Behera, Abhishek Dhiman, Karthik Gowda, Aalekhya Satya Narayani

Audio classification models, particularly the Audio Spectrogram Transformer (AST), play a crucial role in efficient audio analysis. However, optimizing their efficiency without compromising accuracy remains a challenge. …

Audio ClassificationKnowledge Distillation

Distilling Autoregressive Models to Obtain High-Performance Non-Autoregressive Solvers for Vehicle Routing Problems with Faster Inference Speed

2023-12-19 · Yubin Xiao, Di Wang, Boyang Li, Mingzhao Wang 외

Neural construction models have shown promising performance for Vehicle Routing Problems (VRPs) by adopting either the Autoregressive (AR) or Non-Autoregressive (NAR) learning approach. While AR models produce high-quali…

Knowledge Distillation