Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

Computers With Opinions On Visual Aesthetics

Posted by timothy on Fri May 15, 2009 05:21 AM
from the artificial-fastidiousness dept.
photoenthusiast writes "Penn State researchers launched a new online photo-rating system, code named Acquine (Aesthetic Quality Inference Engine), for automatically determining the aesthetic value of a photo. Users can upload their own photographs for an instant Acquine rating, a score from zero to 100. The system learns to associate extracted visual characteristics with the way humans rate photos based on a lot of previously-rated photographs. It is designed for color natural photographic pictures. Technical publications reveal how Acquine works."
+ -
story

Related Stories

This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • Oh great, now we'll turn our computer on in the morning, and it will say "I think this is far too early!" and switch itself back off.
    • Is that a bad thing? I'd love to have a computer that holds itself to my standards for time of activity, rather than gradually being held to my computer's schedule.

      Signed: Redundant array of inexpensive employees, high availability node #145738433
    • Funny, eh? I, however, don't need to know the visual aesthetics of the goat.cx dude, which is what I was greeted with when I went to the actual site. Thanks, it was the perfect troll.

    • by RogueyWon (735973) * on Friday May 15 2009, @08:52AM (#27965545) Journal

      Oh, this takes me back to something that happened when I was still at school, around about 1996 or so.

      At the time, despite being pretty much clueless by slashdot standards, I functioned (and still do function, when I can't avoid it) as the all purpose IT helpdesk for my family.

      Now, I have an aunt who was working as a manager in a medium sized UK based IT firm (I can't remember the name and I don't even think they're still around). However, do not take this as any indication that she knew anything at all about computers. She didn't. Nor did she have any inclination to learn. She could just about manage to use Microsoft Office and the web/e-mail clients that were around at the time (I think this was around the time of Netscape 2). Literally anything beyond that would baffle her. She'd call her monitor "the computer" and so on. She was employed, I gather, for her "management skills".

      Now, even at the time, I had a feeling that this was a crock. My aunt is a rather forceful personality. A less diplomatic person might use more bovine terminology and I always got the impression that she wouldn't be much fun to work for.

      She's also very, very, very large (over 25 stone) and ugly as sin to boot. That's not me being deliberately rude. There's just no nicer way to put it without doing a genuine dis-service to the truth.

      Anyway, one Saturday afternoon, I get a call from her. Her voice implies that she's perched in that dangerous territory between bursting into tears and throwing a screaming, PC-destroying fit. Apparently, her computer is "insulting" her. I need to go over there instantly. I got a lot of this kind of stuff until, a couple of years later, I finally told her where she could stick it after I moved off to university and got a call asking me to travel 200 miles to fix something. Anyway, I'm not best pleased about losing a Saturday afternoon, especially with exams coming up, but for the sake of a quiet life, I head over.

      Oh boy was it ever worth it.

      Sure enough, every two minutes on the dot, her PC is insulting her. Whatever she's doing in Windows, a little dialogue box will pop up with a splendidly vicious insult. I mean, some these were absolute gems and were clearly aimed right at her personally. A few of the more repeatable examples (and I still remember these more than a decade later) were:

      "Careful! Better fetch an extra chair. I think those two are about to give way."
      "Wow you must be constipated. Or does your face just look like that normally?"
      "Did you just fart, or do you always smell like that?"
      "Wipe your face. Half your lunch is stuck between your fifth and sixth chins."
      "Is that your face or your arse I can see? Your face? Hmm... the arse might be better."
      "I can access over 64,000,000 images via the Internet and none of them are as ugly as you."
      "Shall I compare thee to a summer's day? No? How about a half-digested turnip?"

      There was plenty of other stuff as well, including the old classics about ID10T and PEBCAK errors, but enough of it was specific enough to my aunt (making mention of particularly distinctive unflattering features) that this was clearly something bespoke.

      Anyway, my aunt's in an absolute state at this point. She's convinced that the computer is insulting her. She tells me she tried covering up the monitor for half an hour (so it couldn't see her), but when she came back, it had been queuing up the insults.

      Anyway, having confirmed that a virus scanner doesn't pick anything up, I ask to see any disks she's put in the PC lately, or any files she's downloaded. The downloaded files all look pretty safe, and it doesn't seem like anything dodgy's come in via e-mail either. However, she then shows me a couple of disks (3.5" floppies) she'd brought home with work on. These are a numbered series of progress reports. Most of the disks look absolutely fine - a few Word and Excel files. Nothing too scary (I don't think MS Office files were being used extensively for exploits at the time).

      However, on the fi

    • Dude, the algorithm is simple. B&W pictures automatically get 85 points.

      • Re:My lone opinion (Score:5, Insightful)

        by Morphine007 (207082) on Friday May 15 2009, @07:41AM (#27964685)

        The field of AI is not comprised of a majority of researchers frantically trying to build an expert system that can pass a Turing Test. Visual data is complicated and building a system that can take that information and make use it in a very simplistic manner [wikipedia.org] is non-trivial. Read some [stanford.edu] of scientific papers [stanford.edu] published by [stanford.edu] the authors of Acquine, and you'll see that their methodology (image processing, regression, Bayes' classification, decision trees, support vector machines, classification and regression trees, to name but a few) is anything but trivial.

        Not only did they build something novel, but they built a system that does a good job of approximating human response to good/bad photography.

        If you want to contest the true novelty of their work, through an academically-inspired claim that they combined existing technologies in a way that isn't terribly novel, rather than creating their own technology, then that's fine. However, the blanket statement that some researchers are trying to do "real work" [robocup.org] and that Acquine isn't real work, is a giant red-flag indicating that you likely haven't got the slightest clue what actually goes on in the field of AI. Typically researchers like to tackle problems where the utility of their solutions isn't immediately obvious, the previous link to the RoboCup competition is a perfect example; who cares if you can build a robot that can play soccer? By your reasoning, that would be an incredible waste of time. Except, it's becoming the standard problem for multi-robotic systems research, and a large number of AI researchers are devoting significant time towards building RoboCup teams.

        Why?

        Simple, pick a real world task for a group of robots that "matters". Now decompose that task into all the subproblems that you would need to solve in order to have a robot complete the main task. Chances are, you're going to run into problems involving self-localization, team-work/cooperation, vision, data fusion, etc... All of those subproblems are being worked on and solved in different ways by researchers in the RoboCup challenge. And chances are, if you choose the methodologies used by the teams that win games you're likely to have chosen the most effective methodologies available in the field.

        The true value of research isn't the end-product of each individual research-project. It's the end-product of many "useless" research-projects combined.

        • Re: (Score:2, Informative)

          by Anonymous Coward

          Do you find that it "does a good job of approximating human response"? Because I don't. Photos that are absolute crap get 99.99% and interesting photos get 1%. It seems completely random, except for its apparent preference for high resolution and black borders.

        • So I follow the link and think, hey this is pretty cool. I grab some screen shots of my apps and run them through. Unsurprisingly, some old VB6 crap I'm still maintaining was scoring in the 5-10% range. The newer Web and Silverlight apps I've been working on are all over from 30%-70%. I'm thinking this software is pretty cool and we could use it to get rapid feedback on different layouts and styles.

          So I send the link to one of my co-workers. He brings it up and posts a screen shot of his web site. We start

  • by Anonymous Coward

    I'am afraid I cannot do that Dave.

  • Matter of opinion? (Score:5, Insightful)

    by Shrike82 (1471633) on Friday May 15 2009, @05:30AM (#27963709)
    Isn't aesthetic value a hugely personal thing? I mean I looked at some of the photos on the site and the ratings were arse-backwards as far as I was concerned. Generic, boring and frankly badly composed images were getting ~95%, whereas others that I thought were truely exceptional were being ranked in the 50's.

    I'm not saying "my opinion is better", just that it seems sort of pointless to assign a value to a picture like this.
    • by TapeCutter (624760) * on Friday May 15 2009, @05:46AM (#27963809) Journal
      "Generic, boring and frankly badly composed"

      My computer says you have no taste.
    • by Guano_Jim (157555) on Friday May 15 2009, @05:53AM (#27963843)

      Just in case anyone asks, here's the computer rating for goatse, emphasis mine:

      Machine Prediction of Aesthetic Value
      Score predicted by Acquine: 19.4/100 rated as below average

      Looking at that image a

      • by Guano_Jim (157555) on Friday May 15 2009, @05:54AM (#27963857)

        Tubgirl, on the other hand, rates a 58.8/100.

        Someone please stop me.

      • by jamesh (87723) on Friday May 15 2009, @06:11AM (#27963991)

        In other, unrelated news, Penn State researchers have released an online image voting system called 'Aesthetic or not' where users are presented with a random image and have to give it a score of between 0 and 100.

        Initial user participation was good until for some completely unknown reason, 90% of images presented to users for rating were goatse, tubgirl, or other shock images.

        • Initial user participation was good until for some completely unknown reason, 90% of images presented to users for rating were goatse, tubgirl, or other shock images.

          I assume you were joking, but it's actually playing out that way. One out of every four of the images on the front page looks like the type of thing a slashdotter would contribute, and the site says:

          5/15/2009 Due to a slashdot exposure, we are experiencing a much larger traffic to our small Webserver.
          There is a possibility that your photo request may not be handled as fast as it should be. Thanks!

      • No kidding, I tried it with the url http://www.goatse.fr/hello.jpg [goatse.fr] and got 76.1

        I see Slashdot at work here. Well, I also clicked in the rightmost star in the "How do you rate its Aesthetic Quality", of course...

    • Re: (Score:3, Insightful)

      I'm not saying "my opinion is better"

      I am. At least they tried something new.

    • This picture gets 95.1% [www.yle.fi]
      This, completely different picture, [abm-enterprises.net] gets 9.8%.
      While this one [lairweb.org.nz] gets 7.3%.

      Note that the one that actually represents the photographed object the best got horrible grades, but the blurred, oversaturated and cropped version got nearly perfect score.

  • Rubbish. (Score:4, Funny)

    by onion2k (203094) on Friday May 15 2009, @05:30AM (#27963711) Homepage

    It's terrible. Awful. A hopeless system. I wouldn't use ever it.

    And I'm not just saying that because it rated a couple of my photos as poor. :)

    • Re:Rubbish. (Score:4, Interesting)

      by Nursie (632944) on Friday May 15 2009, @06:17AM (#27964029) Homepage

      It rated one of the best pictures I've ever taken as 13. Then it rated a fairly generic cityscape at around 60.

      I think it has some learning to do.

      • Well, maybe that means not that it has some learning to do but that your 'greatest photograph' isn't as great as you thought on an absolute scale. After all, aren't you inherently biased?

  • Post Quality Inference Engine for Slashdot. No more mods.
    • That should be easy. Rate posts based on the presence of keywords. "GNAA", "Frosty piss"(and variants) etc. get a post flagged as troll, presence of "M$" and "correlation is not causation" get flagged "insightful".
      • Re: (Score:3, Insightful)

        presence of "M$" and "correlation is not causation" get flagged "insightful"

        That's not how Slashdot really works. Due to the number of astroturfers here, anything critical of Microsoft, no matter how true it is, is usually modded "Overrated", while "Vista works fine for me" gets "Informative".

  • by powerslave12r (1389937) on Friday May 15 2009, @05:33AM (#27963733)
    This seems a little far-fetched considering the vagueness of someone liking a photo that another person doesn't. I can't imagine this on something like flickr. I guess this could be some standalone rating that people could use on stock photography sites, where buying something needs to have commercial appeal. Websites such as alamy.com tend to do these things manually, they probably might find some use for this.
  • by marmusa (557884) on Friday May 15 2009, @05:38AM (#27963749)
    From the Acquine website "A rule of thumb is that if the aesthetic quality of a photo is obvious to most people, it may not be worthwhile to seek Acquine's opinion on it because Acquine may assign funny scores in such cases." So in cases where the correct score is obvious, Acquine's score can't be trusted? That rather neatly avoids validation or refutation of Acquine's results. This is suspicious and seems to cast doubt on the trustworthiness of its score in less obvious cases.
    • by mangu (126918) on Friday May 15 2009, @06:53AM (#27964271)

      "A rule of thumb is that if the aesthetic quality of a photo is obvious to most people, it may not be worthwhile to seek Acquine's opinion on it because Acquine may assign funny scores in such cases." So in cases where the correct score is obvious, Acquine's score can't be trusted?

      I noticed this with a picture I took in France that everybody praises. It got 6.9. I did the smallest possible change in color, darkening it imperceptibly. The new version got 35.7. Doing a selective gaussian blur also tends to raise the result a lot.

      My rating of their algorithm is 0.01 star, which can be summarized as "it sucks".

      • I uploaded a 1x1 pixel black image. It scored 24.6. I then uploaded a 1x1 pixel white image, which scored 41.7.

        Looks your rating is accurate :)
      • It looks like one would get more consistent results out of the checksum for a picture ;)

        Thanks for testing that - not many would have.

        • The image had the best possible quality that would fit in the allowed file size. I believe their algorithm is biased toward portraits, that have a big sharply focused central subject and an out of focus background.

          My picture was a boat in a canal, and it had great depth of field. What the selective gaussian blur did was to soften the surrounds, like branches, leaves, and reeds in the image, while keeping the boat in the center in sharp focus.

  • What exactly is a "color professional photograph"? Landscapes? Portraits? Group shots? Sports photography? Photo journalism? Abstracts? Artistic Nudes?

    This may be an interesting programming toy but it has little to no use in the real world, unless you have a desire to locate generically boring pictures built to formula. (or, generically boring pictures that have been run through the "ALIPR Picture Score Optimizer" Photoshop filter)

  • terrible (Score:5, Funny)

    by Anonymous Coward on Friday May 15 2009, @05:58AM (#27963873)

    It prefers a nazi germany flag over some beautiful landscapes and portraits

    my name is godwin and I approve this message

  • by oneirophrenos (1500619) on Friday May 15 2009, @06:00AM (#27963897)

    This is great news, a system to tell us whether a photograph is beautiful or not. We are approaching the point where we can outsource all our thinking to computers. Soon we won't have to use our brains at all!

    (Not that many of us do presently, anyway.)

    • This is great news, a system to tell us whether a photograph is beautiful or not. We are approaching the point where we can outsource all our thinking to computers. Soon we won't have to use our brains at all!

      Wow, what an uhh... <looks at what mods rated your post>... insightful posting! I'll have to wait to find out what kind of posting mine is.

  • by VinylRecords (1292374) on Friday May 15 2009, @06:02AM (#27963923)

    Just google image search for any Pulitzer Prize winning photo and upload it to the Penn State ACQUINE system and see how some of them fare to the Goatse image...

    The Iwo Jima flag raising photo at this URL gets a 26.1 in the system.
    http://surreality.info/up/WW2_Iwo_Jima_flag_raising.jpg [surreality.info]

    The fucking Goatse image with a construction crane photoshopped into it (don't ask) just got an 84.1 on the same ACQUINE system....and no I'm not going to provide a URL just test it yourself.

    So Goate is a better image than the Iwo Jima flag raising photo?

    Am I missing something?

    • by MichaelSmith (789609) on Friday May 15 2009, @06:09AM (#27963971) Homepage Journal

      So Goate is a better image than the Iwo Jima flag raising photo?

      Maybe all the people sending goatse to it has biased its aesthetic judgement.

    • by [HooL] (155038) on Friday May 15 2009, @06:10AM (#27963979)

      How on earth should an algorithm know how to infer the symbolic value of the flag rising image?! As far as I understand the Pulitzer Prize is not about artistic and aesthetic value, but rather about journalistic impact, isn't it?

      • Re: (Score:2, Interesting)

        Well that's exactly the point, isn't it? We're a long way from AI being able to judge artistic merits, because doing so often isn't just a property of the image alone, but is related to what the things in the image represent.

        Now having said that, it might be interesting to have some judgement that is not biased by cultural perceptions - one that treats Pulitzer and Goatse on an equal playing field, judging what they look like rather than what they represent. But it's unclear what meaning such an algorithm h

      • Re: (Score:3, Insightful)

        Symbolic appeal is very much different from aesthetic appeal.

        I think the problem with Iwo Jima is that it is in black and white and the system is designed to rank color images, according to TFA. However, I think we can see a certain ... similarity between the two pictures. One of the criteria for a composition is how the eye is drawn to a focal point in an image. In the Iwo Jima photo, the mound of the hill is sharpened by the triangular form of the squad and the flagpole, drawing the eye to the flag.

    • Am I missing something?

      I don't know, but putting those two pictures together, you've painted an image in my head where they're planting that flag somewhere else I priorly, innocently, assumed, outside of the picture.

      Also, you're missing the aspect of sentimental "beauty", or emotion a picture evoces, this picture calls up alot to the viewer, and more the US population as it plays on patriotism, which lives strong in the US.(not saying anything about that or judging, it's a common observation.). A computer c

    • by Saba (308071) on Friday May 15 2009, @06:56AM (#27964293)

      Am I missing something?

      Yes.

      The system learns the quality of photo, not the abstractions we place upon it.

      The photograph, in strict terms of quality alone, is rather poor and achieves an appropriate rating. It cannot measure the value of the image.

  • I tried the system, using a high dynamic range pano that I'm very satisfied with, and which has received a bit of praise from other photographers:

    http://norloff.org/pano/mirror5x3medium.jpg [norloff.org]

    According to the computer this image is worth 28.1 points.

    I guess this means that either the image is a lot worse than I believed, or the rating system has problems with it. :-)

    Terje

  • Now I don't Have to look at so much porn to find the pics I want to look at.
  • Interesting (Score:3, Interesting)

    by jw3 (99683) on Friday May 15 2009, @07:28AM (#27964569)

    One thing first. There *are* certain esthetic and technical rules / guidelines which are what we could call "objective" in the sense that they are very general. For example, a photograph usually looks better if the composition is balanced, if the 2/3rd (or golden mean) rule is used, the lines in the picture are coherent and lead the eye in the right direction (e.g. towards the subject), if the photograph is correctly exposed, colors matched etc. Of course, some of the greatest photographs break those rules; however, like in many things, you succeed in breaking the rules if you know what you are doing, and you cannot do it very often.

    I can imagine that you can come up with an engine that is able to detect how "rule conformant" a given picture is.

    However, pure formal esthetic judgement is what we rarely mean when talking about a "good photograph".
    There is one main issue that will make it very hard to match our "overall" esthetic sense. Firstly, we are unable to detach the image contents from the "pure form". That means, if we see a worried women holding a child, we cannot just look at that as a composition. Also, we are always considering what we know about the subject. E.g. if we have a photograph of a man standing in water, if the photograph ends just below the place that his legs go into the water, we will have the impression that his legs are cut off, and that there is something wrong about the photograph. Finally, facial expression is immensely important for the perceived esthetics of a photograph.

    I did some experimenting -- some of the truly great photographs of our times got rather lousy scores (e.g. Dorothea Lange's famous photograph, but also some color photographs as well), while at the same time rather random shots I did of my sons got even five out of five stars. Well. Maybe it will still be useful to someone to filter out the worse photographs.

    j.

  • Apparently, there is a skewed (high) rating for: white or black frame around the picture and black and white photographs esp. portraits.

    j.