Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      Sunshine And March Vibes (2025 Wallpapers Edition)

      May 31, 2025

      The Case For Minimal WordPress Setups: A Contrarian View On Theme Frameworks

      May 31, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      May 31, 2025

      How To Prevent WordPress SQL Injection Attacks

      May 31, 2025

      Windows 11 version 25H2: Everything you need to know about Microsoft’s next OS release

      May 31, 2025

      Elden Ring Nightreign already has a duos Seamless Co-op mod from the creator of the beloved original, and it’ll be “expanded on in the future”

      May 31, 2025

      I love Elden Ring Nightreign’s weirdest boss — he bargains with you, heals you, and throws tantrums if you ruin his meditation

      May 31, 2025

      How to install SteamOS on ROG Ally and Legion Go Windows gaming handhelds

      May 31, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      Oracle Fusion new Product Management Landing Page and AI (25B)

      May 31, 2025
      Recent

      Oracle Fusion new Product Management Landing Page and AI (25B)

      May 31, 2025

      Filament Is Now Running Natively on Mobile

      May 31, 2025

      How Remix is shaking things up

      May 30, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      Windows 11 version 25H2: Everything you need to know about Microsoft’s next OS release

      May 31, 2025
      Recent

      Windows 11 version 25H2: Everything you need to know about Microsoft’s next OS release

      May 31, 2025

      Elden Ring Nightreign already has a duos Seamless Co-op mod from the creator of the beloved original, and it’ll be “expanded on in the future”

      May 31, 2025

      I love Elden Ring Nightreign’s weirdest boss — he bargains with you, heals you, and throws tantrums if you ruin his meditation

      May 31, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»AutoSculpt: A Pattern-based Automated Pruning Framework Designed to Enhance Efficiency and Accuracy by Leveraging Graph Learning and Deep Reinforcement Learning

    AutoSculpt: A Pattern-based Automated Pruning Framework Designed to Enhance Efficiency and Accuracy by Leveraging Graph Learning and Deep Reinforcement Learning

    December 30, 2024

    Deploying Deep Neural Networks (DNNs) on edge devices, such as smartphones and autonomous vehicles, remains a significant challenge due to their computationally intensive nature.  Most existing pruning algorithms struggle to balance high compression rates and inference accuracy and have to be compatible with commercial hardware—unstructured pruning yields irregular sparsity that often limits its usage in practical scenarios. On the contrary, structured pruning has tended to compromise accuracy because its granularity is relatively coarse. Moreover, semi-structured pruning, with the optimistic expectation of balancing those trade-offs, has minimal applications across a wide array of DNN architectures. Such challenges call for a unified and efficient pruning framework for any model, thereby furthering better performance in constrained resource scenarios.   

    Current pruning strategies fall into three categories: unstructured, structured, or semi-structured. Unstructured pruning offers maximum flexibility in weight elimination but results in sparsity configurations incompatible with hardware acceleration. Structured pruning eliminates complete filters or layers, enhancing compatibility with hardware but at the cost of accuracy due to excessive granularity. Semi-structured pruning focuses on systematic patterns within weight matrices and seeks to balance efficiency and accuracy. However, the application of the method has been mostly restricted to a particular type of DNN, such as CNNs, and the remaining architectures like Vision Transformers have been left under-explored. Automated methods involving GNNs and reinforcement learning have been mainly used in structured and unstructured pruning, whereas pattern-based pruning techniques are underdeveloped. This gap necessitates a more robust and generalized pruning framework. 

    Researchers from Ocean University of China propose AutoSculpt, a cutting-edge solution to model pruning that employs Graph Neural Networks (GNNs) and Deep Reinforcement Learning (DRL) to optimize compression strategies. It achieves this by representing DNNs as graphs that capture their topological structure and parameter dependencies. It embeds pattern-based pruning strategies into these graph representations, effectively leveraging regular structures to enhance hardware compatibility and inference efficiency. Using a Graph Attention Network (GATv2) encoder, the proposed methodology systematically improves pruning patterns through reinforcement learning, thereby attaining an ideal balance between compression and accuracy. This strategy vastly increases the flexibility of pattern-based pruning, thereby broadening its applicability to CNNs and Vision Transformers among other architectures.

    In AutoSculpt, DNNs are graph representations where nodes denote weights or layers and edges denote dependencies, including explicit mapping of residual connections for architectures like ResNet. The pruning strategy uses a DRL agent that evaluates graph embeddings to suggest optimal pruning patterns balancing objectives such as FLOPs reduction and accuracy retention. A dynamic reward function adjusts priorities between these goals. The proposed framework has been tested using CIFAR-10/100 and ImageNet-1K datasets, along with architectures such as ResNet, MobileNet, VGG, and Vision Transformers. Rich graph representations enable efficient usage of pruning patterns and demonstrate the versatility and wide-range usability of the approach.  

    AutoSculpt achieved remarkable results, consistently outperforming state-of-the-art methods in model compression. It was reportedly able to attain pruning rates as high as 90% on much simpler architectures like VGG-19, but also decrease FLOPs by up to 18% compared to other state-of-the-art methods. For more complex models, such as ResNet, as well as Vision Transformers, the paper was able to balance this by achieving pruning ratios of up to 55% and 45% respectively, with no worse than 3% in terms of accuracy loss.

    Inferring latency was also reduced to a significant degree, while execution times improved up to 29 percent, and were suitable for resource-constrained applications. The pruned models, more often than not, matched or outperformed their original counterparts after fine-tuning, showing how robust the method is regarding retaining critical parameters during compression. 

    Hostinger

    AutoSculpt transforms DNN pruning into a better solution for efficient compression, delivering superior performance across diverse architectures. It addresses longstanding trade-offs in accuracy, compression, and hardware compatibility through the application of GNNs and reinforcement learning. It’s flexible and robust; thus, it brings the milestone of deploying DNNs on edge devices closer to reality, offering avenues toward more practical and efficient AI applications in resource-constrained environments. 


    Check out the Paper. All credit for this research goes to the researchers of this project. Also, don’t forget to follow us on Twitter and join our Telegram Channel and LinkedIn Group. Don’t Forget to join our 60k+ ML SubReddit.

    🚨 Trending: LG AI Research Releases EXAONE 3.5: Three Open-Source Bilingual Frontier AI-level Models Delivering Unmatched Instruction Following and Long Context Understanding for Global Leadership in Generative AI Excellence….

    The post AutoSculpt: A Pattern-based Automated Pruning Framework Designed to Enhance Efficiency and Accuracy by Leveraging Graph Learning and Deep Reinforcement Learning appeared first on MarkTechPost.

    Source: Read More 

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleResearchers from MIT, Sakana AI, OpenAI and Swiss AI Lab IDSIA Propose a New Algorithm Called Automated Search for Artificial Life (ASAL) to Automate the Discovery of Artificial Life Using Vision-Language Foundation Models
    Next Article Sahaj Hospital

    Related Posts

    Security

    New Linux Flaws Allow Password Hash Theft via Core Dumps in Ubuntu, RHEL, Fedora

    June 1, 2025
    Security

    Exploit details for max severity Cisco IOS XE flaw now public

    June 1, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    How to monitor the response time of page level individual elements of web page using RPT?

    Development

    CVE-2025-30667 – Zoom Workplace Apps for Windows Denial of Service

    Common Vulnerabilities and Exposures (CVEs)

    We now know how World of Warcraft’s player housing feature works, and it already beats Final Fantasy 14inkeyways

    News & Updates

    AI unleashes more advanced scams. Here’s what to look out for (and how to stay protected)

    News & Updates

    Highlights

    Development

    Operation Endgame 2.0: Europe’s Cyber Dragnet Just Crippled the Ransomware Economy at Its Source

    May 23, 2025

    A coordinated cyber takedown executed by international law enforcement this week has hit the ransomware…

    Windows 11 24H2’s KB5050094 update is making your PCs an even faster Wi-Fi hotspot

    January 22, 2025

    Ripple’s xrpl.js npm Package Backdoored to Steal Private Keys in Major Supply Chain Attack

    April 23, 2025

    November 2024: People on the Move

    November 29, 2024
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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