Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Jacobs Portrait Poster
% LaTeX Template
% Version 1.0 (31/08/2015)
% (Based on Version 1.0 (29/03/13) of the landscape template
%
% Created by:
% Computational Physics and Biophysics Group, Jacobs University
% https://teamwork.jacobs-university.de:8443/confluence/display/CoPandBiG/LaTeX+Poster
%
% Further modified by:
% Nathaniel Johnston (nathaniel@njohnston.ca)
%
% Portrait version by:
% John Hammersley
%
% The landscape version of this template was downloaded from:
% http://www.LaTeXTemplates.com
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[final]{beamer}
\usepackage[scale=1.1]{beamerposter} % Use the beamerposter package for laying out the poster
\usepackage[english]{babel}
\usepackage[utf8x]{inputenc}
\usepackage{physics}
\usepackage{graphicx, caption}
\usepackage{tcolorbox}
\usepackage{amsmath}
\usepackage[mathscr]{euscript}
\usepackage[absolute,overlay]{textpos}
%\usepackage{algorithmicx}
%\usepackage[Algorithm,ruled]{algorithm}
\usepackage{tikz}
\usetikzlibrary{tikzmark}
\usepackage{calc}
\usepackage{times}
\usepackage{tikz}
\usetikzlibrary{shapes.geometric, arrows}
\usepackage{colortbl}
\usetheme{confposter} % Use the confposter theme supplied with this template
\setbeamercolor{block title}{fg=ngreen,bg=white} % Colors of the block titles
\setbeamercolor{block body}{fg=black,bg=white} % Colors of the body of blocks
\setbeamercolor{block alerted title}{fg=white,bg=dblue!70} % Colors of the highlighted block titles
\setbeamercolor{block alerted body}{fg=black,bg=dblue!10} % Colors of the body of highlighted blocks
% Many more colors are available for use in beamerthemeconfposter.sty
%-----------------------------------------------------------
% Define the column widths and overall poster size
% To set effective sepwid, onecolwid and twocolwid values, first choose how many columns you want and how much separation you want between columns
% In this template, the separation width chosen is 0.024 of the paper width and a 4-column layout
% onecolwid should therefore be (1-(# of columns+1)*sepwid)/# of columns e.g. (1-(4+1)*0.024)/4 = 0.22
% Set twocolwid to be (2*onecolwid)+sepwid = 0.464
% Set threecolwid to be (3*onecolwid)+2*sepwid = 0.708
\newlength{\sepwid}
\newlength{\onecolwid}
\newlength{\twocolwid}
\setlength{\paperwidth}{24in} % A0 width: 46.8in
\setlength{\paperheight}{36in} % A0 height: 33.1in
\setlength{\sepwid}{0.015\paperwidth} % Separation width (white space)
\setlength{\onecolwid}{0.46\paperwidth } % Width of one column
\setlength{\twocolwid}{0.98\paperwidth} % Width of two columns
\setlength{\topmargin}{-0.8in} % e the top margin size
%-----------------------------------------------------------
\usepackage{graphicx} % Required for including images
%----------------------------------------------------------------------------------------
% TITLE SECTION
%----------------------------------------------------------------------------------------
\title{High-Dimensional Semi-Quantum Cryptography} % Poster title
\author{Hasan Iqbal, Walter O. Krawec} % Author(s)
\institute{Computer Science and Engineering, UConn} % Institution(s)
%----------------------------------------------------------------------------------------
\usepackage{tikz}
\usetikzlibrary{tikzmark}
\usetikzlibrary{shapes.geometric, arrows}
\tikzstyle{process} = [rectangle, minimum width=2cm, minimum height=1cm, text centered, draw=black]
\tikzstyle{arrow} = [thick,->,>=stealth]
\begin{document}
\addtobeamertemplate{block end}{}{\vspace*{2ex}} % White space under blocks
\addtobeamertemplate{block alerted end}{}{\vspace*{2ex}} % White space under highlighted (alert) blocks
\setlength{\belowcaptionskip}{2ex} % White space under figures
\setlength\belowdisplayshortskip{2ex} % White space under equations
\begin{frame}[t] % The whole poster is enclosed in one beamer frame
\begin{columns}[t] % The whole poster consists of three major columns, the second of which is split into two columns twice - the [t] option aligns each column's content to the top
\begin{column}{\twocolwid} % The first column
\begin{columns}[t,totalwidth=\twocolwid] % Split up the two columns wide column
\begin{column}{\sepwid}\end{column} % Empty spacer column
\begin{column}{\onecolwid}
\vspace{-.6in}
\begin{alertblock}{Big Question}
\textbf{What if Quantum computers break down most of our security infrastructure?}
\begin{itemize}
\item Most modern crypto-systems have unproven computational assumptions.
\item Shor's algorithm shows that these are vulnerable.
\item Need quantum-proof security systems.
\end{itemize}
\end{alertblock}
\vspace{-.2in}
\begin{block}{Motivation}
\begin{itemize}
\item Quantum key distribution offers unconditional security.
\item High-dimensional QKD offers increased noise tolerance.
\item Use `HD'-advantage in limited resourece QKD systems.
\end{itemize}
\vspace{-.2in}
\begin{figure}
\includegraphics[width=.75\linewidth]{qubit_basis.png}
\caption{Qubits and Measurement Basis}
\end{figure}
\end{block}
\end{column}
\begin{column}{\sepwid}\end{column} % Empty spacer column
\begin{column}{\onecolwid}
\vspace{-1in}
\begin{block}{Proof Sketch}
\begin{center}
\begin{tikzpicture}[node distance=2.5cm, scale=.9
, transform shape]
\node (pro0) [process] {Convert to One-Way Protocol};
\node (pro1) [process, below of=pro0, ] {Compute Density Operator};
\node (pro2) [process, below of=pro1] {Calculate 'Reflect' Entropy using Uncertainty Relation};
\node (pro3) [process, below of=pro2] {Calculate 'Measure/Resend' entropy using Continuity Bound};
\node (pro4) [process, below of=pro3] {Compute Key-rate};
\draw [arrow] (pro0) -- (pro1);
\draw [arrow] (pro1) -- (pro2);
\draw [arrow] (pro2) -- (pro3);
\draw [arrow] (pro3) -- (pro4);
\end{tikzpicture}
\end{center}
\end{block}
\begin{block}{Evaluation}
\begin{itemize}
\item Noise tolerance: How much disturbance in the channel can the protocol withstand?
\item How does it compare to a famous fully quantum HD-QKD protocol?
\end{itemize}
\begin{figure}
\includegraphics[width=.89\linewidth]{keyrate-ind.png}
\caption{Noise tolerance in different dimensions}
\end{figure}
\end{block}
\end{column}
\end{columns} % end of first part of two columns, anything after that takes up two columns itself
\vspace{-.6in}
\begin{alertblock}{Important Result}
\hspace{.3in}\textbf{High-dimensional SQKD offers the best defense against channel attack so far with limited resources.}
\end{alertblock}
\begin{columns}[t,totalwidth=\twocolwid] % Split up the two columns wide column
\begin{column}{\onecolwid}
\vspace{-.6in}
\begin{block}{Our Algorithm}
% \begin{figure}
% \includegraphics[width=.9\linewidth]{qkd.png}
% \caption{Quantum Key Distribution}
% \end{figure}
%\vspace{-.2in}
% \begin{itemize}
% \item Alice sends Bob information via qubit through quantum channel where Eve attacks.
% \item The key is secure as long as Eve does not know 'too much' about it compared to Bob.
% \end{itemize}
\vspace{.2in}
\begin{column}{\sepwid}\end{column} % Empty spacer column
\begin{tabular}{|p{28cm}|}
\hline
\hspace{10cm}\textbf{HD-SQKD} \\
\hline \hline
1. Alice randomly prepares two basis states, sends to Bob. \\
2. Eve attacks the forward channel. \\
3. Bob measure-resends or reflects.\\
4. Eve attacks the reverse channel. \\
5. Alice measures the returning qubits. \\ \hline
% 6. They share a key-bit if Alice prepared in $\ket{z}$ basis and Bob measured. \\ \hline
\end{tabular}
\begin{figure}
\includegraphics[width=.87\linewidth]{sqkd_hidim}
\caption{High-dimensional SQKD}
\label{fig:sqkd_hidim}
\end{figure}
\end{block}
\vspace{-.5in}
%\begin{block}{High-Dimensional SQKD}
%
% \begin{itemize}
% \item High-dimensional qudits instead of traditional qubits.
% \item Better carrier, more robust against cloning.
% \end{itemize}
%\vspace{-.3in}
%
%\end{block}
\end{column}
\begin{column}{\onecolwid} % start second column
\vspace{-.2in}
\begin{figure}
\includegraphics[width=.85\linewidth]{q_v_kr_to_label_done_small.png}
\caption{Noise vs Key rate: HD-SQKD vs HD-BB84}
\end{figure}
\begin{alertblock}{Conclusion}
\begin{itemize}
\item We have proposed a new HD-SQKD protocol.
\item Performed an information-theoretic security analysis.
\item Proved that qudits can indeed benefit SQKD model.
\end{itemize}
\end{alertblock}
\end{column} % End of the second column
\end{columns}
\end{column}
\begin{column}{\sepwid}\end{column} % Empty spacer column
\begin{column}{\sepwid}\end{column} % Empty spacer column
\begin{column}{\sepwid}\end{column} % Empty spacer column
\begin{column}{\sepwid}\end{column} % Empty spacer column
\begin{column}{\sepwid}\end{column} % Empty spacer column
\begin{column}{\sepwid}\end{column} % Empty spacer column
\begin{column}{\sepwid}\end{column} % Empty spacer column
\begin{column}{\sepwid}\end{column} % Empty spacer column
\begin{column}{\sepwid}\end{column} % Empty spacer column
\begin{column}{\sepwid}\end{column} % Empty spacer column
\begin{column}{\sepwid}\end{column} % Empty spacer column
\begin{column}{\sepwid}\end{column} % Empty spacer column
\begin{column}{\sepwid}\end{column} % Empty spacer column
\begin{column}{\sepwid}\end{column} % Empty spacer column
\begin{column}{\sepwid}\end{column} % Empty spacer column
\begin{column}{\sepwid}\end{column} % Empty spacer column
\end{columns} % End of all the columns in the poster
\end{frame} % End of the enclosing frame
\end{document}
%\begin{column}{\sepwid}\end{column} % Empty spacer column