92.5ITMar 26
Rotatable Antenna-Empowered Wireless Networks: A TutorialBeixiong Zheng, Qingjie Wu, Xue Xiong et al.
Non-fixed flexible antenna architectures, such as fluid antenna system (FAS), movable antenna (MA), and pinching antenna, have garnered significant interest in recent years. Among them, rotatable antenna (RA) has emerged as a promising technology for enhancing wireless communication and sensing performance through flexible antenna orientation/boresight rotation. By enabling mechanical or electronic boresight adjustment without altering physical antenna positions, RA introduces additional spatial degrees of freedom (DoFs) beyond conventional beamforming. In this paper, we provide a comprehensive tutorial on the fundamentals, architectures, and applications of RA-empowered wireless networks. Specifically, we begin by reviewing the historical evolution of RA-related technologies and clarifying the distinctive role of RA among flexible antenna architectures. Then, we establish a unified mathematical framework for RA-enabled systems, including general antenna/array rotation models, as well as channel models that cover near- and far-field propagation characteristics, wideband frequency selectivity, and polarization effects. Building upon this foundation, we investigate antenna/array rotation optimization in representative communication and sensing scenarios. Furthermore, we examine RA channel estimation/acquisition strategies encompassing orientation scheduling mechanisms and signal processing methods that exploit multi-view channel observations. Beyond theoretical modeling and algorithmic design, we discuss practical RA configurations and deployment strategies. We also present recent RA prototypes and experimental results that validate the practical performance gains enabled by antenna rotation. Finally, we highlight promising extensions of RA to emerging wireless paradigms and outline open challenges to inspire future research.
99.6ITMar 27
Rotatable Antenna Enhanced Multicast Communication SystemWeihua Zhu, Beixiong Zheng, Lipeng Zhu et al.
Rotatable antenna (RA) provides additional spatial degrees of freedom (DoFs) for communication systems by enabling per-antenna dynamic boresight adjustment, which is attractive for fairness-oriented multicast transmission. This letter investigates an RA-enhanced downlink multi-group multicast system. Specifically, we aim to maximize the minimum signal-to-interference-plus-noise ratio (SINR) among all users by jointly optimizing the multicast beamforming vectors and the RA boresight directions under transmit power and rotation constraints. To solve this non-convex problem, we first reformulate the max-min SINR objective via quadratic transform. Then, we develop an alternating optimization (AO) algorithm that iteratively updates the multicast beamforming and RA boresight directions. The beamforming vectors are obtained from a convex subproblem, while the boresight directions are refined using a successive convex approximation (SCA) procedure. Simulation results verify that the proposed RA-based scheme substantially enhances the fairness performance compared with fixed antenna-based and random-orientation benchmarks.
IRFeb 13
Asynchronous Verified Semantic Caching for Tiered LLM ArchitecturesAsmit Kumar Singh, Haozhe Wang, Laxmi Naga Santosh Attaluri et al.
Large language models (LLMs) now sit in the critical path of search, assistance, and agentic workflows, making semantic caching essential for reducing inference cost and latency. Production deployments typically use a tiered static-dynamic design: a static cache of curated, offline vetted responses mined from logs, backed by a dynamic cache populated online. In practice, both tiers are commonly governed by a single embedding similarity threshold, which induces a hard tradeoff: conservative thresholds miss safe reuse opportunities, while aggressive thresholds risk serving semantically incorrect responses. We introduce \textbf{Krites}, an asynchronous, LLM-judged caching policy that expands static coverage without changing serving decisions. On the critical path, Krites behaves exactly like a standard static threshold policy. When the nearest static neighbor of the prompt falls just below the static threshold, Krites asynchronously invokes an LLM judge to verify whether the static response is acceptable for the new prompt. Approved matches are promoted into the dynamic cache, allowing future repeats and paraphrases to reuse curated static answers and expanding static reach over time. In trace-driven simulations on conversational and search workloads, Krites increases the fraction of requests served with curated static answers (direct static hits plus verified promotions) by up to $\textbf{3.9}$ times for conversational traffic and search-style queries relative to tuned baselines, with unchanged critical path latency.