Mike Cammarano

Computer Graphics Laboratory
Computer Science Department
Stanford University


JED's links

Spams and Scams
SP2 conflict with Promise driver

About me

    From 2000-2008, I was a Ph.D. student in the Stanford Computer Graphics lab, where I was advised by Pat Hanrahan. This page describes my research publications and other academic work during that time. From 2000-2003 my research interests were primarily image synthesis, physically based rendering, and real-time rendering on programmable graphics hardware. From 2004-2008 my research focused on information visualization.

    Please note that this page is no longer updated. I left the graphics lab in 2008 to become Director of Engineering at Playdom, where I developed and supported scalable infrastructure to provide online games to millions of players every day.

    You may be able to find information about my current activities at mikecammarano.com

(curriculum vitae)



Maps are cool.

Publications

Vispedia: Interactive Visual Exploration of Wikipedia Data via Search-Based Integration
Bryan Chan, Leslie Wu, Justin Talbot, Mike Cammarano, Pat Hanrahan
IEEE Information Visualization, 2008

We present Vispedia, a system that reduces the cost of data integration, enabling casual users to build ad hoc visualizations of Wikipedia data. Users can browse Wikipedia, select an interesting data table, then interactively discover, integrate, and visualize additional related data on-demand through a search interface and a query recommendation engine. This is accomplished through a fast path search algorithm over a semantic graph derived from Wikipedia. Vispedia also supports exporting the augmented data tables produced for use in more traditional visualization systems. We believe that these techniques begin to address the "long tail" of visualization by allowing a wider audience to visualize a broader class of data.

Visualization of Heterogeneous Data
Mike Cammarano, Xin (Luna) Dong, Bryan Chan, Jeff Klingner, Alon Halevy, Pat Hanrahan
IEEE Information Visualization, 2007

Both the Resource Description Framework (RDF), used in the semantic web, and Maya Viz u-forms represent data as a graph of objects connected by labeled edges. Existing systems for flexible visualization of this kind of data require manual specification of the possible visualization roles for each data attribute. When the schema is large and unfamiliar, this requirement inhibits exploratory visualization by requiring a costly up-front data integration step. To eliminate this step, we propose an automatic technique for mapping data attributes to visualization attributes. We formulate this as a schema matching problem, finding appropriate paths in the data model for each required visualization attribute in a visualization template.


Shadow Silhouette Maps
Pradeep Sen, Mike Cammarano, Pat Hanrahan
Proceedings of Siggraph 2003

The most widely used techniques for interactive rendering of hard shadows are shadow maps and shadow volumes. We observe that shadow map algorithms often suffice to determine shadowing for most areas of a rendered image. However, objectionable aliasing artifacts can arise in neighborhoods near the shadow silhouettes. In contrast, shadow volumes generate precise silhouettes, but perform significant amounts of extra work even for pixels far from shadow edges. In this paper, we propose the method of silhouette maps, in which a shadow depth map is augmented by storing the locations of representative points on the geometric silhouette. A piece-wise linear approximation to the true silhouette can then be found by applying dual-contouring techniques. The proposed method allows each silhouette map texel to represent a polygonal approximation to the actual shadowing geometry, in contrast to the jagged approximation provided by a conventional shadow map. We demonstrate an implementation of our approach running on programmable graphics hardware at interactive rates.


Light Scattering from Human Hair Fibers
Steve Marschner, Henrik Wann Jensen, Mike Cammarano, Steve Worley, Pat Hanrahan
Proceedings of Siggraph 2003

Light scattering from hair is normally simulated in computer graphics using Kajiya and Kay?s classic phenomenological model. We have made new measurements that exhibit visually significant effects not predicted by Kajiya and Kay?s model. Our measurements go beyond previous hair measurements by examining out-of-plane scattering, and together with this previous work they show a multiple specular highlight and variation in scattering with rotation about the fiber axis. We explain the sources of these effects using a model of a hair fiber as a transparent elliptical cylinder with an absorbing interior and a surface covered with tilted scales. Based on an analytical scattering function for a circular cylinder, we propose a practical shading model for hair that qualitatively matches the scattering behavior shown in the measurements. In a comparison between a photograph and rendered images, we demonstrate the new model?s ability to match the appearance of real hair.
Overview slides: pdf ppt   Older images


Photon Mapping on Programmable Graphics Hardware
Timothy J. Purcell, Craig Donner, Mike Cammarano, Henrik Wann Jensen, Pat Hanrahan
Proceedings of the ACM SIGGRAPH/EUROGRAPHICS Conference on Graphics Hardware, 2003.

We present a modified photon mapping algorithm capable of running entirely on GPUs. Our implementation uses breadth-first photon tracing to distribute photons using the GPU. The photons are stored in a grid-based photon map that is constructed directly on the graphics hardware using one of two methods: the first method is a multipass technique that uses fragment programs to directly sort the photons into a compact grid. The second method uses a single rendering pass combining a vertex program and the stencil buffer to route photons to their respective grid cells, producing an approximate photon map. We also present an efficient method for locating the nearest photons in the grid, which makes it possible to compute an estimate of the radiance at any surface location in the scene. Finally, we describe a breadth-first stochastic ray tracer that uses the photon map to simulate full global illumination directly on the graphics hardware. Our implementation demonstrates that current graphics hardware is capable of fully simulating global illumination with progressive, interactive feedback to the user.
Movie: divx (1.0 MB)


Time Dependent Photon Mapping
Mike Cammarano, Henrik Wann Jensen
Proceedings of Eurographics Workshop on Rendering 2002

The photon map technique for global illumination does not specifically address animated scenes. In particular, prior work has not considered the problem of temporal sampling (motion blur) while using the photon map. In this paper we examine several approaches for simulating motion blur with the photon map. In particular we show that a distribution of photons in time combined with the standard photon map radiance estimate is incorrect, and we introduce a simple generalization that correctly handles photons distributed in both time and space. Our results demonstrate that this time dependent photon map extension allows fast and correct estimates of motion-blurred illumination including motion-blurred caustics.
Slides: ppt (1.8 MB)


Teaching

    I was TA for the Spring '02 offering of the Image Synthesis course. You can see results of the rendering competition here.

Other work

Old Projects
348b Final
Tower


Last modified September 2014 by Mike Cammarano