<?php include("../base.php"); ?>

<?php makeHeader("MIT AI Lab Vision Publications","Publications"); ?>

<table>
<?php include("./paperbody.html"); ?>
</table>

<?php include("../common/footer.html"); ?>