共找到 20 条结果
Compartmental epidemic models, grounded in mass-action kinetics, often assume homogeneous mixing. Although this neglects network structure, recent results show that for Poisson random graphs, the classical SIR model, especially the susceptible decay curve, matches the susceptible decay dynamics of its network counterpart. Motivated by this, we investigate whether the extended SIRI model with relapse from the recovered class admits a similar correspondence. SIRI dynamics arise in sevaral scenarios like spread of diseases with reactivation and behavioral contagion with relapse. We derive parameter relationships under which the pairwise SIRI model on a Poisson network closely follows the mass-action ODE trajectories. When transmission per contact is small relative to recovery, the susceptible and infectious trajectories of both systems align. This establishes conditions under which nonlinear SIRI dynamics on networks can be effectively approximated by tractable mean-field equations.
Long-horizon LLM agents can benefit from reusable skills, yet existing skill-based methods often rely on external skill generators during training or persistent skill retrieval at inference, increasing engineering complexity, context length, and deployment latency. We propose Self-Internalizing Reinforcement learning with Intrinsic skills (SIRI), a three-phase framework that enables agents to discover, validate, and internalize skills without external skill generators or inference-time skill banks. SIRI first warms up the policy with GiGPO to acquire basic interaction ability and collect successful skill-free trajectories. It then performs self-skill mining, where the current policy summarizes compact skills from its own successful plain rollouts and validates them through paired skill-augmented and skill-free rollouts. Finally, SIRI distills only beneficial skill-guided action tokens into the plain policy using trajectory-level utility and action-level advantage. At inference, the agent runs with the original prompt only. On ALFWorld and WebShop with Qwen2.5-7B-Instruct, SIRI improves GiGPO from 0.908 to 0.930 on ALFWorld and from 0.728 to 0.813 on WebShop, outperforming prompt-ba
SIRI-2 is a collection of Strontium Iodide gamma-ray detectors sensitive at approximately 400 keV to 10 MeV, launched on the Department of Defense's STPSat-6 to geosynchronous orbit. SIRI-2 detected the gamma-ray burst (GRB) 221009A and, unlike most GRB detectors, was not saturated and did not require any pulse pile-up corrections. The energetics of this burst as measured by SIRI-2 are consistent with those found by other instruments, and the Band function fits to the spectra are consistent with that from the unsaturated Insight and GECAM instruments, and similar to corrected spectra from the Fermi Gamma-ray Burst Monitor, but softer than those found by Konus-Wind when that instrument was saturated. The total fluence measured with SIRI-2 was measured to be 0.140 +/- 0.002 erg cm-2, lower than other instruments, likely due to the increasing background of SIRI-2 forcing the calculation to use a smaller time interval. An extrapolation of the distributions of fluences from GRBs to the fluence of 221009A measured with SIRI-2 indicates bursts brighter than this one should occur about once every 4,000 years.
This paper investigates the privacy and usability of AI-enabled smart devices commonly used by youth, focusing on Google Home Mini, Amazon Alexa, and Apple Siri. While these devices provide convenience and efficiency, they also raise privacy and transparency concerns due to their always-listening design and complex data management processes. The study proposes and applies a combined framework of Heuristic Evaluation, Personal Information Protection and Electronic Documents Act (PIPEDA) Compliance Assessment, and Youth-Centered Usability Testing to assess whether these devices align with Privacy-by-Design principles and support meaningful user control. Results show that Google Home achieved the highest usability score, while Siri scored highest in regulatory compliance, indicating a trade-off between user convenience and privacy protection. Alexa demonstrated clearer task navigation but weaker transparency in data retention. Findings suggest that although youth may feel capable of managing their data, their privacy self-efficacy remains limited by technical design, complex settings, and unclear data policies. The paper concludes that enhancing transparency, embedding privacy guidanc
Silent speech interfaces (SSIs) enable silent interaction in noise-sensitive or privacy-sensitive settings. However, existing SSIs face practical deployment trade-offs among privacy, user experience, and energy consumption, and most remain limited to closed-set recognition over small, pre-defined vocabularies of words or sentences, which restricts real-world expressiveness. In this paper, we present Lip-Siri, to the best of our knowledge, the first Wi-Fi backscatter--based SSI that supports open-vocabulary sentence recognition via lexicon-guided subword decoding. Lip-Siri designs a frequency-shifted backscatter tag to isolate tag-modulated reflections and suppress interference from non-target motions, enabling reliable extraction of lip-motion traces from ubiquitous Wi-Fi signals. We then segment continuous traces into lip-motion units, cluster them, learn robust unit representations via cluster-based self-supervision, and finally propose a lexicon-guided Transformer encoder--decoder with beam search to decode variable-length sentence sequences. We implement an end-to-end prototype and evaluate it with 15 participants on 340 sentences and 3,398 words across multiple scenarios. Lip-
Large Language Models (LLMs) have undergone rapid progress, largely attributed to reinforcement learning on complex reasoning tasks. In contrast, while spatial intelligence is fundamental for Vision-Language Models (VLMs) in real-world interaction, the systematic study of their complex spatial reasoning remains underexplored. To bridge this gap, we introduce SIRI-Bench, a benchmark designed to evaluate VLMs' structural spatial intelligence through spatial-grounded reasoning tasks. SIRI-Bench comprises 9,000 video-question-answer triplets, where each problem is embedded in a realistic 3D scene. The benchmark is carefully designed so that solving each problem requires both spatial comprehension and structural reasoning. To facilitate large-scale data synthesis, we develop an Automatic Scene Creation Engine that employs collaborative LLM agents to translate abstract mathematical problems into faithful 3D scenes. Experimental results reveal that state-of-the-art VLMs struggle significantly on SIRI-Bench, underscoring the challenge of structural spatial reasoning. We hope that our study will bring researchers' attention to spatially grounded reasoning and advance VLMs in visual problem-
We introduce SIRI, Scaling Iterative Reinforcement Learning with Interleaved Compression, a simple yet effective RL approach for Large Reasoning Models (LRMs) that enables more efficient and accurate reasoning. Existing studies have observed repetitive thinking patterns in LRMs, and attempts to reduce them often come at the cost of performance. In this paper, we show that this trade-off can be overcome through a training regime that iteratively alternates between compressing and expanding the reasoning budget, by dynamically adjusting the maximum rollout length during training. The compression phase cuts the rollout length, forcing the model to make precise and valuable decisions within a limited context, which effectively reduces redundant tokens and increases reasoning density. The expansion phase then relaxes the length limit, providing space for the model to explore and plan in long-horizon settings. Remarkably, we find that after each compression-expansion cycle, the model's performance improves even as its output length decreases, steadily pushing it closer to the Pareto frontier in the performance-efficiency trade-off. Training on DeepSeek-R1-Distill-Qwen-1.5B, SIRI-low impr
In this paper, we investigate how to achieve better visual grounding with modern vision-language transformers, and propose a simple yet powerful Selective Retraining (SiRi) mechanism for this challenging task. Particularly, SiRi conveys a significant principle to the research of visual grounding, i.e., a better initialized vision-language encoder would help the model converge to a better local minimum, advancing the performance accordingly. In specific, we continually update the parameters of the encoder as the training goes on, while periodically re-initialize rest of the parameters to compel the model to be better optimized based on an enhanced encoder. SiRi can significantly outperform previous approaches on three popular benchmarks. Specifically, our method achieves 83.04% Top1 accuracy on RefCOCO+ testA, outperforming the state-of-the-art approaches (training from scratch) by more than 10.21%. Additionally, we reveal that SiRi performs surprisingly superior even with limited training data. We also extend it to transformer-based visual grounding models and other vision-language tasks to verify the validity.
An array of Parallel Plate Avalanche Counters (PPAC) for the detection of heavy ions has been developed. The new device, NIFF (Nuclear Instrument for Fission Fragments), consists of four individual detectors and covers $60\%$ of 2$π$. It was designed to be used in conjunction with the SiRi array of $ΔE-E$ silicon telescopes for light charged particles and fits into the CACTUS array of 28 large-volume NaI scintillation detectors at the Oslo Cyclotron Laboratory. The low-pressure gas-filled PPACs are sensitive for the detection of fission fragments, but are insensitive to scattered beam particles of light ions or light-ion ejectiles. The PPAC detectors of NIFF have good time resolution and can be used either to select or to veto fission events in in-beam experiments with light-ion beams and actinide targets. The powerful combination of SiRi, CACTUS, and NIFF provides new research opportunities for the study of nuclear structure and nuclear reactions in the actinide region. The new setup is particularly well suited to study the competition of fission and $γ$ decay as a function of excitation energy.
The Strontium Iodide Radiation Instrument (SIRI) is a single detector, gamma-ray spectrometer designed to space-qualify the new scintillation detector material europium-doped strontium iodide (SrI2:Eu) and new silicon photomultiplier (SiPM) technology. SIRI covers the energy range from 0.04-8 MeV and was launched into 600 km sun-synchronous orbit on Dec 3, 2018 onboard STPSat5 with a one-year mission to investigate the detector's response to on-orbit background radiation. The detector has an active volume of 11.6 cm3 and a photo fraction efficiency of 50% at 662 keV for gamma-rays parallel to the long axis of the crystal. Its spectroscopic resolution of 4.3% was measured by the FWHM of the characteristic Cs-137 gamma-ray line at 662 keV. Measured background rates external to the trapped particle regions are 40-50 counts per second for energies greater than 40 keV and are largely the result of short- and long-term activation products generated by transits of the SAA and the continual cosmic-ray bombardment. Rate maps determined from energy cuts of the collected spectral data show the expected contributions from the various trapped particle regions. Early spectra acquired by the inst
Spatial Description Resolution, as a language-guided localization task, is proposed for target location in a panoramic street view, given corresponding language descriptions. Explicitly characterizing an object-level relationship while distilling spatial relationships are currently absent but crucial to this task. Mimicking humans, who sequentially traverse spatial relationship words and objects with a first-person view to locate their target, we propose a novel spatial relationship induced (SIRI) network. Specifically, visual features are firstly correlated at an implicit object-level in a projected latent space; then they are distilled by each spatial relationship word, resulting in each differently activated feature representing each spatial relationship. Further, we introduce global position priors to fix the absence of positional information, which may result in global positional reasoning ambiguities. Both the linguistic and visual features are concatenated to finalize the target localization. Experimental results on the Touchdown show that our method is around 24\% better than the state-of-the-art method in terms of accuracy, measured by an 80-pixel radius. Our method also g
We study the problem of identifying a single infection source in a network under the susceptible-infected-recovered-infected (SIRI) model. We describe the infection model via a state-space model, and utilizing a state propagation approach, we derive an algorithm known as the heterogeneous infection spreading source (HISS) estimator, to infer the infection source. The HISS estimator uses the observations of node states at a particular time, where the elapsed time from the start of the infection is unknown. It is able to incorporate side information (if any) of the observed states of a subset of nodes at different times, and of the prior probability of each infected or recovered node to be the infection source. Simulation results suggest that the HISS estimator outperforms the dynamic message pass- ing and Jordan center estimators over a wide range of infection and reinfection rates.
This paper proposes a coordinated energy-mobility dispatch framework for grid support service provision in smart cities under time constraints. In particular, a scenario in which a distributed system operator requests a specified amount of energy within a given deadline is considered. A fleet of connected autonomous electric vehicles equipped with virtual battery partitioning is dynamically dispatched toward vehicle-to-grid stations. The routing problem is formulated as a periodically updated resource-constrained shortest path, accounting for time and energy constraints with congestion-dependent travel times derived from a dynamic traffic model. At the vehicle level, a model predictive control strategy regulates speed to satisfy mobility energy requirements while ensuring deadline compliance. The framework is validated through simulations on the urban network of Rapallo (Italy), demonstrating robustness against congestion-induced delays.
We report the thermal conductances of molecular junctions made of self-assembled monolayers of benzo-bis(imidazole) molecules, without side groups or functionalized with two phenylamine side groups. In the two cases, when the molecules are connected to the electrodes by thiol anchoring groups in the meta-position, the thermal conductance is decreased compared to the same molecules connected in the para-position (ca. 16-29 nW/K and ca. 37-40 nW/K, respectively) in agreement with the theoretically predicted phonon interference effect in molecular junctions. Upon protonation, the thermal conductances of the meta-connected molecular junction increase by about 50% (reversible behavior upon deprotonation). The fact that only the thermal conductance of the meta-connected molecular junction is sensitive to the protonation/deprotonation is tentatively related to modifications of the structural organization of the molecules in the monolayer, which modifies the thermal conductance at the molecule/electrode interfaces. The electrical conductance is lower for the meta-connected molecule than for the para-connected one, due to destructive quantum interferences, as expected and reported for other
To date, most of the research on transport planning has focused on optimizing revenues or utilitarian metrics such as average travel times, which often ends up penalizing the worst-off for the sake of profit or efficiency. At the same time, most of the research in transport justice has focused on assessing injustices, without being able to prescribe operational solutions. This paper contributes to bridging this gap and presents optimization models for justice-informed operational planning of intermodal mobility systems that explicitly account for the budget and safety limitations of users, and for infrastructural capacity constraints. Specifically, we first focus on an intermodal Autonomous Mobility-on-Demand (AMoD) system -- where self-driving robotaxis provide on-demand mobility jointly with public transit and active modes -- and characterize its operations from a mesoscopic planning perspective via network flow models. Second, we leverage these models to optimize system operations through both utilitarian efficiency and justice-informed objectives. We showcase our framework in a real-world case-study for Manhattan, New York. Our results show that monetary budgets significantly l
Stochastic reaction networks are mathematical models with a wide range of applications in biochemistry, ecology, and epidemiology, and are often complex to analyze. Except for some special cases, it is generally difficult to predict how the abundances of all considered species evolve over time. A possible approach to address this issue is to develop tools to compare the model under study with a similar one whose behavior is better understood. The main contribution of our work is to provide direct and computable conditions that can be used to ensure the existence of an ordered coupling between two stochastic reaction networks and to identify which parameter changes in a given model lead to an increase or decrease in the count of certain species. We also make available an algorithm that implements our theory, and we illustrate it with several applications.
Accurate, real-time monitoring of tissue ischemia is crucial to understand tissue health and guide surgery. Spectral imaging shows great potential for contactless and intraoperative monitoring of tissue oxygenation. Due to the difficulty of obtaining direct reference oxygenation values, conventional methods are based on linear unmixing techniques. These are prone to assumptions and these linear relations may not always hold in practice. In this work, we present deep learning approaches for real-time tissue oxygenation estimation using Monte-Carlo simulated spectra. We train a fully connected neural network (FCN) and a convolutional neural network (CNN) for this task and propose a domain-adversarial training approach to bridge the gap between simulated and real clinical spectral data. Results demonstrate that these deep learning models achieve a higher correlation with capillary lactate measurements, a well-known marker of hypoxia, obtained during spectral imaging in surgery, compared to traditional linear unmixing. Notably, domain-adversarial training effectively reduces the domain gap, optimizing performance in real clinical settings.
We continue the study of $L^p$-operator algebras associated with directed graphs initiated by Cortiñas and Rodríguez, and we establish $L^p$-analogs of both the gauge-invariant and the Cuntz-Krieger uniqueness theorems. The first of these asserts that for a graph $Q$, a gauge-equivariant spatial representation of its Leavitt path algebra $L_Q$ on an $L^p$-space generates an injective representation whenever the idempotents associated to the vertices of $Q$ are nonzero. The second of these theorems states that, in the setting just described, the same conclusion holds if gauge-equivariance is replaced by the assumption that every cycle in $Q$ has an entry. Additionally, we show that for acyclic graphs, such representations are automatically isometric. While our general approach is inspired by the proofs in the C*-algebra setting, a careful analysis of spatial representations of graphs on $L^p$-spaces is required. In particular, we exploit the interplay between analytical properties of Banach algebras, such as the role of hermitian elements, and geometric notions specific to $L^p$-spaces, such as spatial implementation.
Despite the parallel in-memory search capabilities of content addressable memories (CAMs), their use in applications is constrained by their limited resolution that worsens as they are scaled to larger arrays or advanced nodes. In this work we present experimental results for a novel back-end-of-line compatible reference resistive device that can significantly improve the search resolution of CAMs implemented with CMOS and beyond-CMOS technologies to less than or equal to 5-bits.
We investigate the impact of rigid rotation on the spontaneous breaking of U(1) symmetry in a Bose gas, which is described by a self-interacting complex scalar field Lagrangian. Rigid rotation is introduced through a specific metric that explicitly depends on the angular velocity $Ω$. We begin by determining the free propagator for this model at finite temperature $T$ and chemical potential $μ$. Using this propagator, we calculate the thermodynamic potential in terms of an energy dispersion relation $ε_{k}$. It is found that in both the U(1) symmetric phase and the symmetry-broken phase, two energy branches emerge. In the symmetry-broken phase, they are identified with a massive phonon and a massless roton mode. Notably, rotation does not alter $ε_{k}$ at low momentum. Setting $μ=0$, we use the total thermodynamic potential, which includes classical, thermal, vacuum, and nonperturbative ring contributions, to explore how the condensate depends on $T$ and $Ω$. We first focus on the classical and thermal parts of the thermodynamic potential and find that the critical temperature of the U(1) phase transition scales as $Ω^{1/3}$. By identifying the (pseudo-)Goldstone and non-Goldstone