Close Menu
Ztoog
    What's Hot
    Science

    Poison expert allegedly poisoned wife—with a shockingly toxic gout drug

    Mobile

    Google makes great phones that not many people want, new data shows

    AI

    Google DeepMind’s new AI system can solve complex geometry problems

    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 » On-device content distillation with graph neural networks – Google Research Blog
    AI

    On-device content distillation with graph neural networks – Google Research Blog

    Facebook Twitter Pinterest WhatsApp
    On-device content distillation with graph neural networks – Google Research Blog
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp

    Posted by Gabriel Barcik and Duc-Hieu Tran, Research Engineers, Google Research

    In immediately’s digital age, smartphones and desktop net browsers function the first instruments for accessing information and data. However, the proliferation of web site litter — encompassing complicated layouts, navigation parts, and extraneous hyperlinks — considerably impairs each the studying expertise and article navigation. This subject is especially acute for people with accessibility necessities.

    To enhance the consumer expertise and make studying extra accessible, Android and Chrome customers might leverage the Reading Mode characteristic, which boosts accessibility by processing webpages to permit customizable distinction, adjustable textual content measurement, extra legible fonts, and to allow text-to-speech utilities. Additionally, Android’s Reading Mode is provided to distill content from apps. Expanding Reading Mode to embody a big selection of content and enhancing its efficiency, whereas nonetheless working regionally on the consumer’s gadget with out transmitting knowledge externally, poses a singular problem.

    To broaden Reading Mode capabilities with out compromising privateness, we’ve developed a novel on-device content distillation mannequin. Unlike early makes an attempt utilizing DOM Distiller — a heuristic strategy restricted to information articles — our mannequin excels in each high quality and flexibility throughout varied varieties of content. We be sure that article content would not depart the confines of the native atmosphere. Our on-device content distillation mannequin easily transforms long-form content right into a easy and customizable format for a extra nice studying journey whereas additionally outperforming the main different approaches. Here we discover particulars of this analysis highlighting our strategy, methodology, and outcomes.

    Graph neural networks

    Instead of counting on difficult heuristics which can be tough to take care of and scale to a wide range of article layouts, we strategy this process as a totally supervised studying downside. This data-driven strategy permits the mannequin to generalize higher throughout totally different layouts, with out the constraints and fragility of heuristics. Previous work for optimizing the studying expertise relied on HTML or parsing, filtering, and modeling of a doc object mannequin (DOM), a programming interface routinely generated by the consumer’s net browser from web site HTML that represents the construction of a doc and permits it to be manipulated.

    The new Reading Mode mannequin depends on accessibility timber, which offer a streamlined and extra accessible illustration of the DOM. Accessibility timber are routinely generated from the DOM tree and are utilized by assistive applied sciences to permit folks with disabilities to work together with net content. These can be found on Chrome Web browser and on Android by means of AccessibilityNodeInfo objects, that are supplied for each WebView and native utility content.

    We began by manually amassing and annotating accessibility timber. The Android dataset used for this challenge contains on the order of 10k labeled examples, whereas the Chrome dataset comprises roughly 100k labeled examples. We developed a novel device that makes use of graph neural networks (GNNs) to distill important content from the accessibility timber utilizing a multi-class supervised studying strategy. The datasets encompass long-form articles sampled from the online and labeled with courses resembling headline, paragraph, photographs, publication date, and many others.

    GNNs are a pure alternative for dealing with tree-like knowledge constructions, as a result of not like conventional fashions that usually demand detailed, hand-crafted options to know the format and hyperlinks inside such timber, GNNs be taught these connections naturally. To illustrate this, think about the analogy of a household tree. In such a tree, every node represents a member of the family and the connections denote familial relationships. If one have been to foretell sure traits utilizing typical fashions, options just like the “variety of quick members of the family with a trait” may be wanted. However, with GNNs, such guide characteristic crafting turns into redundant. By straight feeding the tree construction into the mannequin, GNNs make the most of a message-passing mechanism the place every node communicates with its neighbors. Over time, info will get shared and amassed throughout the community, enabling the mannequin to naturally discern intricate relationships.

    Returning to the context of accessibility timber, which means GNNs can effectively distill content by understanding and leveraging the inherent construction and relationships inside the tree. This functionality permits them to determine and presumably omit non-essential sections based mostly on the data movement inside the tree, guaranteeing extra correct content distillation.

    Our structure closely follows the encode-process-decode paradigm utilizing a message-passing neural community to categorise textual content nodes. The total design is illustrated within the determine under. The tree illustration of the article is the enter to the mannequin. We compute light-weight options based mostly on bounding field info, textual content info, and accessibility roles. The GNN then propagates every node’s latent illustration by means of the sides of the tree utilizing a message-passing neural community. This propagation course of permits close by nodes, containers, and textual content parts to share contextual info with one another, enhancing the mannequin’s understanding of the web page’s construction and content. Each node then updates its present state based mostly on the message obtained, offering a extra knowledgeable foundation for classifying the nodes. After a hard and fast variety of message-passing steps, the now contextualized latent representations of the nodes are decoded into important or non-essential courses. This strategy permits the mannequin to leverage each the inherent relationships within the tree and the hand-crafted options representing every node, thereby enriching the ultimate classification.

    A visible demonstration of the algorithm in motion, processing an article on a cell gadget. A graph neural community (GNN) is used to distill important content from an article. 1. A tree illustration of the article is extracted from the appliance. 2. Lightweight options are computed for every node, represented as vectors. 3. A message-passing neural community propagates info by means of the sides of the tree and updates every node illustration. 4. Leaf nodes containing textual content content are labeled as important or non-essential content. 5. A decluttered model of the appliance consists based mostly on the GNN output.

    We intentionally limit the characteristic set utilized by the mannequin to extend its broad generalization throughout languages and velocity up inference latency on consumer gadgets. This was a singular problem, as we would have liked to create an on-device light-weight mannequin that would protect privateness.

    Our ultimate light-weight Android mannequin has 64k parameters and is 334kB in measurement with a median latency of 800ms, whereas the Chrome mannequin has 241k parameters, is 928kB in measurement, and has a 378ms median latency. By using such on-device processing, we be sure that consumer knowledge by no means leaves the gadget, reinforcing our accountable strategy and dedication to consumer privateness. The options used within the mannequin might be grouped into intermediate node options, leaf-node textual content options, and factor place options. We carried out characteristic engineering and have choice to optimize the set of options for mannequin efficiency and mannequin measurement. The ultimate mannequin was reworked into TensorFlow Lite format to deploy as an on-device mannequin on Android or Chrome.

    Results

    We educated the GNN for about 50 epochs in a single GPU. The efficiency of the Android mannequin on webpages and native utility check units is introduced under:

    The desk presents the content distillation metrics in Android for webpages and native apps. We report precision, recall and F1-score for 3 courses: non-essential content, headline, and major physique textual content, together with macro common and weighted common by variety of cases in every class. Node metrics assess the classification efficiency on the granularity of the accessibility tree node, which is analogous to a paragraph stage. In distinction, phrase metrics consider classification at a person phrase stage, which means every phrase inside a node will get the identical classification.

    In assessing the outcomes’ high quality on generally visited webpage articles, an F1-score exceeding 0.9 for main-text (primarily paragraphs) corresponds to 88% of those articles being processed with out lacking any paragraphs. Furthermore, in over 95% of instances, the distillation proves to be worthwhile for readers. Put merely, the overwhelming majority of readers will understand the distilled content as each pertinent and exact, with errors or omissions being an rare incidence.

    The comparability of Chrome content distillation with different fashions resembling DOM Distiller or Mozilla Readability on a set of English language pages is introduced within the desk under. We reuse the metrics from machine translation to match the standard of those fashions. The reference textual content is from the groundtruth major content and the textual content from the fashions as speculation textual content. The outcomes present the wonderful efficiency of our fashions compared to different DOM-based approaches.

    The desk presents the comparability between DOM-Distiller, Mozilla Readability and the brand new Chrome mannequin. We report text-based metrics, resembling BLUE, CHRF and ROUGE, by evaluating the principle physique textual content distilled from every mannequin to a ground-truth textual content manually labeled by raters utilizing our annotation coverage.

    The F1-score of the Chrome content distillation mannequin for headline and major textual content content on the check units of various extensively spoken languages demonstrates that the Chrome mannequin, particularly, is ready to help a variety of languages.

    The desk presents per language of F1-scores of the Chrome mannequin for the headline and major textual content courses. The language codes correspond to the next languages: German, English, Spanish, French, Italian, Persian, Japanese, Korean, Portuguese, Vietnamese, simplified Chinese and conventional Chinese.

    Conclusion

    The digital age calls for each streamlined content presentation and an unwavering dedication to consumer privateness. Our analysis highlights the effectiveness of Reading Mode in platforms like Android and Chrome, providing an revolutionary, data-driven strategy to content parsing by means of Graph Neural Networks. Crucially, our light-weight on-device mannequin ensures that content distillation happens with out compromising consumer knowledge, with all processes executed regionally. This not solely enhances the studying expertise but in addition reinforces our dedication to consumer privateness. As we navigate the evolving panorama of digital content consumption, our findings underscore the paramount significance of prioritizing the consumer in each expertise and safety.

    Acknowledgements

    This challenge is the results of joint work with Manuel Tragut, Mihai Popa, Abodunrinwa Toki, Abhanshu Sharma, Matt Sharifi, David Petrou and Blaise Aguera y Arcas. We sincerely thank our collaborators Gang Li and Yang Li. We are very grateful to Tom Small for helping us in making ready the submit.

    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
    Crypto

    Winklevoss twins get Bitcoin donation refund from Trump campaign: Bloomberg

    Share this text Cameron and Tyler Winklevoss, the American entrepreneurs behind Winklevoss Capital Management and…

    The Future

    Meta releases ‘human-like’ AI model for image creation. Know all about it

    Meta Platforms mentioned on Tuesday that it would offer researchers with entry to parts of…

    Gadgets

    24 hours only—take on a new language with Babbel and pay $149.97 this Presidents Day

    We could earn income from the merchandise out there on this web page and take…

    Crypto

    The real web3 boom will be through startups

    As the race for enterprise adoption in web3 accelerates, some folks imagine it’s not one-sided…

    Technology

    When it comes to advanced math, ChatGPT is no star student

    While studying high-level arithmetic is no simple feat, instructing math ideas can usually be simply…

    Our Picks
    Mobile

    Wallpaper Wednesday: Android wallpapers 2023-05-31

    The Future

    The Evolution of AI Speech Generators: Going Beyond Text

    The Future

    Forrester’s No-Code Citizen Development Security Breach Prediction Misses the Mark

    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
    Gadgets

    The best pillows of 2024

    Technology

    Study finds that China produced almost 50% of the world's top AI researchers, compared to ~18% from the US, thanks to China's heavy investment in AI education (New York Times)

    Technology

    What’s next in the Trump Georgia case? It depends on Mark Meadows.

    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.