Close Menu
Ztoog
    What's Hot
    The Future

    How to cancel RescueTime (plus a powerful alternative)

    Crypto

    Bitcoin Mining Difficulty To Adjust Double-Digits Despite New ATH, Will This Trigger A Rally?

    AI

    Making property assessments as simple as snapping a picture | Ztoog

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

      What is Project Management? 5 Best Tools that You Can Try

      Operational excellence strategy and continuous improvement

      Hannah Fry: AI isn’t as powerful as we think

      FanDuel goes all in on responsible gaming push with new Play with a Plan campaign

      Gettyimages.com Is the Best Website on the Internet Right Now

    • Technology

      Iran war: How could it end?

      Democratic senators question CFTC staffing cuts in Chicago enforcement office

      Google’s Cloud AI lead on the three frontiers of model capability

      AMD agrees to backstop a $300M loan from Goldman Sachs for Crusoe to buy AMD AI chips, the first known case of AMD chips used as debt collateral (The Information)

      Productivity apps failed me when I needed them most

    • Gadgets

      macOS Tahoe 26.3.1 update will “upgrade” your M5’s CPU to new “super” cores

      Lenovo Shows Off a ThinkBook Modular AI PC Concept With Swappable Ports and Detachable Displays at MWC 2026

      POCO M8 Review: The Ultimate Budget Smartphone With Some Cons

      The Mission: Impossible of SSDs has arrived with a fingerprint lock

      6 Best Phones With Headphone Jacks (2026), Tested and Reviewed

    • Mobile

      Android’s March update is all about finding people, apps, and your missing bags

      Watch Xiaomi’s global launch event live here

      Our poll shows what buyers actually care about in new smartphones (Hint: it’s not AI)

      Is Strava down for you? You’re not alone

      The Motorola Razr FIFA World Cup 2026 Edition was literally just unveiled, and Verizon is already giving them away

    • Science

      Big Tech Signs White House Data Center Pledge With Good Optics and Little Substance

      Inside the best dark matter detector ever built

      NASA’s Artemis moon exploration programme is getting a major makeover

      Scientists crack the case of “screeching” Scotch tape

      Blue-faced, puffy-lipped monkey scores a rare conservation win

    • AI

      Online harassment is entering its AI era

      Meet NullClaw: The 678 KB Zig AI Agent Framework Running on 1 MB RAM and Booting in Two Milliseconds

      New method could increase LLM training efficiency | Ztoog

      The human work behind humanoid robots is being hidden

      NVIDIA Releases DreamDojo: An Open-Source Robot World Model Trained on 44,711 Hours of Real-World Human Video Data

    • Crypto

      Google paid startup Form Energy $1B for its massive 100-hour battery

      Ethereum Breakout Alert: Corrective Channel Flip Sparks Impulsive Wave

      Show Your ID Or No Deal

      Jane Street sued for alleged front-running trades that accelerated Terraform Labs meltdown

      Bitcoin Trades Below ETF Cost-Basis As MVRV Signals Mounting Pressure

    Ztoog
    Home » LAION AI Introduces Video2Dataset: An Open-Source Tool Designed To Curate Video And Audio Datasets Efficiently And At Scale
    AI

    LAION AI Introduces Video2Dataset: An Open-Source Tool Designed To Curate Video And Audio Datasets Efficiently And At Scale

    Facebook Twitter Pinterest WhatsApp
    LAION AI Introduces Video2Dataset: An Open-Source Tool Designed To Curate Video And Audio Datasets Efficiently And At Scale
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp

    Big foundational fashions like CLIP, Stable Diffusion, and Flamingo have radically improved multimodal deep studying over the previous few years. Joint text-image modeling has gone from being a distinct segment software to one of many (if not the) most related points in in the present day’s synthetic intelligence panorama because of the excellent capabilities of such fashions to generate spectacular, high-resolution imagery or carry out onerous downstream issues. Surprisingly, regardless of tackling vastly totally different duties and having vastly totally different designs, all these fashions have three elementary properties in widespread that contribute to their robust efficiency: a easy and secure goal perform throughout (pre-)coaching, a well-investigated scalable mannequin structure, and – maybe most significantly – a big, various dataset.

    Multimodal deep studying, as of 2023, remains to be primarily involved with text-image modeling, with solely restricted consideration paid to extra modalities like video (and audio). Considering that the methods used to coach the fashions are usually modality agnostic, one might marvel why there aren’t strong groundwork fashions for these different modalities. The easy rationalization is the shortage of high-quality, large-scale annotated datasets. This lack of fresh knowledge impedes analysis and improvement of enormous multimodal fashions, particularly within the video area, in distinction to picture modeling, the place there exist established datasets for scaling like LAION-5B, DataComp, and COYO-700M and scalable instruments like img2dataset.

    Because it may possibly pave the way in which for groundbreaking initiatives like high-quality video and audio creation, improved pre-trained fashions for robotics, film AD for the blind group, and extra, researchers counsel that resolving this knowledge downside is a central intention of (open supply) multimodal analysis.

    [Sponsored] 🔥 Build your private model with Taplio  🚀 The 1st all-in-one AI-powered instrument to develop on LinkedIn. Create higher LinkedIn content material 10x quicker, schedule, analyze your stats & interact. Try it totally free!

    Researchers current video2dataset, an open-source program for quick and in depth video and audio dataset curating. It has been efficiently examined on a number of massive video datasets, and it’s adaptable, extensible, and offers an enormous variety of transformations. You can discover these case research and detailed directions on replicating our methodology within the repository.

    By downloading particular person video datasets, merging them, and reshaping them into extra manageable shapes with new options and considerably extra samples, researchers have utilized video2dataset to construct upon present video datasets. Please discuss with the examples part for a extra in-depth description of this chain processing. The outcomes they achieved by coaching totally different fashions on the datasets provided by video2dataset reveal the instrument’s efficacy. Our forthcoming research will extensively focus on the brand new knowledge set and related findings.

    To start, let’s outline video2dataset.

    Since webdataset is an appropriate input_format, video2dataset can be utilized in a series to reprocess beforehand downloaded knowledge. You can use the WebVid knowledge you downloaded within the earlier instance to execute this script, which can calculate the optical move for every film and retailer it in metadata shards (shards that solely have the optical move metadata in them).

    Architecture

    Based on img2dataset, video2dataset takes an inventory of URLs and related metadata and converts it right into a WebDataset that may be loaded with a single command. In addition, the WebDataset could be reprocessed for extra adjustments with the identical shard contents preserved. How does video2dataset work? I’ll clarify.

    Exchanging Ideas

    The first step is to partition the enter knowledge in order that it might be distributed evenly among the many employees. These enter shards are cached quickly, and the one-to-one mapping between them and their corresponding output shards ensures fault-free restoration. If a dataset processing run terminates unexpectedly, one can save time by skipping the enter shards for which researchers have already got the corresponding output shard.

    Communication and Study

    Workers then take turns studying and processing the samples contained inside the shards. Researchers provide three totally different distribution modes: multiprocessing, pyspark, and slurm. The former is right for single-machine functions, whereas the latter is helpful for scaling throughout a number of machines. The format of the incoming dataset determines the studying technique. If the information is a desk of URLs, video2dataset will fetch the video from the web and add it to the dataset. video2dataset works with many various video platforms as a result of it makes use of yt-dlp to request movies it may possibly’t discover. However, if the video samples come from an present Web dataset, the information loader for that dataset can learn the tensor format of the bytes or frames.

    Subsampling

    After the video has been learn and the employee has the video bytes, the bytes are despatched via a pipeline of subsamplers in response to the job configuration. In this stage, the video could also be optionally downsampled when it comes to each body fee and backbone; clipped; scenes could also be recognized; and so forth. On the opposite hand, there are subsamplers whose sole function is to extract and add metadata, equivalent to decision/compression data, artificial captions, optical move, and so forth, from the enter modalities. Defining a brand new subsampler or modifying an present one is all it takes so as to add a brand new transformation to video2dataset if it isn’t already there. This is a big assist and could be carried out with just a few adjustments elsewhere within the repository.

    Logging

    Video2dataset retains meticulous logs at a number of factors within the course of. Each shard’s completion ends in its related “ID” _stats.json file. Information equivalent to the entire variety of samples dealt with, the share of these dealt with efficiently, and the incidence and nature of any errors are recorded right here. Weights & Biases (wand) is an extra instrument that can be utilized with video2dataset. With only one argument, you possibly can activate this integration and entry detailed efficiency reporting and metrics for successes and failures. Such capabilities are useful for benchmarking and cost-estimating duties related to entire jobs.

    Writing

    Finally, video2dataset shops the modified data in output shards at user-specified locations to make use of in subsequent coaching or reprocessing operations. The dataset could be downloaded in a number of codecs, all consisting of shards with N samples every. These codecs embrace folders, tar recordsdata, information, and parquet recordsdata. The most necessary ones are the directories format for smaller datasets for debugging and tar recordsdata utilized by the WebDataset format for loading. 

    Reprocessing

    video2dataset can reprocess earlier output datasets by studying the output shards and passing the samples via new transformations. This performance is especially advantageous for video datasets, contemplating their typically hefty dimension and awkward nature. It permits us to fastidiously downsample the information to keep away from quite a few downloads of enormous datasets. Researchers dig right into a sensible instance of this within the subsequent part.

    Code and particulars could be present in GitHub https://github.com/iejMac/video2dataset 

    Future Plans

    • Study of an enormous dataset constructed with the software program described on this weblog article, adopted by public dissemination of the outcomes of that research.
    • It improved artificial captioning. There is a whole lot of room for innovation in artificial captioning for movies. Soon in video2dataset, researchers may have extra attention-grabbing strategies to provide captions for movies that use picture captioning fashions and LLMs.
    • Whisper’s means to extract quite a few textual content tokens from the video has been the topic of a lot dialogue since its launch. Using video2dataset, they’re presently transcribing a large assortment of podcasts to make the ensuing textual content dataset (concentrating on 50B tokens) publicly accessible.
    • Many thrilling modeling concepts. Hopefully, with improved dataset curation tooling, extra folks will try and push the SOTA within the video and audio modality.

    video2dataset is a completely open-source challenge, and researchers are dedicated to creating it within the open. This means all of the related TODOs and future instructions could be discovered within the points tab of the repository. Contributions are welcomed; the easiest way to do this is to select an issue, handle it, and submit a pull request.


    Check out the Blog and Github Link. Don’t neglect to hitch our 26k+ ML SubReddit, Discord Channel, and Email Newsletter, the place we share the most recent AI analysis information, cool AI tasks, and extra. If you might have any questions concerning the above article or if we missed something, be at liberty to e mail us at Asif@marktechpost.com

    🚀 Check Out 100’s AI Tools in AI Tools Club


    Dhanshree Shenwai is a Computer Science Engineer and has a superb expertise in FinTech firms protecting Financial, Cards & Payments and Banking area with eager curiosity in functions of AI. She is passionate about exploring new applied sciences and developments in in the present day’s evolving world making everybody’s life straightforward.


    🔥 StoryBird.ai simply dropped some superb options. Generate an illustrated story from a immediate. Check it out right here. (Sponsored)

    Share. Facebook Twitter Pinterest LinkedIn WhatsApp

    Related Posts

    AI

    Online harassment is entering its AI era

    AI

    Meet NullClaw: The 678 KB Zig AI Agent Framework Running on 1 MB RAM and Booting in Two Milliseconds

    AI

    New method could increase LLM training efficiency | Ztoog

    AI

    The human work behind humanoid robots is being hidden

    AI

    NVIDIA Releases DreamDojo: An Open-Source Robot World Model Trained on 44,711 Hours of Real-World Human Video Data

    AI

    Personalization features can make LLMs more agreeable | Ztoog

    AI

    AI is already making online crimes easier. It could get much worse.

    AI

    NVIDIA Researchers Introduce KVTC Transform Coding Pipeline to Compress Key-Value Caches by 20x for Efficient LLM Serving

    Leave A Reply Cancel Reply

    Follow Us
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    Top Posts
    The Future

    Naruto’s Live-Action Movie is In the Works Again

    The success of One Piece’s live-action Netflix sequence means western studios are going to be…

    Crypto

    Supreme Court overturns Chevron deference, reshaping crypto policy

    Photo by Brad Weaver on Unsplash. Key Takeaways The Supreme Court’s overturn of Chevron limits…

    Gadgets

    Communal stargazing using your phone: The Unistellar eQuinox 2, reviewed

    Enlarge / The eQuinox 2 is prepared for sunset in central Illinois. No eyepiece right…

    Science

    Euclid space telescope released its first stunning full-colour images

    The European Space Agency’s (ESA) Euclid space telescope has despatched again its first science images,…

    AI

    What does the future hold for generative AI? | Ztoog

    Speaking at the “Generative AI: Shaping the Future” symposium on Nov. 28, the kickoff occasion…

    Our Picks
    Science

    Ozempic Could Also Help You Drink Less Alcohol

    Technology

    Heat waves: How does extreme heat affect our physical and mental health?

    Science

    Daily Telescope: The Milky Way soars above Devil’s Kitchen

    Categories
    • AI (1,560)
    • Crypto (1,826)
    • Gadgets (1,870)
    • Mobile (1,910)
    • Science (1,939)
    • Technology (1,862)
    • The Future (1,716)
    Most Popular
    Science

    Why mammals could be wiped out in 250 million years

    Gadgets

    Light-Based Computer System Could Revolutionize Machine Learning

    The Future

    Tech startup Silicate set to remove C02 carbon permanently from the atmosphere

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

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