Slashdot Mirror


Mesh Compression for 3D Graphics

IanDanforth writes "A new algorithm that uses successive approximations of detailed models to get significant compression has been revealed by researchers at The University of Southern California. Just as MP3s remove high frequencies we can't hear, this algorithm removes the extra triangles in flat or near flat surfaces that we can't see. Experts in the field are giving this work high praise and imply that is will be immediately applicable to 3D modeling in games, movies, CAD and more."

60 of 297 comments (clear)

  1. Excellent! by Brian+Dennehy · · Score: 2, Funny

    This will usher in a new age of video piracy!

    1. Re:Excellent! by dasmegabyte · · Score: 5, Funny

      No, what it will usher in is a new wave of whining when companies go with some proprietary method of mesh compression instead of whatever compression is eventually developed by the Ogg team.

      --
      Hey freaks: now you're ju
  2. Proliferation of 3D Content on the Web? by Alphanos · · Score: 5, Interesting

    Wide-spread use of graphics on the web didn't really take off until jpeg and gif compression became common. Will the easy compression of 3D models allow use of 3D content on the web to take off?

    --
    Alphanos
    1. Re:Proliferation of 3D Content on the Web? by Anonymous Coward · · Score: 5, Interesting

      Bandwidth probably isn't the problem, because 3D models can be described in ways that don't require much space. A renderman .rib file is far smaller than an image of the scene it describes, and a renderman shader can also be quite small. I'd expect something similar is the case for OpenGL.

      I'd guess the bandwidth would really be taxed by the transmission of bitmaps used for textures. That won't be helped by removing triangles from the model.

      I expect any acceleration would be in the processing on your computer. The CPU and/or GPU would have less work to do, because of the reduced number of triangles to render. So your game gets a higher frame rate, and/or uses fewer cycles, or can perform faster with less powerful hardware.

      The real reason 3D content hasn't taken off is that it frankly isn't very useful for every-day browsing.

    2. Re:Proliferation of 3D Content on the Web? by uhlume · · Score: 2, Informative

      Quite simply, no. This may well help to lower the bar for rendering 3D graphics on low-powered hardware, which could indeed serve to speed the wider adoption of real-time 3D graphics on the web -- but it won't have anything to do with file size reductions in 3D models, which are negligibly small to begin with. This particular compression technique isn't aimed at smaller file sizes, but rather reductions in the complexity of 3d meshes: fewer triangles mean simpler geometry, resulting in increased rendering efficiency.

      --
      SIERRA TANGO FOXTROT UNIFORM
    3. Re:Proliferation of 3D Content on the Web? by notAyank · · Score: 2, Informative

      Yes, IIRC gif86 and gif89a were the 2 gif formats and the numbers represented the year the formats were created

    4. Re:Proliferation of 3D Content on the Web? by Lord+Kano · · Score: 4, Insightful

      The real reason 3D content hasn't taken off is that it frankly isn't very useful for every-day browsing.

      Just wait until the porno industry gets involved. Imagine being able to freeze frame and get Matrix-like fly arounds of the money shot.

      Seriously, my first jpgs and gifs were of porno. Not schematics, or technical info. But big bouncing boobies. I'd be willing to bet that most of you who go back to the 1980s or before had a similar experience. Or how about streaming video? Porno and Mac World expos were the first streaming videos that I ever heard about. If this type of thing is going to take off it'll be because of smut. Sad isn't it?

      LK

      --
      "Hi. This is my friend, Jack Shit, and you don't know him." - Lord Kano
    5. Re:Proliferation of 3D Content on the Web? by zero_offset · · Score: 4, Funny

      I was with you until that last sentence, then you lost me.

      --

      Slashdot quality declines as the number of hot grits posts decreases. - Provolt's Law, Apr-09-2005

    6. Re:Proliferation of 3D Content on the Web? by rsmith-mac · · Score: 3, Insightful

      Sad? How is it sad? As far as I'm concerned, the porno industry is the "perfect" industry from a geek perspective. They are technological innovators that are always willing to try something new and are always on the bleeding edge of technology, they believe in free speech instead of trying to squish it, and they, unlike their **AA counterparts, aren't trying to sue the pants off of the online world, or run to Congress whining.

      It's not a sad thing, it's a great thing. The fact that the content is what it is, is unimportant; what counts is that there's an industry out there that's willing to "do things right" the first time, rather than be dragged kicking and screaming.

    7. Re:Proliferation of 3D Content on the Web? by Rostin · · Score: 2, Insightful

      Right. I already know how this will be responded to, but I'm going to say it anyway.

      Most of the girls you see in porn movies and pictures aren't there because they really enjoy doing porn.

      They are probably there because at first they needed money (porn pays well), and started out by doing some non-nude or semi-nude pictures, then they just got tangled up in all of it.

      I don't have statistics or anyting, but honestly, do you think a lot of women just decide one day that they want to receive anal sex from one stranger while giving a blow job to another? Maybe in your fantasies, but I think we both know that in real life, very few women like that exist, and if they do, they probably need some kind of help.

      So yeah, notwithstanding the incredible greatness of the porn industry because it's willing to technologically innovate and is a powerful force for free speech (sarcasm), I think it is incredibly sad.

  3. Patented? by CharAznable · · Score: 5, Interesting

    So, is this something everyone can use, or will it be patented?

    --
    The perfect sig is a lot like silence, only louder
    1. Re:Patented? by mi · · Score: 3, Insightful

      MP3 is patented. Chilling or not, just about everyone is using it.

      --
      In Soviet Washington the swamp drains you.
  4. MP3 compression == complicated by Raindance · · Score: 5, Informative

    I think this is interesting, but the analogy drawn between MP3s and this 3d-object compression is a bit strained.

    The MP3 compression routine revolves around 'frequency masking' much more than it does "remov[ing] high frequencies we can't hear". Most of the work in MP3 is done through 'frequency masking'. That is, imagine a graph of the frequencies being played at any given time- find the high points, then draw sloping lines down to either side of those points. Humans can't hear anything under those lines- they're 'masked' by the nearby strong frequency.

    Nothing very much like that goes on in this algorithm. There might be some other mesh-compression-analogous process that goes on in MP3 that's like this, but that ain't it.

    Sorry to nitpick, but I figured it's important that
    1. MP3 compression is not just simply throwing out high frequencies (a lot of these are actually retained) and
    2. This isn't anything analogous to that, anyway.

    Looking over my post, I'd have been fine if the submitter had said "Just as MP3s remove frequencies we can't hear, this algorithm removes..." but that's not very descriptive anyway.

    RD

    1. Re:MP3 compression == complicated by Mister+Transistor · · Score: 4, Interesting

      A much better analogy would have been to refer to the digital vocoder in cellular phones. They take a phonemic audio sample and find the nearest match, then replace it with a compression token that represents that bit of speech.

      That achieves compression effectively by recreating a high bandwith audio stream from a low bitrate stream of tokens.

      A thought I had years ago is:

      3-D imaging via raytracing can be thought of as one of the most aggressive forms of compression, in that you represent a fastastically complex high-bitrate stream (i.e. The World, or at least the 3-D scene in question) with a very small (usually under 1K) stream of "tokens" (the raytracer's command repertoire). That "compresses" billions of voxels of 3-D space into a tiny scene descrption stream, and vice-versa during "decompression".

      --
      -- You are in a maze of little, twisty passages, all different... --
    2. Re:MP3 compression == complicated by daVinci1980 · · Score: 2, Interesting

      Actually, your description of what MP3 is doing is almost identical to what the algorithm is doing to remove unnecessary triangles.

      He's not just throwing out high definition data either (which would be a poor compression algorithm). He's finding a seed point, and then trying to build the largest flat surface that masks the underlying points, because they don't really give much detail anyways (not always true).

      --
      I currently have no clever signature witicism to add here.
  5. CAD??? ;-) by PaulBu · · Score: 5, Funny

    Well, if THAT surface was there I bet there was someone to put it there, and (s)he thought that it had some useful function...

    How would you like to fly a plane designed without those thin "thingies" called "wings"? ;-)

    Paul B.

    1. Re:CAD??? ;-) by keefey · · Score: 3, Funny

      Try flying the Dodo in Grand Theft Auto 3 to find out. Bloody difficult.

    2. Re:CAD??? ;-) by iLEZ · · Score: 2, Interesting

      Also, we 3d-modellers usually do this by hand anyway.
      Does this mean that we are going to see crappy 3d-game modellers making hi poly objects and simply run them through a little wizard to "make 'em good for the game"? =)

      Guess i'm just bitter for not working with CGI yet.

      --
      You cant fight in here, its a war room!
  6. This has been around for many years. by Speare · · Score: 5, Interesting

    Man, this has been around for years. I'd bet a decade. Almost all GPSes with mapping features use a 2D variant of this to store less line segment data for roads. 3D systems with multiple levels of detail choose among a number of differently-optimized models to reduce vertex transformation overhead on far-away objects. Where have you guys been?

    --
    [ .sig file not found ]
    1. Re:This has been around for many years. by MrBigInThePants · · Score: 5, Informative
      You both should try reading the article:
      Computer scientists have struggled with the problem of finding an optimal mix of large and small elements for years. In 1998, theoreticians proved that the problem was "NP hard" that no general solution exists that can be solved by a computer in finite length of time. They did find work-arounds: fast methods to simplify meshes, which were unable to guarantee accuracy, and accurate techniques, which were too slow.

      The Desbrun teams novel approach comes from the seemingly unrelated field of machine learning using a technique invented in 1959 called Lloyd Clustering named after its inventor Stuart Lloyd. Desbruns algorithm uses it to automatically segment an object into a group of non-overlapping connected regions an instant draft alternative to the too-numerous triangles of the original scan.
      If you actually read it, it would be pretty obvious why this is new...sheesh!

      Also, game data is built of far fewer triangles and in a much easier form than raw data read from a real-life source. (such as a laser range finder)LOD mesh reduction is usually done by full or partial MANUAL selection.
    2. Re:This has been around for many years. by Ibag · · Score: 3, Informative

      While I can't say for sure that nobody has used this method before for 3D models, the article seems to suggest that this is slightly different than using differently optimize models. Instead, this seems to be a way to optimize the models so that they look good up close as well.

      The concept of lossy compression of 3D models might not be new, but that doesn't mean that the method for doing it isn't.

      Also, even if the problem were trivial for 2 dimensions, it wouldn't neccesarily be so in 3. The 2 body problem has a simple solution, the 3 body problem has no solution in elementary functions. Random walks are recurrent in 1 and 2 dimensions but transient in 3 or more. I can think of several other mathematical examples where the difference between 2 and 3 dimensions (or 2 and 3 objects) changes things completely.

      Don't judge unless you know you understand the subtleties of this algorithm compared to others :-)

    3. Re:This has been around for many years. by Jerry+Talton · · Score: 5, Informative
      In 1998, theoreticians proved that the problem was "NP hard" that no general solution exists that can be solved by a computer in finite length of time.


      Wow. That's pretty far from what "NP hard" actually means.

  7. Greatness! by Milo+of+Kroton · · Score: 3, Funny

    I am for cannot waiting able frequency to this have! I too am so greatness compression going to get.

    I am ask: can use this games? UT2k4 is good. It is very big game however maybe some for people.

    Can this technology fast enough for gaming be?


    1. Re:Greatness! by 42forty-two42 · · Score: 5, Funny
      I am for cannot waiting able frequency to this have! I too am so greatness compression going to get.

      Slashdot's using lossy compression on posts now?
  8. Re:slow connections by tomhudson · · Score: 3, Interesting

    A decade ago, 14.44k modems were top-of-the-line, and expensive, and your provider either billed by the hour or $50/month.

    Today you can get a cable modem connection at 5mb down /1mb up, the modem costs $100, with a $100 rebate (so it's free) and the service is still $50/month.

    You can watch multiple mp4 video/audio streams at this speed - so why not 1 3d model?

  9. Link to publication by j1m+5n0w · · Score: 4, Informative

    The actual paper can be dowloaded from here.

    -jim

    1. Re:Link to publication by hellmarch · · Score: 2, Funny
  10. This is NOT new technology by skittixch · · Score: 2

    This kind of mesh simplification has been around for years, in many of the high end programs such as Lightwave and Maya. Also, when you're dealing with data that is triangulated, most likely, you're dealing with mathematical contructions based on DEMs, or other automated processes, and not the type of graphics that you see on TV and movies. All in all, not too groundbreaking, it just means that some scientists' computers can relax just a little bit more....

  11. Useful, but over stated... by Anubis333 · · Score: 4, Informative

    This is a great way to minimize scan data, but it isn't as useful as the article makes it out to be. Most modeled 3d objects are as low resolution as possible. Shrek has as many polygons as he needs to have, to take away some, or swap their location would destroy the model. For instance, I am a Modeler/TD and most animable character models have 5 divisions, or 'loops' around a deformable joint. Any less would not allow for the deformation control we need. As with most background scenery, it is modeled by hand and as low resolution as possible.

    This could come into more handy later if it is built into a renderer.

    A subpixel displacement renderer that can nullify coplanar polys in this way (though there arent that many usually in detailed oranic objects) it could speed things up quite a bit.

    1. Re:Useful, but over stated... by yasmar · · Score: 2, Insightful

      There is a lot of work on mesh simplification and compression happening right now because there _is_ a real need for it. Meshes that are modeled by hand may not benifit from it, but many many mesh datasets are being produced by laser range scaners or isosurface extraction of volume data (from some kind of medical imager such as mri say). These meshes are often messy and generally have far more polygons than they need.

    2. Re:Useful, but over stated... by ZorbaTHut · · Score: 2, Interesting

      I disagree. I built a polyreducer for a game company and I can say first-hand that, despite the fact that we had models built by hand, despite the fact that we had really skilled artists, despite the fact that they *knew* triangles were at a premium, the polyreducer I constructed was able to get rid of an easy 10% of the triangles before visual quality decreased noticably. 20%-30% if the camera was far away (which it was through most of our game, so we polyreduced our models a lot :) )

      I don't know how many triangles the models in movies have, but I find it hard to believe that all of them are 100% necessary - like with large programming projects, the focus tends to move more towards "don't worry about making it as efficient as possible, just make it look good/feel good/work". A well-designed polyreducer could probably do quite a number on those.

      --
      Breaking Into the Industry - A development log about starting a game studio.
  12. Abstract by j1m+5n0w · · Score: 2, Informative

    David Cohen-Steiner, Pierre Alliez, and Mathieu Desbrun

    To appear, ACM SIGGRAPH '04.

    Abstract: Achieving efficiency in mesh processing often demands that overly verbose 3D datasets be reduced to more concise, yet faithful representations. Despite numerous applications ranging from geometry compression to reverse engineering, concisely capturing the geometry of a surface remains a tedious task. In this paper, we present both theoretical and practical contributions that result in a novel and versatile framework for geometric approximation of surfaces. We depart from the usual strategy by casting shape approximation as a variational geometric partitioning problem. Using the concept of geometric proxies, we drive the distortion error down through repeated clustering of faces into best-fitting regions. Our approach is entirely discrete and error-driven, and does not require parameterization or local estimations of differential quantities. We also introduce a new metric based on normal deviation, and demonstrate its superior behavior at capturing anisotropy.

  13. How new is this by SnprBoB86 · · Score: 3, Informative

    The article is short on technical details but...

    While the algo may be new, the idea certainly isn't. Direct3D has built in support for optimized meshes, the ROAM algo http://gamasutra.com/features/20000403/turner_01.h tm is in wide use. In fact, pretty much all 3d gemoetric level of detail techniques rely on collapsing "flat" areas. The source data for the geometry can also compress geometric data with stuff like NURBS and other parametric surfaces which is probably much better than some sort of lossy compression. With the coming "DirectX Next", OGL 2, and newer video cards, parametric surfaces (read: infinite curve detail) will easily become the norm.

    --
    http://brandonbloom.name
  14. Problems with lighting interpolation by sashang · · Score: 2, Interesting

    How's the lighting meant to work if the extraneous triangles are removed from flat surfaces? You'll end up with shading that isn't very pleasing to look at. You need those extra triangles, even though you can't see them and the surface is relatively flat, if you want the model to look nicely shaded.

  15. Impressive. by autopr0n · · Score: 3, Insightful

    I'm surprised no one's done this before, actually. Good texture maps, and especially bump maps can alleviate the need for a lot of triangles. I wonder if this compression routine takes those things into account. It would be great if you could pass in a detailed mesh, and get a simple mesh + texture + bump map back out.

    --
    autopr0n is like, down and stuff.
    1. Re:Impressive. by gtada · · Score: 2, Interesting

      It exists. Check out what ZBrush is doing.

      Also, I believe ATI has a tool to do this as well.

  16. Many algorithms do this by Anonymous Coward · · Score: 2, Informative

    I've played often with triangle meshes for various softwares. One thing that many do is to merge groups of adjacent triangles with the same surface normals. This is lossless, versus something like JPG. There are programs for POVRay that will do this, essentially iterating through the grid of triangles, calculating the normals, then merging.

    The POVRay mesh format is a good place to start if you want to learn about triangle meshes. Check the povray.org site for lots of good info.

    You can also do something similar to a discrete cosine transform on meshes. You don't gain on the rendering side which is what the article seems to be doing, but you could potentially decrease large file sizes by an order of magnitude.

    As for applications, who knows. Triangle meshes are often used for terrain maps; however, terrain is just as easily saved using some sort of height field.

    KLL

  17. That's No Icosahedron by Hektor_Troy · · Score: 4, Funny

    It's a MOON!

    --
    We do not live in the 21st century. We live in the 20 second century.
  18. No. by autopr0n · · Score: 5, Informative

    This isn't about compressing the data required to store a mesh, although it will help.

    This is about reducing the complexity of meshes so that they can render faster.

    --
    autopr0n is like, down and stuff.
  19. This isn't new? by grammar+fascist · · Score: 5, Informative

    Un-disclaimer: I'm currently pursuing a PhD in machine learning.

    Yes, it is new. First of all, y'all need to read the article and find out how.

    It is for two reasons, both of which are stated:

    The Desbrun team's novel approach comes from the seemingly unrelated field of machine learning...

    Machine learning: getting a computer to generalize (invent hypotheses) given data instances. Work in machine learning has proven that generalization and compression are equivalent. That someone has applied those ideas to 3D model compression is at least notable.

    We believe this approach to geometry approximation offers both solid foundations and unprecedented results...

    In other words, it's not using some hacked-up heuristics. The bias behind the generalizations it makes are solidly described, and can be tuned. Machine learning consistently beats heuristics in accuracy, so their expectation of "unprecedented results" has a good foundation.

    --
    I got my Linux laptop at System76.
    1. Re:This isn't new? by WasterDave · · Score: 2, Insightful

      Ok. So, your post summarises exactly what is wrong with Slashdot that never used to be wrong with Slashdot.

      We have hoardes and hoardes of "lighwave/maya/povray/myarse has had this for years" posts, some completely wrong understandings of MP3's, a few dozen soviet russia's and profit! posts then this.

      Modded +5, like everything else, but actually *genuinely* insightful and written with a confidence and succintness that comes from knowing WTF you are talking about.

      Jesus. Problem with Slashdot is that there's GOLD in them hills but it's a bastard to find.

      Dave

      --
      I write a blog now, you should be afraid.
  20. I'd say multilevel meshes is a better answer... by CompSci101 · · Score: 5, Interesting

    The immediate problem that springs to mind for me is that current graphics cards and APIs don't produce good shading effects when the geometry is turned down. Gouraud shading (color-per-vertex interpolated across the face of the triangle) is the best that hardware acceleration will handle right now, and turning down the number of vertices will lead to problems with detailed color operations under normal circumstances (complicated lighting/shadow effects, etc.)

    Shouldn't the industry be pushing further toward graphics cards that can accelerate true Phong shading, rather than shortcuts and texture mapping tricks? Or even automatic interpolation between meshes of different complexity depending on how much of the scene a particular model takes up? If that functionality was developed first, then this mesh optimization would make perfect sense. But, for now, anyway, it seems like getting rid of the geometry is going to force developers to continue to rely on tricks to get the best look out of their engines.

    Not that you'd HAVE to use it, though...

    C

    --
    The Sun is proof that we can't even do fire properly.
  21. That is why it is news. by pavon · · Score: 3, Informative

    Read the fine article. You are correct that mesh optimization has been a most popular MA/PhD thesis subjects for over two decades. Which is exactly why someone comming up with a method that is an order of magnitude better than any other previous method is big news.

    Also for all those questioning it's usefullness, you need not look any further than 3D scanning. When it comes to detailed models, very few things are done by scratch, instead the are digitized using one of many scanning techniques. This model is then massaged by hand by an artist. This technique would allow you to get a much better first cut, saving time for the artists.

    Lastly, quake and others generated meshes from smooth NURBS objects. This is quite different, and much easier than generating one mesh object from another. Those tequniques are not usefull for scanned objects where you start with a dense mesh object.

  22. Re:A little skeptical, at least based on post by Kiryat+Malachi · · Score: 2, Informative

    Actually, the primary brunt of MP3 focuses on perceptual coding; to put it simply, it uses a model of how important a given sound is based on its frequency and position in time. These 'importance' numbers are used to determine how much accuracy should be used to store the specific time/frequency you're looking at. More accuracy, more bits, less accuracy, less bits.

    You're thinking of the video versions, which work the way you described (to my knowledge; they probably also do some perceptual stuff, but I'm not familiar with video perceptual coding).

    --

    ---
    Mod me down, you fucking twits. Go ahead. I dare you.
    (I read with sigs off.)
  23. Is this maybe a little hyped? by Shanep · · Score: 2, Insightful

    I've been using 3D Studio for about 12 years. I can't remember when this type of triangle reduction feature came in, but 3DS had it.

    It would basically reduce the number of trianges more where they together made flatish surfaces and practically not touch the triangles that made up significant details.

    "Mathieu Desbrun, assistant professor of computer science at the USC Viterbi School of Engineering says that digital sound, pictures and video are relatively easy to compress today but that the complex files of 3-D objects present a much greater challenge."

    What!? How hard is it to remove triangles based on the direction that they face!?

    "His "Variational Shape Approximation" scheme created with two collaborators produces simplified but highly accurate "meshes" representing 3-D shapes. The meshes are orders of magnitude smaller than those produced by existing ways of handling such files but remain completely compatible with all widely used methods to display and use the information."

    This is really hyped. This is not compression in the sense of MP3, where you have to decode it. It's just replacing lots of small trianges that make up a flatish surface, with fewer large triangles or polygons. Big deal!

    "The proxy representation, once refined, is then reconverted into a now-optimized mesh -- but not necessarily a mesh of triangles. The technique turns them instead into an assortment of polygons -- some triangles, but also four, five, six or more sided figures that more efficiently represent the shape"

    Could this be a cop out? Since it could be difficult to replace some triangle groups with a larger triangle without changing the overall shape?

    Polygon's are traditionally reduced to triangles for speed benefits! So why not go that little extra?

    "This is not a hack," says another expert, in the field GÈrard Medioni, professor of computer science and chair of the department at the Viterbi School, using the term for a makeshift, unsystematic improvisation. "It has a strong formal basis. You can make up extreme cases that will trick it, but for ordinary shapes, it works remarkably well."

    Cool, Shrek 3 will be nothing but primitives! Move along, nothing to see here...

    --
    War crimes, torture, lies, illegal spying... Would someone give Bush a blowjob, already, so he can be impeached?
    1. Re:Is this maybe a little hyped? by grammar+fascist · · Score: 2, Informative

      Nice rant. See my earlier post on why this is new and cool.

      "It has a strong formal basis. You can make up extreme cases that will trick it, but for ordinary shapes, it works remarkably well."

      Cool, Shrek 3 will be nothing but primitives! Move along, nothing to see here...

      Ordinary != primitives. Ordinary = things you generally find in reality. That would be faces, bodies, hands, everyday objects like trees, toasters and television sets...

      The technique is borrowed from machine learning (which is my current area of study, so I feel I have some understanding of it). You can regard what they're doing as generalizing (the aim of machine learning), which is always prone to error when presented with pathological cases. In other words, if you try really, really hard, you can invent cases which it utterly fails at, but it just doesn't happen in normal practice.

      (For a human analogy, consider those weird optical illusion drawings: they're pathological cases that throw your brain out of whack. But in practice, you really don't need to be able to quickly and correctly analyze those sorts of things.)

      --
      I got my Linux laptop at System76.
  24. Re:Nice add-on to 3d movies by JessLeah · · Score: 2, Informative

    No offense, but you obviously don't know a hill of beans about what the article is about. It is about "lossy" compression, like MP3 compression for audio, or JPEG compression for images, or MPEG compression for video. Lossy compressed 3D images would look worse-- not better-- than uncompressed 3D images.

  25. Re:A little skeptical, at least based on post by WasterDave · · Score: 2, Informative

    they probably also do some perceptual stuff, but I'm not familiar with video perceptual coding

    They do. Your eyes have better resolution when dealing with luminosity than colour, and also detect lower frequency changes better than high frequency ones. JPEG uses both these effects, as do all video compressors AFAIK.

    Cheers,
    Dave

    --
    I write a blog now, you should be afraid.
  26. No. Re:No. Re:No. by YOU+LIKEWISE+FAIL+IT · · Score: 4, Informative

    Skimming the article, this just seems to be polygon aggregation on the model ( not HSR, which is certainly not what grandparent was implying anyway ). It's certainly not a method for compressing the stored mesh, it's just discarding arguably redundant detail.

    Desbrun explains that his accomplishment was to simplify such a mesh, by combining as many of the little triangles as possible into larger elements without compromising the actual shape. Nearly flat regions are efficiently represented by one large, flat mesh element while curved regions require more mesh elements.

    ( My emphasis ). I was pretty sure this was nothing new, although I'm sure a general case algorithm, let alone a fast and accurate general case would be novel. But I was writing polygon aggregation code for my undergraduate computer graphics subjects ( much simpler meshes though ), and I would expect anyone with any CSG education to not confuse the subject matter with an actual storage optimisation.

    --
    One god, one market, one truth, one consumer.
  27. the use of this technology... by davenz · · Score: 3, Insightful

    is probably not going to be seen by the end user in games or movies or otherwise, as has been noted 3d models are allready as low poly as they can be. The only use that comes to mind is in the area of scanning real models into computers which outputs huge files and many many poly's, this is where an algorithym like this would be very useful to get a model that can be used without being overtaxing on system resources.

    1. Re:the use of this technology... by Mac+Degger · · Score: 2, Informative

      You've never had to make LODs for a game model, have you? An efficient algorithm that does this well (ie without producing odd looking things) will save time and money.

      --
      -- Waht? Tehr's a preveiw buottn?
  28. Useful for CAD? yes/no by t_aug · · Score: 4, Interesting

    I get the feeling this technique won't be so useful for what most people consider to be CAD. That is, defining the size and shape of parts. (ALA Pro/Engineer, Catia or the like) The part of CAD that I feel may benefit is Finite Element Analysis (encompased by the phrase: computer aided design). Meshes of 3D shapes can get VERY complex VERY fast and this complexity has to be stored in large files. The hangup is probably that this technique was developed to retain visual similarity. That dosn't mean that the data it retains will provide a good numerical solution.

  29. Re:slow connections by LostCluster · · Score: 2, Insightful

    You can watch multiple mp4 video/audio streams at this speed - so why not 1 3d model?

    Because we're all still using 2D cameras and monitors... and that's the real hold-up in 3D content production. Things like QuickTime VR have been around for years, but haven't really caught on because they're not easy to make content with and the results are not exactly stunning sometimes.

  30. I'm not sure that's the problem. by Bruce+Perens · · Score: 2, Interesting
    Notice that this is mesh compression. It is a way to compress an irregular and aperiodic surface. If you want a compact 3D model the first thing to try is using simpler geometry.

    Bruce

  31. It has been done before. by ZorbaTHut · · Score: 2, Interesting

    In production code, for that matter.

    I wrote a polyreducer for a game I worked on. It would take as input a mesh, bone data, and an input texture map, crunch over them for a few minutes, and spit out a mesh with fewer triangles (and a new texture map). It would have been easy to make it spit out a bump map as well, except we were targeting PS2 and a bump map would have taken another rendering pass.

    Quite effective. We stripped about 25% of the triangles out of most models. I kinda wish I'd gotten time to apply it to the world geometry too - especially if I could have snuck it in before the lighting step. That might have been tricky though.

    One amusing side effect is that I end up looking at people's examples of their algorithms (like, say, ZBrush) and just laughing. They're not doing *any* of the hard parts - they're getting as input the target mesh, they're guaranteed the high-detail mesh is a subdivided version of the target mesh, what are they doing to earn their $500? Mine would take the high-detail mesh only and do *everything* from there!

    Maybe I should talk to my old boss and see if he'll let me reimplement the algorithm and sell it as a plugin . . .

    --
    Breaking Into the Industry - A development log about starting a game studio.
  32. 3D Content could have proliferated long ago by Anonymous+Writer · · Score: 2, Informative

    I could have sworn that someone came up with a format for streaming 3D on the web ages ago. No, not VRML, something else. I just tried to do a Google search for it, but came up with too many results. It was supposed to allow 3D content on the web to take off as well.

    VRML was supposed to do that, for that matter, and has been around since around 1996. I think 3D has never really taken off on the web because of the way you have to navigate through 3D worlds. I recall navigating through VRML was a real pain with a mouse. If they found some way of automating walkthroughs with just one click when they first introduced it, then maybe it would have been more popular. I haven't followed VRML it since its introduction, so I don't know if it now has automated walkthroughs.

  33. Splines by Bones3D_mac · · Score: 2, Interesting

    This is nice and all, but is it really necessary now that curved surfaces can be accurately represented by splines? While it may require more data per point in the model, the total number of points in a spline-based model is already far lower than the number of verticies needed to create the same model using polygons.

    I can't imagine why else anyone would need a high-density of verticies unless they were trying to represent a curved surface.

    --


    8==8 Bones 8==8
  34. Classic problem in computer graphics by baxissimo · · Score: 2, Informative

    As others have pointed out this is a new solution to a classic computer graphics problem. The first technique I know of to automatically reduce the poly count of meshes, while preserving the overall appearance was Garland and Heckbert's QSLIM algorithm. This was first published in SIGGRAPH 97. Or actually, hmmm, no, it looks like Hoppe's work on mesh optimization came a good bit earlier (1993).

    Anyway, it's a pretty old problem in graphics. The USC press release that prompted this slashdot story is simply advertising Cohen-Steiner, Alliez, and Desbrun's paper which will appear at SIGGRAPH 2004 later this summer. That's all it is. They have a new way to do automatic poly reduction. Now it could be that it's vastly superior to anything else that's been done in the area, but even if so, this isn't likely to cause any revolutions. Why? Because the existing poly reduction algorithms already work pretty well. They work well enough that they're already in production use (as others have pointed out there are plugins for most major 3D packages already, and most game engines have had "continuous level of detail" systems for a good long while). So at best this is going to make life easier for some 3D content creators who won't have to do so much hand-tweaking of LODs (levels-of-detail, aka "optimized" meshes). So don't expect to see any huge changes in the games you play or movies or whatever because of this. Mesh optimization/LOD techniques are already being used pretty much everywhere it make sense to do so.

    But here's an idea for all you Karma Whores out there: go to the list of papers on the SIGGRAPH 2004 web site (or go to Tim Rowley's easier to browse version of the list), pick something that looks interesting, and send the story to slashdot! There's at least 50 more slashdot stories there just waiting to burst! Happy hunting! There's enough Karma for everyone, so don't be greedy now.

  35. A Summary for the Uninitiated by Arkaein · · Score: 2, Informative
    Because the linked article was a little light on details, and because 90% of the posts in this discussion either have very little understanding of what techniques exist in 3D mesh optimization, I thought I'd actually skim the paper (linked to in an above comment) and describe a summary of why this new technique is innovative. I studied the basics of Computer Graphics why working for my BS in CS and worked for several years on a project where I wrote code to triangulate and decimate (i.e. reduce triangle count) for range data, so I do have an idea of what I'm talking about here.

    First of all, as many posts have stated there are wuite a few algorithms out there for mesh optimization. Two of the classic techniques were developed by Schroeder and Turk.
    Schroeder's method (PDF) is fast and is able to reuse a subset of the original vertices, but the quality is not great. Essentially, the mesh is simplified mainly by collapsing edges (eliminating two triangles for each edge collapsed) in the flattest parts of the mesh.

    Turk's method (PDF) is more accurate, but cannot reuse the original vertices. Basically a new set of vertices are scattered across the original surface, forced to spread out from their neighbors. The amount of local spreading or repulsion is determined using local curvature, allowing greater point density where curvature and therefore detail is high. A new mesh is generated through these points using the original as a guide.

    Further work has been done to create progressively decimated meshes, much like progressive JPEG images work. A model sent over the web could be displayed in low resolution very quickly while the bulk of the geometry is still in transit. Methods for this tend to be colser to Schroeder's approach because obviously it is desirable to reuse the existing data at each level of representation.

    This new method is quite a bit different. It clusters triangles into patches that can be represented simply. These patches are optimized iteratively. Finally a new mesh is created, using the pathces as partitions and reusing vertices where the partitions meet.

    Some benefits to this method:
    • High Accuracy: The total surface deviations are small, and the partitions fit very well to the contours of the original surface
    • Speed: the method is apparently reasonably fast, though not as fast as greedy methods
    • Ability to allow user interaction for variable refinement of specific regions, without requiring it in general cases
    • Iterative process means that in time constrained situations a time/quality tradeoff can be made without modifying the algorithm
    • Possible fuure applications in animation and simulation by introducing a time variable into the partitioning process

    To me the potential animation capabilities and optional interactivity sound most interesting. Accurate decimation methods are already available that work well offline, and faster methods are available for online LOD management. Merging decimation with animation could lead to higher quality, lower computational cost 3D anmiation. Allowing high interactivity could help artists improve the aesthetics of scanned artifacts.
  36. Uh by bonch · · Score: 3, Insightful

    they believe in free speech instead of trying to squish it, and they, unlike their **AA counterparts, aren't trying to sue the pants off of the online world, or run to Congress whining.

    Nice random MPAA/RIAA dig there (is it all Slashdotters think about anymore that they have to interject it at every opportunity?), but the fact is that there have been several articles in the past five years about how the porn industry is worried about P2P because it pirates their material. Ever done a search on eMule to see how much porn is out there ripped from the subscription sites?

    The porn industry doesn't run to Congress because Congress isn't going to take a porn industry seriously! Painting them as some sort of free speech golden defenders is hilarious--they're a sleazy, money-grubbing business like any other (and they like to buy ad space through horrible spyware delivers like CoolWebSearch).