相关实验视频
Updated: Jul 1, 2025

13:19
Deep Neural Networks for Image-Based Dietary Assessment
Published on: March 13, 2021
9.2K
列列卷积神经网络:减少有效图像处理的参数
Seongil Im1,2, Jae-Seung Jeong3, Junseo Lee1,4
1Center for Opto-Electronic Materials and Devices, Korea Institute of Science and Technology, Seoul, 02792 Republic of Korea.
Neural computation
|March 8, 2024
概括
这项研究介绍了一种列列卷积神经网络 (CRCNN),用于高效的深度学习. 在保持精度的同时,CRCNN减少了模型参数和计算,在异常检测方面被证明是有效的.
科学领域:
- 计算机科学 计算机科学
- 人工智能的人工智能
- 机器学习 机器学习
背景情况:
- 深度学习模型通过增加参数来实现进步,但这需要大量的计算资源.
- 模型压缩技术对于降低参数,同时保持性能至关重要.
- 卷积神经网络 (CNN) 提供了比完全连接 (FC) 网络更高的效率.
研究的目的:
- 提出一种新的卷积神经网络 (CNN) 架构,即列列卷积神经网络 (CRCNN).
- 在深度学习模型中显著减少学习参数和计算步骤的数量.
- 证明CRCNN在保持准确性方面的有效性及其在异常检测中的适用性.
主要方法:
- 该CRCNN应用1D卷积图像数据使用本地受体场在列和行方向.
- 特性抽象是通过独立处理每个方向的数据来执行的.
- 来自两个方向的特征在被输入到完全连接 (FC) 层之前被连接在一起.
主要成果:
- 与传统的CNN相比,CRCNN显著减少了学习参数和操作步骤的数量.
- 实验结果显示的准确性与使用较少参数的现有方法相提并论.
- 该CRCNN架构证明了对一类异常检测任务的可行性.
结论:
- 拟议的CRCNN通过减少模型复杂性,为深度学习提供了有效的替代方案.
- CRCNN有效地平衡了性能和计算成本,使其适用于资源有限的环境.
- 在异常检测中CRCNN的成功应用凸显了它对各种现实世界问题的多功能性.
相关概念视频
Convolution: Math, Graphics, and Discrete Signals
254
In any LTI (Linear Time-Invariant) system, the convolution of two signals is denoted using a convolution operator, assuming all initial conditions are zero. The convolution integral can be divided into two parts: the zero-input or natural response and the zero-state or forced response, with t0 indicating the initial time.
To simplify the convolution integral, it is assumed that both the input signal and impulse response are zero for negative time values. The graphical convolution process...
To simplify the convolution integral, it is assumed that both the input signal and impulse response are zero for negative time values. The graphical convolution process...
254
Downsampling
157
When considering a sampled sequence with zero values between sampling instants, one can replace it by taking every N-th value of the sequence. At these integer multiples of N, the original and sampled sequences coincide. This process, known as decimation, involves extracting every N-th sample from a sequence, thereby creating a more efficient sequence.
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
157
Upsampling
236
Managing signal sampling rates is essential in digital signal processing to maintain signal integrity. A decimated signal, characterized by a reduced frequency range due to its lower sampling rate, can be upsampled by inserting zeros between each sample. This upsampling process expands the original spectrum and introduces repeated spectral replicas at intervals dictated by the new Nyquist frequency. To refine this zero-inserted sequence, it is passed through a lowpass filter with a cutoff...
236
Convolution Properties II
199
The important convolution properties include width, area, differentiation, and integration properties.
The width property indicates that if the durations of input signals are T1 and T2, then the width of the output response equals the sum of both durations, irrespective of the shapes of the two functions. For instance, convolving two rectangular pulses with durations of 2 seconds and 1 second results in a function with a width of 3 seconds.
The area property asserts that the area under the...
The width property indicates that if the durations of input signals are T1 and T2, then the width of the output response equals the sum of both durations, irrespective of the shapes of the two functions. For instance, convolving two rectangular pulses with durations of 2 seconds and 1 second results in a function with a width of 3 seconds.
The area property asserts that the area under the...
199
Convolution Properties I
149
Convolution computations can be simplified by utilizing their inherent properties.
The commutative property reveals that the input and the impulse response of an LTI (Linear Time-Invariant) system can be interchanged without affecting the output:
The commutative property reveals that the input and the impulse response of an LTI (Linear Time-Invariant) system can be interchanged without affecting the output:
149
Deconvolution
159
Deconvolution, also known as inverse filtering, is the process of extracting the impulse response from known input and output signals. This technique is vital in scenarios where the system's characteristics are unknown, and they must be inferred from the observable signals.
Deconvolution involves several mathematical techniques to derive the impulse response. One common approach is polynomial division. In this method, the input and output sequences are treated as coefficients of...
Deconvolution involves several mathematical techniques to derive the impulse response. One common approach is polynomial division. In this method, the input and output sequences are treated as coefficients of...
159

