Digital Twins Beyond C-band Using GNPy

GNPy advancements enable accurate and efficient modeling of multiband optical networks for digital twin applications. The developed solvers for Kerr nonlinearity and SRS have been validated through simulation and experimentally in C+L transmission, supporting real-world network planning, design, and performance optimization across disaggregated optical infrastructures.

End-to-End AI for Distributed Fiber Optics Sensing: Eliminating Intermediate Processing via Raw Data Learning

For the first time, we present an end-to-end AI framework for data analysis in distributed fiber optic sensing. The proposed model eliminates the need for optical phase computation and outperforms traditional data processing pipelines, achieving over 96% recognition accuracy on a diverse acoustic dataset.

Energy-based Generative Models for Distributed Acoustic Sensing Event Classification in Telecom Networks

Distributed fiber-optic sensing combined with machine learning enables continuous monitoring of telecom infrastructure. We employ generative modeling for event classification, supporting semi­ supervised learning, uncertainty calibration, and noise resilience. Our approach offers a scalable, data-efficient solution for real-world deployment in complex environments.

Observing the Worst- and Best-Case Line-System Transmission Conditions in a C-Band Variable Spectral Load Scenario

We experimentally investigated variable spectral loading in an OMS, identifying performance under best and worst transmission conditions. Metrics and data visualization allowed correlation between channel configurations and OSNR variations, enabling the derivation of a simple spectrum allocation rule.

Optical Network Tomography over Live Production Network in Multi-Domain Environment

We report the first trial of network tomography over a live network in a multi-domain environ­ment. We visualize end-to-end optical powers along multiple routes across multiple domains solely from a commercial B00G transponder, enabling performance bottleneck localization, power and routing opti­mization, and lightpath provisioning.

Utilizing Distributed Acoustic Sensing with Telecom Fibers for Entomological Observations

The 2021 emergence of Brood X cicadas was monitored in situ in our testbed using a DAS system connected to an outdoor telecom fiber over a 16-day period. The spectral and energy characteristics of the cicada calling signal has been measured and analyzed.

200km-Sensing-Range Distributed Acoustic Sensor Link using Enhanced Scattering Fibers

We report a record long 200.6 km distributed acoustic sensing (DAS) link without inline ampli-fication, 28.6% improvement of sensing range has been achieved by using three segments of enhanced-scattering fibre (ESF) with progressively higher scattering enhancements.

Domain Specialization as the Key to Make Large Language Models Disruptive: A Comprehensive Survey

Large language models (LLMs) have significantly advanced the field of natural language processing (NLP), providing a highly useful, task-agnostic foundation for a wide range of applications. However, directly applying LLMs to solve sophisticated problems in specific domains meets many hurdles, caused by the heterogeneity of domain data, the sophistication of domain knowledge, the uniqueness of domain objectives, and the diversity of the constraints (e.g., various social norms, cultural conformity, religious beliefs, and ethical standards in the domain applications). Domain specification techniques are key to making large language models disruptive in many applications. Specifically, to solve these hurdles, there has been a notable increase in research and practices conducted in recent years on the domain specialization of LLMs. This emerging field of study, with its substantial potential for impact, necessitates a comprehensive and systematic review to summarize better and guide ongoing work in this area. In this article, we present a comprehensive survey on domain specification techniques for large language models, an emerging direction critical for large language model applications. First, we propose a systematic taxonomy that categorizes the LLM domain-specialization techniques based on the accessibility to LLMs and summarizes the framework for all the subcategories as well as their relations and differences to each other. Second, we present an extensive taxonomy of critical application domains that can benefit dramatically from specialized LLMs, discussing their practical significance and open challenges. Last, we offer our insights into the current research status and future trends in this area.

Fiber sensing in IOWN Global Forum

Fiber sensing function was introduced in 2020 as one of the key technology features for the OpenAPN (all photonics network) developed by IOWN GF (Innovative Optical and Wireless NetworkGlobal Forum) in 2020.To our best knowledge, IOWN GF is the first global standard developmentorganization or technology forum that studied fiber sensing technology for telecommunication anddata communication networks, because it brings new feature and benefits to the networkoperators (such as making network operation more efficient, and bringing new values to theexisting network infrastructure), as shown in the examples above.

Bifröst: Peer-to-peer Load-balancing for Function Execution in Agentic AI Systems

Agentic AI systems rely on Large Language Models (LLMs) to execute complex tasks by invoking external functions. The efficiency of these systems depends on how well function execution is managed, especially under heterogeneous and high-variance workloads, where function execution times can range from milliseconds to several seconds. Traditional load-balancing techniques, such as round-robin, least-loaded, and Peak-EWMA (used in Linkerd), struggle in such settings: round-robin ignores load imbalance, least-loaded reacts slowly to rapid workload shifts, and Peak-EWMA relies on latency tracking, which is ineffective for workloads with high execution time variability. In this paper, we introduce Bifröst, a peer-to-peer load-balancing mechanism that distributes function requests based on real-time active request count rather than latency estimates. Instead of relying on centralized load-balancers or client-side decisions, Bifröst enables function-serving pods to dynamically distribute load by comparing queue lengths and offloading requests accordingly. This avoids unnecessary overhead while ensuring better responsiveness under high-variance workloads. Our evaluation on open-vocabulary object detection, multi-modal understanding, and code generation workloads shows that Bifröst improves function completion time by up to 20% when processing 13,700 requests from 137 AI agents on a 32-node Kubernetes cluster, outperforming both OpenFaaS and OpenFaaS with Linkerd. In an AI-driven insurance claims processing workflow, Bifröst achieves up to 25% faster execution.