Close Menu
Ztoog
    What's Hot
    Crypto

    Solana Flying, Bulls Reverse Post-FTX Collapse Losses But SOL Analysts Cautious

    Technology

    A look at Home Assistant, an open-source smart home platform with an estimated 1M users, as its creators announce a foundation to help it reach the mainstream (Jennifer Pattison Tuohy/The Verge)

    Gadgets

    18 Best Mechanical Keyboards for PC (2023): Gaming and Work

    Important Pages:
    • About Us
    • Contact us
    • Privacy Policy
    • Terms & Conditions
    Facebook X (Twitter) Instagram Pinterest
    Facebook X (Twitter) Instagram Pinterest
    Ztoog
    • Home
    • The Future

      Any wall can be turned into a camera to see around corners

      JD Vance and President Trump’s Sons Hype Bitcoin at Las Vegas Conference

      AI may already be shrinking entry-level jobs in tech, new research suggests

      Today’s NYT Strands Hints, Answer and Help for May 26 #449

      LiberNovo Omni: The World’s First Dynamic Ergonomic Chair

    • Technology

      A Replit employee details a critical security flaw in web apps created using AI-powered app builder Lovable that exposes API keys and personal info of app users (Reed Albergotti/Semafor)

      Gemini in Google Drive can now help you skip watching that painfully long Zoom meeting

      Apple iPhone exports from China to the US fall 76% as India output surges

      Today’s NYT Wordle Hints, Answer and Help for May 26, #1437

      5 Skills Kids (and Adults) Need in an AI World – O’Reilly

    • Gadgets

      Future-proof your career by mastering AI skills for just $20

      8 Best Vegan Meal Delivery Services and Kits (2025), Tested and Reviewed

      Google Home is getting deeper Gemini integration and a new widget

      Google Announces AI Ultra Subscription Plan With Premium Features

      Google shows off Android XR-based glasses, announces Warby Parker team-up

    • Mobile

      Deals: the Galaxy S25 series comes with a free tablet, Google Pixels heavily discounted

      Microsoft is done being subtle – this new tool screams “upgrade now”

      Wallpaper Wednesday: Android wallpapers 2025-05-28

      Google can make smart glasses accessible with Warby Parker, Gentle Monster deals

      vivo T4 Ultra specs leak

    • Science

      Analysts Say Trump Trade Wars Would Harm the Entire US Energy Sector, From Oil to Solar

      Do we have free will? Quantum experiments may soon reveal the answer

      Was Planet Nine exiled from the solar system as a baby?

      How farmers can help rescue water-loving birds

      A trip to the farm where loofahs grow on vines

    • AI

      Rationale engineering generates a compact new tool for gene therapy | Ztoog

      The AI Hype Index: College students are hooked on ChatGPT

      Learning how to predict rare kinds of failures | Ztoog

      Anthropic’s new hybrid AI model can work on tasks autonomously for hours at a time

      AI learns how vision and sound are connected, without human intervention | Ztoog

    • Crypto

      GameStop bought $500 million of bitcoin

      CoinW Teams Up with Superteam Europe to Conclude Solana Hackathon and Accelerate Web3 Innovation in Europe

      Ethereum Net Flows Turn Negative As Bulls Push For $3,500

      Bitcoin’s Power Compared To Nuclear Reactor By Brazilian Business Leader

      Senate advances GENIUS Act after cloture vote passes

    Ztoog
    Home » Understanding the visual knowledge of language models | Ztoog
    AI

    Understanding the visual knowledge of language models | Ztoog

    Facebook Twitter Pinterest WhatsApp
    Understanding the visual knowledge of language models | Ztoog
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp

    You’ve seemingly heard {that a} image is value a thousand phrases, however can a big language mannequin (LLM) get the image if it’s by no means seen pictures earlier than?

    As it seems, language models which might be educated purely on textual content have a stable understanding of the visual world. They can write image-rendering code to generate advanced scenes with intriguing objects and compositions — and even when that knowledge will not be used correctly, LLMs can refine their pictures. Researchers from MIT’s Computer Science and Artificial Intelligence Laboratory (CSAIL) noticed this when prompting language models to self-correct their code for various pictures, the place the methods improved on their easy clipart drawings with every question.

    The visual knowledge of these language models is gained from how ideas like shapes and colours are described throughout the web, whether or not in language or code. When given a course like “draw a parrot in the jungle,” customers jog the LLM to contemplate what it’s learn in descriptions earlier than. To assess how a lot visual knowledge LLMs have, the CSAIL workforce constructed a “vision checkup” for LLMs: utilizing their “Visual Aptitude Dataset,” they examined the models’ talents to attract, acknowledge, and self-correct these ideas. Collecting every remaining draft of these illustrations, the researchers educated a pc imaginative and prescient system that identifies the content material of actual photographs.

    “We essentially train a vision system without directly using any visual data,” says Tamar Rott Shaham, co-lead writer of the examine and an MIT electrical engineering and pc science (EECS) postdoc at CSAIL. “Our team queried language models to write image-rendering codes to generate data for us and then trained the vision system to evaluate natural images. We were inspired by the question of how visual concepts are represented through other mediums, like text. To express their visual knowledge, LLMs can use code as a common ground between text and vision.”

    To construct this dataset, the researchers first queried the models to generate code for various shapes, objects, and scenes. Then, they compiled that code to render easy digital illustrations, like a row of bicycles, exhibiting that LLMs perceive spatial relations nicely sufficient to attract the two-wheelers in a horizontal row. As one other instance, the mannequin generated a car-shaped cake, combining two random ideas. The language mannequin additionally produced a glowing gentle bulb, indicating its capacity to create visual results. 

    “Our work shows that when you query an LLM (without multimodal pre-training) to create an image, it knows much more than it seems,” says co-lead writer, EECS PhD pupil, and CSAIL member Pratyusha Sharma. “Let’s say you asked it to draw a chair. The model knows other things about this piece of furniture that it may not have immediately rendered, so users can query the model to improve the visual it produces with each iteration. Surprisingly, the model can iteratively enrich the drawing by improving the rendering code to a significant extent.”

    The researchers gathered these illustrations, which had been then used to coach a pc imaginative and prescient system that may acknowledge objects inside actual photographs (regardless of by no means having seen one earlier than). With this artificial, text-generated information as its solely reference level, the system outperforms different procedurally generated picture datasets that had been educated with genuine photographs.

    The CSAIL workforce believes that combining the hidden visual knowledge of LLMs with the inventive capabilities of different AI instruments like diffusion models is also helpful. Systems like Midjourney generally lack the know-how to constantly tweak the finer particulars in a picture, making it tough for them to deal with requests like lowering what number of vehicles are pictured, or inserting an object behind one other. If an LLM sketched out the requested change for the diffusion mannequin beforehand, the ensuing edit might be extra passable.

    The irony, as Rott Shaham and Sharma acknowledge, is that LLMs generally fail to acknowledge the similar ideas that they will draw. This turned clear when the models incorrectly recognized human re-creations of pictures inside the dataset. Such numerous representations of the visual world seemingly triggered the language models’ misconceptions.

    While the models struggled to understand these summary depictions, they demonstrated the creativity to attract the similar ideas in a different way every time. When the researchers queried LLMs to attract ideas like strawberries and arcades a number of occasions, they produced footage from numerous angles with various shapes and colours, hinting that the models may need precise psychological imagery of visual ideas (reasonably than reciting examples they noticed earlier than).

    The CSAIL workforce believes this process might be a baseline for evaluating how nicely a generative AI mannequin can practice a pc imaginative and prescient system. Additionally, the researchers look to develop the duties they problem language models on. As for his or her latest examine, the MIT group notes that they don’t have entry to the coaching set of the LLMs they used, making it difficult to additional examine the origin of their visual knowledge. In the future, they intend to discover coaching a good higher imaginative and prescient mannequin by letting the LLM work straight with it.

    Sharma and Rott Shaham are joined on the paper by former CSAIL affiliate Stephanie Fu ’22, MNG ’23 and EECS PhD college students Manel Baradad, Adrián Rodríguez-Muñoz ’22, and Shivam Duggal, who’re all CSAIL associates; in addition to MIT Associate Professor Phillip Isola and Professor Antonio Torralba. Their work was supported, partly, by a grant from the MIT-IBM Watson AI Lab, a LaCaixa Fellowship, the Zuckerman STEM Leadership Program, and the Viterbi Fellowship. They current their paper this week at the IEEE/CVF Computer Vision and Pattern Recognition Conference.

    Share. Facebook Twitter Pinterest LinkedIn WhatsApp

    Related Posts

    AI

    Rationale engineering generates a compact new tool for gene therapy | Ztoog

    AI

    The AI Hype Index: College students are hooked on ChatGPT

    AI

    Learning how to predict rare kinds of failures | Ztoog

    AI

    Anthropic’s new hybrid AI model can work on tasks autonomously for hours at a time

    AI

    AI learns how vision and sound are connected, without human intervention | Ztoog

    AI

    How AI is introducing errors into courtrooms

    AI

    With AI, researchers predict the location of virtually any protein within a human cell | Ztoog

    AI

    Google DeepMind’s new AI agent cracks real-world problems better than humans can

    Leave A Reply Cancel Reply

    Follow Us
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    Top Posts
    Technology

    Antenna: Netflix had ~2.6M signups in the US in July, more than any other paid streaming service but down 26% from June 2023; 23% were for Netflix's ad tier (Lucas Shaw/Bloomberg)

    Lucas Shaw / Bloomberg: Antenna: Netflix had ~2.6M signups in the US in July, more…

    Science

    Donald Trump’s NIH Pick Just Launched a Controversial Scientific Journal

    Carl Bergstrom, a theoretical and evolutionary biologist, believes the journal is a part of an…

    Mobile

    The Huawei P70 will reportedly use an in-house image sensor for its cameras

    With the introduction of the Mate 60 collection Huawei resumed the manufacture of 5G-capable HiSilicon…

    Science

    AI Ushers in a New Era of Molecular 3D printers

    Building a wall with bricks, whereas requiring some ability, is a comparatively easy job. Bricks,…

    Science

    Quantum Bullsh*t review: Time to save quantum theory for science

    Opportunism may be an inevitable price of quantum know-howWong Yu Liang/getty pictures Quantum Bullsh*t Chris Ferrie (Sourcebooks) QUANTUM…

    Our Picks
    Mobile

    Despite the streamer’s price hike, T-Mobile’s Netflix on us sees no changes except for one scenario

    Mobile

    Samsung Galaxy Ring pops up in the Good Lock app

    Technology

    Astra lays off 25% of workforce, reallocates engineers, in an effort to fight dwindling cash reserves

    Categories
    • AI (1,493)
    • Crypto (1,753)
    • Gadgets (1,805)
    • Mobile (1,851)
    • Science (1,866)
    • Technology (1,802)
    • The Future (1,648)
    Most Popular
    Crypto

    SBF’s defense puts forth a 35-minute last-ditch effort

    AI

    Research at Stanford Introduces PointOdyssey: A Large-Scale Synthetic Dataset for Long-Term Point Tracking

    AI

    China’s electric vehicle giants are betting big on humanoid robots

    Ztoog
    Facebook X (Twitter) Instagram Pinterest
    • Home
    • About Us
    • Contact us
    • Privacy Policy
    • Terms & Conditions
    © 2025 Ztoog.

    Type above and press Enter to search. Press Esc to cancel.