Multipath Channel Metrics and Detection in Vascular Molecular Communication: A Wireless-Inspired Perspective
arXiv:2604.01362v1 Announce Type: cross Abstract: Motivated by classical communications engineering, early works in molecular communication (MC) largely adopted established modeling and signal processing concepts from wireless electromagnetic communication systems. In the context of the human cardiovascular system (CVS), MC channel models evolved from simple unbounded and single-duct environments mimicking individual blood vessels to complex vessel network (VN) topologies, generally at the expense of analytical tractability. Up until now, this has largely prohibited rigorous communication-theoretic analysis of large-scale VNs. In this work, we leverage a recently established closed-form analytical channel model for VNs, named mixture of inverse Gaussians for hemodynamic transport (MIGHT),
View PDF HTML (experimental)
Abstract:Motivated by classical communications engineering, early works in molecular communication (MC) largely adopted established modeling and signal processing concepts from wireless electromagnetic communication systems. In the context of the human cardiovascular system (CVS), MC channel models evolved from simple unbounded and single-duct environments mimicking individual blood vessels to complex vessel network (VN) topologies, generally at the expense of analytical tractability. Up until now, this has largely prohibited rigorous communication-theoretic analysis of large-scale VNs. In this work, we leverage a recently established closed-form analytical channel model for VNs, named mixture of inverse Gaussians for hemodynamic transport (MIGHT), to conduct the first systematic communication-theoretic study of MC in complex, large-scale VNs. Based on MIGHT, we derive a Poisson channel noise model and unveil structural analogies between multipath wireless communications (MWC) and advective-diffusive MC in VNs. In particular, we establish classical MWC metrics, namely the root mean squared (RMS) delay spread, the mean excess delay, and the coherence bandwidth, for MC in VNs and derive closed-form expressions for the channel frequency response and power delay profile (PDP). Building on this characterization, we propose a VN-adapted, coherent decision-feedback (DF) detector and show how the derived multipath metrics can inform the choice of critical system parameters like the symbol duration, the sampling time, and the memory length. Additionally, we evaluate the detector's performance in different VNs exhibiting inter-symbol interference (ISI). Together, these contributions open the door to a systematic, MWC-inspired MC system design for large-scale VNs.
Comments: 7 pages, 3 figures; This paper has been submitted to the IEEE Global Communications Conference (GLOBECOM) 2026
Subjects:
Information Theory (cs.IT); Signal Processing (eess.SP); Quantitative Methods (q-bio.QM)
Cite as: arXiv:2604.01362 [cs.IT]
(or arXiv:2604.01362v1 [cs.IT] for this version)
https://doi.org/10.48550/arXiv.2604.01362
arXiv-issued DOI via DataCite (pending registration)
Submission history
From: Timo Jakumeit [view email] [v1] Wed, 1 Apr 2026 20:21:42 UTC (861 KB)
Sign in to highlight and annotate this article

Conversation starters
Daily AI Digest
Get the top 5 AI stories delivered to your inbox every morning.
More about
modelannounceanalysis
AI offensive cyber capabilities are doubling every six months, safety researchers find
AI models are rapidly improving at exploiting security vulnerabilities. According to a new study, their offensive cyber capability has been doubling every 5.7 months since 2024, with Opus 4.6 and GPT-5.3 Codex now solving tasks that take human experts about three hours. The article AI offensive cyber capabilities are doubling every six months, safety researchers find appeared first on The Decoder .

AI benchmarks systematically ignore how humans disagree, Google study finds
A Google study finds that the standard three to five human raters per test example often aren't enough for reliable AI benchmarks, and that splitting your annotation budget the right way matters just as much as the budget itself. The article AI benchmarks systematically ignore how humans disagree, Google study finds appeared first on The Decoder .

Error While using langchain with huggingface models
from langchain_core.prompts import PromptTemplate from langchain_community.llms import HuggingFaceEndpoint import os os.environ[“HUGGINGFACEHUB_API_TOKEN”] = “hf_your_new_token_here” prompt = PromptTemplate( input_variables=[“product”], template=“What is a good name for a company that makes {product}?” ) llm = HuggingFaceEndpoint( repo_id=“mistralai/Mistral-7B-Instruct-v0.3”, temperature=0.7, timeout=300 ) chains = prompt | llm print(“LLM Initialized with Token!”) try: response = chains.invoke({“product”: “camera”}) print(“AI Suggestion:”, response) except Exception as e: print(f"Error details: {e}") when i run this i get Value error can anyone help me out? Its a basic prompt template and text gen code but still it doesnt work i used various models from Huggingface and its not working well
Knowledge Map
Connected Articles — Knowledge Graph
This article is connected to other articles through shared AI topics and tags.
More in Analyst News

Inside The Second International AI Safety Report with Writers Stephen Clare and Stephen Casper - AI Policy Podcast - CSIS | Center for Strategic and International Studies
Inside The Second International AI Safety Report with Writers Stephen Clare and Stephen Casper - AI Policy Podcast CSIS | Center for Strategic and International Studies



Discussion
Sign in to join the discussion
No comments yet — be the first to share your thoughts!