Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving01:29

Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving

37
Mechanistic models play a crucial role in algorithms for numerical problem-solving, particularly in nonlinear mixed effects modeling (NMEM). These models aim to minimize specific objective functions by evaluating various parameter estimates, leading to the development of systematic algorithms. In some cases, linearization techniques approximate the model using linear equations.
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
37
Modeling and Similitude01:12

Modeling and Similitude

165
Scaled modeling is a fundamental technique in engineering, enabling the study of large and complex systems by creating smaller, manageable replicas that recreate critical characteristics of the original. In hydrology and civil infrastructure, for example, scaled models of dams help analyze water flow, turbulence, and pressure. This method allows for accurate predictions of real-world behavior within a controlled environment, significantly reducing the cost and time involved in full-scale...
165

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

PM<sub>2.5</sub> promotes the phenotypic transition of vascular smooth muscle cells in atherosclerosis by activating pro-ferroptotic signaling via DRP1/PINK1/Parkin-dependent mitophagy.

Ecotoxicology and environmental safety·2026
Same author

Anxiety influences the addictive feature of non-suicidal self-injury behavior via somatic symptom in adolescents with major depressive disorder.

Molecular psychiatry·2026
Same author

A Foundation Model Based CT Biomarker for Non-Invasive Prediction of Response to Neoadjuvant Immunochemotherapy in Non-Small Cell Lung Cancer.

Advanced science (Weinheim, Baden-Wurttemberg, Germany)·2026
Same author

Evaluation of <i>in vitro</i> fermentation characteristics and tolerance of lactose-free milk powder for lactose intolerant subjects.

Food & function·2026
Same author

Analytical workflows in salivary metabolomics for athlete stress monitoring: sampling, platform selection, and translation challenges.

Analytical methods : advancing methods and applications·2026
Same author

[Retracted] Combination of magnetic resonance imaging and targeted contrast agent for the diagnosis of myocardial infarction.

Experimental and therapeutic medicine·2026
Same journal

Exploiting audio-visual modalities in videos: Object detection via multi-stage bilateral coupling network.

Neural networks : the official journal of the International Neural Network Society·2026
Same journal

Reliability-aware modality completion with cross-modal distillation for federated learning with missing modalities.

Neural networks : the official journal of the International Neural Network Society·2026
Same journal

IGFD-Net: Illumination-guided frequency decoupling for polarization image fusion.

Neural networks : the official journal of the International Neural Network Society·2026
Same journal

Multiple-Strategies dung beetle optimizer and its applications in engineering optimization and bankruptcy prediction.

Neural networks : the official journal of the International Neural Network Society·2026
Same journal

Aggregating global-scale pixel-wise forgery cues within a graph.

Neural networks : the official journal of the International Neural Network Society·2026
Same journal

Finite-Time intermittent control for secure synchronization of Neutral-Type stochastic delayed neural networks under aperiodic DoS attacks.

Neural networks : the official journal of the International Neural Network Society·2026
See all related articles

Related Experiment Video

Updated: May 21, 2025

Digital Hybrid Model Preparation for Virtual Planning of Reconstructive Dentoalveolar Surgical Procedures
09:10

Digital Hybrid Model Preparation for Virtual Planning of Reconstructive Dentoalveolar Surgical Procedures

Published on: August 5, 2021

1.7K

Arch-Net: Model conversion and quantization for architecture agnostic model deployment.

Shuangkang Fang1, Weixin Xu2, Zipeng Feng2

  • 1School of Electrical and Information Engineering, Beihang University, Beijing, 100191, China.

Neural Networks : the Official Journal of the International Neural Network Society
|March 22, 2025
PubMed
Summary
This summary is machine-generated.

This study introduces Arch-Net, a neural network framework using common operators for efficient deployment on Application-Specific Integrated Circuit (ASIC) chips. Arch-Distillation converts complex networks, maintaining performance with enhanced compatibility and quantization.

Keywords:
ASIC chipsKnowledge distillationModel deploymentModel quantizationNeural networks

More Related Videos

Automated Image-Based Quantification of Neutrophil Extracellular Traps Using NETQUANT
07:33

Automated Image-Based Quantification of Neutrophil Extracellular Traps Using NETQUANT

Published on: November 27, 2019

6.7K
Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique
04:48

Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique

Published on: July 5, 2024

340

Related Experiment Videos

Last Updated: May 21, 2025

Digital Hybrid Model Preparation for Virtual Planning of Reconstructive Dentoalveolar Surgical Procedures
09:10

Digital Hybrid Model Preparation for Virtual Planning of Reconstructive Dentoalveolar Surgical Procedures

Published on: August 5, 2021

1.7K
Automated Image-Based Quantification of Neutrophil Extracellular Traps Using NETQUANT
07:33

Automated Image-Based Quantification of Neutrophil Extracellular Traps Using NETQUANT

Published on: November 27, 2019

6.7K
Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique
04:48

Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique

Published on: July 5, 2024

340

Area of Science:

  • Computer Science
  • Artificial Intelligence
  • Machine Learning

Background:

  • Deep Neural Networks (DNNs) face computational challenges hindering practical use.
  • Application-Specific Integrated Circuit (ASIC) chips accelerate neural networks but often lack support for newer architectures.
  • Existing ASIC hardware may not efficiently support operations like Layer Normalization or large convolutions.

Purpose of the Study:

  • To develop a neural network framework (Arch-Net) compatible with existing ASIC hardware.
  • To propose a methodology (Arch-Distillation) for converting diverse network architectures into Arch-Net.
  • To improve the efficiency and compatibility of neural network deployment on hardware accelerators.

Main Methods:

  • Introduced Arch-Net, a framework using only 3x3 Convolution, 2x2 Max-pooling, Batch Normalization, Fully Connected layers, and Concatenation.
  • Developed Arch-Distillation with Residual Feature Adaptation and Teacher Attention Mechanism for network conversion.
  • Implemented efficient model quantization, including sub-8-bit quantization.

Main Results:

  • Arch-Net achieved performance comparable to complex architectures on image classification and machine translation tasks.
  • The framework demonstrated robust performance even under sub-8-bit quantization.
  • Eliminated unconventional network constructs, enhancing deployment efficiency and ASIC compatibility.

Conclusions:

  • Arch-Net offers a solution for deploying neural networks on diverse ASIC chips by utilizing common, hardware-supported operators.
  • Arch-Distillation effectively converts existing architectures, preserving performance while enabling quantization.
  • This approach provides a new direction for structure-agnostic neural network deployment on specialized hardware.