Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-plugin-hostgator domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home4/scienrds/scienceandnerds/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the ol-scrapes domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home4/scienrds/scienceandnerds/wp-includes/functions.php on line 6114

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893
{"id":29024,"date":"2023-04-12T21:42:42","date_gmt":"2023-04-12T21:42:42","guid":{"rendered":"https:\/\/scienceandnerds.com\/2023\/04\/12\/openai-looks-beyond-diffusion-with-consistency-based-image-generator\/"},"modified":"2023-04-12T21:42:43","modified_gmt":"2023-04-12T21:42:43","slug":"openai-looks-beyond-diffusion-with-consistency-based-image-generator","status":"publish","type":"post","link":"https:\/\/scienceandnerds.com\/2023\/04\/12\/openai-looks-beyond-diffusion-with-consistency-based-image-generator\/","title":{"rendered":"OpenAI looks beyond diffusion with \u2018consistency\u2019-based image generator"},"content":{"rendered":"

Source:https:\/\/techcrunch.com\/2023\/04\/12\/openai-looks-beyond-diffusion-with-consistency-based-image-generator\/<\/a><\/br>
\nOpenAI looks beyond diffusion with \u2018consistency\u2019-based image generator<\/br>
\n2023-04-12 21:42:42<\/br><\/p>\n

\n

The field of image generation moves quickly. Though the diffusion models used by popular tools like Midjourney and Stable Diffusion may seem like the best we\u2019ve got, the next thing is always coming \u2014 and OpenAI might have hit on it with \u201cconsistency models,\u201d which can already do simple tasks an order of magnitude faster than the likes of DALL-E.<\/p>\n

The paper was put online as a preprint last month<\/a>, and was not accompanied by the understated fanfare OpenAI reserves for its major releases. That\u2019s no surprise: This is definitely just a research paper, and it\u2019s very technical. But the results of this early and experimental technique are interesting enough to note.<\/p>\n

Consistency models aren\u2019t particularly easy to explain, but make more sense in contrast to diffusion models.<\/p>\n

In diffusion, a model learns how to gradually subtract noise from a starting image made entirely of noise, moving it closer step by step to the target prompt. This approach has enabled today\u2019s most impressive AI imagery, but fundamentally it relies on performing anywhere from 10 to thousands of steps to get good results. That means it\u2019s expensive to operate and also slow enough that real-time applications are impractical.<\/p>\n

The goal with consistency models was to make something that got decent results in a single computation step, or at most two. To do this, the model is trained, like a diffusion model, to observe the image destruction process, but learns to take an image at any level of obscuration (i.e. with a little information missing or a lot) and generate a complete source image in just one step.<\/p>\n

But I hasten to add that this is only the most hand-wavy description of what\u2019s happening. It\u2019s this kind of paper:<\/p>\n

\"\"<\/p>\n

A representative excerpt from the consistency paper. Image Credits:<\/strong> OpenAI<\/p>\n<\/div>\n

The resulting imagery is not mind-blowing \u2014 many of the images can hardly even be called good. But what matters is that they were generated in a single step rather than a hundred or a thousand. Furthermore, the consistency model generalizes to diverse tasks like colorizing, upscaling, sketch interpretation, infilling and so on, also with a single step (though frequently improved by a second).<\/p>\n

\"\"<\/p>\n

Whether the image is mostly noise or mostly data, consistency models go straight to a final result. Image Credits:<\/strong> OpenAI<\/p>\n<\/div>\n

This matters, first, because the pattern in machine learning research is generally that someone establishes a technique, someone else finds a way to make it work better, then others tune it over time while adding computation to produce drastically better results than you started with. That\u2019s more or less how we ended up with both modern diffusion models and ChatGPT. This is a self-limiting process because practically you can only dedicate so much computation to a given task.<\/p>\n

What happens next, though, is a new, more efficient technique that can do what the previous model did, way worse at first but also way more efficiently. Consistency models demonstrate this, though it is still early enough that they can\u2019t be directly compared to diffusion ones.<\/p>\n

But it matters at another level because it indicates how OpenAI, easily the most influential AI research outfit in the world right now, is actively looking past diffusion at the next-generation use cases.<\/p>\n

Yes, if you want to do 1,500 iterations over a minute or two using a cluster of GPUs, you can get stunning results from diffusion models. But what if you want to run an image generator on someone\u2019s phone without draining their battery, or provide ultra-quick results in, say, a live chat interface? Diffusion is simply the wrong tool for the job, and OpenAI\u2019s researchers are actively searching for the right one \u2014 including Ilya Sutskever, a well known name in the field, not to downplay the contributions of the other authors, Yang Song, Prafulla Dhariwal and Mark Chen.<\/p>\n

Whether consistency models are the next big step for OpenAI or just another arrow in its quiver \u2014 the future is almost certainly both multimodal and multi-model \u2014 will depend on how the research plays out. I\u2019ve asked for more details and will update this post if I hear back from the researchers.<\/p>\n<\/p><\/div>\n

<\/br><\/br><\/br><\/p>\n

Science, Tech, Technology<\/br>
\n<\/br>
\nSource:
https:\/\/techcrunch.com\/2023\/04\/12\/openai-looks-beyond-diffusion-with-consistency-based-image-generator\/<\/a><\/br><\/br><\/p>\n","protected":false},"excerpt":{"rendered":"

Source:https:\/\/techcrunch.com\/2023\/04\/12\/openai-looks-beyond-diffusion-with-consistency-based-image-generator\/ OpenAI looks beyond diffusion with \u2018consistency\u2019-based image generator 2023-04-12 21:42:42 The field of image generation moves quickly. Though the diffusion models used by popular tools like Midjourney and Stable Diffusion may seem like the best we\u2019ve got, the next thing is always coming \u2014 and OpenAI might have hit on it with \u201cconsistency models,\u201d […]<\/p>\n","protected":false},"author":1,"featured_media":29025,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","om_disable_all_campaigns":false,"pagelayer_contact_templates":[],"_pagelayer_content":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[26,17,8],"tags":[],"class_list":["post-29024","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-science","category-tech","category-technology"],"yoast_head":"\nOpenAI looks beyond diffusion with \u2018consistency\u2019-based image generator - Science and Nerds<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/scienceandnerds.com\/2023\/04\/12\/openai-looks-beyond-diffusion-with-consistency-based-image-generator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"OpenAI looks beyond diffusion with \u2018consistency\u2019-based image generator - Science and Nerds\" \/>\n<meta property=\"og:description\" content=\"Source:https:\/\/techcrunch.com\/2023\/04\/12\/openai-looks-beyond-diffusion-with-consistency-based-image-generator\/ OpenAI looks beyond diffusion with \u2018consistency\u2019-based image generator 2023-04-12 21:42:42 The field of image generation moves quickly. Though the diffusion models used by popular tools like Midjourney and Stable Diffusion may seem like the best we\u2019ve got, the next thing is always coming \u2014 and OpenAI might have hit on it with \u201cconsistency models,\u201d […]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/scienceandnerds.com\/2023\/04\/12\/openai-looks-beyond-diffusion-with-consistency-based-image-generator\/\" \/>\n<meta property=\"og:site_name\" content=\"Science and Nerds\" \/>\n<meta property=\"article:published_time\" content=\"2023-04-12T21:42:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-04-12T21:42:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/scienceandnerds.com\/wp-content\/uploads\/2023\/04\/openai-looks-beyond-diffusion-with-consistency-based-image-generator_643725d275ac9.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"727\" \/>\n\t<meta property=\"og:image:height\" content=\"399\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/scienceandnerds.com\/2023\/04\/12\/openai-looks-beyond-diffusion-with-consistency-based-image-generator\/\",\"url\":\"https:\/\/scienceandnerds.com\/2023\/04\/12\/openai-looks-beyond-diffusion-with-consistency-based-image-generator\/\",\"name\":\"OpenAI looks beyond diffusion with \u2018consistency\u2019-based image generator - Science and Nerds\",\"isPartOf\":{\"@id\":\"https:\/\/scienceandnerds.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/scienceandnerds.com\/2023\/04\/12\/openai-looks-beyond-diffusion-with-consistency-based-image-generator\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/scienceandnerds.com\/2023\/04\/12\/openai-looks-beyond-diffusion-with-consistency-based-image-generator\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/04\/openai-looks-beyond-diffusion-with-consistency-based-image-generator_643725d275ac9.jpeg?fit=727%2C399&ssl=1\",\"datePublished\":\"2023-04-12T21:42:42+00:00\",\"dateModified\":\"2023-04-12T21:42:43+00:00\",\"author\":{\"@id\":\"https:\/\/scienceandnerds.com\/#\/schema\/person\/ea2991abeb2b9ab04b32790dff28360e\"},\"breadcrumb\":{\"@id\":\"https:\/\/scienceandnerds.com\/2023\/04\/12\/openai-looks-beyond-diffusion-with-consistency-based-image-generator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/scienceandnerds.com\/2023\/04\/12\/openai-looks-beyond-diffusion-with-consistency-based-image-generator\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/scienceandnerds.com\/2023\/04\/12\/openai-looks-beyond-diffusion-with-consistency-based-image-generator\/#primaryimage\",\"url\":\"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/04\/openai-looks-beyond-diffusion-with-consistency-based-image-generator_643725d275ac9.jpeg?fit=727%2C399&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/04\/openai-looks-beyond-diffusion-with-consistency-based-image-generator_643725d275ac9.jpeg?fit=727%2C399&ssl=1\",\"width\":727,\"height\":399},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/scienceandnerds.com\/2023\/04\/12\/openai-looks-beyond-diffusion-with-consistency-based-image-generator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/scienceandnerds.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"OpenAI looks beyond diffusion with \u2018consistency\u2019-based image generator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/scienceandnerds.com\/#website\",\"url\":\"https:\/\/scienceandnerds.com\/\",\"name\":\"Science and Nerds\",\"description\":\"My WordPress Blog\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/scienceandnerds.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/scienceandnerds.com\/#\/schema\/person\/ea2991abeb2b9ab04b32790dff28360e\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/scienceandnerds.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7e6e14fc6691445ef2b2c0a3a6c43882?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7e6e14fc6691445ef2b2c0a3a6c43882?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\/\/scienceandnerds.com\"],\"url\":\"https:\/\/scienceandnerds.com\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"OpenAI looks beyond diffusion with \u2018consistency\u2019-based image generator - Science and Nerds","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/scienceandnerds.com\/2023\/04\/12\/openai-looks-beyond-diffusion-with-consistency-based-image-generator\/","og_locale":"en_US","og_type":"article","og_title":"OpenAI looks beyond diffusion with \u2018consistency\u2019-based image generator - Science and Nerds","og_description":"Source:https:\/\/techcrunch.com\/2023\/04\/12\/openai-looks-beyond-diffusion-with-consistency-based-image-generator\/ OpenAI looks beyond diffusion with \u2018consistency\u2019-based image generator 2023-04-12 21:42:42 The field of image generation moves quickly. Though the diffusion models used by popular tools like Midjourney and Stable Diffusion may seem like the best we\u2019ve got, the next thing is always coming \u2014 and OpenAI might have hit on it with \u201cconsistency models,\u201d […]","og_url":"https:\/\/scienceandnerds.com\/2023\/04\/12\/openai-looks-beyond-diffusion-with-consistency-based-image-generator\/","og_site_name":"Science and Nerds","article_published_time":"2023-04-12T21:42:42+00:00","article_modified_time":"2023-04-12T21:42:43+00:00","og_image":[{"width":727,"height":399,"url":"https:\/\/scienceandnerds.com\/wp-content\/uploads\/2023\/04\/openai-looks-beyond-diffusion-with-consistency-based-image-generator_643725d275ac9.jpeg","type":"image\/jpeg"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/scienceandnerds.com\/2023\/04\/12\/openai-looks-beyond-diffusion-with-consistency-based-image-generator\/","url":"https:\/\/scienceandnerds.com\/2023\/04\/12\/openai-looks-beyond-diffusion-with-consistency-based-image-generator\/","name":"OpenAI looks beyond diffusion with \u2018consistency\u2019-based image generator - Science and Nerds","isPartOf":{"@id":"https:\/\/scienceandnerds.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/scienceandnerds.com\/2023\/04\/12\/openai-looks-beyond-diffusion-with-consistency-based-image-generator\/#primaryimage"},"image":{"@id":"https:\/\/scienceandnerds.com\/2023\/04\/12\/openai-looks-beyond-diffusion-with-consistency-based-image-generator\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/04\/openai-looks-beyond-diffusion-with-consistency-based-image-generator_643725d275ac9.jpeg?fit=727%2C399&ssl=1","datePublished":"2023-04-12T21:42:42+00:00","dateModified":"2023-04-12T21:42:43+00:00","author":{"@id":"https:\/\/scienceandnerds.com\/#\/schema\/person\/ea2991abeb2b9ab04b32790dff28360e"},"breadcrumb":{"@id":"https:\/\/scienceandnerds.com\/2023\/04\/12\/openai-looks-beyond-diffusion-with-consistency-based-image-generator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/scienceandnerds.com\/2023\/04\/12\/openai-looks-beyond-diffusion-with-consistency-based-image-generator\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/scienceandnerds.com\/2023\/04\/12\/openai-looks-beyond-diffusion-with-consistency-based-image-generator\/#primaryimage","url":"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/04\/openai-looks-beyond-diffusion-with-consistency-based-image-generator_643725d275ac9.jpeg?fit=727%2C399&ssl=1","contentUrl":"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/04\/openai-looks-beyond-diffusion-with-consistency-based-image-generator_643725d275ac9.jpeg?fit=727%2C399&ssl=1","width":727,"height":399},{"@type":"BreadcrumbList","@id":"https:\/\/scienceandnerds.com\/2023\/04\/12\/openai-looks-beyond-diffusion-with-consistency-based-image-generator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/scienceandnerds.com\/"},{"@type":"ListItem","position":2,"name":"OpenAI looks beyond diffusion with \u2018consistency\u2019-based image generator"}]},{"@type":"WebSite","@id":"https:\/\/scienceandnerds.com\/#website","url":"https:\/\/scienceandnerds.com\/","name":"Science and Nerds","description":"My WordPress Blog","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/scienceandnerds.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/scienceandnerds.com\/#\/schema\/person\/ea2991abeb2b9ab04b32790dff28360e","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/scienceandnerds.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7e6e14fc6691445ef2b2c0a3a6c43882?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7e6e14fc6691445ef2b2c0a3a6c43882?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/scienceandnerds.com"],"url":"https:\/\/scienceandnerds.com\/author\/admin\/"}]}},"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/04\/openai-looks-beyond-diffusion-with-consistency-based-image-generator_643725d275ac9.jpeg?fit=727%2C399&ssl=1","_links":{"self":[{"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/posts\/29024","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/comments?post=29024"}],"version-history":[{"count":1,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/posts\/29024\/revisions"}],"predecessor-version":[{"id":29026,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/posts\/29024\/revisions\/29026"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/media\/29025"}],"wp:attachment":[{"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/media?parent=29024"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/categories?post=29024"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/tags?post=29024"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}