Posts Tagged ‘groundbreaking’

If Clichés Are So Bad, Why Do So Many of Them Win Contests?

If Clichés Are So Bad, Why Do So Many of Them Win Contests? cliche mini

Photo editor Michael Davis on why clichés win photo contests:

I think one of the dynamics at play is that work that was recognized in the past triggers interest in similar work in the present. In other words, we have this library of images in our minds and when we see images that are similar to the images that we think are great, there’s an association, a connection that is positive. These are derivative images. But instead of being a negative aspect, these images get elevated, often to the highest awards and often without realizing we’re just awarding what worked in the past.

That’s the nature of the cliché: I’m photographing a subject that was deemed good in the past, therefore the photo I make today will also be good. As a judge, the perspective is: This type of photo has been recognized in the past, therefore we should recognize it today.

His advice for photographers looking to break free of subjects that have been beaten shot to death? Do the hard work of researching prior work, and think about breaking new ground in either the subject, story, or storytelling method.

If clichés are so bad, why do they win contests? [Michael Davis]


Image credit: Cliche by Tom Newby Photography

Photog without Work Visa Enlists 7-Year-Old Daughter’s Help for Exhibition

Photog without Work Visa Enlists 7 Year Old Daughters Help for Exhibition checklist

When American photographer Alex Soth arrived in the UK earlier this year to work on a commission for the city of Brighton‘s photo biennial, he was told by the customs officer at the airport that he couldn’t do his photography work without a work visa, and that getting caught might result in two years of jail time.

Instead of going ahead with the project anyway or calling it off, Soth decided to hand his camera over to his 7-year-old daughter Carmen. The duo strolled around Brighton for a few hours each day, with Alex directing many of Carmen’s photographs while Carmen looked to check off entries on the shooting list she made (shown above).
Read more…

HDR Video Demonstration Made with Two Canon 5D Mark IIs

You’ve most likely seen HDR photographs before, but how about HDR video? The above is a demonstration of HDR video by Soviet Montage, created using two Canon 5D Mark II DSLR cameras. Both cameras recorded identical scenes using a beam splitter, and captured the footage at different exposure values (over and under exposed).

We’ve posted HDR videos before, but they were created using stop-motion, so the process was more traditional. This is also the first time we’ve seen an HDR video of a person.

What do you think?

(via Engadget)

Facial Recognition for Dogs and Cats

Facial Recognition for Dogs and Cats fujifilmdogIf you’ve ever tried photographing a dog or cat, you probably know how difficult it can be to take a sharp photo while it’s looking at you. My friend’s dog (a pomeranian) is actually scared of my camera, and shies away when the DSLR is pointed at him.

FujiFilm’s new Finepix Z700 aims to make pet photographs easier by being the first camera to offer facial recognition for dogs and cats, and can automatically snap photographs for you when the pet is looking at the camera.

However, the technology is still pretty young, and has a ways to go before it rivals human facial recognition, which itself is ocassionally buggy.

For example, the camera has difficulty detecting pets that don’t stay still, and though it can detect up to 10 pet faces at once, it can’t handle a mix of dogs and cats. The subjects need to be either all dogs, or all cats.

Furthermore, some breeds of dogs (and maybe cats too?) can have pretty strange looking faces. The camera can’t handle those. FujiFilm even has a dedicated webpage listing the breeds of dogs and cats that the feature can usually detect, and includes sample images:

Facial Recognition for Dogs and Cats petfacesample

As you can see, you need to have a fairly… generic looking dog or cat if you want to detect its face.

Pets that cannot be easily detected include those that have: dark patches around the eyes or nose, too dark of a color, wrinkled/long/thin faces, or hair covering the eyes.

We’re guessing something like this will stump the camera:

Facial Recognition for Dogs and Cats 3639242398 d36e86eea3

Perhaps we should have titled this post, “Facial Recognition for Cute and Generic Looking Dogs and Cats”.

(via PC World)


Image credit: Castle Combe by Karen Roe

PhotoSketch Turns Your Sketches into Photo Montages

PhotoSketch Turns Your Sketches into Photo Montages photosketch

When there’s something in the news regarding photography, like Stanford’s open source camera, I’m usually not the first to post about it. However, since I have a background in both photography and computer science, hopefully I can provide some unique insight into certain news stories.

The big story this past week has been PhotoSketch, a research project out of China’s prestigious Tsinghua University. The claim is that this program can take your rough, labeled sketches of various scenes, and automatically turn them into photo montages by combining the appropriate photographs obtained from the web. The following video posted to Vimeo demonstrating the technology has gotten over half a million views over the past week.

Key Ideas

There are two main features that allow PhotoSketch to work. The first is filtering out undesirable images to obtain suitable ones, and the second is a novel blending algorithm that creates a seamless composition.

The key idea is that the user of the program actually does a lot of the hard work, making the job of the program a lot simpler. What’s great is that the user doesn’t even realize they’re doing a lot of work. A similar example might be CAPTCHAs, those security keys you type in to verify you’re a human. It’s pretty trival for a human to do, but (currently) very difficult for a computer.

PhotoSketch Turns Your Sketches into Photo Montages Modern captcha

Likewise, labeling the semantics of a photo is something very difficult for computers to do. If you gave the program unlabeled photographs, how would the program distinguish between a man reaching for something and a man throwing a ball, if both have similar shape and form? A computer can determine shapes and colors, but has an impossible time figuring out the meaning of photographs without human participation.

Since the user provides both a shape and a label, the problem becomes a shape matching problem, which isn’t nearly as difficult. The program only has to search through images that humans have previously labeled as being suitable.

In order to make it easier to extract the desired subjects from photographs, the filtering process actually throws away images that don’t have clear, uncluttered backdrops. For example, a tiger that blends into grass would be discarded, as would a lego piece among many lego pieces. This makes sense, since we all know an object is much easier to isolate from a photo when it’s very distinct from the background. In Photoshop you can simply use the magic wand or quick selection tools to eliminate the background.

PhotoSketch Turns Your Sketches into Photo Montages overviewpsketch

Now I’ll briefly describe the various steps that go into making the program work.

Obtaining the Background

The main observation for selecting a background is that if you find all the images with a certain label (i.e. beach, mountain, meadow, etc…), you can group them by similarity. They assume that the largest “cluster” of similar images is probably what the user is looking for, so they choose 100 of the background images that are most similar to the characteristics of this cluster.

Next, they take these 100 images, and throw out the ones that don’t have the horizon line in the correct place. With the remaining images, they filter out images that have non-uniform backgrounds in order to have clean, open spaces on top of which the item images can be placed. At the end of this stage, they keep about 20 background images as possible candidates.

Selecting Scene Items

PhotoSketch Turns Your Sketches into Photo Montages Screen shot 2009 10 09 at 2.08.53 PM

Once candidate background images have been obtained, the program searches for images that match the labels of the items in the scene. As with background selection, images that are too complicated or too cluttered are filtered out. The items need to be very distinct from the background in order for the program to isolate them.

The program then compares the extracted items with the shape the user drew, if a shape was provided. Images that don’t match are discarded, and the ones that do match are clustered together, just like in background selection. Images that both match the shape well and are part of a popular cluster are selected as candidate images.

Blending the Images

The novel methods used to blend the candidate images together is actually one of the main areas of research for this project. Everything I’ve explained prior to this section isn’t very groundbreaking, while everything related to this section is too complicated and technical to be easily explained. I’ll just say a lot of work goes into making the images not look completely absurd against the selected backgrounds.

Real or Fake?

What I find funny is how many of the comments found around the web regarding PhotoSketch claim that it’s fake. If it were fake, it would be one of the greatest hoaxes of all time, since the research was done at a prestigious university and will also be presented at the ACM SIGGRAPH Asia conference in December.

However, this doesn’t mean the program is as perfect as the video demonstrations and examples published make it seem. Here are some examples from the paper of when the program generates a semantically ridiculous photo montage:

PhotoSketch Turns Your Sketches into Photo Montages Screen shot 2009 10 09 at 1.49.56 PM

Anything automatically generated will have semantic flaws that create absurd and non-sensical images every so often. The examples provided by the PhotoSketch group are simply examples of when the program successfully does what it’s supposed to do (which is hopefully quite often). Does it always create images that look as nice or make as much sense as the examples? No, but the examples provide a good demonstration of the technology.

Conclusion

PhotoSketch is a pretty amazing idea that deserves all the attention it’s getting. It’s also a taste of what’s to come with regards to computer graphic technologies. I’m sure we’re going to see more and more mindboggling research projects and commercial products in the coming years.

Though the group is still working on an online demonstration, the research group’s website contains the user studies, and the research paper.


Image credits: The images used in this article were obtained from the research website and their paper.