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

Hybridoma Technology01:31

Hybridoma Technology

Hybridoma technology is used for the large-scale production of monoclonal antibodies. Monoclonal antibodies bind to only a single antigenic determinant or epitope. Such antibodies are used in research, diagnostics, and disease therapy. The hybridoma technology established in 1975 by Georges Köhler and Cesar Milstein was awarded the Nobel Prize in Medicine in 1984 for revolutionizing research and therapy.
Hybridoma Selection
Commonly used fusion techniques — electroporation, polyethylene glycol...
Tagging and Fusion Proteins01:24

Tagging and Fusion Proteins

Proteins are involved in several cellular processes and biochemical reactions. Analyzing a specific protein of interest requires it to be isolated from the other proteins in the cell. This is achieved by overexpressing the specific gene in a suitable host to produce large quantities of the target protein. A tag or label is recombined with the gene to produce a fusion protein containing the target protein and the tag. The tags on these fusion proteins can then be used for easy detection and...
Rapid Identification of Pathogens01:25

Rapid Identification of Pathogens

MALDI-TOF MS has transformed clinical microbiology by offering a rapid and reliable method for pathogen identification. The traditional approach to microbial identification typically involves time-consuming culture techniques and biochemical tests, which can delay the initiation of appropriate antimicrobial therapy. MALDI-TOF MS avoids these delays by using characteristic ribosomal protein mass patterns of microbial cells, enabling accurate species-level identification within minutes.Principle...
Mass Analyzers: Overview01:13

Mass Analyzers: Overview

The mass analyzer is a crucial component of the mass spectrometer. In the ionization chamber, the vaporized sample is bombarded with a high-energy electron beam to generate a radical cation and further fragment into neutral molecules, radicals, and cations. A series of negatively charged accelerator plates accelerate the cations into the mass analyzer. The mass analyzer separates ions according to their mass-to-charge (m/z) ratios and then directs them to the detector. The common types of mass...
Detection of Black Holes01:10

Detection of Black Holes

Although black holes were theoretically postulated in the 1920s, they remained outside the domain of observational astronomy until the 1970s.
Their closest cousins are neutron stars, which are composed almost entirely of neutrons packed against each other, making them extremely dense. A neutron star has the same mass as the Sun but its diameter is only a few kilometers. Therefore, the escape velocity from their surface is close to the speed of light.
Not until the 1960s, when the first neutron...
Leaky Scanning02:28

Leaky Scanning

During most eukaryotic translation processes, the small 40S ribosome subunit scans an mRNA from its 5' end until it encounters the first start AUG codon. The large 60S ribosomal subunit then joins the smaller one to initiate protein synthesis. The location of the translation initiation is largely determined by the nucleotides near the start codon as there may be multiple translation initiation sites present on the mRNA.  Marilyn Kozak discovered that the sequence RCCAUGG (where R stands for...

You might also read

Related Articles

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

Sort by
Same author

Advancing APT detection through transformer-driven feature learning and synthetic data generation.

Scientific reports·2026
Same author

A novel approach for APT attack detection based on an advanced computing.

Scientific reports·2024
Same author

NaGdF<sub>4</sub>:Dy<sup>3+</sup> nanocrystals: new insights into optical properties and energy transfer processes.

Physical chemistry chemical physics : PCCP·2024
Same author

A novel approach for APT attack detection based on feature intelligent extraction and representation learning.

PloS one·2024
Same author

A novel sonoelectrochemical approach for preparing of ZnO nanoparticles.

Nanotechnology·2024
Same author

Green, facile and fast synthesis of silver nanoparticles by using solution plasma techniques and their antibacterial and anticancer activities.

RSC advances·2023

Related Experiment Videos

HybFusion: A holistic Android malware detection framework with advanced feature fusion and ensemble learning.

Vu Minh Manh1,2, Cho Do Xuan1,2, Nguyen Thi Khanh Van3

  • 1Faculty of Information Security, Posts and Telecommunications Institute of Technology, Hanoi, Vietnam.

Plos One
|June 12, 2026
PubMed
Summary

This article presents a new security framework called HybFusion designed to identify malicious Android applications more accurately. By combining structural behavior data with semantic permission information, the system creates a more complete profile of potential threats. The researchers use advanced artificial intelligence techniques to process these different data types and combine multiple decision-making models to improve reliability. Testing shows that this approach significantly reduces errors compared to previous security tools.

Keywords:
ensemble learningfeature fusionmobile securityGraph Isomorphism Network

Frequently Asked Questions

Related Experiment Videos

Area of Science:

  • Cybersecurity research within Android malware detection
  • Machine learning applications in software security

Background:

Detecting malicious software on mobile platforms remains a persistent difficulty as attackers frequently update their tactics. Current security solutions often struggle to keep pace with the rapid emergence of diverse digital threats. Obfuscation methods frequently hide harmful code, making traditional identification techniques less effective over time. No prior work has fully resolved the need for a unified approach that captures both behavioral and semantic data. That uncertainty drove the development of more robust analytical frameworks for mobile operating systems. Prior research has shown that isolated feature sets often fail to provide a complete picture of application intent. This gap motivated the creation of a system capable of integrating disparate data sources for improved accuracy. Researchers continue to seek better ways to protect users from sophisticated software vulnerabilities.

Purpose Of The Study:

The primary aim of this study is to introduce a holistic framework for identifying malicious mobile applications. This research addresses the persistent challenge posed by the rapid growth of malware variants. The authors seek to overcome limitations in existing methods that fail to capture comprehensive behavioral and semantic representations. They propose that integrating advanced feature fusion with ensemble learning will enhance detection effectiveness. The motivation stems from the increasing sophistication of obfuscation techniques used by attackers to evade security systems. By combining structural function call graphs with semantic permission data, the researchers intend to provide a more robust analytical tool. They also aim to reduce the occurrence of false positives while maintaining low computational costs. This work focuses on creating a more reliable defense mechanism for the Android ecosystem.

Main Methods:

The research team developed a holistic framework to analyze mobile application security through advanced data integration. Their review approach involved extracting behavioral data from function call graphs for structural analysis. They applied a Graph Isomorphism Network to embed these complex behavioral patterns effectively. For semantic analysis, the investigators processed permission identifiers from manifest files using a specific normalization technique. They utilized a lightweight pre-trained Transformer-based language model to represent these permission sequences. The team implemented a stacking-based ensemble learning strategy to combine outputs from multiple distinct classifiers. This design choice aimed to leverage the unique strengths of different algorithms for improved decision-making. The entire pipeline focuses on maintaining low computational costs while maximizing the depth of information captured from each application.

Main Results:

The experimental results indicate that this framework achieves a recall of 99.24% and an F1-score of 99.27%. These values represent a significant improvement over existing approaches evaluated in the study. The system successfully reduces false positives by integrating complementary feature types from both behavioral and semantic domains. The authors report that their method outperforms current benchmarks across all standard evaluation metrics. By combining graph-based embeddings with Transformer-based semantic processing, the model captures a more comprehensive representation of application behaviors. The ensemble learning strategy contributes to the robustness of the detection process against sophisticated obfuscation. This multi-layered approach demonstrates superior performance compared to methods relying on isolated data sources. The findings confirm that the fusion of these specific features enhances the overall accuracy of malicious software identification.

Conclusions:

The authors propose that their integrated framework significantly improves the identification of malicious mobile applications. This synthesis suggests that combining structural and semantic data leads to superior detection performance. Their findings imply that stacking multiple classifiers enhances overall system robustness against various threats. The researchers claim that their approach effectively addresses limitations found in previous security methodologies. This evidence supports the use of advanced feature fusion to capture complex application behaviors. The study indicates that high recall and precision are achievable through this multi-layered analytical strategy. These results demonstrate that their specific model outperforms existing benchmarks across all tested metrics. The authors conclude that their framework provides a reliable solution for modern mobile security challenges.

The researchers propose a stacking-based ensemble learning strategy. This mechanism combines multiple classifiers to improve detection robustness, achieving a recall of 99.24% and an F1-score of 99.27% while reducing false positives compared to traditional methods.

The framework utilizes a Graph Isomorphism Network to embed behavioral features extracted from function call graphs. This component captures structural relationships, whereas the permission sequence uses a pre-trained Transformer-based language model to understand semantic context.

A normalization process is necessary to convert raw permission identifiers from the AndroidManifest.xml file into a structured sequence. This step allows the lightweight Transformer model to interpret semantic relationships among permissions efficiently without excessive computational overhead.

The Transformer-based language model acts as the primary component for embedding semantic permission data. It leverages pre-trained weights to interpret permission relationships, which complements the structural data provided by the graph-based network.

The researchers measure detection effectiveness using recall and F1-score metrics. They report that their model achieves 99.24% recall and 99.27% F1-score, outperforming existing approaches that rely on single-feature analysis or less sophisticated fusion techniques.

The authors propose that their holistic strategy successfully overcomes limitations in capturing comprehensive malware representations. They claim this framework provides a more robust defense against sophisticated obfuscation techniques compared to previous, less integrated detection methods.