HAFFormer: A Hierarchical Attention-Free Framework for Alzheimer's Disease Detection From Spontaneous Speech
Zhongren Dong, Zixing Zhang, Weixiang Xu, Jing Han, Jianjun Ou,, Bj\"orn W. Schuller

TL;DR
HAFFormer is a novel hierarchical, attention-free transformer framework that efficiently detects Alzheimer's Disease from long speech samples, reducing computational complexity while maintaining high accuracy.
Contribution
The paper introduces HAFFormer, a hierarchical attention-free model that replaces self-attention with convolutional modules, improving efficiency for long speech analysis in AD detection.
Findings
Achieves 82.6% accuracy on ADReSS-M dataset.
Reduces computational complexity and model size compared to standard Transformers.
Effectively captures multi-grain information from speech for AD detection.
Abstract
Automatically detecting Alzheimer's Disease (AD) from spontaneous speech plays an important role in its early diagnosis. Recent approaches highly rely on the Transformer architectures due to its efficiency in modelling long-range context dependencies. However, the quadratic increase in computational complexity associated with self-attention and the length of audio poses a challenge when deploying such models on edge devices. In this context, we construct a novel framework, namely Hierarchical Attention-Free Transformer (HAFFormer), to better deal with long speech for AD detection. Specifically, we employ an attention-free module of Multi-Scale Depthwise Convolution to replace the self-attention and thus avoid the expensive computation, and a GELU-based Gated Linear Unit to replace the feedforward layer, aiming to automatically filter out the redundant information. Moreover, we design a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsEmotion and Mood Recognition
MethodsAttention Is All You Need · Dropout · Label Smoothing · Residual Connection · Softmax · Position-Wise Feed-Forward Layer · Absolute Position Encodings · Linear Layer · Byte Pair Encoding · Adam
