Upsampling 发音 定义 Definition Upsampling :上采样;指在数字信号处理 或图像/音频/机器学习 中,把离散序列的采样率(或数据点密度)提高(例如从 16 kHz 提到 48 kHz,或把小图放大到更高分辨率)。常见做法是插值 (interpolation)或先“插零”再滤波重建。另有相关但不同的概念如“超分辨率”(super-resolution)。
发音 Pronunciation (IPA) /psmpl/
例句 Examples Upsampling makes the audio sound smoother. 上采样会让音频听起来更平滑。
In the neural network, we used upsampling layers to restore the feature map to a higher resolution before predicting the final mask. 在神经网络中,我们使用上采样层在预测最终掩膜之前把特征图恢复到更高分辨率。
词源 Etymology 由 **up-**(向上、提高)+ sampling (采样)构成,字面意思是“把采样提高”。该词在工程语境中常与“改变采样率/重采样”一起使用,尤其常见于多速率信号处理与图像处理领域。
相关词 Related Words 文献与著作中的用例 Literary / Notable Works Discrete-Time Signal Processing (Alan V. Oppenheim, Ronald W. Schafer):在多速率处理章节讨论上采样与插值滤波。 Multirate Digital Signal Processing (Ronald E. Crochiere, Lawrence R. Rabiner):系统讲解 upsampling/decimation 与滤波器组。 Deep Learning (Ian Goodfellow, Yoshua Bengio, Aaron Courville):在卷积网络相关内容中涉及特征图上采样/反卷积等概念。 Dive into Deep Learning (Aston Zhang 等):在语义分割等任务中常以 upsampling(或转置卷积)恢复空间分辨率。