92,370 results on '"KOMATSU A"'
Search Results
2. PLaMo-100B: A Ground-Up Language Model Designed for Japanese Proficiency
- Author
-
Elements, Preferred, Abe, Kenshin, Chubachi, Kaizaburo, Fujita, Yasuhiro, Hirokawa, Yuta, Imajo, Kentaro, Kataoka, Toshiki, Komatsu, Hiroyoshi, Mikami, Hiroaki, Mogami, Tsuguo, Murai, Shogo, Nakago, Kosuke, Nishino, Daisuke, Ogawa, Toru, Okanohara, Daisuke, Ozaki, Yoshihiko, Sano, Shotaro, Suzuki, Shuji, Xu, Tianqi, and Yanase, Toshihiko
- Subjects
Computer Science - Computation and Language ,Computer Science - Artificial Intelligence ,Computer Science - Machine Learning - Abstract
We introduce PLaMo-100B, a large-scale language model designed for Japanese proficiency. The model was trained from scratch using 2 trillion tokens, with architecture such as QK Normalization and Z-Loss to ensure training stability during the training process. Post-training techniques, including Supervised Fine-Tuning and Direct Preference Optimization, were applied to refine the model's performance. Benchmark evaluations suggest that PLaMo-100B performs well, particularly in Japanese-specific tasks, achieving results that are competitive with frontier models like GPT-4. The base model is available at https://huggingface.co/pfnet/plamo-100b.
- Published
- 2024
3. Pre-training with Synthetic Patterns for Audio
- Author
-
Ishikawa, Yuchi, Komatsu, Tatsuya, and Aoki, Yoshimitsu
- Subjects
Electrical Engineering and Systems Science - Audio and Speech Processing ,Computer Science - Artificial Intelligence ,Computer Science - Computer Vision and Pattern Recognition - Abstract
In this paper, we propose to pre-train audio encoders using synthetic patterns instead of real audio data. Our proposed framework consists of two key elements. The first one is Masked Autoencoder (MAE), a self-supervised learning framework that learns from reconstructing data from randomly masked counterparts. MAEs tend to focus on low-level information such as visual patterns and regularities within data. Therefore, it is unimportant what is portrayed in the input, whether it be images, audio mel-spectrograms, or even synthetic patterns. This leads to the second key element, which is synthetic data. Synthetic data, unlike real audio, is free from privacy and licensing infringement issues. By combining MAEs and synthetic patterns, our framework enables the model to learn generalized feature representations without real data, while addressing the issues related to real audio. To evaluate the efficacy of our framework, we conduct extensive experiments across a total of 13 audio tasks and 17 synthetic datasets. The experiments provide insights into which types of synthetic patterns are effective for audio. Our results demonstrate that our framework achieves performance comparable to models pre-trained on AudioSet-2M and partially outperforms image-based pre-training methods., Comment: Submitted to ICASSP'25
- Published
- 2024
4. The Frobenius number for the triple of the 2-step star numbers
- Author
-
Komatsu, Takao, Goel, Ritika, and Gupta, Neha
- Subjects
Mathematics - Combinatorics - Abstract
In this paper, we give closed form expressions of the Frobenius number for the triple of the $2$-step star numbers $an(n-2) + 1$ for an integer $a \geq 4$. These numbers have been studied from different aspects for some $a$'s. These numbers can also be considered as variations of the well known star numbers of the form $6n(n-1) + 1$. We also give closed form expressions of the Sylvester number (genus) for the triple of the $2$-step star numbers.
- Published
- 2024
5. Language-based Audio Moment Retrieval
- Author
-
Munakata, Hokuto, Nishimura, Taichi, Nakada, Shota, and Komatsu, Tatsuya
- Subjects
Electrical Engineering and Systems Science - Audio and Speech Processing ,Computer Science - Computation and Language ,Computer Science - Sound - Abstract
In this paper, we propose and design a new task called audio moment retrieval (AMR). Unlike conventional language-based audio retrieval tasks that search for short audio clips from an audio database, AMR aims to predict relevant moments in untrimmed long audio based on a text query. Given the lack of prior work in AMR, we first build a dedicated dataset, Clotho-Moment, consisting of large-scale simulated audio recordings with moment annotations. We then propose a DETR-based model, named Audio Moment DETR (AM-DETR), as a fundamental framework for AMR tasks. This model captures temporal dependencies within audio features, inspired by similar video moment retrieval tasks, thus surpassing conventional clip-level audio retrieval methods. Additionally, we provide manually annotated datasets to properly measure the effectiveness and robustness of our methods on real data. Experimental results show that AM-DETR, trained with Clotho-Moment, outperforms a baseline model that applies a clip-level audio retrieval method with a sliding window on all metrics, particularly improving Recall1@0.7 by 9.00 points. Our datasets and code are publicly available in https://h-munakata.github.io/Language-based-Audio-Moment-Retrieval.
- Published
- 2024
6. DETECLAP: Enhancing Audio-Visual Representation Learning with Object Information
- Author
-
Nakada, Shota, Nishimura, Taichi, Munakata, Hokuto, Kondo, Masayoshi, and Komatsu, Tatsuya
- Subjects
Computer Science - Multimedia ,Computer Science - Computer Vision and Pattern Recognition ,Computer Science - Sound ,Electrical Engineering and Systems Science - Audio and Speech Processing - Abstract
Current audio-visual representation learning can capture rough object categories (e.g., ``animals'' and ``instruments''), but it lacks the ability to recognize fine-grained details, such as specific categories like ``dogs'' and ``flutes'' within animals and instruments. To address this issue, we introduce DETECLAP, a method to enhance audio-visual representation learning with object information. Our key idea is to introduce an audio-visual label prediction loss to the existing Contrastive Audio-Visual Masked AutoEncoder to enhance its object awareness. To avoid costly manual annotations, we prepare object labels from both audio and visual inputs using state-of-the-art language-audio models and object detectors. We evaluate the method of audio-visual retrieval and classification using the VGGSound and AudioSet20K datasets. Our method achieves improvements in recall@10 of +1.5% and +1.2% for audio-to-visual and visual-to-audio retrieval, respectively, and an improvement in accuracy of +0.6% for audio-visual classification., Comment: under review
- Published
- 2024
7. Self-Supervised Syllable Discovery Based on Speaker-Disentangled HuBERT
- Author
-
Komatsu, Ryota and Shinozaki, Takahiro
- Subjects
Computer Science - Computation and Language ,Computer Science - Sound ,Electrical Engineering and Systems Science - Audio and Speech Processing - Abstract
Self-supervised speech representation learning has become essential for extracting meaningful features from untranscribed audio. Recent advances highlight the potential of deriving discrete symbols from the features correlated with linguistic units, which enables text-less training across diverse tasks. In particular, sentence-level Self-Distillation of the pretrained HuBERT (SD-HuBERT) induces syllabic structures within latent speech frame representations extracted from an intermediate Transformer layer. In SD-HuBERT, sentence-level representation is accumulated from speech frame features through self-attention layers using a special CLS token. However, we observe that the information aggregated in the CLS token correlates more with speaker identity than with linguistic content. To address this, we propose a speech-only self-supervised fine-tuning approach that separates syllabic units from speaker information. Our method introduces speaker perturbation as data augmentation and adopts a frame-level training objective to prevent the CLS token from aggregating paralinguistic information. Experimental results show that our approach surpasses the current state-of-the-art method in most syllable segmentation and syllabic unit quality metrics on Librispeech, underscoring its effectiveness in promoting syllabic organization within speech-only models., Comment: Accepted by IEEE SLT 2024
- Published
- 2024
8. $p$-numerical semigroups with $p$-symmetric properties, II
- Author
-
Komatsu, Takao
- Subjects
Mathematics - Number Theory ,Mathematics - Combinatorics ,Mathematics - Group Theory - Abstract
Recently, the concept of the $p$-numerical semigroup with $p$-symmetric properties has been introduced. When $p=0$, the classical numerical semigroup with symmetric properties is recovered. In this paper, we further study the $p$-numerical semigroup with $p$-almost symmetric properties. We also give $p$-generalized formulas of Watanabe and Johnson, and introduce $p$-Arf numerical semigroup and study its properties.
- Published
- 2024
9. S-Matrix Bootstrap and Non-Invertible Symmetries
- Author
-
Copetti, Christian, Cordova, Lucia, and Komatsu, Shota
- Subjects
High Energy Physics - Theory ,Condensed Matter - Strongly Correlated Electrons ,High Energy Physics - Phenomenology - Abstract
We initiate the S-matrix bootstrap analysis of theories with non-invertible symmetries in (1+1) dimensions. Our previous work showed that crossing symmetry of S-matrices in such theories is modified, with modification characterized by the fusion category data. By imposing unitarity, symmetry and the modified crossing, we constrain the space of consistent S-matrices, identifying integrable theories with non-invertible symmetries at the cusps of allowed regions. We also extend the modified crossing rules to cases where vacua transform in non-regular representations of fusion category, utilizing a connection to a dual category $\mathscr C^{*}_{\mathscr{M}}$ and Symmetry Topological Field Theory (SymTFT). This highlights the utility of SymTFT in the analysis of scattering amplitudes., Comment: 33 pages plus appendices, v3: references added, typos corrected, appendix added
- Published
- 2024
10. Holographic thermodynamic relation for dissipative and non-dissipative universes in a flat FLRW cosmology
- Author
-
Komatsu, Nobuyoshi
- Subjects
General Relativity and Quantum Cosmology ,Astrophysics - Cosmology and Nongalactic Astrophysics ,High Energy Physics - Phenomenology - Abstract
To clarify a holographic modified thermodynamic relation, the present study applies a general formulation for cosmological equations in a flat FLRW universe to the first law of thermodynamics, using the Bekenstein-Hawking entropy $S_{\rm{BH}}$ and a dynamical Kodama-Hayward temperature $T_{\rm{KH}}$. For the general formulation, both an effective pressure $p_{e}$ of cosmological fluids for dissipative universes (e.g., bulk viscous cosmology) and an extra driving term $f_{\Lambda}(t)$ for non-dissipative universes (e.g., time-varying $\Lambda (t)$ cosmology) are phenomenologically assumed. When $f_{\Lambda}(t)$ is constant, the modified thermodynamic relation is equivalent to the formulation of the first law in standard cosmology. One side of this modified relation describes thermodynamic quantities in the bulk and can be divided into two time-derivative terms, namely $\dot{\rho}$ and $\dot{V}$ terms, where $\rho$ is the mass density of cosmological fluids and $V$ is the Hubble volume. Using the Gibbons-Hawking temperature $T_{\rm{GH}}$, the other side of this relation, $T_{\rm{KH}} \dot{S}_{\rm{BH}}$, can be formulated as the sum of $T_{\rm{GH}} \dot{S}_{\rm{BH}}$ and $[(T_{\rm{KH}}/T_{\rm{GH}}) -1] T_{\rm{GH}} \dot{S}_{\rm{BH}}$, which are equivalent to the $\dot{\rho}$ and $\dot{V}$ terms, respectively, with the magnitude of the $\dot{V}$ term being proportional to the square of the $\dot{\rho}$ term. In addition, the modified thermodynamic relation for constant $f_{\Lambda}(t)$ is examined by applying the equipartition law of energy on the horizon. This modified thermodynamic relation reduces to a kind of extended holographic-like connection when a constant $T_{\rm{KH}}$ universe is considered. The evolution of thermodynamic quantities is also discussed, using a constant $T_{\rm{KH}}$ model, extending a previous analysis [Phys. Rev. D 108, 083515 (2023) (arXiv:2306.11285)]., Comment: 17 pages, 3 figures
- Published
- 2024
11. Lighthouse: A User-Friendly Library for Reproducible Video Moment Retrieval and Highlight Detection
- Author
-
Nishimura, Taichi, Nakada, Shota, Munakata, Hokuto, and Komatsu, Tatsuya
- Subjects
Computer Science - Computer Vision and Pattern Recognition ,Computer Science - Computation and Language ,Computer Science - Multimedia - Abstract
We propose Lighthouse, a user-friendly library for reproducible video moment retrieval and highlight detection (MR-HD). Although researchers proposed various MR-HD approaches, the research community holds two main issues. The first is a lack of comprehensive and reproducible experiments across various methods, datasets, and video-text features. This is because no unified training and evaluation codebase covers multiple settings. The second is user-unfriendly design. Because previous works use different libraries, researchers set up individual environments. In addition, most works release only the training codes, requiring users to implement the whole inference process of MR-HD. Lighthouse addresses these issues by implementing a unified reproducible codebase that includes six models, three features, and five datasets. In addition, it provides an inference API and web demo to make these methods easily accessible for researchers and developers. Our experiments demonstrate that Lighthouse generally reproduces the reported scores in the reference papers. The code is available at https://github.com/line/lighthouse., Comment: accepted at EMNLP2024 - system demonstration track
- Published
- 2024
12. LiteBIRD Science Goals and Forecasts. Mapping the Hot Gas in the Universe
- Author
-
Remazeilles, M., Douspis, M., Rubiño-Martín, J. A., Banday, A. J., Chluba, J., de Bernardis, P., De Petris, M., Hernández-Monteagudo, C., Luzzi, G., Macias-Perez, J., Masi, S., Namikawa, T., Salvati, L., Tanimura, H., Aizawa, K., Anand, A., Aumont, J., Baccigalupi, C., Ballardini, M., Barreiro, R. B., Bartolo, N., Basak, S., Bersanelli, M., Blinov, D., Bortolami, M., Brinckmann, T., Calabrese, E., Campeti, P., Carinos, E., Carones, A., Casas, F. J., Cheung, K., Clermont, L., Columbro, F., Coppolecchia, A., Cuttaia, F., de Haan, T., de la Hoz, E., Della Torre, S., Diego-Palazuelos, P., D'Alessandro, G., Eriksen, H. K., Finelli, F., Fuskeland, U., Galloni, G., Galloway, M., Gervasi, M., Génova-Santos, R. T., Ghigna, T., Giardiello, S., Gimeno-Amo, C., Gjerløw, E., González, R. González, Gruppuso, A., Hazumi, M., Henrot-Versillé, S., Hergt, L. T., Herranz, D., Kohri, K., Komatsu, E., Lamagna, L., Lattanzi, M., Leloup, C., Levrier, F., Lonappan, A. I., López-Caniego, M., Maffei, B., Martínez-González, E., Matarrese, S., Matsumura, T., Micheli, S., Migliaccio, M., Monelli, M., Montier, L., Morgante, G., Nagano, Y., Nagata, R., Novelli, A., Omae, R., Pagano, L., Paoletti, D., Pavlidou, V., Piacentini, F., Pinchera, M., Polenta, G., Porcelli, L., Ritacco, A., Ruiz-Granda, M., Sakurai, Y., Scott, D., Shiraishi, M., Stever, S. L., Sullivan, R. M., Takase, Y., Tassis, K., Terenzi, L., Tomasi, M., Tristram, M., Vacher, L., van Tent, B., Vielva, P., Wehus, I. K., Westbrook, B., Weymann-Despres, G., Wollack, E. J., Zannoni, M., and Zhou, Y.
- Subjects
Astrophysics - Cosmology and Nongalactic Astrophysics - Abstract
We assess the capabilities of the LiteBIRD mission to map the hot gas distribution in the Universe through the thermal Sunyaev-Zeldovich (SZ) effect. Our analysis relies on comprehensive simulations incorporating various sources of Galactic and extragalactic foreground emission, while accounting for specific instrumental characteristics of LiteBIRD, such as detector sensitivities, frequency-dependent beam convolution, inhomogeneous sky scanning, and $1/f$ noise. We implement a tailored component-separation pipeline to map the thermal SZ Compton $y$-parameter over 98% of the sky. Despite lower angular resolution for galaxy cluster science, LiteBIRD provides full-sky coverage and, compared to the Planck satellite, enhanced sensitivity, as well as more frequency bands to enable the construction of an all-sky $y$-map, with reduced foreground contamination at large and intermediate angular scales. By combining LiteBIRD and Planck channels in the component-separation pipeline, we obtain an optimal $y$-map that leverages the advantages of both experiments, with the higher angular resolution of the Planck channels enabling the recovery of compact clusters beyond the LiteBIRD beam limitations, and the numerous sensitive LiteBIRD channels further mitigating foregrounds. The added value of LiteBIRD is highlighted through the examination of maps, power spectra, and one-point statistics of the various sky components. After component separation, the $1/f$ noise from LiteBIRD is effectively mitigated below the thermal SZ signal at all multipoles. Cosmological constraints on $S_8=\sigma_8\left(\Omega_{\rm m}/0.3\right)^{0.5}$ obtained from the LiteBIRD-Planck combined $y$-map power spectrum exhibits a 15% reduction in uncertainty compared to constraints from Planck alone. This improvement can be attributed to the increased portion of uncontaminated sky available in the LiteBIRD-Planck combined $y$-map., Comment: 38 pages, 13 figures, abstract shortened. Updated to match version accepted by JCAP
- Published
- 2024
13. Nearest Neighbor Future Captioning: Generating Descriptions for Possible Collisions in Object Placement Tasks
- Author
-
Komatsu, Takumi, Kambara, Motonari, Hatanaka, Shumpei, Matsuo, Haruka, Hirakawa, Tsubasa, Yamashita, Takayoshi, Fujiyoshi, Hironobu, and Sugiura, Komei
- Subjects
Computer Science - Robotics - Abstract
Domestic service robots (DSRs) that support people in everyday environments have been widely investigated. However, their ability to predict and describe future risks resulting from their own actions remains insufficient. In this study, we focus on the linguistic explainability of DSRs. Most existing methods do not explicitly model the region of possible collisions; thus, they do not properly generate descriptions of these regions. In this paper, we propose the Nearest Neighbor Future Captioning Model that introduces the Nearest Neighbor Language Model for future captioning of possible collisions, which enhances the model output with a nearest neighbors retrieval mechanism. Furthermore, we introduce the Collision Attention Module that attends regions of possible collisions, which enables our model to generate descriptions that adequately reflect the objects associated with possible collisions. To validate our method, we constructed a new dataset containing samples of collisions that can occur when a DSR places an object in a simulation environment. The experimental results demonstrated that our method outperformed baseline methods, based on the standard metrics. In particular, on CIDEr-D, the baseline method obtained 25.09 points, whereas our method obtained 33.08 points., Comment: Accepted for presentation at Advanced Robotics 24
- Published
- 2024
14. Estimate Epidemiological Parameters given Partial Observations based on Algebraically Observable PINNs
- Author
-
Komatsu, Mizuka
- Subjects
Computer Science - Machine Learning ,Mathematics - Dynamical Systems ,Quantitative Biology - Populations and Evolution ,93B25, 92B20 - Abstract
In this study, we considered the problem of estimating epidemiological parameters based on physics-informed neural networks (PINNs). In practice, not all trajectory data corresponding to the population estimated by epidemic models can be obtained, and some observed trajectories are noisy. Learning PINNs to estimate unknown epidemiological parameters using such partial observations is challenging. Accordingly, we introduce the concept of algebraic observability into PINNs. The validity of the proposed PINN, named as an algebraically observable PINNs, in terms of estimation parameters and prediction of unobserved variables, is demonstrated through numerical experiments.
- Published
- 2024
15. Centrality dependence of L\'evy-stable two-pion Bose-Einstein correlations in $\sqrt{s_{_{NN}}}=200$ GeV Au$+$Au collisions
- Author
-
PHENIX Collaboration, Abdulameer, N. J., Acharya, U., Adare, A., Aidala, C., Ajitanand, N. N., Akiba, Y., Akimoto, R., Al-Ta'ani, H., Alexander, J., Angerami, A., Aoki, K., Apadula, N., Aramaki, Y., Asano, H., Aschenauer, E. C., Atomssa, E. T., Awes, T. C., Azmoun, B., Babintsev, V., Bai, M., Bannier, B., Barish, K. N., Bassalleck, B., Bathe, S., Baublis, V., Baumgart, S., Bazilevsky, A., Belmont, R., Berdnikov, A., Berdnikov, Y., Bichon, L., Blankenship, B., Blau, D. S., Bok, J. S., Borisov, V., Boyle, K., Brooks, M. L., Buesching, H., Bumazhnov, V., Butsyk, S., Campbell, S., Castera, P., Chen, C. -H., Chen, D., Chiu, M., Chi, C. Y., Choi, I. J., Choi, J. B., Choi, S., Choudhury, R. K., Christiansen, P., Chujo, T., Chvala, O., Cianciolo, V., Citron, Z., Cole, B. A., Connors, M., Corliss, R., Csanád, M., Csörgő, T., D'Orazio, L., Dairaku, S., Datta, A., Daugherity, M. S., David, G., Denisov, A., Deshpande, A., Desmond, E. J., Dharmawardane, K. V., Dietzsch, O., Ding, L., Dion, A., Donadelli, M., Doomra, V., Drapier, O., Drees, A., Drees, K. A., Durham, J. M., Durum, A., Edwards, S., Efremenko, Y. V., Engelmore, T., Enokizono, A., Esha, R., Eyser, K. O., Fadem, B., Fields, D. E., Finger, Jr., M., Finger, M., Firak, D., Fitzgerald, D., Fleuret, F., Fokin, S. L., Frantz, J. E., Franz, A., Frawley, A. D., Fukao, Y., Fusayasu, T., Gainey, K., Gal, C., Garishvili, A., Garishvili, I., Glenn, A., Gong, X., Gonin, M., Goto, Y., de Cassagnac, R. Granier, Grau, N., Greene, S. V., Perdekamp, M. Grosse, Gunji, T., Guo, L., Guo, T., Gustafsson, H. -Å., Hachiya, T., Haggerty, J. S., Hahn, K. I., Hamagaki, H., Hanks, J., Hashimoto, K., Haslum, E., Hayano, R., Hemmick, T. K., Hester, T., He, X., Hill, J. C., Hodges, A., Hollis, R. S., Homma, K., Hong, B., Horaguchi, T., Hori, Y., Ichihara, T., Iinuma, H., Ikeda, Y., Imrek, J., Inaba, M., Iordanova, A., Isenhower, D., Issah, M., Ivanishchev, D., Jacak, B. V., Javani, M., Jiang, X., Ji, Z., Johnson, B. M., Joo, K. S., Jouan, D., Jumper, D. S., Kamin, J., Kaneti, S., Kang, B. H., Kang, J. H., Kang, J. S., Kapustinsky, J., Karatsu, K., Kasai, M., Kasza, G., Kawall, D., Kazantsev, A. V., Kempel, T., Khanzadeev, A., Kijima, K. M., Kim, B. I., Kim, C., Kim, D. J., Kim, E. -J., Kim, H. J., Kim, K. -B., Kim, Y. -J., Kim, Y. K., Kinney, E., Kiss, Á., Kistenev, E., Klatsky, J., Kleinjan, D., Kline, P., Komatsu, Y., Komkov, B., Koster, J., Kotchetkov, D., Kotov, D., Kovacs, L., Krizek, F., Král, A., Kunde, G. J., Kurgyis, B., Kurita, K., Kurosawa, M., Kwon, Y., Kyle, G. S., Lai, Y. S., Lajoie, J. G., Lebedev, A., Lee, B., Lee, D. M., Lee, J., Lee, K. B., Lee, K. S., Lee, S. H., Lee, S. R., Leitch, M. J., Leite, M. A. L., Leitgab, M., Lewis, B., Lim, S. H., Levy, L. A. Linden, Liu, M. X., Lökös, S., Loomis, D. A., Love, B., Maguire, C. F., Makdisi, Y. I., Makek, M., Manion, A., Manko, V. I., Mannel, E., Masumoto, S., McCumber, M., McGaughey, P. L., McGlinchey, D., McKinney, C., Mendoza, M., Meredith, B., Miake, Y., Mibe, T., Mignerey, A. C., Milov, A., Mishra, D. K., Mitchell, J. T., Mitrankova, M., Mitrankov, Iu., Miyachi, Y., Miyasaka, S., Mohanty, A. K., Mohapatra, S., Moon, H. J., Morrison, D. P., Motschwiller, S., Moukhanova, T. V., Mulilo, B., Murakami, T., Murata, J., Mwai, A., Nagae, T., Nagamiya, S., Nagle, J. L., Nagy, M. I., Nakagawa, I., Nakamiya, Y., Nakamura, K. R., Nakamura, T., Nakano, K., Nattrass, C., Nederlof, A., Nihashi, M., Nouicer, R., Novák, T., Novitzky, N., Nukazuka, G., Nyanin, A. S., O'Brien, E., Ogilvie, C. A., Okada, K., Orosz, M., Oskarsson, A., Ouchida, M., Ozawa, K., Pak, R., Pantuev, V., Papavassiliou, V., Park, B. H., Park, I. H., Park, J. S., Park, S., Park, S. K., Patel, L., Pate, S. F., Pei, H., Peng, J. -C., Pereira, H., Peressounko, D. Yu., Petti, R., Pinkenburg, C., Pisani, R. P., Potekhin, M., Proissl, M., Purschke, M. L., Qu, H., Rak, J., Ravinovich, I., Read, K. F., Reynolds, D., Riabov, V., Riabov, Y., Richardson, E., Richford, D., Roach, D., Roche, G., Rolnick, S. D., Rosati, M., Sahlmueller, B., Saito, N., Sakaguchi, T., Samsonov, V., Sano, M., Sarsour, M., Sawada, S., Sedgwick, K., Seidl, R., Sen, A., Seto, R., Sharma, D., Shein, I., Shibata, T. -A., Shigaki, K., Shimomura, M., Shoji, K., Shukla, P., Sickles, A., Silva, C. L., Silvermyr, D., Sim, K. S., Singh, B. K., Singh, C. P., Singh, V., Slunečka, M., Smith, K. L., Soltz, R. A., Sondheim, W. E., Sorensen, S. P., Sourikova, I. V., Stankus, P. W., Stenlund, E., Stepanov, M., Ster, A., Stoll, S. P., Sugitate, T., Sukhanov, A., Sun, J., Sun, Z., Sziklai, J., Takagui, E. M., Takahara, A., Taketani, A., Tanaka, Y., Taneja, S., Tanida, K., Tannenbaum, M. J., Tarafdar, S., Taranenko, A., Tennant, E., Themann, H., Todoroki, T., Tomášek, L., Tomášek, M., Torii, H., Towell, R. S., Tserruya, I., Tsuchimoto, Y., Tsuji, T., Ujvari, B., Vale, C., van Hecke, H. W., Vargyas, M., Vazquez-Zambrano, E., Veicht, A., Velkovska, J., Virius, M., Vossen, A., Vrba, V., Vznuzdaev, E., Vértesi, R., Wang, X. R., Watanabe, D., Watanabe, K., Watanabe, Y., Watanabe, Y. S., Wei, F., Wei, R., White, S. N., Winter, D., Wolin, S., Woody, C. L., Wysocki, M., Xia, B., Yamaguchi, Y. L., Yang, R., Yanovich, A., Ying, J., Yokkaichi, S., Younus, I., You, Z., Yushmanov, I. E., Zajc, W. A., and Zelenski, A.
- Subjects
Nuclear Experiment - Abstract
The PHENIX experiment measured the centrality dependence of two-pion Bose-Einstein correlation functions in $\sqrt{s_{_{NN}}}=200$~GeV Au$+$Au collisions at the Relativistic Heavy Ion Collider at Brookhaven National Laboratory. The data are well represented by L\'evy-stable source distributions. The extracted source parameters are the correlation-strength parameter $\lambda$, the L\'evy index of stability $\alpha$, and the L\'evy-scale parameter $R$ as a function of transverse mass $m_T$ and centrality. The $\lambda(m_T)$ parameter is constant at larger values of $m_T$, but decreases as $m_T$ decreases. The L\'evy scale parameter $R(m_T)$ decreases with $m_T$ and exhibits proportionality to the length scale of the nuclear overlap region. The L\'evy exponent $\alpha(m_T)$ is independent of $m_T$ within uncertainties in each investigated centrality bin, but shows a clear centrality dependence. At all centralities, the L\'evy exponent $\alpha$ is significantly different from that of Gaussian ($\alpha=2$) or Cauchy ($\alpha=1$) source distributions. Comparisons to the predictions of Monte-Carlo simulations of resonance-decay chains show that in all but the most peripheral centrality class (50%-60%), the obtained results are inconsistent with the measurements, unless a significant reduction of the in-medium mass of the $\eta'$ meson is included. In each centrality class, the best value of the in-medium $\eta'$ mass is compared to the mass of the $\eta$ meson, as well as to several theoretical predictions that consider restoration of $U_A(1)$ symmetry in hot hadronic matter., Comment: 401 authors from 75 institutions, 20 pages, 15 figures, 2 tables. v1 is version submitted to Physical Review C. HEPdata tables for the points plotted in figures for this and previous PHENIX publications are (or will be) publicly available at http://www.phenix.bnl.gov/papers.html
- Published
- 2024
16. New high-precision measurement system for electron-positron pairs from sub-GeV/GeV gamma-rays in the emulsion telescope
- Author
-
Nakamura, Yuya, Aoki, Shigeki, Hayakawa, Tomohiro, Iyono, Atsushi, Karasuno, Ayaka, Kodama, Kohichi, Komatani, Ryosuke, Komatsu, Masahiro, Komiyama, Masahiro, Kuretsubo, Kenji, Marushima, Toshitsugu, Matsuda, Syota, Morishima, Kunihiro, Morishita, Misaki, Naganawa, Naotaka, Nakamura, Mitsuhiro, Nakamura, Motoya, Nakamura, Takafumi, Nakano, Noboru, Nakano, Toshiyuki, Nishio, Akira, Oda, Miyuki, Rokujo, Hiroki, Sato, Osamu, Sugimura, Kou, Suzuki, Atsumu, Takahashi, Satoru, Torii, Mayu, Yamamoto, Saya, and Yoshimoto, Masahiro
- Subjects
Astrophysics - Instrumentation and Methods for Astrophysics ,Astrophysics - High Energy Astrophysical Phenomena - Abstract
The GRAINE project observes cosmic gamma-rays, using a balloon-borne emulsion-film-based telescope in the sub-GeV/GeV energy band. We reported in our previous balloon experiment in 2018, GRAINE2018, the detection of the known brightest source, Vela pulsar, with the highest angular resolution ever reported in an energy range of $>$80 MeV. However, the emulsion scanning system used in the experiment was designed to achieve a high-speed scanning, and it was not accurate enough to ensure the optimum spacial resolution of the emulsion film and limited the performance. Here, we report a new high-precision scanning system that can be used to greatly improve the observation result of GRAINE2018 and also be employed in future experiments. The system involves a new algorithm that recognizes each silver grain on an emulsion film and is capable of measuring tracks with a positional resolution for the passing points of tracks of almost the same as the intrinsic resolution of nuclear emulsion film ($\sim$70 nm). This resolution is approximately one order of magnitude smaller than that obtained with the high-speed scanning system. With this system, an angular resolution for gamma-rays of 0.1$^\circ$ at 1 GeV is expected to be achieved. Furthermore, we successfully combine the new high-precision system with the existing high-speed system, establishing the system to make a high-speed and high-precision measurement. Employing these systems, we reanalyze the gamma-ray events detected previously by only the high-speed system in GRAINE2018 and obtain an about three times higher angular resolution (0.22$^\circ$) in 500--700 MeV than the original value. The high-resolution observation may bring new insights into the gamma-ray emission from the Galactic center region and may realize polarization measurements of high-energy cosmic gamma-rays., Comment: 20 pages, 11 figures
- Published
- 2024
17. Parity-Odd Power Spectra: Concise Statistics for Cosmological Parity Violation
- Author
-
Jamieson, Drew, Caravano, Angelo, Hou, Jiamin, Slepian, Zachary, and Komatsu, Eiichiro
- Subjects
Astrophysics - Cosmology and Nongalactic Astrophysics ,Astrophysics - Instrumentation and Methods for Astrophysics - Abstract
We introduce the Parity-Odd Power (POP) spectra, a novel set of observables for probing parity violation in cosmological $N$-point statistics. POP spectra are derived from composite fields obtained by applying nonlinear transformations, involving also gradients, curls, and filtering functions, to a scalar field. This compresses the parity-odd trispectrum into a power spectrum. These new statistics offer several advantages: they are computationally fast to construct, estimating their covariance is less demanding compared to estimating that of the full parity-odd trispectrum, and they are simple to model theoretically. We measure the POP spectra on simulations of a scalar field with a specific parity-odd trispectrum shape. We compare these measurements to semi-analytic theoretical calculations and find agreement. We also explore extensions and generalizations of these parity-odd observables., Comment: 18 pages, 5 figures
- Published
- 2024
18. Audio Fingerprinting with Holographic Reduced Representations
- Author
-
Fujita, Yusuke and Komatsu, Tatsuya
- Subjects
Electrical Engineering and Systems Science - Audio and Speech Processing ,Computer Science - Sound - Abstract
This paper proposes an audio fingerprinting model with holographic reduced representation (HRR). The proposed method reduces the number of stored fingerprints, whereas conventional neural audio fingerprinting requires many fingerprints for each audio track to achieve high accuracy and time resolution. We utilize HRR to aggregate multiple fingerprints into a composite fingerprint via circular convolution and summation, resulting in fewer fingerprints with the same dimensional space as the original. Our search method efficiently finds a combined fingerprint in which a query fingerprint exists. Using HRR's inverse operation, it can recover the relative position within a combined fingerprint, retaining the original time resolution. Experiments show that our method can reduce the number of fingerprints with modest accuracy degradation while maintaining the time resolution, outperforming simple decimation and summation-based aggregation methods., Comment: accepted at Interspeech 2024
- Published
- 2024
19. Universal Score-based Speech Enhancement with High Content Preservation
- Author
-
Scheibler, Robin, Fujita, Yusuke, Shirahata, Yuma, and Komatsu, Tatsuya
- Subjects
Electrical Engineering and Systems Science - Audio and Speech Processing ,Computer Science - Sound - Abstract
We propose UNIVERSE++, a universal speech enhancement method based on score-based diffusion and adversarial training. Specifically, we improve the existing UNIVERSE model that decouples clean speech feature extraction and diffusion. Our contributions are three-fold. First, we make several modifications to the network architecture, improving training stability and final performance. Second, we introduce an adversarial loss to promote learning high quality speech features. Third, we propose a low-rank adaptation scheme with a phoneme fidelity loss to improve content preservation in the enhanced speech. In the experiments, we train a universal enhancement model on a large scale dataset of speech degraded by noise, reverberation, and various distortions. The results on multiple public benchmark datasets demonstrate that UNIVERSE++ compares favorably to both discriminative and generative baselines for a wide range of qualitative and intelligibility metrics., Comment: 5 pages, 5 figures, accepted at Interspeech 2024
- Published
- 2024
20. 2d QCD and Integrability, Part II: Generalized QCD
- Author
-
Ambrosino, Federico and Komatsu, Shota
- Subjects
High Energy Physics - Theory - Abstract
We extend our study of integrable structures in large $N_c$ QCD$_2$ to a broad class of theories called the generalized QCD, which are given by the Lagrangian $\mathcal{L}\propto {\rm tr}\,B\wedge F- {\rm tr}\,V(B)$ coupled to quarks in the fundamental representation. We recast the Bethe-Salpeter equation for the meson spectrum into a TQ-Baxter equation and determine a transfer matrix in a closed form for any given polynomial $V(B)$. Using this reformulation, we derive the asymptotic expansion of energy levels and wavefunctions. Examining the analytic structure of the spectrum as a function of the coefficients of $V(B)$, we determine the region of couplings where the theory admits a positive and discrete spectrum of mesons. Furthermore, we uncover a multi-sheeted structure with infinitely many multi-critical points, where several mesons become simultaneously massless. Lastly, we illustrate that this structure persists in the large-representation limit of the generalized QCD with the SU(2) gauge group., Comment: 62 pages; v2: Added Appendix E: "Non-critical spontaneous symmetry breaking of PT-symmetry", typos corrected
- Published
- 2024
21. Observation of Declination Dependence in the Cosmic Ray Energy Spectrum
- Author
-
The Telescope Array Collaboration, Abbasi, R. U., Abu-Zayyad, T., Allen, M., Belz, J. W., Bergman, D. R., Buckland, I., Campbell, W., Cheon, B. G., Endo, K., Fedynitch, A., Fujii, T., Fujisue, K., Fujita, K., Fukushima, M., Furlich, G., Gerber, Z., Globus, N., Hanlon, W., Hayashida, N., He, H., Hibino, K., Higuchi, R., Ikeda, D., Ishii, T., Ivanov, D., Jeong, S., Jui, C. C. H., Kadota, K., Kakimoto, F., Kalashev, O., Kasahara, K., Kawachi, Y., Kawata, K., Kharuk, I., Kido, E., Kim, H. B., Kim, J. H., Kim, S. W., Kobo, R., Komae, I., Komatsu, K., Komori, K., Koyama, C., Kudenko, M., Kuroiwa, M., Kusumori, Y., Kuznetsov, M., Kwon, Y. J., Lee, K. H., Lee, M. J., Lubsandorzhiev, B., Lundquist, J. P., Matsuzawa, A., Matthews, J. A., Matthews, J. N., Mizuno, K., Mori, M., Murakami, M., Nagataki, S., Nakahara, M., Nakamura, T., Nakayama, T., Nakayama, Y., Nonaka, T., Ogio, S., Ohoka, H., Okazaki, N., Onishi, M., Oshima, A., Oshima, H., Ozawa, S., Park, I. H., Park, K. Y., Potts, M., Przybylak, M., Pshirkov, M. S., Remington, J., Rott, C., Rubtsov, G. I., Ryu, D., Sagawa, H., Sakaki, N., Sakamoto, R., Sako, T., Sakurai, N., Sakurai, S., Sato, D., Sato, S., Sekino, K., Shibata, T., Shikita, J., Shimodaira, H., Shin, B. K., Shin, H. S., Shinozaki, K., Smith, J. D., Sokolsky, P., Stokes, B. T., Stroman, T. A., Takagi, Y., Takahashi, K., Takeda, M., Takeishi, R., Taketa, A., Takita, M., Tameda, Y., Tanaka, K., Tanaka, M., Thomas, S. B., Thomson, G. B., Tinyakov, P., Tkachev, I., Tomida, T., Troitsky, S., Tsunesada, Y., Udo, S., Urban, F., Vaiman, I. A., Vrábel, M., Warren, D., Yamazaki, K., Zhezher, Y., Zundel, Z., and Zvirzdin, J.
- Subjects
Astrophysics - High Energy Astrophysical Phenomena - Abstract
We report on an observation of the difference between northern and southern skies of the ultrahigh energy cosmic ray energy spectrum with a significance of ${\sim}8\sigma$. We use measurements from the two largest experiments$\unicode{x2014}$the Telescope Array observing the northern hemisphere and the Pierre Auger Observatory viewing the southern hemisphere. Since the comparison of two measurements from different observatories introduces the issue of possible systematic differences between detectors and analyses, we validate the methodology of the comparison by examining the region of the sky where the apertures of the two observatories overlap. Although the spectra differ in this region, we find that there is only a $1.8\sigma$ difference between the spectrum measurements when anisotropic regions are removed and a fiducial cut in the aperture is applied., Comment: 8 pages, 6 figures
- Published
- 2024
22. Beyond microroughness: novel approaches to navigate osteoblast activity on implant surfaces.
- Author
-
Matsuura, Takanori, Komatsu, Keiji, Cheng, James, Park, Gunwoo, and Ogawa, Takahiro
- Subjects
Bone and implant integration ,Meso-structuring ,Nanotechnology ,Osseointegration ,UV photofunctionalization ,Osteoblasts ,Humans ,Surface Properties ,Osseointegration ,Dental Implants ,Cell Differentiation ,Cell Proliferation ,Titanium ,Osteogenesis - Abstract
Considering the biological activity of osteoblasts is crucial when devising new approaches to enhance the osseointegration of implant surfaces, as their behavior profoundly influences clinical outcomes. An established inverse correlation exists between osteoblast proliferation and their functional differentiation, which constrains the rapid generation of a significant amount of bone. Examining the surface morphology of implants reveals that roughened titanium surfaces facilitate rapid but thin bone formation, whereas smooth, machined surfaces promote greater volumes of bone formation albeit at a slower pace. Consequently, osteoblasts differentiate faster on roughened surfaces but at the expense of proliferation speed. Moreover, the attachment and initial spreading behavior of osteoblasts are notably compromised on microrough surfaces. This review delves into our current understanding and recent advances in nanonodular texturing, meso-scale texturing, and UV photofunctionalization as potential strategies to address the biological dilemma of osteoblast kinetics, aiming to improve the quality and quantity of osseointegration. We discuss how these topographical and physicochemical strategies effectively mitigate and even overcome the dichotomy of osteoblast behavior and the biological challenges posed by microrough surfaces. Indeed, surfaces modified with these strategies exhibit enhanced recruitment, attachment, spread, and proliferation of osteoblasts compared to smooth surfaces, while maintaining or amplifying the inherent advantage of cell differentiation. These technology platforms suggest promising avenues for the development of future implants.
- Published
- 2024
23. Nanofeatured surfaces in dental implants: contemporary insights and impending challenges.
- Author
-
Komatsu, Keiji, Matsuura, Takanori, Cheng, James, Kido, Daisuke, Park, Wonhee, and Ogawa, Takahiro
- Subjects
Bone-titanium integration ,Dental and orthopedic implants ,Microrough surface ,Osseointegration ,Osteoblasts ,Dental Implants ,Surface Properties ,Humans ,Osseointegration ,Titanium ,Nanostructures ,Osteoblasts ,Dental Prosthesis Design - Abstract
Dental implant therapy, established as standard-of-care nearly three decades ago with the advent of microrough titanium surfaces, revolutionized clinical outcomes through enhanced osseointegration. However, despite this pivotal advancement, challenges persist, including prolonged healing times, restricted clinical indications, plateauing success rates, and a notable incidence of peri-implantitis. This review explores the biological merits and constraints of microrough surfaces and evaluates the current landscape of nanofeatured dental implant surfaces, aiming to illuminate strategies for addressing existing impediments in implant therapy. Currently available nanofeatured dental implants incorporated nano-structures onto their predecessor microrough surfaces. While nanofeature integration into microrough surfaces demonstrates potential for enhancing early-stage osseointegration, it falls short of surpassing its predecessors in terms of osseointegration capacity. This discrepancy may be attributed, in part, to the inherent dichotomy kinetics of osteoblasts, wherein increased surface roughness by nanofeatures enhances osteoblast differentiation but concomitantly impedes cell attachment and proliferation. We also showcase a controllable, hybrid micro-nano titanium model surface and contrast it with commercially-available nanofeatured surfaces. Unlike the commercial nanofeatured surfaces, the controllable micro-nano hybrid surface exhibits superior potential for enhancing both cell differentiation and proliferation. Hence, present nanofeatured dental implants represent an evolutionary step from conventional microrough implants, yet they presently lack transformative capacity to surmount existing limitations. Further research and development endeavors are imperative to devise optimized surfaces rooted in fundamental science, thereby propelling technological progress in the field.
- Published
- 2024
24. Vacuum Condensates on the Coulomb Branch
- Author
-
Ivanovskiy, Vyacheslav, Komatsu, Shota, Mishnyakov, Victor, Terziev, Nikolay, Zaigraev, Nikita, and Zarembo, Konstantin
- Subjects
High Energy Physics - Theory - Abstract
We study correlation functions on the Coulomb branch of planar $\mathcal{N} = 4$ super-Yang- Mills theory (SYM), and their relationship with integrability, the operator product expansion (OPE), the sum rule, the large charge expansion, and holography. First, we compute one-point functions of arbitrary scalar operators at weak coupling and derive a compact spin-chain representation. We next study the two-point functions of chiral primaries at one loop and find that the radius of convergence of OPE in position space is infinite. We estimate the asymptotic growth of the OPE data based on this finding. Finally, we propose a concrete nonperturbative formula that connects the correlation functions on the Coulomb branch with the correlation functions with large charge insertions at the conformal point and provide a holographic interpretation based on a large D3-brane in AdS. The formula extends the known connection between the large charge sector and the Coulomb branch for rank-1 theories to the large $N$ limit., Comment: 51 pages
- Published
- 2024
25. Light induced magnetic order
- Author
-
Jauk, T., Hampel, H., Walowski, J., Komatsu, K., Kredl, J., Harris-Lee, E. I., Dewhurst, J. K., Münzenberg, M., Shallcross, S., Sharma, S., and Schultze, M.
- Subjects
Condensed Matter - Mesoscale and Nanoscale Physics ,Physics - Optics - Abstract
Heat and disorder are opponents of magnetism. This fact, expressed in Curie's law established more than a century ago, holds even in the highly non-equilibrium interaction of ultra-intense laser pulses with magnetic matter. In contradiction to this, here we demonstrate that optical excitation of a ferromagnet can abrogate the link between temperature and order and observe 100 femtosecond class laser pulses to drive a reduction in spin entropy, concomitant to an increase in spin polarization and magnetic moment persisting after relaxation back to local charge equilibrium. This both establishes disorder as an unexpected resource for magnetic control at ultrafast times and, by the provision of a purely electronic mechanism that does not involve reconfiguration of the crystal lattice, suggests a novel scheme for spin-based signal processing and information storage significantly faster than current methodology.
- Published
- 2024
26. Metasurface-enabled non-orthogonal four-output polarization splitter for non-redundant full-Stokes imaging
- Author
-
Soma, Go, Komatsu, Kento, Ren, Chun, Nakano, Yoshiaki, and Tanemura, Takuo
- Subjects
Physics - Optics ,Physics - Applied Physics - Abstract
Imaging polarimetry plays an essential role in various fields since it imparts rich information that cannot be obtained through mere intensity and spectral measurements. To retrieve full Stokes parameters, at least four sensor pixels are required, each of which projects incident light to a different polarization state in the Stokes space. Conventional full-Stokes division-of-focal-plane (DoFP) cameras realize this function by integrating angled polarizers and retarders on top of image sensors. Due to the inevitable absorption at the polarizers, however, the maximum efficiency of these schemes is limited to 50% in theory. Instead of polarizers, three sets of lossless polarization beam splitters can be used to achieve higher-efficiency polarimetry, however, at the cost of reduced spatial resolution due to the need for six redundant sensor pixels. In this paper, we reveal, for the first time to our knowledge, that low-loss four-output polarization splitting (without filtering) is possible using a single-layer dielectric metasurface. Although these four states are not orthogonal to each other, our metasurface enables simultaneous sorting and focusing onto four sensor pixels with an efficiency exceeding 50\%, which is not feasible by a simple combination of space-optic components. The designed metasurface composed of silicon nanoposts is fabricated to experimentally demonstrate complete retrieval of full Stokes parameters at the near-infrared wavelength range from 1500 to 1600 nm with $-$2.28-dB efficiency. Finally, simple imaging polarimetry is demonstrated using a 3$\times$4 superpixel array.
- Published
- 2024
27. Designing a polymerized phenalenyl tessellation molecule to realize a super-honeycomb antiferromagnetic S = 3/2 spin system
- Author
-
Komatsu, Kenshin, Morishita, Naoki, Kitatani, Motoharu, and Kusakabe, Koichi
- Subjects
Condensed Matter - Materials Science - Abstract
In a multiply hydrogenated polymer of phenalenyl tessellation molecules (PTMs) where spatially overlapping zero modes appear, three parallelly spin-aligned electron spins per PTM are generated by the direct exchange interaction of the strongly correlated electron system, which we used to facilitate the molecular design of a two-dimensional (2D) S = 3/2 Heisenberg spin system on a honeycomb lattice. Density functional theory with the Wannierization method simulations of the electronic structure suggested that an array of nonbonding molecular orbitals (an array of zero modes) appears in the hydrogenated nanographene structure. Our evaluation of the onsite interaction strength indicated that each zero mode becomes half-filled with a spin-active electron by the electron correlation effect. The low-energy subspace of the obtained zero mode-tight-binding model implies the appearance of a 2D antiferromagnetic S = 3/2 Heisenberg system with the entangled quantum spin ground state.
- Published
- 2024
28. The Lunar Gravitational-wave Antenna: Mission Studies and Science Case
- Author
-
Ajith, Parameswaran, Seoane, Pau Amaro, Sedda, Manuel Arca, Arcodia, Riccardo, Badaracco, Francesca, Banerjee, Biswajit, Belgacem, Enis, Benetti, Giovanni, Benetti, Stefano, Bobrick, Alexey, Bonforte, Alessandro, Bortolas, Elisa, Braito, Valentina, Branchesi, Marica, Burrows, Adam, Cappellaro, Enrico, Della Ceca, Roberto, Chakraborty, Chandrachur, Subrahmanya, Shreevathsa Chalathadka, Coughlin, Michael W., Covino, Stefano, Derdzinski, Andrea, Doshi, Aayushi, Falanga, Maurizio, Foffa, Stefano, Franchini, Alessia, Frigeri, Alessandro, Futaana, Yoshifumi, Gerberding, Oliver, Gill, Kiranjyot, Di Giovanni, Matteo, Giudice, Ines Francesca, Giustini, Margherita, Gläser, Philipp, Harms, Jan, van Heijningen, Joris, Iacovelli, Francesco, Kavanagh, Bradley J., Kawamura, Taichi, Kenath, Arun, Keppler, Elisabeth-Adelheid, Kobayashi, Chiaki, Komatsu, Goro, Korol, Valeriya, Krishnendu, N. V., Kumar, Prayush, Longo, Francesco, Maggiore, Michele, Mancarella, Michele, Maselli, Andrea, Mastrobuono-Battisti, Alessandra, Mazzarini, Francesco, Melandri, Andrea, Melini, Daniele, Menina, Sabrina, Miniutti, Giovanni, Mitra, Deeshani, Morán-Fraile, Javier, Mukherjee, Suvodip, Muttoni, Niccolò, Olivieri, Marco, Onori, Francesca, Papa, Maria Alessandra, Patat, Ferdinando, Perali, Andrea, Piran, Tsvi, Piranomonte, Silvia, Pol, Alberto Roper, Pookkillath, Masroor C., Prasad, R., Prasad, Vaishak, De Rosa, Alessandra, Chowdhury, Sourav Roy, Serafinelli, Roberto, Sesana, Alberto, Severgnini, Paola, Stallone, Angela, Tissino, Jacopo, Tkalčić, Hrvoje, Tomasella, Lina, Toscani, Martina, Vartanyan, David, Vignali, Cristian, Zaccarelli, Lucia, Zeoli, Morgane, and Zuccarello, Luciano
- Subjects
General Relativity and Quantum Cosmology ,Astrophysics - Cosmology and Nongalactic Astrophysics - Abstract
The Lunar Gravitational-wave Antenna (LGWA) is a proposed array of next-generation inertial sensors to monitor the response of the Moon to gravitational waves (GWs). Given the size of the Moon and the expected noise produced by the lunar seismic background, the LGWA would be able to observe GWs from about 1 mHz to 1 Hz. This would make the LGWA the missing link between space-borne detectors like LISA with peak sensitivities around a few millihertz and proposed future terrestrial detectors like Einstein Telescope or Cosmic Explorer. In this article, we provide a first comprehensive analysis of the LGWA science case including its multi-messenger aspects and lunar science with LGWA data. We also describe the scientific analyses of the Moon required to plan the LGWA mission.
- Published
- 2024
29. Microscale Hydrogen, Carbon, and Nitrogen Isotopic Diversity of Organic Matter in Asteroid Ryugu
- Author
-
Nittler, Larry R, Barosch, Jens, Burgess, Katherine, Stroud, Rhonda M, Wang, Jianhua, Yabuta, Hikaru, Enokido, Yuma, Matsumoto, Megumi, Nakamura, Tomoki, Kebukawa, Yoko, Yamashita, Shohei, Takahashi, Yoshio, Bejach, Laure, Bonal, Lydie, Cody, George D, Dartois, Emmanuel, Dazzi, Alexandre, De Gregorio, Bradley, Deniset-Besseau, Ariane, Duprat, Jean, Engrand, Cécile, Hashiguchi, Minako, Kilcoyne, A. L. David, Komatsu, Mutsumi, Martins, Zita, Mathurin, Jérémie, Montagnac, Gilles, Mostefaoui, Smail, Okumura, Taiga, Quirico, Eric, Remusat, Laurent, Sandford, Scott, Shigenaka, Miho, Suga, Hiroki, Takeichi, Yasuo, Tamenori, Yusuke, Verdier-Paoletti, Maximilien, Wakabayashi, Daisuke, Abe, Masanao, Kamide, Kanami, Miyazaki, Akiko, Nakato, Aiko, Nakazawa, Satoru, Nishimura, Masahiro, Okada, Tatsuaki, Saiki, Takanao, Tanaka, Satoshi, Terui, Fuyuto, Usui, Tomohiro, Yada, Toru, Yogata, Kasumi, Yoshikawa, Makoto, Yurimoto, Hisayoshi, Noguchi, Takaaki, Okazaki, Ryuji, Naraoka, Hiroshi, Sakamoto, Kanako, Tachibana, Shogo, Watanabe, Sei-ichiro, and Tsuda, Yuichi
- Subjects
Astrophysics - Earth and Planetary Astrophysics - Abstract
We report the H, C, and N isotopic compositions of microscale (0.2 to 2$\mu$m) organic matter in samples of asteroid Ryugu and the Orgueil CI carbonaceous chondrite. Three regolith particles of asteroid Ryugu, returned by the Hayabusa2 spacecraft, and several fragments of Orgueil were analyzed by NanoSIMS isotopic imaging. The isotopic distributions of the Ryugu samples from two different collection spots are closely similar to each other and to the Orgueil samples, strengthening the proposed Ryugu-CI chondrite connection. Most individual sub-$\mu$m organic grains have isotopic compositions within error of bulk values, but 2-8% of them are outliers exhibiting large isotopic enrichments or depletions in D, $^{15}$N, and/or $^{13}$C. The H, C and N isotopic compositions of the outliers are not correlated with each other: while some C-rich grains are both D- and $^{15}$N-enriched, many are enriched or depleted in one or the other system. This most likely points to a diversity in isotopic fractionation pathways and thus diversity in the local formation environments for the individual outlier grains. The observation of a relatively small population of isotopic outlier grains can be explained either by escape from nebular and/or parent body homogenization of carbonaceous precursor material or addition of later isotopic outlier grains. The strong chemical similarity of isotopically typical and isotopically outlying grains, as reflected by synchrotron x-ray absorption spectra, suggests a genetic connection and thus favors the former, homogenization scenario. However, the fact that even the least altered meteorites show the same pattern of a small population of outliers on top of a larger population of homogenized grains indicates that some or most of the homogenization occurred prior to accretion of the macromolecular organic grains into asteroidal parent bodies., Comment: Accepted for publication in Earth and Planetary Science Letters. 8 figures (plus 3 supplementary figs), two tables
- Published
- 2024
30. LiteBIRD Science Goals and Forecasts: Primordial Magnetic Fields
- Author
-
Paoletti, D., Rubino-Martin, J., Shiraishi, M., Molinari, D., Chluba, J., Finelli, F., Baccigalupi, C., Errard, J., Gruppuso, A., Lonappan, A. I., Tartari, A., Allys, E., Anand, A., Aumont, J., Ballardini, M., Banday, A. J., Barreiro, R. B., Bartolo, N., Bersanelli, M., Bortolami, M., Brinckmann, T., Calabrese, E., Campeti, P., Carones, A., Casas, F. J., Cheung, K., Clermont, L., Columbro, F., Conenna, G., Coppolecchia, A., Cuttaia, F., D'Alessandro, G., de Bernardis, P., Della Torre, S., Diego-Palazuelos, P., Eriksen, H. K., Fuskeland, U., Galloni, G., Galloway, M., Gerbino, M., Gervasi, M., Ghigna, T., Giardiello, S., Gimeno-Amo, C., Gjerløw, E., Grupp, F., Hazumi, M., Henrot-Versillé, S., Hergt, L. T., Hivon, E., Ichiki, K., Ishino, H., Kohri, K., Komatsu, E., Krachmalnicoff, N., Lamagna, L., Lattanzi, M., Lembo, M., Levrier, F., López-Caniego, M., Luzzi, G., Martínez-González, E., Masi, S., Matarrese, S., Micheli, S., Migliaccio, M., Monelli, M., Montier, L., Morgante, G., Mousset, L., Nagata, R., Namikawa, T., Natoli, P., Novelli, A., Obata, I., Occhiuzzi, A., Odagiri, K., Pagano, L., Paiella, A., Pascual-Cisneros, G., Piacentini, F., Piccirilli, G., Remazeilles, M., Ritacco, A., Ruiz-Granda, M., Sakurai, Y., Scott, D., Stever, S. L., Sullivan, R. M., Takase, Y., Tassis, K., Terenzi, L., Tristram, M., Vacher, L., van Tent, B., Vielva, P., Wehus, I. K., Weymann-Despres, G., Zannoni, M., and Zhou, Y.
- Subjects
Astrophysics - Cosmology and Nongalactic Astrophysics - Abstract
We present detailed forecasts for the constraints on primordial magnetic fields (PMFs) that will be obtained with the LiteBIRD satellite. The constraints are driven by the effects of PMFs on the CMB anisotropies: the gravitational effects of magnetically-induced perturbations; the effects on the thermal and ionization history of the Universe; the Faraday rotation imprint on the CMB polarization; and the non-Gaussianities induced in polarization anisotropies. LiteBIRD represents a sensitive probe for PMFs and by exploiting all the physical effects, it will be able to improve the current limit coming from Planck. In particular, thanks to its accurate $B$-mode polarization measurement, LiteBIRD will improve the constraints on infrared configurations for the gravitational effect, giving $B_{\rm 1\,Mpc}^{n_{\rm B} =-2.9} < 0.8$ nG at 95% C.L., potentially opening the possibility to detect nanogauss fields with high significance. We also observe a significant improvement in the limits when marginalized over the spectral index, $B_{1\,{\rm Mpc}}^{\rm marg}< 2.2$ nG at 95% C.L. From the thermal history effect, which relies mainly on $E$-mode polarization data, we obtain a significant improvement for all PMF configurations, with the marginalized case, $\sqrt{\langle B^2\rangle}^{\rm marg}<0.50$ nG at 95% C.L. Faraday rotation constraints will take advantage of the wide frequency coverage of LiteBIRD and the high sensitivity in $B$ modes, improving the limits by orders of magnitude with respect to current results, $B_{1\,{\rm Mpc}}^{n_{\rm B} =-2.9} < 3.2$ nG at 95% C.L. Finally, non-Gaussianities of the $B$-mode polarization can probe PMFs at the level of 1 nG, again significantly improving the current bounds from Planck. Altogether our forecasts represent a broad collection of complementary probes, providing conservative limits on PMF characteristics that will be achieved with LiteBIRD., Comment: 51 pages, 24 figures, abstract shortened
- Published
- 2024
31. A Contact Model based on Denoising Diffusion to Learn Variable Impedance Control for Contact-rich Manipulation
- Author
-
Okada, Masashi, Komatsu, Mayumi, and Taniguchi, Tadahiro
- Subjects
Computer Science - Robotics - Abstract
In this paper, a novel approach is proposed for learning robot control in contact-rich tasks such as wiping, by developing Diffusion Contact Model (DCM). Previous methods of learning such tasks relied on impedance control with time-varying stiffness tuning by performing Bayesian optimization by trial-and-error with robots. The proposed approach aims to reduce the cost of robot operation by predicting the robot contact trajectories from the variable stiffness inputs and using neural models. However, contact dynamics are inherently highly nonlinear, and their simulation requires iterative computations such as convex optimization. Moreover, approximating such computations by using finite-layer neural models is difficult. To overcome these limitations, the proposed DCM used the denoising diffusion models that could simulate the complex dynamics via iterative computations of multi-step denoising, thus improving the prediction accuracy. Stiffness tuning experiments conducted in simulated and real environments showed that the DCM achieved comparable performance to a conventional robot-based optimization method while reducing the number of robot trials.
- Published
- 2024
32. Frobenius numbers associated with Diophantine triples of $x^2+y^2=z^r$ (extended version)
- Author
-
Komatsu, Takao, Gupta, Neha, and Upreti, Manoj
- Subjects
Mathematics - Number Theory ,Mathematics - Combinatorics - Abstract
We give an explicit formula for the $p$-Frobenius number of triples associated with Diophantine equations $x^2+y^2=z^r$, that is, the largest positive integer that can only be represented in $p$ ways by combining the three integers of the solutions of Diophantine equations $x^2+y^2=z^r$. When $r=2$, the Frobenius number has already been given.
- Published
- 2024
33. Non-Invertible Symmetries, Anomalies and Scattering Amplitudes
- Author
-
Copetti, Christian, Cordova, Lucia, and Komatsu, Shota
- Subjects
High Energy Physics - Theory ,Condensed Matter - Strongly Correlated Electrons ,High Energy Physics - Phenomenology - Abstract
We show that crossing symmetry of S-matrices is modified in certain theories with non-invertible symmetries or anomalies. Focusing on integrable flows to gapped phases in two dimensions, we find that S-matrices derived previously from the bootstrap approach are incompatible with non-invertible symmetries along the flow. We present consistent alternatives, which however violate standard crossing symmetry and obey modified rules dictated by fusion categories. We extend these rules to theories with discrete anomalies., Comment: 7 pages plus supplemental material, v2: references added, typos corrected
- Published
- 2024
34. Robotic sleeve gastrectomy through medial approach for severe obesity: Safe introduction, technical description and case series
- Author
-
Saito, Takuya, Fukami, Yasuyuki, Yasui, Kohei, Komatsu, Shunichiro, and Sano, Tsuyoshi
- Subjects
Obesity -- Usage -- Methods -- Surgery ,Robotic surgery -- Usage -- Methods ,Surgeons -- Usage -- Methods - Abstract
Abstract The use of robotic surgery has increased worldwide and has the potential to amplify the surgeon's skill owing to its versatile functions. However, robotic surgery requires specific skills that differ from laparoscopic surgery, and the field of robotic surgery training systems is underdeveloped. Therefore, to ensure patient safety, a task protocol should be prepared before the introduction of novel robotic surgeries. This article provides the pioneering description of performing robotic sleeve gastrectomy (RSG) through the medial-to-lateral approach, utilising our newly revised protocol. The preliminary clinical results of 10 patients who underwent RSG using the stapling-first technique between June 2021 and March 2023 showed that RSG is safe and feasible and that the implementation of a task protocol is an effective strategy for the safe introduction of a novel robotic surgical technique. Keywords: Bariatric surgery, medial approach, patient safety, protocol, robot surgery, stapling-first technique, Author(s): Takuya Saito (corresponding author) [1]; Yasuyuki Fukami [1]; Kohei Yasui [1]; Shunichiro Komatsu [1]; Tsuyoshi Sano [1] INTRODUCTION The creation of a task protocol is an effective strategy to [...]
- Published
- 2024
- Full Text
- View/download PDF
35. Evaluation of Preoperative Low-flow Areas in STA-MCA Bypass Surgery Using Vascular Fusion Map Image
- Author
-
Tanaka, Riki, Jankovic, Dragan, Katayama, Tomoko, Okubo, Mai, Sasaki, Kento, Tamura, Takamitsu, Yamada, Yasuhiro, Komatsu, Fuminari, and Kato, Yoko
- Subjects
Preoperative care -- Evaluation ,Cardiopulmonary bypass -- Complications and side effects -- Patient outcomes ,CT imaging -- Evaluation - Abstract
Background: The superficial temporal artery-middle cerebral artery (STA-MCA) bypass surgery requires an anastomosis of the STA to an MCA with diminished blood flow. However, identifying the precise location of the MCA with reduced flow preoperatively is challenging as it often remains nonvisualized. To address this issue, we developed a novel technique, the area target bypass (ATB) method, to infer the location of the responsible vessel for low-flow areas. Objective: The cornerstone of the ATB method lies in the utilization of the vascular fusion map (VFM). The VFM integrates 3D perfusion and 3D vascular images, enabling simultaneous evaluation of cerebral surface vessels and regions with reduced blood flow. This study aimed to assess the efficacy of the STA-MCA bypass surgery adopting the ATB method. Methods: Between August 2022 and March 2023, we conducted eight STA-MCA bypass surgeries using the ATB method. For each case, the VFM was generated using the MTT and DLY parameters, and blood flow improvement was evaluated based on the VFM score, determined by an average score from seven experts. Results: In all cases, the target vessel was identified either preoperatively or during craniotomy, with postoperative patency of the STA-MCA bypass confirmed. Out of the eight cases, seven demonstrated improved blood flow with a VFM score exceeding 1. No complications were reported. Conclusion: The introduction of the ATB method has proven its potential in accurately pinpointing optimal anastomosis sites. Keywords: 3D-image, bypass, diagnosis, surgery, Author(s): Riki Tanaka (corresponding author) [1]; Dragan Jankovic [1,2]; Tomoko Katayama [3]; Mai Okubo [3]; Kento Sasaki [1]; Takamitsu Tamura [1]; Yasuhiro Yamada [1]; Fuminari Komatsu [1]; Yoko Kato [1] [...]
- Published
- 2024
- Full Text
- View/download PDF
36. Novel Rat Model of Embolic Cerebral Ischemia Using a Radiopaque Blood Clot and a Microcatheter Under Fluoroscopy
- Author
-
Komatsu, Teppei, Ohta, Hiroki, Takeda, Misato, Matsumura, Yasuhiro, Yokoyama, Masayuki, Wang, Zuojun, Okano, Hirotaka James, and Iguchi, Yasuyuki
- Published
- 2024
- Full Text
- View/download PDF
37. Effect of CuO nanoparticle size distribution on Cu-based patterns fabricated via femtosecond laser-pulse-induced thermochemical reduction
- Author
-
Mizoshiri, Mizue, Yoshidomi, Kyohei, Komatsu, Hirokazu, Khairullina, Evgeniia M., Tumkin, Ilya, and Ostendorf, Andreas
- Published
- 2024
- Full Text
- View/download PDF
38. Colorimetric quantification of vancomycin by highly active nitroxyl radical compounds
- Author
-
Sugiyama, Kyoko, Sato, Fumiya, Yoshida, Kentaro, Komatsu, Sachiko, Ono, Tetsuya, Sasano, Yusuke, Iwabuchi, Yoshiharu, Fujimura, Tsutomu, Kashiwagi, Yoshitomo, and Sato, Katsuhiko
- Published
- 2024
- Full Text
- View/download PDF
39. Tobacco remorin NtREM1.2 promotes potexvirus intercellular movement and interacts with potato virus X TGBp1
- Author
-
Chen, Mengyue, Kubota, Ryosuke, Uchida, Takafumi, Komatsu, Ken, Nelson, Richard S., Matsushita, Yasuhiko, and Sasaki, Nobumitsu
- Published
- 2024
- Full Text
- View/download PDF
40. Iron deficiency and phlebotomy in patients with polycythemia vera
- Author
-
Edahiro, Yoko and Komatsu, Norio
- Published
- 2024
- Full Text
- View/download PDF
41. Determination of optimal cutoff value of ulcerative colitis intestinal ultrasound index to estimate endoscopic improvement in ulcerative colitis
- Author
-
Komatsu, Haruka, Morikubo, Hiromu, Kimura, Yoko, Moue, Chihiro, Yonezawa, Hiromi, Matsuura, Minoru, Miyoshi, Jun, and Hisamatsu, Tadakazu
- Published
- 2024
- Full Text
- View/download PDF
42. Correction: Development of a novel prediction model for carriage of BRCA1/2 pathogenic variant in Japanese patients with breast cancer based on Japanese organization of hereditary breast and ovarian cancer registry data
- Author
-
Komatsu, Nana, Chishima, Takashi, Watanabe, Chie, Taruno, Kanae, Inuzuka, Mayuko, Oshi, Masanori, Arai, Masami, and Nakamura, Seigo
- Published
- 2024
- Full Text
- View/download PDF
43. Oncological long-term outcomes of laparoscopic versus open gastrectomy for cT3-4 gastric cancer at surgical staging: a propensity-score matched cohort study
- Author
-
Manuel, Arrieta G., Kinoshita, Takahiro, Amini, Neda, Akimoto, Eigo, Yura, Masahiro, Yoshida, Mitsumasa, Habu, Takumi, Nagata, Hiromi, Komatsu, Masaru, Sano, Junichi, and Terajima, Daiki
- Published
- 2024
- Full Text
- View/download PDF
44. Clinical characteristics in adolescents and young adults with polycythemia vera and essential thrombocythemia in Japan
- Author
-
Sugimoto, Yuka, Nagaharu, Keiki, Ohya, Eiko, Ohishi, Kohshi, Tawara, Isao, Ito, Tomoki, Gotoh, Akihiko, Nakamae, Mika, Kimura, Fumihiko, Koike, Michiaki, Kirito, Keita, Wada, Hideho, Usuki, Kensuke, Tanaka, Takayuki, Mori, Takehiko, Wakita, Satoshi, Saito, Toshiki I., Saito, Akiko M., Shimoda, Kazuya, Kurokawa, Toshiro, Tomita, Akihiro, Edahiro, Yoko, Hashimoto, Yoshinori, Kiyoi, Hitoshi, Akashi, Koichi, Matsumura, Itaru, Takenaka, Katsuto, and Komatsu, Norio
- Published
- 2024
- Full Text
- View/download PDF
45. Comparison of Prognostic Outcomes Between Repeat Liver Resection and Particle Therapy for Patients with Recurrent Hepatocellular Carcinoma
- Author
-
Kusuhara, Tatsuki, Gon, Hidetoshi, Terashima, Kazuki, Komatsu, Shohei, Matsuo, Yoshiro, Tokumaru, Sunao, Toyama, Hirochika, Kido, Masahiro, Okimoto, Tomoaki, and Fukumoto, Takumi
- Published
- 2024
- Full Text
- View/download PDF
46. Identification of Patients Who Require Two-Point Blood Sampling for the Peak and Trough Values Rather Than One-Point Blood Sampling for the Trough Value for the Evaluation of AUC of Vancomycin Using Bayesian Estimation
- Author
-
Suzuki, Ayako, Samura, Masaru, Ishigo, Tomoyuki, Fujii, Satoshi, Ibe, Yuta, Yoshida, Hiroaki, Tanaka, Hiroaki, Ebihara, Fumiya, Maruyama, Takumi, Hamada, Yukihiro, Fujihara, Hisato, Yamaguchi, Fumihiro, Nagumo, Fumio, Komatsu, Toshiaki, Tomizawa, Atsushi, Takuma, Akitoshi, Chiba, Hiroaki, Nishi, Yoshifumi, Enoki, Yuki, Taguchi, Kazuaki, and Matsumoto, Kazuaki
- Published
- 2024
- Full Text
- View/download PDF
47. The cytokine profile correlates with less tumor-infiltrating lymphocytes in luminal A breast cancer
- Author
-
Ishikawa, Eri, Watanabe, Takahiro, Kihara, Takako, Kuroiwa, Mamiko, Komatsu, Miki, Urano, Sayaka, Nagahashi, Masayuki, Hirota, Seiichi, and Miyoshi, Yasuo
- Published
- 2024
- Full Text
- View/download PDF
48. Complex segmentectomy for non-palpable small lung cancer adjacent to the incomplete interlobar fissure using radiofrequency identification
- Author
-
Miura, Kentaro, Eguchi, Takashi, Hamanaka, Kazutoshi, Sonehara, Kei, Komatsu, Masamichi, and Shimizu, Kimihiro
- Published
- 2024
- Full Text
- View/download PDF
49. Long-term safety and efficacy of ropeginterferon alfa-2b in Japanese patients with polycythemia vera
- Author
-
Kirito, Keita, Sugimoto, Yuka, Gotoh, Akihiko, Takenaka, Katsuto, Ichii, Michiko, Inano, Tadaaki, Shirane, Shuichi, Ito, Masafumi, Zagrijtschuk, Oleh, Qin, Albert, Kawase, Hiroaki, Sato, Toshiaki, Komatsu, Norio, and Shimoda, Kazuya
- Published
- 2024
- Full Text
- View/download PDF
50. Development of a novel prediction model for carriage of BRCA1/2 pathogenic variant in Japanese patients with breast cancer based on Japanese organization of hereditary breast and ovarian cancer registry data
- Author
-
Komatsu, Nana, Chishima, Takashi, Watanabe, Chie, Taruno, Kanae, Inuzuka, Mayuko, Oshi, Masanori, Arai, Masami, and Nakamura, Seigo
- Published
- 2024
- Full Text
- View/download PDF
Catalog
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.