SearcharxivSearch

arXiv subjects

Akira Sasaki

Publications and source records attributed to Akira Sasaki.

6 recordsLinked to original sources

Immune history shapes recurrent epidemics of antigenically related variants

Population immunity carried over from past epidemics of an antigenically variable pathogen influences the epidemic of new variants based on their antigenic similarity to the previous ones. We develop a recurrent SIR model where a population faces sequential, antigenically related variants. The model yields a recurrence map for the population susceptibility to successive variants under the assumption of status-based population immunity. The model reveals that stable, equal-sized recurrent epidemics occur across broad parameter ranges, but can be destabilized when transmission is strong and antigenic escape is limited, leading to period-2 or more, or even more complex epidemic dynamics. Epidemic size is maximized at an intermediate basic reproduction number: higher transmissibility boosts immediate infection but also enhances cross-immunity, reducing future susceptibility of the population. Our results clarify how immune history shapes recurrent epidemics and why success in one wave does not ensure larger future epidemics.

q-bio.PE

Optimization of EUV output by experimentally validated radiation-hydrodynamic simulations across a broad laser parameter space

Practical requirements such as improving wall-plug efficiency and reducing system footprint have become increasingly important with the introduction of extreme ultraviolet (EUV) lithography into high-volume semiconductor manufacturing. These demands motivate the development of solid-state mid-infrared lasers as alternatives to current CO2 lasers. Systematic exploration of laser-to-EUV conversion efficiency (EUV-CE) over a broad parameter space is essential when altering the drive laser's wavelength, because the EUV-CE depends on the laser parameters in a complex manner. In this work, we performed a large-scale grid search of more than 140,000 parameter combinations for laser-produced tin plasma EUV sources using the radiation-hydrodynamics code STAR-1D, which is validated against EUV source experiments. The systematic wavelength dependence of the optimum pulse width and target size is governed by the requirement to simultaneously achieve the electron temperature and density optimal for EUV emission, maintain efficient laser absorption, and suppress EUV self-absorption. The resulting CE map predicts a global maximum of 5.63% at 5.5 μm. For the practically relevant 2 μm solid-state driver, a maximum CE of 4.64% is obtained, in good agreement with recent experimental results. Multiple operating points are identified over a broad range of pulse parameters, providing guidance for 2 μm-driven EUV source development.

physics.plasm-ph

Other Topics You May Also Agree or Disagree: Modeling Inter-Topic Preferences using Tweets and Matrix Factorization

We present in this paper our approach for modeling inter-topic preferences of Twitter users: for example, those who agree with the Trans-Pacific Partnership (TPP) also agree with free trade. This kind of knowledge is useful not only for stance detection across multiple topics but also for various real-world applications including public opinion surveys, electoral predictions, electoral campaigns, and online debates. In order to extract users' preferences on Twitter, we design linguistic patterns in which people agree and disagree about specific topics (e.g., "A is completely wrong"). By applying these linguistic patterns to a collection of tweets, we extract statements agreeing and disagreeing with various topics. Inspired by previous work on item recommendation, we formalize the task of modeling inter-topic preferences as matrix factorization: representing users' preferences as a user-topic matrix and mapping both users and topics onto a latent feature space that abstracts the preferences. Our experimental results demonstrate both that our proposed approach is useful in predicting missing preferences of users and that the latent vector representations of topics successfully encode inter-topic preferences.

cs.CL

Quantum Secret Sharing Schemes and Reversibility of Quantum Operations

Quantum secret sharing schemes encrypting a quantum state into a multipartite entangled state are treated. The lower bound on the dimension of each share given by Gottesman [Phys. Rev. A \textbf{61}, 042311 (2000)] is revisited based on a relation between the reversibility of quantum operations and the Holevo information. We also propose a threshold ramp quantum secret sharing scheme and evaluate its coding efficiency.

quant-ph

Generalized Systematic Debugging for Attribute Grammars

Attribute grammars (AGs) are known to be a useful formalism for semantic analysis and translation. However, debugging AGs is complex owing to inherent difficulties of AGs, such as recursive grammar structure and attribute dependency. In this paper, a new systematic method of debugging AGs is proposed. Our approach is, in principle, based on previously proposed algorithmic debugging of AGs, but is more general. This easily enables integration of various query-based systematic debugging methods, including the slice-based method. The proposed method has been implemented in Aki, a debugger for AG description. We evaluated our new approach experimentally using Aki, which demonstrates the usability of our debugging method.

cs.SE

Systematic Debugging of Attribute Grammars

Although attribute grammars are commonly used for compiler construction, little investigation has been conducted on debugging attribute grammars. The paper proposes two types of systematic debugging methods, an algorithmic debugging and slice-based debugging, both tailored for attribute grammars. By means of query-based interaction with the developer, our debugging methods effectively narrow the potential bug space in the attribute grammar description and eventually identify the incorrect attribution rule. We have incorporated this technology in our visual debugging tool called Aki.

cs.SE