paper-with-me

홈 › Papers

Adaptive Bridge: A Proxy-Based Decoupling Layer for Mitigating DDS Backpressure in ROS 2

2026-09-06 · Kaushalraj Puwar, B. Thangaraju hf

In systems built on Robot Operating System 2 (ROS 2) and using Data Distribution Service (DDS), a single network-impaired or throttled subscriber on a RELIABLE topic can cause backpressure that degrades throughput and latency for all other subscribers, including safety-critical ones sharing the publisher, because the publisher's DDS writer can no longer accept new samples. We present Adaptive Bridge, a proxy-based layer that decouples critical subscribers from degraded or noncritical ones, thereby isolating the critical path through topic splitting and dynamic rate control. The proxy acts as a middleman and subscribes to the original topic and republishes the messages to two independent DDS writers: one RELIABLE writer for critical nodes and one BEST EFFORT writer for noncritical or degraded nodes, thus isolating the degraded nodes and safeguarding the publisher and critical nodes from backpressure. A probe-based classifier actively monitors subscriber health through sampling with hysteresis and adjusts subscriber rate limits in real time. We evaluate the system under a Gilbert-Elliott bursty wireless loss model using a reproducible Docker-based harness. The results show that using the Adaptive Bridge in our evaluation harness reduces the critical subscriber tail p95 latency from up to 15 s to 1.55 ms across all impairment severities while preserving the publisher's configured throughput.

📄 PDF Abstract BibTeX arXiv:2608.15380

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

FedProxy: Federated Fine-Tuning of LLMs via Proxy SLMs and Heterogeneity-Aware Fusion

2026-04-21 · Tao Fan, Guoqiang Ma, Yuanfeng Song, Lixin Fan 외 arxiv

Federated fine-tuning of Large Language Models (LLMs) is obstructed by a trilemma of challenges: protecting LLMs intellectual property (IP), ensuring client privacy, and mitigating performance loss on heterogeneous data.…

KnapSpec: Self-Speculative Decoding via Adaptive Layer Selection as a Knapsack Problem

2026-02-23 · Seongjin Cha, Gyuwan Kim, Dongsu Han, Tao Yang 외 arxiv

Self-speculative decoding (SSD) accelerates LLM inference by skipping layers to create an efficient draft model, yet existing methods often rely on static heuristics that ignore the dynamic computational overhead of atte…

Doubly Robust Proxy Causal Learning with Neural Mean Embeddings

2026-05-10 · Bariscan Bozkurt, Alexandre Galashov, Dimitri Meunier, Zikai Shen 외 arxiv

Unobserved confounding prevents standard covariate adjustment from identifying causal response functions in observational studies. Proxy causal learning addresses this problem through bridge equations involving treatment…

Correct When Paired, Wrong When Split: Decoupling and Editing Modality-Specific Neurons in MLLMs

2026-04-20 · Tingchao Fu, Wenkai Wang, Fanxiao Li, Huadong Zhang 외 arxiv

Although Knowledge Editing provides an efficient mechanism for updating the knowledge of Multimodal Large Language Models (MLLMs), we find that current paradigms still suffer from an important yet remain underexplored is…

knowledge editing

Proxy Robustness in Vision Language Models is Effortlessly Transferable

2026-01-19 · Xiaowei Fu, Fuxiang Huang, Lei Zhang arxiv

As a pivotal technique for improving the defense of deep models, adversarial robustness transfer via distillation has demonstrated remarkable success in conventional image classification tasks. However, this paradigm enc…

Adversarial RobustnessImage Classification