File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ \subsection{Point Cloud}
103103 \label {eq:chamfer distance }
104104\end {equation }
105105
106- 对于每个单项,称为uni chamfer distance.在一个点云是另一个子集的时候有用.
106+ 对于每个单项,称为uni chamfer distance.在一个点云是另一个子集的时候有用.并且这里似乎应该除以二才能和EMD进行比较.
107107
108108另一个度量是Earth Mover's distance\footnote {在WGAN中使用.}.与CD不同的是,它要求两个点云数量相同,
109109且每个点必须找到互不重复的对应.\footnote {Earthmover,中文直译为推土机.
@@ -155,7 +155,7 @@ \subsection{Implicit Representation}
155155 \item 使用神经网络把物体的几何通过SDF的方式存储下来
156156\end {enumerate }
157157
158- \subsubsection {mesh to SDF }
158+ \subsubsection {Mesh to SDF }
159159
160160在处理Mesh到Signed Distance Field (SDF)的转换时,首先需要一些坐标点,
161161基于这些点的距离值,可以尝试开发算法来计算对应的SDF值
@@ -170,7 +170,7 @@ \subsubsection{mesh to SDF}
170170这些等高线描绘了在某些区域距离先减小然后增加,其中距离最近的点附近的区域距离为零,
171171利用距离为零的区域判断点是在物体的内部还是外部.
172172
173- \subsubsection {SDF to mesh }
173+ \subsubsection {SDF to Mesh }
174174
175175使用 marching cube
176176
Original file line number Diff line number Diff line change @@ -216,11 +216,6 @@ \section{Generative Models}
216216 \label {fig:simple_VAE }
217217 \end {figure }
218218
219- 如图\ref {fig:simple_VAE }所示,我们可以将VAE简化为一个简单的网络结构:
220- 令decoder的$ \sigma = 1 $ ,即协方差矩阵为单位阵.否则对于上面这一项,
221- 网络可以通过一直增大方差的方式来减小loss,如果$ \sigma = 1 $ ,
222- 损失函数就没有了分母,变为MSE.
223-
224219 第二项,也就是让网络输出的分布的接近真实的分布
225220 (注意上式的$ x$ 并不是网络输出,而是输入)
226221
@@ -240,6 +235,11 @@ \section{Generative Models}
240235 \exp ^{-\xk {\frac {x - \mu }{\sigma }}^2}
241236 \end {equation }
242237
238+ 所以如图\ref {fig:simple_VAE }所示,我们可以将VAE简化为一个简单的网络结构:
239+ 令decoder的$ \sigma = 1 $ ,即协方差矩阵为单位阵.否则对于上面这一项,
240+ 网络可以通过一直增大方差的方式来减小loss,如果$ \sigma = 1 $ ,
241+ 损失函数就没有了分母,变为MSE.
242+
243243 \textbf {为什么使用高斯分布? }
244244
245245 \begin {enumerate }
You can’t perform that action at this time.
0 commit comments