awesome-repositories.comCategoriiBlog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to yeshaokai/robustness-aware-pruning-admm

Open-source alternatives to Robustness Aware Pruning ADMM

30 open-source projects similar to yeshaokai/robustness-aware-pruning-admm, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Robustness Aware Pruning ADMM alternative.

  • tencent/pocketflowAvatar Tencent

    Tencent/PocketFlow

    2,914Vezi pe GitHub↗

    PocketFlow is an integrated toolkit for deep learning model compression, distributed training, and mobile format optimization. It provides a system for reducing the size and complexity of neural networks to improve inference efficiency, featuring a dedicated engine for knowledge distillation and a mobile model optimizer. The framework differentiates itself through an automated hyperparameter tuning system that uses reinforcement learning and statistical models to determine optimal compression ratios and layer-wise bit allocation. It also includes a distributed training system that utilizes mu

    Pythonautomlcomputer-visiondeep-learning
    Vezi pe GitHub↗2,914
  • boone891214/sanity-check-lthAvatar boone891214

    boone891214/sanity-check-LTH

    8Vezi pe GitHub↗

    Sample code use for NeurIPS 2021 paper: Sanity Checks for Lottery Tickets: Does Your Winning Ticket Really Win the Jackpot?

    Python
    Vezi pe GitHub↗8
  • chrundle/bipropAvatar chrundle

    chrundle/biprop

    51Vezi pe GitHub↗

    This method identifies a binary weight or binary weight and activation subnetwork within a randomly initialized network that achieves performance comparable to, and sometimes better than, a weight-optimized network. The resulting binarized and pruned networks that achieve comparable performance…

    Python
    Vezi pe GitHub↗51
  • dchiji-ntt/iterandAvatar dchiji-ntt

    dchiji-ntt/iterand

    10Vezi pe GitHub↗

    by Daiki Chijiwa\*, Shin’ya Yamaguchi, Yasutoshi Ida, Kenji Umakoshi, Tomohiro Inoue

    Python
    Vezi pe GitHub↗10

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • dem123456789/pruning-deep-neural-networks-from-a-sparsity-perspectiveAvatar dem123456789

    dem123456789/Pruning-Deep-Neural-Networks-from-a-Sparsity-Perspective

    25Vezi pe GitHub↗

    ICLR 2023 Pruning Deep Neural Networks from a Sparsity Perspective

    Python
    Vezi pe GitHub↗25
  • densoitlab/bitpruneAvatar DensoITLab

    DensoITLab/bitprune

    11Vezi pe GitHub↗

    This is the official repo for ICLR 2023 Paper "Bit-Pruning: A Sparse Multiplication-Less Dot-Product" Yusuke Sekikawa and Shingo Yashima

    Jupyter Notebook
    Vezi pe GitHub↗11
  • dingxiaoh/gsm-sgdAvatar DingXiaoH

    DingXiaoH/GSM-SGD

    44Vezi pe GitHub↗

    This repository contains the codes for the following NeurIPS-2019 paper

    Python
    Vezi pe GitHub↗44
  • ekdeepslubana/flowandpruneAvatar EkdeepSLubana

    EkdeepSLubana/flowandprune

    20Vezi pe GitHub↗

    Codebase for the paper "A Gradient Flow Framework for Analyzing Network Pruning" \ICLR, 2021\.

    Python
    Vezi pe GitHub↗20
  • ganguli-lab/degrees-of-freedomAvatar ganguli-lab

    ganguli-lab/degrees-of-freedom

    37Vezi pe GitHub↗

    This repository contains source code for the ICLR 2022 paper How many degrees of freedom do we need to train deep networks: a loss landscape perspective by Brett W. Larsen, Sanislav Fort, Nic Becker, and Surya Ganguli (arXiv version).

    Python
    Vezi pe GitHub↗37
  • gatech-eic/s3-routerAvatar GATECH-EIC

    GATECH-EIC/S3-Router

    17Vezi pe GitHub↗

    NeurIPS 2022 "Losses Can Be Blessings: Routing Self-Supervised Speech Representations Towards Efficient Multilingual and Multitask Speech Processing" by Yonggan Fu, Yang Zhang, Kaizhi Qian, Zhifan Ye, Zhongzhi Yu, Cheng-I Lai, Yingyan Lin

    Python
    Vezi pe GitHub↗17
  • google-research/lottery-ticket-hypothesisAvatar google-research

    google-research/lottery-ticket-hypothesis

    730Vezi pe GitHub↗

    This codebase was developed by Jonathan Frankle and David Bieber at Google during the summer of 2018.

    Python
    Vezi pe GitHub↗730
  • hezheug/sparse-double-descentAvatar hezheug

    hezheug/sparse-double-descent

    15Vezi pe GitHub↗

    This framework implements key experiments on the sparse double descent phenomenon, as demonstrated in the following paper:

    Python
    Vezi pe GitHub↗15
  • inspire-group/hydraAvatar inspire-group

    inspire-group/hydra

    91Vezi pe GitHub↗

    Repository with code to reproduce the results and checkpoints for compressed networks in our paper on novel pruning techniques with robust training. This repository supports all four robust training objectives: iterative adversarial training, randomized smoothing, MixTrain, and CROWN-IBP.

    Python
    Vezi pe GitHub↗91
  • ist-daslab/acdcAvatar IST-DASLab

    IST-DASLab/ACDC

    23Vezi pe GitHub↗

    This code allows replicating the image experiments of AC/DC: Alternating Compressed/DeCompressed Training of Deep Neural Networks. This code allows for training compressed and decompressed WideResNet models for CIFAR-100, ResNet50 and MobileNet models for Imagenet (also for 2:4 sparsity), and…

    Python
    Vezi pe GitHub↗23
  • ist-daslab/obcAvatar IST-DASLab

    IST-DASLab/OBC

    130Vezi pe GitHub↗

    Code for the NeurIPS 2022 paper "Optimal Brain Compression: A Framework for Accurate Post-Training Quantization and Pruning".

    Python
    Vezi pe GitHub↗130
  • ist-daslab/spdyAvatar IST-DASLab

    IST-DASLab/spdy

    20Vezi pe GitHub↗

    This repository contains reference implementations of all methods introduced in our ICML 2022 paper: SPDY: Accurate Pruning with Speedup Guarantees. This includes the DP algorithm for efficiently solving constrained layer-wise compression problems (see dpsolve() in spdy.py), the reparametrized…

    Python
    Vezi pe GitHub↗20
  • ivrl/robustbinarysubnetAvatar IVRL

    IVRL/RobustBinarySubNet

    4Vezi pe GitHub↗

    Official implementation of the NeurIPS 2022 accepted paper "Robust Binary Models by Pruning Randomly-initialized Networks"

    Python
    Vezi pe GitHub↗4
  • jack-willturner/deepcompression-pytorchAvatar jack-willturner

    jack-willturner/DeepCompression-PyTorch

    182Vezi pe GitHub↗

    A PyTorch implementation of this paper.

    Jupyter Notebook
    Vezi pe GitHub↗182
  • jaeho-lee/layer-adaptive-sparsityAvatar jaeho-lee

    jaeho-lee/layer-adaptive-sparsity

    68Vezi pe GitHub↗

    This is the official implementation of the paper: "Layerwise Sparsity for Magnitude-based Pruning", ICLR 2021.

    Python
    Vezi pe GitHub↗68
  • jingtongsu/sanity-checking-pruningAvatar JingtongSu

    JingtongSu/sanity-checking-pruning

    43Vezi pe GitHub↗

    This repository contains the code for reproducing the results in the following paper:

    Python
    Vezi pe GitHub↗43
  • kaiqizhang/admm-pruningAvatar KaiqiZhang

    KaiqiZhang/admm-pruning

    109Vezi pe GitHub↗

    Prune DNN using Alternating Direction Method of Multipliers (ADMM)

    Python
    Vezi pe GitHub↗109
  • mingsun-tse/smile-pruningAvatar mingsun-tse

    mingsun-tse/smile-pruning

    32Vezi pe GitHub↗

    This repository is meant to provide a generic code base for neural network pruning, especially for pruning at initialization (PaI). (In preparation now, you may check our survey paper and paper collection below.)

    Python
    Vezi pe GitHub↗32
  • namhoonlee/snip-publicAvatar namhoonlee

    namhoonlee/snip-public

    115Vezi pe GitHub↗

    This repository contains code for the paper SNIP: Single-shot Network Pruning based on Connection Sensitivity (ICLR 2019).

    Python
    Vezi pe GitHub↗115
  • ososos888/prune-then-distillAvatar ososos888

    ososos888/prune-then-distill

    50Vezi pe GitHub↗

    This is an PyTorch implement of the paper ``Prune Your Model Before Distill It''.

    Python
    Vezi pe GitHub↗50
  • robustbench/robustbenchAvatar RobustBench

    RobustBench/robustbench

    776Vezi pe GitHub↗

    Francesco Croce\ (University of Tübingen), Maksym Andriushchenko\ (EPFL), Vikash Sehwag\ (Princeton University), Nicolas Flammarion (EPFL), Mung Chiang (Purdue University), Prateek Mittal (Princeton University), Matthias Hein (University of Tübingen)

    Python
    Vezi pe GitHub↗776
  • sarafridov/robustnetsAvatar sarafridov

    sarafridov/RobustNets

    4Vezi pe GitHub↗

    RobustNets benchmark models and code

    Python
    Vezi pe GitHub↗4
  • songhan/deep-compression-alexnetAvatar songhan

    songhan/Deep-Compression-AlexNet

    672Vezi pe GitHub↗

    March 15, 2019: for our most updated work on model compression and acceleration, please reference:

    Python
    Vezi pe GitHub↗672
  • uber-research/deconstructing-lottery-ticketsAvatar uber-research

    uber-research/deconstructing-lottery-tickets

    143Vezi pe GitHub↗

    Hattie Zhou, Janice Lan, Rosanne Liu, Jason Yosinski

    Python
    Vezi pe GitHub↗143
  • vita-group/dataefficientlthAvatar VITA-Group

    VITA-Group/DataEfficientLTH

    9Vezi pe GitHub↗

    Mukund Varma T 1 , Xuxi Chen 2 , Zhenyu Zhang 2 , Tianlong Chen 2 , Subhashini Venugopalan 3 , Zhangyang Wang 2

    Python
    Vezi pe GitHub↗9
  • vita-group/elasticlthAvatar VITA-Group

    VITA-Group/ElasticLTH

    11Vezi pe GitHub↗

    This repo includes codes for the official implementation of the paper The Elastic Lottery Ticket Hypothesis, by Xiaohan Chen, Yu Cheng, Shuohang Wang, Zhe Gan, Jingjing Liu, Zhangyang Wang.

    Python
    Vezi pe GitHub↗11