paper-with-me

Papers

Dynamic Collective Intelligence Learning: Finding Efficient Sparse Model via Refined Gradients for Pruned Weights

2021-09-10 · Jangho Kim, Jayeon Yoo, Yeji Song, KiYoon Yoo, Nojun Kwak

With the growth of deep neural networks (DNN), the number of DNN parameters has drastically increased. This makes DNN models hard to be deployed on resource-limited embedded systems. To alleviate this problem, dynamic pruning methods have emerged, which try to find diverse sparsity patterns during training by utilizing Straight-Through-Estimator (STE) to approximate gradients of pruned weights. STE can help the pruned weights revive in the process of finding dynamic sparsity patterns. However, using these coarse gradients causes training instability and performance degradation owing to the unreliable gradient signal of the STE approximation. In this work, to tackle this issue, we introduce refined gradients to update the pruned weights by forming dual forwarding paths from two sets (pruned and unpruned) of weights. We propose a novel Dynamic Collective Intelligence Learning (DCIL) which makes use of the learning synergy between the collective intelligence of both weight sets. We verify the usefulness of the refined gradients by showing enhancements in the training stability and the model performance on the CIFAR and ImageNet datasets. DCIL outperforms various previously proposed pruning schemes including other dynamic pruning methods with enhanced stability during training.

📄 PDF Abstract BibTeX arXiv:2109.04660

Code (1)

Jangho-Kim/DCIL-pytorch 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Collective Intelligence in Dynamic Networks

2025-02-18 · Florian Mudekereza

We revisit DeGroot learning to examine the robustness of social learning in dynamic networks -- networks that evolve randomly over time. Dynamics have double-edged effects depending on social structure: while they can fo…

Measurements of collective machine intelligence

2013-06-27 · Michel Halmes

Independent from the still ongoing research in measuring individual intelligence, we anticipate and provide a framework for measuring collective intelligence. Collective intelligence refers to the idea that several indiv…

Decision Making

Superminds Test: Actively Evaluating Collective Intelligence of Agent Society via Probing Agents

2026-04-24 · Xirui Li, Ming Li, Yunze Xiao, Ryan Wong 외 arxiv

Collective intelligence refers to the ability of a group to achieve outcomes beyond what any individual member can accomplish alone. As large language model agents scale to populations of millions, a key question arises:…

A Study of AI Population Dynamics with Million-agent Reinforcement Learning

2017-09-13 · Yaodong Yang, Lantao Yu, Yiwei Bai, Jun Wang 외

We conduct an empirical study on discovering the ordered collective dynamics obtained by a population of intelligence agents, driven by million-agent reinforcement learning. Our intention is to put intelligent agents int…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Social Reasoning in Machines: Investigating Collective Truth-Seeking Dynamics in Large Language Model Debate

2026-05-28 · Tom Pecher arxiv

Human reasoning has long been theorised to operate socially, not through isolated individual cognition, but through collective adversarial discourse, a framework known as the Argumentative Theory of Reasoning (ATR). Rath…