normalizing flows vs 直方图规定化

  • normalizing flows名字的由来

The base density P ( z ) P(z) P(z) is usually defined as a multivariate standard normal (i.e., with

mean zero and identity covariance). Hence, the effect of each subsequent inverse layer is

to gradually move or "flow" the data density toward this normal distribution (figure 16.4).

This gives rise to the name "normalizing flows."

因此,应该翻译为正态化流。

  • 描述

The forward mapping is sometimes termed the generative direction. The base density

is usually chosen to be a standard normal distribution. Hence, the inverse mapping is

termed the normalizing direction since this takes the complex distribution over x x x and

turns it into a normal distribution over z z z .

  • 本质

Normalizing flows is the only model that can compute the exact log-likelihood of a new sample. Generative adversarial networks are not probabilistic, and both variational autoencoders and diffusion models can only return a lower bound on the likelihood.

normalizing flows是分布到分布的映射,本质同直方图规定化,直方图本质是图像灰度的概率分布。

通过构造一个可逆的深度神经网络,并学习参数,然后通过正向映射过程近似概率分布或图像生成。

逆向的过程如同扩散模型正向加噪的过程,从复杂分布映射到简单的多元标准正态分布,异曲同工。

相关推荐
Uopiasd1234oo15 小时前
上下文引导模块改进YOLOv26局部与全局特征融合能力双重提升
深度学习·yolo·机器学习
哥布林学者15 小时前
深度学习进阶(十四)ConvNeXt
机器学习·ai
ytttr87317 小时前
MATLAB SIFT图像配准实现
算法·机器学习·matlab
小饕17 小时前
从 Word2Vec 到多模态:词嵌入技术的演进全景
人工智能·算法·机器学习
吻等离子18 小时前
机器学习基本概念篇(含思维导图)
人工智能·机器学习
lwf00616418 小时前
FFM (Field-aware Factorization Machine) 学习日记
算法·机器学习
用AI赚一点18 小时前
AI落地不是造大模型:从概念到落地的核心差异
人工智能·深度学习·机器学习
新新学长搞科研18 小时前
【高质量能源会议推荐】第十一届能源与环境研究进展国际学术会议(ICAEER 2026)
人工智能·物联网·算法·机器学习·能源·环境·新能源
lwf00616420 小时前
xDeepFM 学习日记
机器学习·推荐算法
啦啦啦_999920 小时前
1. 逻辑回归
算法·机器学习·逻辑回归