FFTMed:利用快速福利埃转换来实现轻量级和抗逆弹性的医疗图像细分框架
Viet Tien Pham1, Minh Hieu Ha2, Bao V Q Bui3
1Department of Computer Science, The University of Alabama at Birmingham, Birmingham, USA.
Scientific reports
|October 30, 2025
概括
本研究介绍了FFTMed,这是一种用于医疗图像细分的新型神经网络,它在频率域中运行. 在不需要额外的训练数据的情况下,FFTMed有效地降低了噪音并提高了细分精度.
科学领域:
- 医疗成像医学成像
- 人工智能的人工智能
- 计算机视觉 计算机视觉
背景情况:
- 准确的医学图像细分对于计算机辅助诊断和治疗规划至关重要.
- 图像噪声显著降低了诊断准确度,并使治疗复杂化.
- 现有的方法部分整合了频域处理,限制了它们的有效性.
研究的目的:
- 介绍FFTMed,一种用于医学图像细分的新型神经架构,直接在频率域中运行.
- 提高医疗图像细分中的噪声弹性和计算效率.
- 提出一个新的基准来评估细分模型中的噪声易感性.
主要方法:
- 开发了FFTMed,一种处理频域图像的神经网络架构.
- 利用频域处理的固有噪声弹性.
- 引入了一个新的基准数据集,具有不同的噪声水平,用于严格评估.
主要成果:
- FFTMed有效消除噪音,并实现准确的医疗图像细分.
- 该模型在训练过程中没有额外的噪音增强的情况下,对噪音高的测试图像具有弹性.
- 与基线模型相比,FFTMed对对抗性攻击具有强大的抵抗力.
结论:
- FFTMed为减少医疗成像中的噪音和准确细分提供了强大的解决方案.
- 拟议的架构可以提高诊断准确性和治疗计划有效性.
- FFTMed为现实世界医疗图像分析提供了强大且计算效率高的方法.
相关概念视频
Fast Fourier Transform
878
The Fast Fourier Transform (FFT) is a computational algorithm designed to compute the Discrete Fourier Transform (DFT) efficiently. By breaking down the calculations into smaller, manageable sections, the FFT significantly reduces the computational complexity involved. Direct computation of an N-point DFT requires N2 complex multiplications, whereas the FFT algorithm needs only (N/2)log2N multiplications, offering a much faster performance.
The computational efficiency of the FFT becomes...
The computational efficiency of the FFT becomes...
878
Continuous -time Fourier Transform
821
The Fourier series is instrumental in representing periodic functions, offering a powerful method to decompose such functions into a sum of sinusoids. This technique, however, necessitates modification when applied to nonperiodic functions. Consider a pulse-train waveform consisting of a series of rectangular pulses. When these pulses have a finite period, they can be accurately represented by a Fourier series. Yet, as the period approaches infinity, resulting in a single, isolated pulse, the...
821

