1 Star 1 Fork 0

MM-NUDT/thesis_latex

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
example.aux 12.02 KB
一键复制 编辑 原始数据 按行查看 历史
cenghiugitee 提交于 2021-04-05 00:46 . 更新
\relax
\providecommand\hyper@newdestlabel[2]{}
\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument}
\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined
\global\let\oldcontentsline\contentsline
\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}}
\global\let\oldnewlabel\newlabel
\gdef\newlabel#1#2{\newlabelxx{#1}#2}
\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}}
\AtEndDocument{\ifx\hyper@anchor\@undefined
\let\contentsline\oldcontentsline
\let\newlabel\oldnewlabel
\fi}
\fi}
\global\let\hyper@last\relax
\gdef\HyperFirstAtBeginDocument#1{#1}
\providecommand*\HyPL@Entry[1]{}
\HyPL@Entry{0<</S/D>>}
\citation{bib:one}
\citation{bib:two}
\citation{bib:three}
\citation{bib:four}
\citation{bib:five}
\citation{bib:six}
\@writefile{toc}{\contentsline {section}{\numberline {一、}问题重述}{3}{section.1}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {1\tmspace +\thinmuskip {.1667em}.\tmspace +\thinmuskip {.1667em}1}问题的提出}{3}{subsection.1.1}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {二、}问题分析}{3}{section.2}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {2\tmspace +\thinmuskip {.1667em}.\tmspace +\thinmuskip {.1667em}1}问题一分析}{3}{subsection.2.1}\protected@file@percent }
\citation{bib:seven}
\@writefile{toc}{\contentsline {subsection}{\numberline {2\tmspace +\thinmuskip {.1667em}.\tmspace +\thinmuskip {.1667em}2}问题二分析}{4}{subsection.2.2}\protected@file@percent }
\citation{bib:eight}
\citation{bib:nine}
\citation{bib:ten}
\citation{bib:eleven}
\citation{bib:twelve}
\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces 1-2.png原图\relax }}{5}{figure.caption.2}\protected@file@percent }
\providecommand*\caption@xref[2]{\@setref\relax\@undefined{#1}}
\newlabel{fig:1-2}{{1}{5}{1-2.png原图\relax }{figure.caption.2}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces 1-2.png颜色分布图\relax }}{5}{figure.caption.2}\protected@file@percent }
\newlabel{fig:colordis}{{2}{5}{1-2.png颜色分布图\relax }{figure.caption.2}{}}
\@writefile{toc}{\contentsline {section}{\numberline {三、}问题假设}{5}{section.3}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {四、}符号说明}{5}{section.4}\protected@file@percent }
\citation{bib:thirteen}
\@writefile{toc}{\contentsline {section}{\numberline {五、}模型构建}{6}{section.5}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {5\tmspace +\thinmuskip {.1667em}.\tmspace +\thinmuskip {.1667em}1}细粒度图像分类模型NTS-Net}{6}{subsection.5.1}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {3}{\ignorespaces NTS-Net模型概述。导航器导航模型集中于信息量最大的区域,而教学器对提出的区域进行检验并提供反馈。然后,审查器审查这些区域并进行预测。\relax }}{6}{figure.caption.3}\protected@file@percent }
\newlabel{model}{{3}{6}{NTS-Net模型概述。导航器导航模型集中于信息量最大的区域,而教学器对提出的区域进行检验并提供反馈。然后,审查器审查这些区域并进行预测。\relax }{figure.caption.3}{}}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {5\tmspace +\thinmuskip {.1667em}.\tmspace +\thinmuskip {.1667em}1\tmspace +\thinmuskip {.1667em}.\tmspace +\thinmuskip {.1667em}1}导航器和教学器}{6}{subsubsection.5.1.1}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {4}{\ignorespaces 导航器网络的训练方法。对于输入图像,特征提取器提取其深层特征图,然后将特征图输入导航器网络,计算所有区域的信息量。在进行NMS处理之后,我们选择的前M(此处M = 3)个信息区域,并将它们的信息量表示为$\{I_1,I_2,I_3\}$。 然后,我们从完整的图像中裁剪区域,将它们调整到预定义的大小,并将其输入教学器网络,然后我们得到置信度$\{C_1,C_2,C_3\}$。我们优化导航器网络,使$\{I_1,I_2,I_3\}$$\{C_1,C_2,C_3\}$拥有相同的顺序。\relax }}{7}{figure.caption.4}\protected@file@percent }
\newlabel{Navigator}{{4}{7}{导航器网络的训练方法。对于输入图像,特征提取器提取其深层特征图,然后将特征图输入导航器网络,计算所有区域的信息量。在进行NMS处理之后,我们选择的前M(此处M = 3)个信息区域,并将它们的信息量表示为$\{I_1,I_2,I_3\}$。 然后,我们从完整的图像中裁剪区域,将它们调整到预定义的大小,并将其输入教学器网络,然后我们得到置信度$\{C_1,C_2,C_3\}$。我们优化导航器网络,使$\{I_1,I_2,I_3\}$$\{C_1,C_2,C_3\}$拥有相同的顺序。\relax }{figure.caption.4}{}}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {5\tmspace +\thinmuskip {.1667em}.\tmspace +\thinmuskip {.1667em}1\tmspace +\thinmuskip {.1667em}.\tmspace +\thinmuskip {.1667em}2}审查器}{7}{subsubsection.5.1.2}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {5\tmspace +\thinmuskip {.1667em}.\tmspace +\thinmuskip {.1667em}1\tmspace +\thinmuskip {.1667em}.\tmspace +\thinmuskip {.1667em}3}损失函数及优化}{7}{subsubsection.5.1.3}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {5}{\ignorespaces NTS-Net的推理过程(这里K = 3)。输入图像首先被输入到特征提取器,然后导航器网络提出输入的信息最丰富的区域。我们从输入图像中裁剪这些区域,并将其大小调整到预定义的大小,然后使用特征提取器来计算这些区域的特征,并将它们与输入图像的特征融合。最后,审查器网络处理融合的特征来预测标签。\relax }}{8}{figure.caption.5}\protected@file@percent }
\newlabel{process}{{5}{8}{NTS-Net的推理过程(这里K = 3)。输入图像首先被输入到特征提取器,然后导航器网络提出输入的信息最丰富的区域。我们从输入图像中裁剪这些区域,并将其大小调整到预定义的大小,然后使用特征提取器来计算这些区域的特征,并将它们与输入图像的特征融合。最后,审查器网络处理融合的特征来预测标签。\relax }{figure.caption.5}{}}
\@writefile{toc}{\contentsline {subsection}{\numberline {5\tmspace +\thinmuskip {.1667em}.\tmspace +\thinmuskip {.1667em}2}含油量分析}{8}{subsection.5.2}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {5\tmspace +\thinmuskip {.1667em}.\tmspace +\thinmuskip {.1667em}2\tmspace +\thinmuskip {.1667em}.\tmspace +\thinmuskip {.1667em}1}坐标转换与降维映射}{8}{subsubsection.5.2.1}\protected@file@percent }
\newlabel{transform}{{3}{9}{坐标转换与降维映射}{equation.5.3}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {6}{\ignorespaces 转换后像素分布\relax }}{9}{figure.caption.6}\protected@file@percent }
\newlabel{dim3to2}{{6}{9}{转换后像素分布\relax }{figure.caption.6}{}}
\newlabel{fun1}{{4}{9}{坐标转换与降维映射}{equation.5.4}{}}
\newlabel{fun2}{{5}{9}{坐标转换与降维映射}{equation.5.5}{}}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {5\tmspace +\thinmuskip {.1667em}.\tmspace +\thinmuskip {.1667em}2\tmspace +\thinmuskip {.1667em}.\tmspace +\thinmuskip {.1667em}2}边缘识别}{9}{subsubsection.5.2.2}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {7}{\ignorespaces 分类函数\relax }}{10}{figure.caption.7}\protected@file@percent }
\newlabel{classifier}{{7}{10}{分类函数\relax }{figure.caption.7}{}}
\newlabel{jpgfigure}{{8(a)}{10}{Subfigure 8(a)}{subfigure.8.1}{}}
\newlabel{sub@jpgfigure}{{(a)}{10}{Subfigure 8(a)\relax }{subfigure.8.1}{}}
\newlabel{subfigure}{{8(b)}{10}{Subfigure 8(b)}{subfigure.8.2}{}}
\newlabel{sub@subfigure}{{(b)}{10}{Subfigure 8(b)\relax }{subfigure.8.2}{}}
\newlabel{bgremove}{{8(c)}{10}{Subfigure 8(c)}{subfigure.8.3}{}}
\newlabel{sub@bgremove}{{(c)}{10}{Subfigure 8(c)\relax }{subfigure.8.3}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {8}{\ignorespaces 边缘识别图像处理对比图\relax }}{10}{figure.caption.8}\protected@file@percent }
\newlabel{process_img}{{8}{10}{边缘识别图像处理对比图\relax }{figure.caption.8}{}}
\@writefile{lof}{\contentsline {subfigure}{\numberline{(a)}{\ignorespaces {带背景的图片}}}{10}{figure.caption.8}\protected@file@percent }
\@writefile{lof}{\contentsline {subfigure}{\numberline{(b)}{\ignorespaces {一阶滤波差分图}}}{10}{figure.caption.8}\protected@file@percent }
\@writefile{lof}{\contentsline {subfigure}{\numberline{(c)}{\ignorespaces {石块、背景划分}}}{10}{figure.caption.8}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {六、}实验结果}{11}{section.6}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {6\tmspace +\thinmuskip {.1667em}.\tmspace +\thinmuskip {.1667em}1}岩石样本识别实验}{11}{subsection.6.1}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {6\tmspace +\thinmuskip {.1667em}.\tmspace +\thinmuskip {.1667em}1\tmspace +\thinmuskip {.1667em}.\tmspace +\thinmuskip {.1667em}1}数据集处理}{11}{subsubsection.6.1.1}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {6\tmspace +\thinmuskip {.1667em}.\tmspace +\thinmuskip {.1667em}1\tmspace +\thinmuskip {.1667em}.\tmspace +\thinmuskip {.1667em}2}实验结果分析}{11}{subsubsection.6.1.2}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {9}{\ignorespaces 训练/测试误差\relax }}{11}{figure.caption.9}\protected@file@percent }
\newlabel{fig:loss}{{9}{11}{训练/测试误差\relax }{figure.caption.9}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {10}{\ignorespaces 训练/测试准确率\relax }}{11}{figure.caption.9}\protected@file@percent }
\newlabel{fig:acc}{{10}{11}{训练/测试准确率\relax }{figure.caption.9}{}}
\@writefile{toc}{\contentsline {subsection}{\numberline {6\tmspace +\thinmuskip {.1667em}.\tmspace +\thinmuskip {.1667em}2}含油量分析实验}{11}{subsection.6.2}\protected@file@percent }
\bibcite{bib:one}{1}
\@writefile{lof}{\contentsline {figure}{\numberline {11}{\ignorespaces 无背景原图\relax }}{12}{figure.caption.10}\protected@file@percent }
\newlabel{ori1}{{11}{12}{无背景原图\relax }{figure.caption.10}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {12}{\ignorespaces 无背景荧光标记\relax }}{12}{figure.caption.10}\protected@file@percent }
\newlabel{res1}{{12}{12}{无背景荧光标记\relax }{figure.caption.10}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {13}{\ignorespaces 有背景原图\relax }}{12}{figure.caption.10}\protected@file@percent }
\newlabel{ori2}{{13}{12}{有背景原图\relax }{figure.caption.10}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {14}{\ignorespaces 有背景荧光标记\relax }}{12}{figure.caption.10}\protected@file@percent }
\newlabel{res2}{{14}{12}{有背景荧光标记\relax }{figure.caption.10}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {15}{\ignorespaces 石油含量分布直方图\relax }}{12}{figure.caption.11}\protected@file@percent }
\newlabel{resbar}{{15}{12}{石油含量分布直方图\relax }{figure.caption.11}{}}
\@writefile{toc}{\contentsline {section}{参考文献}{12}{section*.13}\protected@file@percent }
\bibcite{bib:two}{2}
\bibcite{bib:three}{3}
\bibcite{bib:four}{4}
\bibcite{bib:five}{5}
\bibcite{bib:six}{6}
\bibcite{bib:seven}{7}
\bibcite{bib:eight}{8}
\bibcite{bib:nine}{9}
\bibcite{bib:ten}{10}
\bibcite{bib:eleven}{11}
\@writefile{lot}{\contentsline {table}{\numberline {1}{\ignorespaces 最低5类与最高5类含油量对应表\relax }}{13}{table.caption.12}\protected@file@percent }
\newlabel{tab:my-table}{{1}{13}{最低5类与最高5类含油量对应表\relax }{table.caption.12}{}}
\bibcite{bib:twelve}{12}
\bibcite{bib:thirteen}{13}
\@writefile{toc}{\contentsline {section}{附录 \numberline {A}岩石样本识别源程序仓库链接}{15}{附录.a.A}\protected@file@percent }
\ttl@finishall
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TeX/LaTeX
1
https://gitee.com/mm-nudt/thesis_latex.git
git@gitee.com:mm-nudt/thesis_latex.git
mm-nudt
thesis_latex
thesis_latex
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385