Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Network analysis›Multilayer Degree Centrality
Machine learningNetwork science

Multilayer Degree Centrality

Multilayer Degree Centrality (Aggregated and Layer-Specific Node Importance in Multilayer Networks) · Also known as: multilayer degree, multiplex degree centrality, overlapping-layer degree centrality, MDC

Multilayer degree centrality extends the classic degree centrality measure to networks composed of multiple layers — such as networks representing different types of social ties, communication channels, or relationship contexts simultaneously. It quantifies how many connections a node has across one or all layers, revealing nodes that are influential not just in a single context but across the entire multi-relational structure.

ScholarGate
  1. Machine learning
  2. v1
  3. 2 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Multilayer Degree Centrality
Degree CentralityMultilayer Betweenness C…Multilayer Closeness Cen…Multilayer PageRankMultiplex Network Analys…Weighted Degree Centrali…

When to use it

Use multilayer degree centrality when your network data has distinct relationship types or interaction channels that should not be collapsed into a single weighted edge — for instance, social ties across multiple platforms, transportation modes in a city, or different types of biological interactions. It is appropriate when you want to rank nodes by overall activity or influence across all layers and when single-layer degree would miss nodes that are moderately connected in many layers but not dominant in any one. Avoid it when you have only one type of relationship (use plain degree centrality instead), when the number of observations per layer is very small (centrality estimates become unstable), or when layers are not meaningfully comparable and aggregation would be misleading.

Strengths & limitations

Strengths
  • Directly extends the well-understood degree centrality concept to multi-relational data without requiring fundamentally new intuitions.
  • Captures nodes that are broadly active across many layers, which single-layer analysis systematically misses.
  • Computationally lightweight: aggregating degree across layers scales linearly in edges and layers.
  • Layer-specific degree profiles allow nuanced comparison — you can see not just total centrality but in which contexts a node is active.
  • Compatible with both binary and weighted multilayer representations.
Limitations
  • Aggregation treats all layers as equally important by default; without explicit weighting, dominant layers can overwhelm the signal from smaller ones.
  • Like plain degree centrality, it measures direct connections only and ignores structural position (paths, bridging, influence propagation).
  • Interpretation is straightforward only when layers are conceptually comparable; mixing structurally incompatible layer types can produce misleading aggregate scores.
  • Requires that the same node set appears across layers (multiplex assumption); missing or partial node coverage per layer needs explicit handling.

Frequently asked

How is multilayer degree centrality different from weighted degree centrality?

Weighted degree centrality sums edge weights within a single-layer network. Multilayer degree centrality operates on structurally distinct layers, each representing a different relationship type; aggregation happens across layers rather than across edge weights within one layer.

Should I weight layers differently when aggregating?

In the standard formulation layers are equally weighted, but if layers differ in theoretical importance or density, applying layer-specific weights before aggregation is appropriate and recommended. The choice of weights should be grounded in your research question, not chosen post-hoc to improve rankings.

What software can compute multilayer degree centrality?

The MuxViz platform (De Domenico et al.) is purpose-built for multilayer network analysis including degree centrality. Python libraries such as NetworkX (with manual layer looping) and pymnet also support multilayer centrality computations.

When should I use betweenness or eigenvector centrality instead?

Multilayer degree centrality is best for identifying broadly active or highly connected nodes. Use multilayer betweenness centrality when you care about nodes that bridge communities or control information flow, and multilayer eigenvector or PageRank variants when you want to weight connections by the importance of neighbors.

Is a node ranked high in aggregate always important in each layer?

Not necessarily. A node with moderate degree across many layers can outscore a node with very high degree in one layer. Always inspect per-layer profiles alongside the aggregate score to understand whether a node's centrality is broad or concentrated.

Sources

  1. Kivelä, M., Arenas, A., Barthelemy, M., Gleeson, J. P., Moreno, Y., & Porter, M. A. (2014). Multilayer networks. Journal of Complex Networks, 2(3), 203–271. DOI: 10.1093/comnet/cnu016 ↗
  2. De Domenico, M., Solé-Ribalta, A., Cozzo, E., Kivelä, M., Moreno, Y., Porter, M. A., Gómez, S., & Arenas, A. (2013). Mathematical formulation of multilayer networks. Physical Review X, 3(4), 041022. DOI: 10.1103/PhysRevX.3.041022 ↗

How to cite this page

ScholarGate. (2026, June 3). Multilayer Degree Centrality (Aggregated and Layer-Specific Node Importance in Multilayer Networks). ScholarGate. https://scholargate.app/en/network-analysis/multilayer-degree-centrality

Related methods

Degree CentralityMultilayer Betweenness CentralityMultilayer Closeness CentralityMultilayer PageRankMultiplex Network AnalysisWeighted Degree Centrality

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • Degree CentralityNetwork analysis↔ compare
  • Multilayer Betweenness CentralityNetwork analysis↔ compare
  • Multilayer Closeness CentralityNetwork analysis↔ compare
  • Multilayer PageRankNetwork analysis↔ compare
  • Multiplex Network AnalysisNetwork analysis↔ compare
  • Weighted Degree CentralityNetwork analysis↔ compare
Compare side by side →

Referenced by

Multilayer Betweenness CentralityMultilayer Closeness Centrality

Similar methods

Multilayer Closeness CentralityMultilayer Betweenness CentralityMultilayer Network AnalysisMultilayer PageRankMultilayer Community DetectionMultiplex Network AnalysisMultilayer Social Network AnalysisDegree Centrality

Related reference concepts

Network Analysis in the HumanitiesGraph and Network VisualizationSocial Networks and LanguagePageRank and HITS AlgorithmsNetwork Formation and Analysis: TheoryComputational Sociology

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Multilayer Degree Centrality (Multilayer Degree Centrality (Aggregated and Layer-Specific Node Importance in Multilayer Networks)). Retrieved 2026-07-21 from https://scholargate.app/en/network-analysis/multilayer-degree-centrality · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Kivelä, M.; De Domenico, M. et al.
Year
2013–2014
Type
Centrality measure for multilayer networks
DataType
Multilayer or multiplex network (adjacency tensors per layer)
Subfamily
Network science
Related methods
Degree CentralityMultilayer Betweenness CentralityMultilayer Closeness CentralityMultilayer PageRankMultiplex Network AnalysisWeighted Degree Centrality
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account