I am giving a talk on two different papers. I would like to present the sets of authors separately, one above the other, on the title page. The following doesn't work but hopefully shows my intent.
\documentclass{beamer}
\usepackage[utf8]{inputenc}
\usepackage{default}
\title{The title}
\author[Us]{First Author\inst{1} \and Second Author\inst{2}}
\institute{\inst{1} University of Us1 \and \inst{2} University of Us2}
\author[Them]{Another Author\inst{3} \and Yet Another Author\inst{2}}
\institute{\inst{3} University of Them1 \and \inst{2} University of Them2}
\date{}
\begin{document}
\begin{frame}
\maketitle
\end{frame}
\end{document}
The layout I would like is:
First group of authors
First group of institutions
Second group of authors
Second group of institutions
