paper-with-me

Papers

An Inception-Residual-Based Architecture with Multi-Objective Loss for Detecting Respiratory Anomalies

2023-03-07 · Dat Ngo, Lam Pham, Huy Phan, Minh Tran, Delaram Jarchi, Sefki Kolozali

This paper presents a deep learning system applied for detecting anomalies from respiratory sound recordings. Initially, our system begins with audio feature extraction using Gammatone and Continuous Wavelet transformation. This step aims to transform the respiratory sound input into a two-dimensional spectrogram where both spectral and temporal features are presented. Then, our proposed system integrates Inception-residual-based backbone models combined with multi-head attention and multi-objective loss to classify respiratory anomalies. Instead of applying a simple concatenation approach by combining results from various spectrograms, we propose a Linear combination, which has the ability to regulate equally the contribution of each individual spectrogram throughout the training process. To evaluate the performance, we conducted experiments over the benchmark dataset of SPRSound (The Open-Source SJTU Paediatric Respiratory Sound) proposed by the IEEE BioCAS 2022 challenge. As regards the Score computed by an average between the average score and harmonic score, our proposed system gained significant improvements of 9.7%, 15.8%, 17.8%, and 16.1% in Task 1-1, Task 1-2, Task 2-1, and Task 2-2, respectively, compared to the challenge baseline system. Notably, we achieved the Top-1 performance in Task 2-1 and Task 2-2 with the highest Score of 74.5% and 53.9%, respectively.

📄 PDF Abstract BibTeX arXiv:2303.04104

Code (0)

등록된 구현이 없습니다.

Tasks

Task 2

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Inception-v4, Inception-ResNet and the Impact of Residual Connections on Learning

2016-02-23 · Christian Szegedy, Sergey Ioffe, Vincent Vanhoucke, Alex Alemi

Very deep convolutional networks have been central to the largest advances in image recognition performance in recent years. One example is the Inception architecture that has been shown to achieve very good performance …

ClassificationGeneral ClassificationImage Classification

Deep Inception-Residual Laplacian Pyramid Networks for Accurate Single Image Super-Resolution

2017-11-15 · Yongliang Tang, Weiguo Gong, Xi Chen, Weihong Li

With exploiting contextual information over large image regions in an efficient way, the deep convolutional neural network has shown an impressive performance for single image super-resolution (SR). In this paper, we pro…

Image Super-ResolutionSuper-Resolution

Improved Inception-Residual Convolutional Neural Network for Object Recognition

2017-12-28 · Md Zahangir Alom, Mahmudul Hasan, Chris Yakopcic, Tarek M. Taha 외

Machine learning and computer vision have driven many of the greatest advances in the modeling of Deep Convolutional Neural Networks (DCNNs). Nowadays, most of the research has been focused on improving recognition accur…

ObjectObject Recognition

Classifying galaxies in the Galaxy10 DECals dataset using Inception and Residual CNNs

2026-06-07 · Lanz Anthonee A. Lagman, Prospero C. Naval, Reinabelle C. Reyes arxiv

Image data regarding galactic morphology is expected to increase both in quantity and quality for the next foreseeable years; thus it is important to explore which deep learning architectures adapted for image classifica…

Computational EfficiencyImage Classification

Wide-Residual-Inception Networks for Real-time Object Detection

2017-02-04 · Youngwan Lee, Byeonghak Yim, Huien Kim, Eunsoo Park 외

Since convolutional neural network(CNN)models emerged,several tasks in computer vision have actively deployed CNN models for feature extraction. However,the conventional CNN models have a high computational cost and requ…

Objectobject-detectionObject DetectionReal-Time Object Detection