Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Few-Shot Open-Set Audio Classification Using Attention Information-Fused Prototypes

About

Most existing audio classification methods suppose that each query (testing) sample belongs to a class of support (training) samples, and misrecognize samples of unseen classes as seen classes (cannot reject samples of unseen classes). In this study, we propose a method for Few-shot Open-set Audio Classification (FOAC), which can recognize query samples of seen classes after updating the model using a few support samples, and meanwhile reject query samples from unseen classes. We design a model consisting of an encoder and a classifier. The encoder is the backbone of a ResNet used for extracting embeddings. The classifier consists of prototype generators of few-shot classes and open-set classes. Prototypes of few-shot classes are obtained by fusing the class-discriminative information of support and query embeddings and by assigning larger weighting coefficient to representative part of the support embeddings. One prototype is generated for open-set classes using the proposed prototype generator. The encoder is trained with abundant samples of base classes in supervised manner, and then the prototypes of base classes are generated under the supervision of a joint loss. The classifier is trained using a few samples of few-shot classes in a meta-training way. Three public datasets (LS-100, NSynth-100, and FSC-89) are used to assess the performance of our method. Experiments show that our method has advantage over prior methods in AUROC and accuracy. This advantage has statistical significance for most prior methods. Our method has lower computational complexity than most prior methods. The code is at https://github.com/Jessytan/FOAC-AIFP.

Yanxiong Li, Jiaxin Tan, Qianqian Li, Guoqing Chen, Sen Huang, Tuomas Virtanen• 2026

Related benchmarks

TaskDatasetResultRank
Few-shot Audio ClassificationFSC-89, NSynth-100, and LS-100 Generalizability Cross-Dataset 5-way 5-shot
Accuracy74.2
54
Few-shot classificationFSC-89 → NSynth-100
Accuracy74.2
31
Few-shot classificationFSC-89 → LS-100
Accuracy72.18
22
Few-shot classificationFSC-89 to NSynth-100
AUROC0.6697
18
Few-shot Open-set Audio ClassificationDomestic Environments
Accuracy87.32
18
Few-shot classificationFSC-89 to LS-100
AUROC63.11
9
Few-shot classificationNSynth 100 to LS-100
AUROC57.63
9
Few-shot classificationLS-100 to FSC-89
AUROC44.13
9
Few-shot classificationLS-100 to NSynth-100
AUROC65.35
9
Few-shot classificationNSynth-100 → LS-100
Acc61.28
9
Showing 10 of 18 rows

Other info

Follow for update