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

You might also read

Related Articles

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

Sort by
Same author

Serum concentrations of antioxidant vitamins and carotenoids are low in individuals with a history of attempted suicide.

Nutritional neuroscience·2007
Same author

Role of p38 mitogen-activated protein kinases in cardioprotection of morphine preconditioning.

Chinese medical journal·2007
Same author

Arsenic trioxide induces different gene expression profiles of genes related to growth and apoptosis in glioma cells dependent on the p53 status.

Molecular biology reports·2007
Same author

Rapamycin inhibits osteoblast proliferation and differentiation in MC3T3-E1 cells and primary mouse bone marrow stromal cells.

Journal of cellular biochemistry·2007
Same author

Functional characterization of the Arabidopsis eukaryotic translation initiation factor 5A-2 that plays a crucial role in plant growth and development by regulating cell division, cell growth, and cell death.

Plant physiology·2007
Same author

[Studies on chemical constituents of Salsola collina].

Zhongguo Zhong yao za zhi = Zhongguo zhongyao zazhi = China journal of Chinese materia medica·2007
Same journal

Hidden Data Recovery and Forecasting via Next-Generation Reservoir Computing With Multiscale Delay Selection.

IEEE transactions on neural networks and learning systems·2026
Same journal

CAFF-CIL: Causality-Aware Freedom Forgetting Approach for Class-Incremental Learning.

IEEE transactions on neural networks and learning systems·2026
Same journal

Harmonic Autoencoding Framework for Multiple Tasks in Magnetic Particle Imaging Reconstruction.

IEEE transactions on neural networks and learning systems·2026
Same journal

A Survey on Human-Centric Voice-Face Multimodal Learning.

IEEE transactions on neural networks and learning systems·2026
Same journal

Vision-Assisted Foundation Model for Solving Multitask Vehicle Routing Problems.

IEEE transactions on neural networks and learning systems·2026
Same journal

FP3O: Enabling Proximal Policy Optimization in Multiagent Cooperation With Parameter-Sharing Versatility.

IEEE transactions on neural networks and learning systems·2026
See all related articles

Related Experiment Video

Updated: Dec 11, 2025

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
03:31

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications

Published on: December 15, 2023

876

Parameter-Efficient Deep Neural Networks With Bilinear Projections.

Litao Yu, Yongsheng Gao, Jun Zhou

    IEEE Transactions on Neural Networks and Learning Systems
    |August 26, 2020
    PubMed
    Summary
    This summary is machine-generated.

    Researchers reduced deep neural network (DNN) parameter redundancy using bilinear projections (BPs). This method significantly cuts model size and memory needs while maintaining or improving accuracy, making DNNs more efficient for mobile deployment.

    More Related Videos

    Deep Neural Networks for Image-Based Dietary Assessment
    13:19

    Deep Neural Networks for Image-Based Dietary Assessment

    Published on: March 13, 2021

    9.8K
    Author Spotlight: Advancing Alzheimer's Research – Exploring Early Detection and Multi-Omics Approaches
    09:47

    Author Spotlight: Advancing Alzheimer's Research – Exploring Early Detection and Multi-Omics Approaches

    Published on: December 15, 2023

    1.5K

    Related Experiment Videos

    Last Updated: Dec 11, 2025

    Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
    03:31

    Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications

    Published on: December 15, 2023

    876
    Deep Neural Networks for Image-Based Dietary Assessment
    13:19

    Deep Neural Networks for Image-Based Dietary Assessment

    Published on: March 13, 2021

    9.8K
    Author Spotlight: Advancing Alzheimer's Research – Exploring Early Detection and Multi-Omics Approaches
    09:47

    Author Spotlight: Advancing Alzheimer's Research – Exploring Early Detection and Multi-Omics Approaches

    Published on: December 15, 2023

    1.5K

    Area of Science:

    • Computer Science
    • Artificial Intelligence
    • Machine Learning

    Background:

    • Deep neural networks (DNNs) often achieve higher accuracy with increased depth or width.
    • However, larger DNNs lead to significant parameter redundancy, increasing computational and memory overhead.
    • This limits the practical deployment of complex models, especially on resource-constrained devices.

    Purpose of the Study:

    • To address parameter redundancy in DNNs.
    • To develop a parameter-efficient deep learning model suitable for mobile systems.
    • To maintain or improve model accuracy while reducing computational and memory footprints.

    Main Methods:

    • Replaced conventional full projections in DNNs with bilinear projections (BPs).
    • Analyzed the reduction in model space complexity from O(D^2) for full projections to O(2D) for BPs.
    • Scaled up the mapping size by increasing output channels to counteract potential underfitting from structured projections.

    Main Results:

    • Bilinear projections significantly reduced model space complexity, achieving sublinear layer size.
    • The proposed method maintained and even boosted model accuracy compared to conventional DNNs.
    • Experiments demonstrated substantial reductions in model size and memory usage across four benchmark datasets.

    Conclusions:

    • Bilinear projections offer a parameter-efficient alternative to full projections in DNNs.
    • This approach enables the development of highly accurate yet compact deep learning models.
    • The findings facilitate the deployment of advanced DNNs on mobile and memory-limited systems.