paper-with-me

Papers

Transformaly -- Two (Feature Spaces) Are Better Than One

2021-12-08 · Matan Jacob Cohen, Shai Avidan

Anomaly detection is a well-established research area that seeks to identify samples outside of a predetermined distribution. An anomaly detection pipeline is comprised of two main stages: (1) feature extraction and (2) normality score assignment. Recent papers used pre-trained networks for feature extraction achieving state-of-the-art results. However, the use of pre-trained networks does not fully-utilize the normal samples that are available at train time. This paper suggests taking advantage of this information by using teacher-student training. In our setting, a pretrained teacher network is used to train a student network on the normal training samples. Since the student network is trained only on normal samples, it is expected to deviate from the teacher network in abnormal cases. This difference can serve as a complementary representation to the pre-trained feature vector. Our method -- Transformaly -- exploits a pre-trained Vision Transformer (ViT) to extract both feature vectors: the pre-trained (agnostic) features and the teacher-student (fine-tuned) features. We report state-of-the-art AUROC results in both the common unimodal setting, where one class is considered normal and the rest are considered abnormal, and the multimodal setting, where all classes but one are considered normal, and just one class is considered abnormal. The code is available at https://github.com/MatanCohen1/Transformaly.

📄 PDF Abstract BibTeX arXiv:2112.04185

Code (1)

MatanCohen1/Transformaly 공식 구현 pytorch

Tasks

Anomaly DetectionVocal Bursts Valence Prediction

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Position-Wise Feed-Forward Layer 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Performance of Gaussian Mixture Model Classifiers on Embedded Feature Spaces

2024-10-17 · Jeremy Chopin, Rozenn Dahyot

Data embeddings with CLIP and ImageBind provide powerful features for the analysis of multimedia and/or multimodal data. We assess their performance here for classification using a Gaussian Mixture models (GMMs) based la…

Image Classification

Fast Multi-dimensional Refusal Subspaces via RFM-AGOP

2026-07-02 · Thomas Winninger arxiv

Steering and monitoring activations in Large Language Models (LLMs) are increasingly used for both safety and interpretability. Early work assumed behaviours are encoded along single linear directions, but recent finding…

Study on Feature Subspace of Archetypal Emotions for Speech Emotion Recognition

2016-11-17 · Xi Ma, Zhiyong Wu, Jia Jia, Mingxing Xu 외

Feature subspace selection is an important part in speech emotion recognition. Most of the studies are devoted to finding a feature subspace for representing all emotions. However, some studies have indicated that the fe…

Emotion RecognitionGeneral ClassificationSpeech Emotion Recognition

Comparative study of histogram distance measures for re-identification

2016-11-24 · Pedro A. Marín-Reyes, Javier Lorenzo-Navarro, Modesto Castrillón-Santana

Color based re-identification methods usually rely on a distance function to measure the similarity between individuals. In this paper we study the behavior of several histogram distance measures in different color space…

A Significantly Better Class of Activation Functions Than ReLU Like Activation Functions

2024-05-07 · Mathew Mithra Noel, Yug Oswal

This paper introduces a significantly better class of activation functions than the almost universally used ReLU like and Sigmoidal class of activation functions. Two new activation functions referred to as the Cone and …