Thursday, August 31, 2006

Binary-coded Shutter for Deblurring Still Images

Researchers at Mitsubishi Electric Research Laboratories (MERL) have developed a new filter system for digital cameras. The Coded Exposure Photography: Motion Deblurring using Fluttered Shutter uses a shuttering technique that effectively applies a binary-encoded timing filter over a continuous sequence of images.

Full Paper (PDF)

Very nice results. It will be nice to see this, or something similar, introduced in consumer camera.

Wednesday, August 30, 2006

Insect Techniques for High Dynamic Range Video

Researchers at Adelaide University, Australia are developing Image Processing techniques that replicate the vision system of flies.

From the article:

"...conducting experiments that involved recording the activity of fly brain cells as they were shown different images. 'We were amazed at the extra detail they were able to extract from the dark parts of a scene. This led us to test exactly how they were able to do this and to reproduce the processing in electrical circuits and computer simulations.' Unlike a camera, flies and other animals can tune their eyes to the light levels of different regions of an image independently. 'In nature, the individual cells of the eye adjust to a part of the image independently in order to capture the maximum amount of information about the scene..."
Example Video (MP4)

While the results from the video look promising, I was unable to find any papers on this work, so I am a little hesitant to claim this work as novel. It seems to fall easily under the umbrella of High Dynamic Range Imaging (HDRI). Paul Debevec has done a large amount of work in this area already. If you are interested, He has posted a nice collection of papers and links here.

Tuesday, August 29, 2006

Mood Dependent Art

It is always nice to see novel combinations of research areas that produce innovative applications. Recently, researchers from the Universities of Boston, USA and Bath, UK have developed such a system called "Empathic Painting: Interactive stylization using observed emotional state." From a Computer Vision perspective, the work includes facial expression recognition. Also, Image Processing and graphics are used to create a real-time painting filter. While these areas are not ground-breaking by themselves, together they make a very unique and creative use of technology.

Links from the site:
Full Paper (PDF)
Example Video (AVI)

This work was published in Proceedings of the 4th international symposium on Non-photorealistic animation and rendering
2006
. These proceedings include some other very interesting projects.

Monday, August 28, 2006

Stereo Reconstruction for Improved Automotive Safety

In a recent news release, Toyota describes a new safety system that implements numerous computer vision technologies.

These techniques include(from the article):

"...a newly developed stereo camera to detect pedestrians and support emergency collision evasion maneuvers by the driver. ...three-dimensional object detection information from the stereo camera to detect not only vehicles and obstacles, but also pedestrians. A near-infrared projector located in the headlights supports nighttime detection... The system retracts the seatbelts and warns the driver when it determines a high possibility of a collision. If the driver does not brake, the Pre-crash Brakes are applied to reduce collision speed."

This leads to the question of how long until we have black box recorders in every automobile. Continuous data acquisition from this many sensors would certainly help with accident reconstruction.

Friday, August 25, 2006

Capturing 3D Fluid Surfaces

Researchers at the University of Delaware are:

"...proposing a novel approach for accurately reconstructing three-dimensional fluid surfaces through the design of an experimental system using a light field camera array that can simultaneously capture different views of a fluid surface.
      The light field camera array features a number of digital cameras, from 16 to 128, with specially modified flashes, lenses and apertures. Instead of one flash, each camera is equipped with four.
      ...the system works by placing a known pattern beneath the surface, with each camera in the array observing a distinct time-varying distortion pattern. A sampled fluid surface can then be measured by analyzing the distortions. For surface reconstruction, the researchers plan to develop an algorithm to minimize the error relative to the sampled data."

This should be an interesting project to follow. The previous work that I have seen with multi-flash cameras captured static scenes, so I am curious how Jingyi Yu will modify the system to handle dynamic fluid.

Wednesday, August 23, 2006

Learning Epipolar Geometry

Sylvain Bougnoux (looks like he's at IMRA-europe now) has written a nice page, featuring interactive Java applets, to assist in learning the basics of Epipolar Geometry. This should be helpful for students just starting out in computer vision. Especially if you are a visual learner and enjoy gaining geometric intuition on a subject.

Tuesday, August 22, 2006

How to Write a Great Research Paper

Here are some nice thoughts on direction and steps for writing a good research paper. In particular, certain traps that most researchers can fall into. I know for me remembering to write a paper (at least a draft) right after I come up with an idea will give me much better direction when actually implementing/testing the idea.

How to write a great research paper(PDF). (Simon Peyton Jones, Microsoft Research)

Note: Here is the listed reference.

Monday, August 21, 2006

Computer Vision Job Listings

Here are a few site that list Computer Vision related positions to be filled. These are certainly not new, but are listed here for reference. Feel free to add others in comments.

Friday, August 18, 2006

Keeping an Annotated Bibliography

As a continuation of helpful things for researchers, here is another hint Dr. Marian Petre reminds us to keep in mind when researching/writing.

One of the things that established researchers have is a working knowledge of the relevant literature. Most established researchers have a core repertoire of some 100-150 works on which they can draw readily. These are a useful selection from the hundreds or thousands of articles and books the researcher has digested over time. The annotated bibliography is an effective mechanism for facilitating this acquisition and for keeping record of the majority of papers that fall outside the core.

What the annotated bibliography should include

It should include, as a minimum:

  • the usual bibliographic information (i.e., everything you might need to cite the work and find it again)
  • the date when you read the work
  • notes on what you found interesting / seminal / infuriating / etc. about it. (The notes should not just be a copy of the abstract; they should reflect your own critical thinking about your reading. They can be informal, ungrammatical, even inflammatory as long as they retain meaning about your reading. If you read a paper more than once and get different things from it, then add to the notes but do keep the original notes, which can prove useful even if you've changed perspective or opinion.)

It can include many other useful things, e.g.:

  • where the physical copy of the work is (e.g., photocopied paper, book borrowed from the library, book in one's own collection)
  • keywords, possibly different categories of keyword
  • further references to follow up
  • how you found the work (e.g., who recommended it, who cited it)
  • pointers to other work to which it relates
  • the author's abstract

Generic Viva Questions

I found some useful information for PhD students and researchers in general from the SIGCSE Doctoral Consortium. These are excerpts from a compilation by Dr. Marian Petre, March 1999.

  • How did you come to research this topic in this manner?
  • What are the main achievements of your research?
  • What has your thesis has contributed to our knowledge in this field?
  • What are the major theoretical strands in this area: what are the crucial ideas, and who are the main contributors?
  • What are the main issues (matters of debate or dispute) in this area?
  • Where is your thesis 'placed' in terms of the existing theory and debate? How would the major researchers react to your ideas?
  • Whom do you think will be most interested in this work?
  • Why did you choose the particular research methodology that you used?
  • What were the crucial research decisions that you made?
  • If you were doing this research again, would you consider using any other research methodology?
  • What do you see as the next steps in this research?
  • What was the most interesting finding in your results?
  • Isn't this all obvious?
  • Were you surprised by any of your results (if so: why, and what was surprising)?
  • What advice would you give a new student entering this area?
  • What is your plan for publication?
  • What haven't I asked you that I should have, and what would your answer have been

Tuesday, August 15, 2006

New Methods for Rock Art Recording and Virtual Analysis


George V. Landon and W. Brent Seales. New Methods for Rock Art Recording and Virtual Analysis. Michael A. Cinquino and Michele Hayward, organizers. Symposium on Latin American Rock Art: Conservation and Research Status. Proceedings of the 71st Annual Meeting of the Society for American Archaeology. 2006 April 26-30; San Juan, Puerto Rico, USA.



Abstract:

We present a method for preserving and visualizing petroglyphic art. The process creates accurate 3D textured models of carved surfaces, making the intricate geometry available for study with interactive computer tools. Examples of useful virtual analysis include visualization with synthetic lighting, simulation to highlight the subtleties of the carvings, and texture-mapping with annotated content. We demonstrate with results from Taino petroglyphs, which are located at the ceremonial center in Caquana, Puerto Rico.

Building and Visualizing 3D Textured Models for Caribbean Petroglyphs

IACA 2005 - 21st Congress of The International Association of Caribbean Archaeology (Trinidad & Tobago) Building and Visualizing 3D Textured Models for Caribbean Petroglyphs

Geometric and Photometric Restoration of Distorted Documents

Mingxuan Sun, Ruigang Yang, Yun Lin, George V. Landon, W. Brent Seales, Michael S. Brown, "Geometric and Photometric Restoration of Distorted Documents," in Proceedings of the 10th IEEE International Conference on Computer Vision, vol. 2, October 2005, pp. 1117– 1123.

Abstract:
We present a system to restore the 2D content printed on distorted documents. Our system works by acquiring a 3D scan of the document’s surface together with a high-resolution image. Using the 3D surface information and the 2D image, we can ameliorate unwanted surface distortion and effects from non-uniform illumination. Our system can process arbitrary geometric distortions, not requiring any pre-assumed parametric models for the document’s geometry. The illumination correction uses the 3D shape to distinguish content edges from illumination edges to recover the 2D content’s reflectance image while making no assumptions about light sources and their positions. Results are shown for real objects, demonstrating a complete framework capable of restoring geometric and photometric artifacts on distorted documents.

Building and Visualizing 3D Textured Models for Caribbean Petroglyphs

George V. Landon and W. Brent Seales. Building and Visualizing 3D Textured Models for Caribbean Petroglyphs. In 21st Congress of The International Association of Caribbean Archaeology (Trinidad and Tobago), July 2005.

Abstract:
We present a system for building and visualizing 3D textured models of Caribbean petroglyphs. Through a collaboration with the Instituto de Cultura Puertorrique~na, we show reconstructions of petroglyphs located at the Taino ceremonial center at Caguana, Puerto Rico. Our methods allow digital access to and preservation of objects located in remote areas that remain unprotected from the elements. Our approach creates 3D textured models and allows users to intuitively visualize subtle aspects of petroglyphic art, such as dimension, texturing, and application of synthetic lighting, that are not possible without the digital model. We discuss the performance of these methods in practice and show resulting high-resolution 3D scans of Taino petroglyphs. We believe these techniques can be useful in promoting access, scholarship and in fostering preservation for artifacts that are inaccessible and obscure.

Full text (PDF)

The Museum and the Media Divide

W. Brent Seales and George V. Landon, "The Museum and the Media Divide: Building and Using Digital Collections at the Instituto de Cultura Puertorriquena," in D-Lib Magazine, vol 11, May 2005.

Abstract:
By digitizing physical holdings, museums have an important opportunity to provide patrons unprecedented access to manifold media. Digitization of existing collections, which is the museum's form of the content creation problem, is a crucial and technically challenging step in continuing to narrow the digital divide between the patron's desire for rich multi-media information and what the museum actually provides. We present a case study of the issues involved in executing a digital content creation program in partnership with the Instituto de Cultura Puertorriquena. We focus on the challenges involved in acquiring, organizing and accessing the collections to make them meaningfully available within typical budgetary and technical constraints.

Available Online