diff --git a/bilder/HumanRightsWatch.png b/bilder/HumanRightsWatch.png new file mode 100644 index 0000000000000000000000000000000000000000..4f91e5af6540192a6ce24eb33d05fa798eda65e4 Binary files /dev/null and b/bilder/HumanRightsWatch.png differ diff --git a/bilder/Terminator.jpg b/bilder/Terminator.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9932a974516397ac0227deb078994a1f628302a1 Binary files /dev/null and b/bilder/Terminator.jpg differ diff --git a/master.tex b/master.tex index 74ca8ab6e263a906cce41674e9993faf2c7cefe3..7f9d07918d4c2227148ad604061f60209166f093 100755 --- a/master.tex +++ b/master.tex @@ -171,6 +171,7 @@ Department for Computer-Networks and Communication-Systems} \input{slides/introduction.tex} \input{slides/ai.tex} +\input{slides/weapons.tex} % % % % % % % % % Ende der eingefügten LaTeX-Dateien % % % % % % % % % diff --git a/references.bib b/references.bib index e377530e0e345e153ffe8a5d83d56d0f9dfc7229..5c478e1b5cff73f8e8a76f4c4b2452f71e457bdf 100755 --- a/references.bib +++ b/references.bib @@ -4,4 +4,28 @@ year={2007}, url={http://www-formal.stanford.edu/jmc/}, note={Published by Stanford University} +} + +@misc{BundestagBan2020, + title = {Bundestag gegen Ächtung autonomer Waffensysteme}, + howpublished = {\url{https://netzpolitik.org/2020/bundestag-gegen-aechtung-autonomer-waffensysteme/}}, + note = {Accessed: 2021-04-18}, + year={2020} +} + +@book{HumanRightWatch2012, + author = {{The International Human Rights Clinic}}, + title = {LOSING HUMANITY The Case against Killer Robots}, + publisher = {Human Rights Watch}, + year = 2012, + pages = {1}, + month = 11, + isbn = {1-56432-964-X} +} + +@misc{StopKillerRobots2021, + title = {The problem}, + howpublished = {\url{https://www.stopkillerrobots.org/learn/}}, + note = {Accessed: 2021-04-18}, + year={2021} } \ No newline at end of file diff --git a/slides/weapons.tex b/slides/weapons.tex new file mode 100644 index 0000000000000000000000000000000000000000..abc5b25f2d2b6cabdbcda17f2c75340bf95866e4 --- /dev/null +++ b/slides/weapons.tex @@ -0,0 +1,29 @@ +\begin{frame}{Vorstellung von AI im militärischem Kontext} + \begin{center} + \includegraphics[width=0.95\textwidth]{bilder/Terminator.jpg} + \end{center} +\end{frame} + +\begin{frame}{Lethal autonomous weapons (LAWs) aka. "Killer Robots"} + \begin{center} + \begin{columns} + \column{0.3\textwidth} + \includegraphics[scale=0.35]{bilder/HumanRightsWatch.png} + \column{0.7\textwidth} + \begin{tcolorbox}[colback=cyan!5!white,colframe=cyan!75!black,title=\cite{HumanRightWatch2012}] + “\textbf{killer robots} —\textbf{fully autonomous weapons} that could \textbf{select} and \textbf{engage targets without human intervention}— [...]” + \end{tcolorbox} + \end{columns} + \end{center} +\end{frame} + +\begin{frame}{Weltweiter Einsatz von AI im militärischem Kontext} + \begin{center} + \begin{itemize} + \item Frage wird derzeit in vom UN-Rat behandelt + \item Deutsche Bundesregierung gegen eine Ächtung; \citet{BundestagBan2020} + \item USA, China, Israel, Süd Korea, Russland und UK arbeiten an solchen Systemen; \citet{StopKillerRobots2021} + \item State-of-the-art sind sog. Unmanned Aerial Vehicle (UAV) + \end{itemize} + \end{center} +\end{frame}