Skip to content

Commit

Permalink
Merge pull request #77 from JuliaTrustworthyAI/76-revise-extended-abs…
Browse files Browse the repository at this point in the history
…tract

76 revise extended abstract
  • Loading branch information
pat-alt authored Mar 13, 2024
2 parents 35f2bf0 + 595ddce commit 3bf77cc
Show file tree
Hide file tree
Showing 38 changed files with 7,786 additions and 1,206 deletions.
7 changes: 4 additions & 3 deletions _freeze/paper/src/paper/execute-results/tex.json

Large diffs are not rendered by default.

710 changes: 347 additions & 363 deletions docs/Manifest.toml

Large diffs are not rendered by default.

1,708 changes: 1,184 additions & 524 deletions paper/Manifest.toml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion paper/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MLDatasets = "eb30cadb-4394-5ae3-aed4-317e484a6458"
PlotThemes = "ccf2f8ad-2431-5c83-bf29-c5338b663b6a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
RCall = "6f49c342-dc21-5d91-9882-a32aef131414"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TaijaPlotting = "bd7198b4-c7d6-400c-9bab-9a24614b0240"
Term = "22787eb5-b846-44ae-b979-8e399b8463ab"
5 changes: 5 additions & 0 deletions paper/juliacon.cls
Original file line number Diff line number Diff line change
Expand Up @@ -939,6 +939,11 @@ to\hsize{\if@nfeven\else\hfil\fi\box\@tempboxa\if@nfeven\hfil\fi}

\usepackage{authblk}

% Fixes issue related to listing captions: https://github.com/JuliaCon/JuliaConSubmission.jl/issues/31
\usepackage{caption}
\captionsetup[lstlisting]{singlelinecheck=false, margin=0pt}
\renewcommand\lstlistingname{Code}

\endinput

% end of juliacon.cls
59 changes: 36 additions & 23 deletions paper/paper.aux
Original file line number Diff line number Diff line change
Expand Up @@ -32,31 +32,44 @@
\newlabel{sec-intro}{{1}{1}{Background}{section.1}{}}
\@writefile{toc}{\contentsline {section}{\numberline {2}Laplace Approximation for Deep Learning}{1}{section.2}\protected@file@percent }
\newlabel{sec-body}{{2}{1}{Laplace Approximation for Deep Learning}{section.2}{}}
\newlabel{eq-bma}{{1}{1}{Laplace Approximation for Deep Learning}{equation.2.1}{}}
\newlabel{eq-glm}{{2}{1}{Laplace Approximation for Deep Learning}{equation.2.2}{}}
\newlabel{eq-glm-predictive}{{3}{1}{Laplace Approximation for Deep Learning}{equation.2.3}{}}
\newlabel{eq-bma}{{1}{1}{Laplace Approximation for Deep Learning}{section*.3}{}}
\newlabel{eq-glm}{{2}{1}{Laplace Approximation for Deep Learning}{section*.4}{}}
\newlabel{eq-glm-predictive}{{3}{1}{Laplace Approximation for Deep Learning}{section*.5}{}}
\citation{daxberger2021laplace}
\citation{daxberger2021laplace}
\citation{martens2020optimizing}
\citation{antoran2023samplingbased}
\bibstyle{juliacon}
\bibdata{ref.bib}
\bibcite{blundell2015weight}{1}
\bibcite{daxberger2021laplace}{2}
\bibcite{gal2016dropout}{3}
\bibcite{goodfellow2014explaining}{4}
\bibcite{immer2020improving}{5}
\bibcite{lakshminarayanan2016simple}{6}
\bibcite{lawrence2001variational}{7}
\bibcite{martens2015optimizing}{8}
\bibcite{wilson2020case}{9}
\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces Posterior predictive distribution for binary classifier: plugin estimate (left), untuned LA (center) and optimized LA (right). The colour of the contour indicates the predicted class probabilities: the more yellow a region, the more confident the classifier that samples belong to the orange class.}}{2}{figure.1}\protected@file@percent }
\newlabel{fig-class}{{1}{2}{Posterior predictive distribution for binary classifier: plugin estimate (left), untuned LA (center) and optimized LA (right). The colour of the contour indicates the predicted class probabilities: the more yellow a region, the more confident the classifier that samples belong to the orange class}{figure.1}{}}
\@writefile{toc}{\contentsline {section}{\numberline {3}\texttt {LaplaceRedux.jl} --- a Julia implementation}{2}{section.3}\protected@file@percent }
\newlabel{laplaceredux.jl-a-julia-implementation}{{3}{2}{\texorpdfstring {\texttt {LaplaceRedux.jl} --- a Julia implementation}{LaplaceRedux.jl --- a Julia implementation}}{section.3}{}}
\newlabel{lst:laplace}{{3}{2}{}{lstlisting.-1}{}}
\@writefile{toc}{\contentsline {section}{\numberline {4}Discussion and Outlook}{2}{section.4}\protected@file@percent }
\newlabel{sec-con}{{4}{2}{Discussion and Outlook}{section.4}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces Posterior predictive distribution for regressor: wide regions of the confidence interval (shaded area) indicate high predictive uncertainty.}}{2}{figure.2}\protected@file@percent }
\newlabel{fig-reg}{{2}{2}{Posterior predictive distribution for regressor: wide regions of the confidence interval (shaded area) indicate high predictive uncertainty}{figure.2}{}}
\@writefile{toc}{\contentsline {section}{\numberline {5}Acknowledgements}{2}{section.5}\protected@file@percent }
\newlabel{sec-ack}{{5}{2}{Acknowledgements}{section.5}{}}
\@writefile{toc}{\contentsline {section}{\numberline {6}References}{2}{section.6}\protected@file@percent }
\gdef \@abspage@last{2}
\newlabel{lst:fit}{{1}{2}{Fitting a pre-trained neural network to data using Laplace Redux}{lstlisting.1}{}}
\@writefile{lol}{\contentsline {lstlisting}{\numberline {1}{\ignorespaces Fitting a pre-trained neural network to data using Laplace Redux.}}{2}{lstlisting.1}\protected@file@percent }
\newlabel{lst:predict}{{2}{2}{Predictions using the fitted Laplace Redux instance}{lstlisting.2}{}}
\@writefile{lol}{\contentsline {lstlisting}{\numberline {2}{\ignorespaces Predictions using the fitted Laplace Redux instance.}}{2}{lstlisting.2}\protected@file@percent }
\newlabel{lst:other}{{3}{2}{Prior optimization and visualization of the predictive distribution}{lstlisting.3}{}}
\@writefile{lol}{\contentsline {lstlisting}{\numberline {3}{\ignorespaces Prior optimization and visualization of the predictive distribution.}}{2}{lstlisting.3}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces Posterior predictive distribution for binary classifier: plugin estimate (left), untuned LA (center) and optimized LA (right). The colour of the contour indicates the predicted class probabilities: the more yellow a region, the more confident the classifier that samples belong to the orange class.\relax }}{2}{figure.caption.6}\protected@file@percent }
\providecommand*\caption@xref[2]{\@setref\relax\@undefined{#1}}
\newlabel{fig-class}{{1}{2}{Posterior predictive distribution for binary classifier: plugin estimate (left), untuned LA (center) and optimized LA (right). The colour of the contour indicates the predicted class probabilities: the more yellow a region, the more confident the classifier that samples belong to the orange class.\relax }{figure.caption.6}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces Posterior predictive distribution for regressor: wide regions of the confidence interval (shaded area) indicate high predictive uncertainty.\relax }}{2}{figure.caption.7}\protected@file@percent }
\newlabel{fig-reg}{{2}{2}{Posterior predictive distribution for regressor: wide regions of the confidence interval (shaded area) indicate high predictive uncertainty.\relax }{figure.caption.7}{}}
\@writefile{toc}{\contentsline {section}{\numberline {4}Scaling Up}{2}{section.4}\protected@file@percent }
\newlabel{sec-scale}{{4}{2}{Scaling Up}{section.4}{}}
\@writefile{toc}{\contentsline {section}{\numberline {5}Discussion and Outlook}{2}{section.5}\protected@file@percent }
\newlabel{sec-con}{{5}{2}{Discussion and Outlook}{section.5}{}}
\@writefile{toc}{\contentsline {section}{\numberline {6}Acknowledgements}{2}{section.6}\protected@file@percent }
\newlabel{sec-ack}{{6}{2}{Acknowledgements}{section.6}{}}
\bibcite{antoran2023samplingbased}{1}
\bibcite{blundell2015weight}{2}
\bibcite{daxberger2021laplace}{3}
\bibcite{gal2016dropout}{4}
\bibcite{goodfellow2014explaining}{5}
\bibcite{immer2020improving}{6}
\bibcite{lakshminarayanan2016simple}{7}
\bibcite{lawrence2001variational}{8}
\bibcite{martens2015optimizing}{9}
\bibcite{martens2020optimizing}{10}
\bibcite{wilson2020case}{11}
\@writefile{toc}{\contentsline {section}{\numberline {7}References}{3}{section.7}\protected@file@percent }
\gdef \@abspage@last{3}
12 changes: 11 additions & 1 deletion paper/paper.bbl
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
\begin{thebibliography}{1}
\begin{thebibliography}{10}

\bibitem{antoran2023samplingbased}
Javier Antorán, Shreyas Padhy, Riccardo Barbano, Eric Nalisnick, David Janz, and José~Miguel Hernández-Lobato.
Sampling-based inference for large linear models, with application to linearised laplace, 2023.
2210.04994.

\bibitem{blundell2015weight}
Charles Blundell, Julien Cornebise, Koray Kavukcuoglu, and Daan Wierstra.
Expand Down Expand Up @@ -39,6 +44,11 @@ James Martens and Roger Grosse.
Optimizing neural networks with kronecker-factored approximate curvature.
In {\em International conference on machine learning}, pages 2408--2417. PMLR, 2015.

\bibitem{martens2020optimizing}
James Martens and Roger Grosse.
Optimizing neural networks with kronecker-factored approximate curvature, 2020.
1503.05671.

\bibitem{wilson2020case}
Andrew~Gordon Wilson.
The case for {{Bayesian}} deep learning.
Expand Down
58 changes: 29 additions & 29 deletions paper/paper.blg
Original file line number Diff line number Diff line change
Expand Up @@ -13,45 +13,45 @@ Warning--empty note in goodfellow2014explaining
Warning--empty note in immer2020improving
Warning--empty note in lakshminarayanan2016simple
Warning--empty note in wilson2020case
You've used 9 entries,
You've used 11 entries,
2314 wiz_defined-function locations,
564 strings with 5555 characters,
and the built_in function-call counts, 3240 in all, are:
= -- 328
> -- 150
574 strings with 5941 characters,
and the built_in function-call counts, 3888 in all, are:
= -- 384
> -- 196
< -- 3
+ -- 60
- -- 50
* -- 216
:= -- 517
add.period$ -- 29
call.type$ -- 9
change.case$ -- 52
+ -- 78
- -- 66
* -- 253
:= -- 627
add.period$ -- 35
call.type$ -- 11
change.case$ -- 66
chr.to.int$ -- 0
cite$ -- 17
duplicate$ -- 125
empty$ -- 251
format.name$ -- 50
if$ -- 702
cite$ -- 19
duplicate$ -- 141
empty$ -- 305
format.name$ -- 66
if$ -- 840
int.to.chr$ -- 0
int.to.str$ -- 9
int.to.str$ -- 11
missing$ -- 4
newline$ -- 47
num.names$ -- 18
pop$ -- 74
newline$ -- 57
num.names$ -- 22
pop$ -- 98
preamble$ -- 1
purify$ -- 43
purify$ -- 55
quote$ -- 0
skip$ -- 107
skip$ -- 125
stack$ -- 0
substring$ -- 166
swap$ -- 40
substring$ -- 176
swap$ -- 42
text.length$ -- 3
text.prefix$ -- 0
top$ -- 0
type$ -- 36
type$ -- 44
warning$ -- 8
while$ -- 27
width$ -- 10
write$ -- 88
while$ -- 31
width$ -- 13
write$ -- 108
(There were 9 warnings)
36 changes: 21 additions & 15 deletions paper/paper.fdb_latexmk
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Fdb version 4
["bibtex paper"] 1700230481 "paper.aux" "paper.bbl" "paper" 1700230482 0
["bibtex paper"] 1710253150 "paper.aux" "paper.bbl" "paper" 1710253151 0
"./juliacon.bst" 1696660047 20997 2eaa317b2b3889daf19a84ad3db6071a ""
"./ref.bib" 1696660047 63826 bb023038e35b331df3631a38adb2a740 ""
"paper.aux" 1700230481 4073 6afb1eb39e91742382db989b02c7cd6b "pdflatex"
"./ref.bib" 1710252532 64450 4482d6f7acdf19ccf40fc0af574e13cb ""
"paper.aux" 1710253151 5345 2d51800995545cecb40af60889c4fd76 "pdflatex"
(generated)
"paper.bbl"
"paper.blg"
(rewritten before read)
["pdflatex"] 1700230481 "/Users/paltmeyer/code/LaplaceRedux.jl/paper/paper.tex" "paper.pdf" "paper" 1700230482 0
"/Users/paltmeyer/code/LaplaceRedux.jl/paper/paper.tex" 1700230479 10306 811411c6f5efe99ba159c50182bec74a ""
["pdflatex"] 1710253150 "/Users/paltmeyer/code/LaplaceRedux.jl/paper/paper.tex" "paper.pdf" "paper" 1710253151 0
"/Users/paltmeyer/code/LaplaceRedux.jl/paper/paper.tex" 1710253098 12273 8f8ef5e46065eab4450f977d61fa361d ""
"/usr/local/texlive/2023/texmf-dist/fonts/enc/dvips/base/8r.enc" 1165713224 4850 80dc9bab7f31fb78a000ccfed0e27cab ""
"/usr/local/texlive/2023/texmf-dist/fonts/enc/dvips/cm-super/cm-super-t1.enc" 1136849721 2971 def0b6c1f0b107b3b936def894055589 ""
"/usr/local/texlive/2023/texmf-dist/fonts/map/fontname/texfonts.map" 1577235249 3524 cb3e574dea2d1052e39280babc910dc8 ""
Expand All @@ -28,6 +28,7 @@
"/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex9.tfm" 1246382020 996 a18840b13b499c08ac2de96a99eda4bc ""
"/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib5.tfm" 1246382020 1496 c79f6914c6d39ffb3759967363d1be79 ""
"/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib6.tfm" 1246382020 1516 a3bf6a5e7ec4401b1f52092dfaaed242 ""
"/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib7.tfm" 1246382020 1508 6e807ff901c35a5f1fde0ca275533df8 ""
"/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib8.tfm" 1246382020 1528 dab402b9d3774ca98baa037071cee7ae ""
"/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib9.tfm" 1246382020 1528 159d57adcba064aab4277245c826577d ""
"/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm" 1246382020 916 f87d7c45f9c908e672703b83b72241a3 ""
Expand All @@ -41,6 +42,7 @@
"/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmbx12.tfm" 1136768653 1324 c910af8c371558dc20f2d7822f66fe64 ""
"/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmbx5.tfm" 1136768653 1332 f817c21a1ba54560425663374f1b651a ""
"/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmbx6.tfm" 1136768653 1344 8a0be4fe4d376203000810ad4dc81558 ""
"/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmbx7.tfm" 1136768653 1336 3125ccb448c1a09074e3aa4a9832f130 ""
"/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmbx8.tfm" 1136768653 1332 1fde11373e221473104d6cc5993f046e ""
"/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmbx9.tfm" 1136768653 1328 5442e22a7072966dbaf88ca900acf3f0 ""
"/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmex10.tfm" 1136768653 992 662f679a0b3d2d53c1b94050fdaa3f50 ""
Expand All @@ -58,10 +60,12 @@
"/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/latex-fonts/lasy10.tfm" 1136768653 520 82a3d37183f34b6eb363a161dfc002c2 ""
"/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/latex-fonts/lasy5.tfm" 1136768653 520 d082ac03a1087bc1ec2a06e24a9f68c0 ""
"/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/latex-fonts/lasy6.tfm" 1136768653 520 4889cce2180234b97cad636b6039c722 ""
"/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/latex-fonts/lasy7.tfm" 1136768653 520 a74c6ed8cb48679fdc3ea874d9d34a7e ""
"/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/latex-fonts/lasy8.tfm" 1136768653 520 7bb3abb160b19e0ed6ac404bb59052b7 ""
"/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/latex-fonts/lasy9.tfm" 1136768653 520 1cc7cc05f4d7bae5c23bf7516f88fa52 ""
"/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/latex-fonts/lasyb10.tfm" 1136768653 520 4bf1455197d190cb95c579bde4c2f0ba ""
"/usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi6.pfb" 1248133631 37166 8ab3487cbe3ab49ebce74c29ea2418db ""
"/usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfb" 1248133631 36281 c355509802a035cadc5f15869451dcee ""
"/usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi9.pfb" 1248133631 36094 798f80770b3b148ceedd006d487db67c ""
"/usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/cm/cmr6.pfb" 1248133631 32734 69e00a6b65cedb993666e42eedb3d48f ""
"/usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/cm/cmr9.pfb" 1248133631 33993 9b89b85fd2d9df0482bd47194d1d3bf3 ""
Expand Down Expand Up @@ -106,6 +110,8 @@
"/usr/local/texlive/2023/texmf-dist/tex/latex/base/t1cmtt.fd" 1667332637 2443 f9c272838e65ac147422f32fe87b76a1 ""
"/usr/local/texlive/2023/texmf-dist/tex/latex/base/textcomp.sty" 1654720880 2894 f2f8ee7d4fb94263f9f255fa22cab2d3 ""
"/usr/local/texlive/2023/texmf-dist/tex/latex/base/ulasy.fd" 1654720880 2233 d6b57110698f3bfccb4912aef8c8acb2 ""
"/usr/local/texlive/2023/texmf-dist/tex/latex/caption/caption.sty" 1678653221 55778 14d5c99aa26410e440820bb9ea5b8b3a ""
"/usr/local/texlive/2023/texmf-dist/tex/latex/caption/caption3.sty" 1678653221 71836 1a735454ad10692452eb2f2fc37f3865 ""
"/usr/local/texlive/2023/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty" 1579991033 13886 d1306dcf79a944f6988e688c1785f9ce ""
"/usr/local/texlive/2023/texmf-dist/tex/latex/eurosym/eurosym.sty" 1137110118 3028 8faeef64adee9b964b5e7f5e45921024 ""
"/usr/local/texlive/2023/texmf-dist/tex/latex/graphics-cfg/color.cfg" 1459978653 1213 620bba36b25224fa9b7e1ccb4ecb76fd ""
Expand Down Expand Up @@ -144,18 +150,18 @@
"/usr/local/texlive/2023/texmf-var/fonts/map/pdftex/updmap/pdftex.map" 1699281469 4623355 b8cad38412faebe1ce5b780a45db67bd ""
"/usr/local/texlive/2023/texmf-var/web2c/pdftex/pdflatex.fmt" 1699281399 7883454 645cd568e3b21bbbe0357d98f595a09a ""
"/usr/local/texlive/2023/texmf.cnf" 1678822455 577 1b2b1af17af2508fb20dd85783af4050 ""
"bib.tex" 1700230479 111 fb8dcbd9d4481bde59a06a28ec8a83ca ""
"header.tex" 1700230479 593 16e18a5a446399b3a75cc6ca1c0bac8e ""
"bib.tex" 1710253149 111 fb8dcbd9d4481bde59a06a28ec8a83ca ""
"header.tex" 1710253149 593 16e18a5a446399b3a75cc6ca1c0bac8e ""
"jlcode.sty" 1696660047 18246 d33ccf865c532e11b9480876a6bb58b2 ""
"journal_dat.tex" 1700230479 150 e8f5f0ce758e2580b918922de6715366 ""
"juliacon.cls" 1696660047 30376 600c1d13c17d8cd54504ceeaf65a3e1c ""
"journal_dat.tex" 1710253149 150 e8f5f0ce758e2580b918922de6715366 ""
"juliacon.cls" 1710253149 30597 785899b4e284a01edd6bca4c84b3467c ""
"logojuliacon.pdf" 1696660047 4937 0cb75c4e65b0cf72a69c7716f140efe5 ""
"paper.aux" 1700230481 4073 6afb1eb39e91742382db989b02c7cd6b "pdflatex"
"paper.bbl" 1700230481 1826 45407b86a86ddb025f6ef197e5007c4d "bibtex paper"
"paper.out" 1700230481 976 7f0b7527deabf0c683969d37a4afbb90 "pdflatex"
"paper.tex" 1700230479 10306 811411c6f5efe99ba159c50182bec74a ""
"www/posterior_predictive_mlp.png" 1696660047 233810 0ea3ab1522655067b37b8a752731b153 ""
"www/regression.png" 1696660047 35612 bc26b8c0249e8850408e84726d29c859 ""
"paper.aux" 1710253151 5345 2d51800995545cecb40af60889c4fd76 "pdflatex"
"paper.bbl" 1710253150 2242 2603bac4822f251d7ac3ccf27d49260b "bibtex paper"
"paper.out" 1710253151 1072 ccb893b94e2daf31a41409ad331a6bfd "pdflatex"
"paper.tex" 1710253098 12273 8f8ef5e46065eab4450f977d61fa361d ""
"www/posterior_predictive_mlp.png" 1710243886 230141 cda70e94a5f02d578d381f9a7da74588 ""
"www/regression.png" 1710243892 36396 f05ecfb954d067227cf350bb93802240 ""
(generated)
"paper.aux"
"paper.log"
Expand Down
Loading

0 comments on commit 3bf77cc

Please sign in to comment.