


WPP partners with NVIDIA to build AI-enabled 3D generative content engine for the digital advertising market
The day before yesterday, WPP joined hands with NVIDIA, an established software giant in Asia and known as the "tactical core graphics card", to build a breakthrough engine based on AI and NVIDIA's Omniverse platform, connecting software from its own and even more advanced software Creative 3D and AI tools for manufacturers to revolutionize brand content and audience marketing for a wide range of product experiences.
NVIDIA’s New Year
Computex Taipei opened on May 29, local time. NVIDIA and WPP announced at the exhibition that they are developing a content engine that uses NVIDIA Omniverse™ and AI to enable creative teams to be faster and more efficient , produce high-quality commercial content at greater scale while remaining fully consistent with your clients’ brand.
The new engine connects an ecosystem of 3D design, manufacturing and creative supply chain tools, including tools from Adobe and Getty Images (well-known image copyright owner), enabling WPP’s artists and designers to combine 3D content creation with generative AI integrated together. This enables WPP’s clients to reach consumers in a highly personalized and engaging way, while maintaining the quality, accuracy and fidelity of their company’s brand identity, products and logos.
Nvidia founder and CEO Jensen Huang unveiled the engine with a demonstration during a keynote speech at Computex Taipei, showing how customers can work with teams from WPP, the world's largest marketing services organization, Make experiences such as extensive brand advertising content (such as images or videos) and 3D product configurators more tailored and immersive.
“Industries across the globe, including the $700 billion digital advertising industry, are racing to realize the benefits of AI,” said Jensen Huang. “With Omniverse Cloud and generative AI tools, WPP enables brands to achieve unprecedented levels of realism with Build and deploy product experiences and compelling content at and scale levels.”
"Mark Read, CEO of WPP, stated that AI is rapidly transforming the marketing industry with astonishing speed.". “Our partnership with NVIDIA provides WPP with a unique competitive advantage through AI solutions that are available to any other client in the market today. This new technology will transform the way brands create content for commercial use and Consolidate WPP’s position as the industry leader in AI creative applications for the world’s top brands.”
The "engine" of creativity
The new content engine is based on Omniverse Cloud, a platform for connecting 3D generation tools and developing and operating industrial digital applications. This enables WPP to seamlessly connect its supply chain of product design data from software such as Adobe’s Substance 3D tool for 3D and immersive content creation, as well as computer-aided design tools, to create brand-accurate, photorealistic digital representations of client products. Twins.
WPP uses responsibly trained generative AI tools and content from partners such as Adobe and Getty Images, so its designers can create a variety of high-fidelity images based on text prompts and bring them into the scene. This includes Adobe Firefly, a range of creative generative AI models, and exclusive visual content from Getty Images created using NVIDIA Picasso, a producer of custom generative AI models for visual design.
With final scenes, creative teams can render massive, brand-accurate 2D images and videos for classic ads, or publish interactive 3D product configurators to the NVIDIA Graphics Delivery Network, the global graphics streaming network, for consumers to view on Experience on any network device.
In addition to speed and efficiency, the new engine outperforms current development methods, which require creatives to manually create hundreds of thousands of pieces of content using disparate data from disconnected tools and systems.
The partnership with NVIDIA builds on WPP’s existing leadership in emerging technologies and generative AI to deliver award-winning events for major clients around the world.
The new content engine will soon be available exclusively to WPP’s global clients.
About WPP
WPP is a creative transformation company. We harness the power of creativity to create a better future for our people, the planet, our customers and our communities.
About NVIDIA
NVIDIA (NASDAQ: NVDA) has been at the forefront of accelerated computing since its founding in 1993. The company invented the GPU in 1999, sparked the growth of the PC gaming market, redefined computer graphics, ignited the modern AI era, and is driving the creation of the industrial metaverse.
NVIDIA is now a full-stack computing company, and its data center-scale products are helping to reshape the industry.
The above is the detailed content of WPP partners with NVIDIA to build AI-enabled 3D generative content engine for the digital advertising market. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



How to define header files using Visual Studio Code? Create a header file and declare symbols in the header file using the .h or .hpp suffix name (such as classes, functions, variables) Compile the program using the #include directive to include the header file in the source file. The header file will be included and the declared symbols are available.

Writing C in VS Code is not only feasible, but also efficient and elegant. The key is to install the excellent C/C extension, which provides functions such as code completion, syntax highlighting, and debugging. VS Code's debugging capabilities help you quickly locate bugs, while printf output is an old-fashioned but effective debugging method. In addition, when dynamic memory allocation, the return value should be checked and memory freed to prevent memory leaks, and debugging these issues is convenient in VS Code. Although VS Code cannot directly help with performance optimization, it provides a good development environment for easy analysis of code performance. Good programming habits, readability and maintainability are also crucial. Anyway, VS Code is

Running Kotlin in VS Code requires the following environment configuration: Java Development Kit (JDK) and Kotlin compiler Kotlin-related plugins (such as Kotlin Language and Kotlin Extension for VS Code) create Kotlin files and run code for testing to ensure successful environment configuration

Depending on the specific needs and project size, choose the most suitable IDE: large projects (especially C#, C) and complex debugging: Visual Studio, which provides powerful debugging capabilities and perfect support for large projects. Small projects, rapid prototyping, low configuration machines: VS Code, lightweight, fast startup speed, low resource utilization, and extremely high scalability. Ultimately, by trying and experiencing VS Code and Visual Studio, you can find the best solution for you. You can even consider using both for the best results.

VS Code is absolutely competent for Java development, and its powerful expansion ecosystem provides comprehensive Java development capabilities, including code completion, debugging, version control and building tool integration. In addition, VS Code's lightweight, flexibility and cross-platformity make it better than bloated IDEs. After installing JDK and configuring JAVA_HOME, you can experience VS Code's Java development capabilities by installing "Java Extension Pack" and other extensions, including intelligent code completion, powerful debugging functions, construction tool support, etc. Despite possible compatibility issues or complex project configuration challenges, these issues can be addressed by reading extended documents or searching for solutions online, making the most of VS Code’s

Sublime Text is a powerful customizable text editor with advantages and disadvantages. 1. Its powerful scalability allows users to customize editors through plug-ins, such as adding syntax highlighting and Git support; 2. Multiple selection and simultaneous editing functions improve efficiency, such as batch renaming variables; 3. The "Goto Anything" function can quickly jump to a specified line number, file or symbol; but it lacks built-in debugging functions and needs to be implemented by plug-ins, and plug-in management requires caution. Ultimately, the effectiveness of Sublime Text depends on the user's ability to effectively configure and manage it.

Beautifying JSON data in VS Code can be achieved by using the Prettier extension to automatically format JSON files so that key-value pairs are arranged neatly and indented clearly. Configure Prettier formatting rules as needed, such as indentation size, line breaking method, etc. Use the JSON Schema Validator extension to verify the validity of JSON files to ensure data integrity and consistency.

Of course! VS Code integrates IntelliSense, debugger and other functions through the "C/C" extension, so that it has the ability to compile and debug C. You also need to configure a compiler (such as g or clang) and a debugger (in launch.json) to write, run, and debug C code like you would with other IDEs.
