IVCVLGMENov 15, 2022

Auto-outlier Fusion Technique for Chest X-ray classification with Multi-head Attention Mechanism

arXiv:2211.08006v1h-index: 3
Originality Synthesis-oriented
AI Analysis

This work addresses preprocessing challenges for lung disease diagnosis from X-rays, but it appears incremental as it builds on existing datasets and attention methods without broad SOTA claims.

The paper tackles the problem of outliers and multi-label impact in chest X-ray classification by proposing an auto-outlier fusion technique for preprocessing, resulting in a cleaned dataset used to compare multi-head self-attention and multi-head attention with generalized max-pooling mechanisms.

A chest X-ray is one of the most widely available radiological examinations for diagnosing and detecting various lung illnesses. The National Institutes of Health (NIH) provides an extensive database, ChestX-ray8 and ChestXray14, to help establish a deep learning community for analysing and predicting lung diseases. ChestX-ray14 consists of 112,120 frontal-view X-ray images of 30,805 distinct patients with text-mined fourteen disease image labels, where each image has multiple labels and has been utilised in numerous research in the past. To our current knowledge, no previous study has investigated outliers and multi-label impact for a single X-ray image during the preprocessing stage. The effect of outliers is mitigated in this paper by our proposed auto-outlier fusion technique. The image label is regenerated by concentrating on a particular factor in one image. The final cleaned dataset will be used to compare the mechanisms of multi-head self-attention and multi-head attention with generalised max-pooling.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes