Skip to content

Commit

Permalink
Merge pull request #78 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 14, 2024
2 parents 3bf77cc + 6e130c7 commit 35e8058
Show file tree
Hide file tree
Showing 24 changed files with 285 additions and 5,829 deletions.
4 changes: 2 additions & 2 deletions _freeze/paper/src/paper/execute-results/tex.json

Large diffs are not rendered by default.

38 changes: 23 additions & 15 deletions paper/paper.aux
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
\citation{goodfellow2014explaining}
\citation{wilson2020case}
\citation{wilson2020case}
\citation{daxberger2021laplace}
\citation{ish-horowicz2019interpreting}
\citation{schut2021generating}
\citation{altmeyer2023faithful}
\citation{blundell2015weight}
\citation{gal2016dropout}
\citation{lakshminarayanan2016simple}
Expand All @@ -24,6 +28,7 @@
\citation{martens2015optimizing}
\citation{lawrence2001variational}
\citation{immer2020improving}
\citation{immer2020improving}
\citation{daxberger2021laplace}
\citation{immer2020improving}
\citation{daxberger2021laplace}
Expand All @@ -39,8 +44,6 @@
\citation{daxberger2021laplace}
\citation{martens2020optimizing}
\citation{antoran2023samplingbased}
\bibstyle{juliacon}
\bibdata{ref.bib}
\@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:fit}{{1}{2}{Fitting a pre-trained neural network to data using Laplace Redux}{lstlisting.1}{}}
Expand All @@ -58,18 +61,23 @@
\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}
\bibstyle{juliacon}
\bibdata{ref.bib}
\bibcite{altmeyer2023faithful}{1}
\bibcite{antoran2023samplingbased}{2}
\bibcite{blundell2015weight}{3}
\bibcite{daxberger2021laplace}{4}
\bibcite{gal2016dropout}{5}
\bibcite{goodfellow2014explaining}{6}
\bibcite{immer2020improving}{7}
\bibcite{ish-horowicz2019interpreting}{8}
\bibcite{lakshminarayanan2016simple}{9}
\bibcite{lawrence2001variational}{10}
\bibcite{martens2015optimizing}{11}
\bibcite{martens2020optimizing}{12}
\bibcite{schut2021generating}{13}
\bibcite{wilson2020case}{14}
\@writefile{toc}{\contentsline {section}{\numberline {6}Acknowledgements}{3}{section.6}\protected@file@percent }
\newlabel{sec-ack}{{6}{3}{Acknowledgements}{section.6}{}}
\@writefile{toc}{\contentsline {section}{\numberline {7}References}{3}{section.7}\protected@file@percent }
\gdef \@abspage@last{3}
15 changes: 15 additions & 0 deletions paper/paper.bbl
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
\begin{thebibliography}{10}

\bibitem{altmeyer2023faithful}
Patrick Altmeyer, Mojtaba Farmanbar, Arie van Deursen, and Cynthia C.~S. Liem.
Faithful model explanations through energy-constrained conformal counterfactuals, 2023.
2312.10648.

\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.
Expand Down Expand Up @@ -30,6 +35,11 @@ Alexander Immer, Maciej Korzepa, and Matthias Bauer.
Improving predictions of bayesian neural networks via local linearization.
arxiv:\href{http://arxiv.org/abs/2008.08400}{2008.08400}.

\bibitem{ish-horowicz2019interpreting}
Jonathan Ish-Horowicz, Dana Udwin, Seth Flaxman, Sarah Filippi, and Lorin Crawford.
Interpreting deep neural networks through variable importance.
arxiv:\href{http://arxiv.org/abs/1901.09839}{1901.09839}.

\bibitem{lakshminarayanan2016simple}
Balaji Lakshminarayanan, Alexander Pritzel, and Charles Blundell.
Simple and scalable predictive uncertainty estimation using deep ensembles.
Expand All @@ -49,6 +59,11 @@ James Martens and Roger Grosse.
Optimizing neural networks with kronecker-factored approximate curvature, 2020.
1503.05671.

\bibitem{schut2021generating}
Lisa Schut, Oscar Key, Rory Mc~Grath, Luca Costabello, Bogdan Sacaleanu, Yarin Gal, et~al.
Generating {{Interpretable Counterfactual Explanations By Implicit Minimisation}} of {{Epistemic}} and {{Aleatoric Uncertainties}}.
In {\em International {{Conference}} on {{Artificial Intelligence}} and {{Statistics}}}, pages 1756--1764. {PMLR}.

\bibitem{wilson2020case}
Andrew~Gordon Wilson.
The case for {{Bayesian}} deep learning.
Expand Down
70 changes: 36 additions & 34 deletions paper/paper.blg
Original file line number Diff line number Diff line change
Expand Up @@ -11,47 +11,49 @@ Warning--empty year in daxberger2021laplace
Warning--empty year in gal2016dropout
Warning--empty note in goodfellow2014explaining
Warning--empty note in immer2020improving
Warning--empty note in ish-horowicz2019interpreting
Warning--empty note in lakshminarayanan2016simple
Warning--empty year in schut2021generating
Warning--empty note in wilson2020case
You've used 11 entries,
You've used 14 entries,
2314 wiz_defined-function locations,
574 strings with 5941 characters,
and the built_in function-call counts, 3888 in all, are:
= -- 384
> -- 196
< -- 3
+ -- 78
- -- 66
* -- 253
:= -- 627
add.period$ -- 35
call.type$ -- 11
change.case$ -- 66
587 strings with 6678 characters,
and the built_in function-call counts, 5213 in all, are:
= -- 510
> -- 285
< -- 4
+ -- 113
- -- 98
* -- 352
:= -- 841
add.period$ -- 45
call.type$ -- 14
change.case$ -- 90
chr.to.int$ -- 0
cite$ -- 19
duplicate$ -- 141
empty$ -- 305
format.name$ -- 66
if$ -- 840
cite$ -- 24
duplicate$ -- 182
empty$ -- 395
format.name$ -- 98
if$ -- 1121
int.to.chr$ -- 0
int.to.str$ -- 11
missing$ -- 4
newline$ -- 57
num.names$ -- 22
pop$ -- 98
int.to.str$ -- 14
missing$ -- 5
newline$ -- 72
num.names$ -- 28
pop$ -- 132
preamble$ -- 1
purify$ -- 55
purify$ -- 76
quote$ -- 0
skip$ -- 125
skip$ -- 162
stack$ -- 0
substring$ -- 176
swap$ -- 42
text.length$ -- 3
substring$ -- 231
swap$ -- 56
text.length$ -- 4
text.prefix$ -- 0
top$ -- 0
type$ -- 44
warning$ -- 8
while$ -- 31
width$ -- 13
write$ -- 108
(There were 9 warnings)
type$ -- 56
warning$ -- 10
while$ -- 40
width$ -- 16
write$ -- 138
(There were 11 warnings)
24 changes: 12 additions & 12 deletions paper/paper.fdb_latexmk
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Fdb version 4
["bibtex paper"] 1710253150 "paper.aux" "paper.bbl" "paper" 1710253151 0
["bibtex paper"] 1710422837 "paper.aux" "paper.bbl" "paper" 1710422838 0
"./juliacon.bst" 1696660047 20997 2eaa317b2b3889daf19a84ad3db6071a ""
"./ref.bib" 1710252532 64450 4482d6f7acdf19ccf40fc0af574e13cb ""
"paper.aux" 1710253151 5345 2d51800995545cecb40af60889c4fd76 "pdflatex"
"./ref.bib" 1710413194 64779 f269244263f273ea463c42ef7cfe8492 ""
"paper.aux" 1710422837 5622 d208fa63464e22be8e4721339f51e024 "pdflatex"
(generated)
"paper.bbl"
"paper.blg"
(rewritten before read)
["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 ""
["pdflatex"] 1710422837 "/Users/paltmeyer/code/LaplaceRedux.jl/paper/paper.tex" "paper.pdf" "paper" 1710422838 0
"/Users/paltmeyer/code/LaplaceRedux.jl/paper/paper.tex" 1710422836 12994 4bb041ec062af4a43481d6ef973c036c ""
"/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 Down Expand Up @@ -150,16 +150,16 @@
"/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" 1710253149 111 fb8dcbd9d4481bde59a06a28ec8a83ca ""
"header.tex" 1710253149 593 16e18a5a446399b3a75cc6ca1c0bac8e ""
"bib.tex" 1710422836 111 fb8dcbd9d4481bde59a06a28ec8a83ca ""
"header.tex" 1710422836 593 16e18a5a446399b3a75cc6ca1c0bac8e ""
"jlcode.sty" 1696660047 18246 d33ccf865c532e11b9480876a6bb58b2 ""
"journal_dat.tex" 1710253149 150 e8f5f0ce758e2580b918922de6715366 ""
"journal_dat.tex" 1710422836 150 e8f5f0ce758e2580b918922de6715366 ""
"juliacon.cls" 1710253149 30597 785899b4e284a01edd6bca4c84b3467c ""
"logojuliacon.pdf" 1696660047 4937 0cb75c4e65b0cf72a69c7716f140efe5 ""
"paper.aux" 1710253151 5345 2d51800995545cecb40af60889c4fd76 "pdflatex"
"paper.bbl" 1710253150 2242 2603bac4822f251d7ac3ccf27d49260b "bibtex paper"
"paper.out" 1710253151 1072 ccb893b94e2daf31a41409ad331a6bfd "pdflatex"
"paper.tex" 1710253098 12273 8f8ef5e46065eab4450f977d61fa361d ""
"paper.aux" 1710422837 5622 d208fa63464e22be8e4721339f51e024 "pdflatex"
"paper.bbl" 1710422837 3067 b2e28222b744f42b16ef3a1d9ce6d5cd "bibtex paper"
"paper.out" 1710422837 1072 ccb893b94e2daf31a41409ad331a6bfd "pdflatex"
"paper.tex" 1710422836 12994 4bb041ec062af4a43481d6ef973c036c ""
"www/posterior_predictive_mlp.png" 1710243886 230141 cda70e94a5f02d578d381f9a7da74588 ""
"www/regression.png" 1710243892 36396 f05ecfb954d067227cf350bb93802240 ""
(generated)
Expand Down
8 changes: 4 additions & 4 deletions paper/paper.fls
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,8 @@ INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/adobe/times/ptmb8r.tfm
INPUT /usr/local/texlive/2023/texmf-dist/fonts/vf/adobe/times/ptmr8t.vf
INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/adobe/times/ptmr8r.tfm
INPUT /usr/local/texlive/2023/texmf-dist/fonts/enc/dvips/cm-super/cm-super-t1.enc
INPUT /usr/local/texlive/2023/texmf-dist/fonts/vf/adobe/times/ptmri8t.vf
INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/adobe/times/ptmri8r.tfm
INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/jknappen/ec/ectt0800.tfm
INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm
INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm
Expand All @@ -794,6 +796,8 @@ INPUT ./www/regression.png
INPUT www/regression.png
INPUT ./www/regression.png
INPUT ./www/regression.png
INPUT /usr/local/texlive/2023/texmf-dist/fonts/vf/adobe/times/ptmr8t.vf
INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/adobe/times/ptmr8r.tfm
INPUT ./bib.tex
INPUT bib.tex
INPUT ./bib.tex
Expand All @@ -802,10 +806,6 @@ INPUT ./paper.bbl
INPUT paper.bbl
INPUT ./paper.bbl
INPUT paper.bbl
INPUT /usr/local/texlive/2023/texmf-dist/fonts/vf/adobe/times/ptmri8t.vf
INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/adobe/times/ptmri8r.tfm
INPUT /usr/local/texlive/2023/texmf-dist/fonts/vf/adobe/times/ptmr8t.vf
INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/adobe/times/ptmr8r.tfm
INPUT paper.aux
INPUT ./paper.out
INPUT ./paper.out
Expand Down
63 changes: 34 additions & 29 deletions paper/paper.log
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) (preloaded format=pdflatex 2023.11.6) 12 MAR 2024 15:19
This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) (preloaded format=pdflatex 2023.11.6) 14 MAR 2024 14:27
entering extended mode
restricted \write18 enabled.
file:line:error style messages enabled.
Expand Down Expand Up @@ -382,14 +382,11 @@ LaTeX Font Info: Font shape `U/lasy/b/n' in size <8> not available
LaTeX Font Info: Font shape `U/lasy/b/n' in size <6> not available
(Font) Font shape `U/lasy/m/n' tried instead on input line 10.
LaTeX Font Info: Font shape `U/lasy/b/n' in size <9> not available
(Font) Font shape `U/lasy/m/n' tried instead on input line 48.
(Font) Font shape `U/lasy/m/n' tried instead on input line 53.
LaTeX Font Info: Font shape `U/lasy/b/n' in size <5> not available
(Font) Font shape `U/lasy/m/n' tried instead on input line 48.
(Font) Font shape `U/lasy/m/n' tried instead on input line 53.
LaTeX Font Info: Font shape `T1/cmtt/bx/n' in size <10> not available
(Font) Font shape `T1/cmtt/m/n' tried instead on input line 117.

Underfull \vbox (badness 10000) has occurred while \output is active []

(Font) Font shape `T1/cmtt/m/n' tried instead on input line 124.

Underfull \hbox (badness 10000) has occurred while \output is active

Expand All @@ -401,51 +398,59 @@ Non-PDF special ignored!


{/usr/local/texlive/2023/texmf-dist/fonts/enc/dvips/cm-super/cm-super-t1.enc} <./logojuliacon.pdf>]
Package hyperref Info: bookmark level for unknown lstlisting defaults to 0 on input line 134.
Package hyperref Info: bookmark level for unknown lstlisting defaults to 0 on input line 144.
LaTeX Font Info: Font shape `U/lasy/b/n' in size <7> not available
(Font) Font shape `U/lasy/m/n' tried instead on input line 166.
(Font) Font shape `U/lasy/m/n' tried instead on input line 178.
LaTeX Font Info: Font shape `T1/cmtt/bx/n' in size <7> not available
(Font) Font shape `T1/cmtt/m/n' tried instead on input line 167.
<www/posterior_predictive_mlp.png, id=94, 1204.5pt x 401.5pt>
(Font) Font shape `T1/cmtt/m/n' tried instead on input line 179.
<www/posterior_predictive_mlp.png, id=103, 1204.5pt x 401.5pt>
File: www/posterior_predictive_mlp.png Graphic file (type png)
<use www/posterior_predictive_mlp.png>
Package pdftex.def Info: www/posterior_predictive_mlp.png used on input line 193.
Package pdftex.def Info: www/posterior_predictive_mlp.png used on input line 205.
(pdftex.def) Requested size: 240.89574pt x 80.70291pt.

Overfull \hbox (0.89574pt too wide) in paragraph at lines 193--194
Overfull \hbox (0.89574pt too wide) in paragraph at lines 205--206
[][]
[]

<www/regression.png, id=95, 803.0pt x 401.5pt>
<www/regression.png, id=104, 803.0pt x 401.5pt>
File: www/regression.png Graphic file (type png)
<use www/regression.png>
Package pdftex.def Info: www/regression.png used on input line 209.
Package pdftex.def Info: www/regression.png used on input line 221.
(pdftex.def) Requested size: 240.90186pt x 120.45091pt.

Overfull \hbox (0.90186pt too wide) in paragraph at lines 209--210
Overfull \hbox (0.90186pt too wide) in paragraph at lines 221--222
[][]
[]

(./bib.tex (./paper.bbl

Underfull \vbox (badness 1521) has occurred while \output is active []


Overfull \vbox (2.39996pt too high) has occurred while \output is active []


Underfull \hbox (badness 10000) has occurred while \output is active
\T1/ptm/m/n/9 2
[]

[2 <./www/posterior_predictive_mlp.png> <./www/regression.png>]
Underfull \hbox (badness 1259) in paragraph at lines 4--7
[2 <./www/posterior_predictive_mlp.png> <./www/regression.png>] (./bib.tex (./paper.bbl
Underfull \hbox (badness 3240) in paragraph at lines 4--7
\T1/ptm/m/n/9 and Cyn-thia C. S. Liem. Faith-ful model ex-pla-na-tions
[]


Underfull \hbox (badness 1259) in paragraph at lines 9--12
\T1/ptm/m/n/9 is-nick, David Janz, and Jos� Miguel Hern�ndez-Lobato.
[]


Underfull \hbox (badness 10000) in paragraph at lines 24--27
Underfull \hbox (badness 10000) in paragraph at lines 29--32
[]\T1/ptm/m/n/9 Ian J Good-fel-low, Jonathon Shlens, and Chris-tian
[]


Underfull \hbox (badness 4726) in paragraph at lines 24--27
Underfull \hbox (badness 4726) in paragraph at lines 29--32
\T1/ptm/m/n/9 Szegedy. Ex-plain-ing and har-ness-ing ad-ver-sar-ial ex-am-
[]

Expand All @@ -464,18 +469,18 @@ Package rerunfilecheck Info: File `paper.out' has not changed.
(rerunfilecheck) Checksum: CCB893B94E2DAF31A41409AD331A6BFD;1072.
)
Here is how much of TeX's memory you used:
13901 strings out of 476025
213952 string characters out of 5790017
13907 strings out of 476025
214107 string characters out of 5790017
1887388 words of memory out of 5000000
34096 multiletter control sequences out of 15000+600000
34099 multiletter control sequences out of 15000+600000
555786 words of font info for 128 fonts, out of 8000000 for 9000
1141 hyphenation exceptions out of 8191
90i,11n,90p,664b,1832s stack positions out of 10000i,1000n,20000p,200000b,200000s
90i,11n,90p,672b,1832s stack positions out of 10000i,1000n,20000p,200000b,200000s
</usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex9.pfb></usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi6.pfb></usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfb></usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi9.pfb></usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/cm/cmr6.pfb></usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/cm/cmr9.pfb></usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb></usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/latxfont/lcircle1.pfb></usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm10.pfb></usr/local/texlive/2023/texmf-dist/fonts/type1/public/cm-super/sftt0800.pfb></usr/local/texlive/2023/texmf-dist/fonts/type1/public/cm-super/sftt0900.pfb></usr/local/texlive/2023/texmf-dist/fonts/type1/public/cm-super/sftt1000.pfb></usr/local/texlive/2023/texmf-dist/fonts/type1/urw/times/utmb8a.pfb></usr/local/texlive/2023/texmf-dist/fonts/type1/urw/times/utmr8a.pfb></usr/local/texlive/2023/texmf-dist/fonts/type1/urw/times/utmri8a.pfb>
Output written on paper.pdf (3 pages, 458281 bytes).
Output written on paper.pdf (3 pages, 461202 bytes).
PDF statistics:
210 PDF objects out of 1000 (max. 8388607)
170 compressed objects within 2 object streams
43 named destinations out of 1000 (max. 500000)
220 PDF objects out of 1000 (max. 8388607)
180 compressed objects within 2 object streams
46 named destinations out of 1000 (max. 500000)
72 words of extra memory for PDF output out of 10000 (max. 10000000)

Binary file modified paper/paper.pdf
Binary file not shown.
Binary file modified paper/paper.synctex.gz
Binary file not shown.
Loading

0 comments on commit 35e8058

Please sign in to comment.