paper-with-me

홈 › Papers

MAAM: A Lightweight Multi-Agent Aggregation Module for Efficient Image Classification Based on the MindSpore Framework

2025-04-18 · Zhenkai Qin, Feng Zhu, Huan Zeng, Xunyi Nong

The demand for lightweight models in image classification tasks under resource-constrained environments necessitates a balance between computational efficiency and robust feature representation. Traditional attention mechanisms, despite their strong feature modeling capability, often struggle with high computational complexity and structural rigidity, limiting their applicability in scenarios with limited computational resources (e.g., edge devices or real-time systems). To address this, we propose the Multi-Agent Aggregation Module (MAAM), a lightweight attention architecture integrated with the MindSpore framework. MAAM employs three parallel agent branches with independently parameterized operations to extract heterogeneous features, adaptively fused via learnable scalar weights, and refined through a convolutional compression layer. Leveraging MindSpore's dynamic computational graph and operator fusion, MAAM achieves 87.0% accuracy on the CIFAR-10 dataset, significantly outperforming conventional CNN (58.3%) and MLP (49.6%) models, while improving training efficiency by 30%. Ablation studies confirm the critical role of agent attention (accuracy drops to 32.0% if removed) and compression modules (25.5% if omitted), validating their necessity for maintaining discriminative feature learning. The framework's hardware acceleration capabilities and minimal memory footprint further demonstrate its practicality, offering a deployable solution for image classification in resource-constrained scenarios without compromising accuracy.

📄 PDF Abstract BibTeX arXiv:2504.13574

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiencyimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

MAAM: Anchor-Preserving Compression and Contextual Calibration for Chinese Discriminatory Language Detection

2026-06-08 · Yuxin Fu, Shijing Si arxiv

Chinese discriminatory-language detection is challenging because harmful intent is often implicit and context-dependent. We propose MAAM (Myopia--Astigmatism Anchor Mechanism), a lightweight, model-agnostic framework ins…

Trajectory Optimization for Collision-Aware Redundant Robotic Multi-Axis Additive Manufacturing by Constrained Gradient Projection

2026-06-29 · Zhikai Shen, Jiasheng Qu, Chenyu Xu, Zhuo Huang 외 arxiv

Redundant robotic multi-axis additive manufacturing (MAAM) enables support-free and conformal fabrication, but trajectory optimization for long-horizon paths remains challenging under strict deposition-position constrain…

LLA-FLOW: A Lightweight Local Aggregation on Cost Volume for Optical Flow Estimation

2023-04-17 · Jiawei Xu, Zongqing Lu, Qingmin Liao

Lack of texture often causes ambiguity in matching, and handling this issue is an important challenge in optical flow estimation. Some methods insert stacked transformer modules that allow the network to use global infor…

Optical Flow Estimation

Agentic Aggregation for Parallel Scaling of Long-Horizon Agentic Tasks

2026-04-13 · Yoonsang Lee, Howard Yen, Xi Ye, Danqi Chen arxiv

We study parallel test-time scaling for long-horizon agentic tasks such as agentic search and deep research, where multiple rollouts are generated in parallel and aggregated into a final response. While such scaling has …

AA-RMVSNet: Adaptive Aggregation Recurrent Multi-view Stereo Network

2021-08-09 · ICCV 2021 10 · Zizhuang Wei, Qingtian Zhu, Chen Min, Yisong Chen 외

In this paper, we present a novel recurrent multi-view stereo network based on long short-term memory (LSTM) with adaptive aggregation, namely AA-RMVSNet. We firstly introduce an intra-view aggregation module to adaptive…

3D ReconstructionPoint Clouds