-
Contrastive Learning-Enhanced Trajectory Matching for Small-Scale Dataset Distillation
Authors:
Wenmin Li,
Shunsuke Sakai,
Tatsuhito Hasegawa
Abstract:
Deploying machine learning models in resource-constrained environments, such as edge devices or rapid prototyping scenarios, increasingly demands distillation of large datasets into significantly smaller yet informative synthetic datasets. Current dataset distillation techniques, particularly Trajectory Matching methods, optimize synthetic data so that the model's training trajectory on synthetic…
▽ More
Deploying machine learning models in resource-constrained environments, such as edge devices or rapid prototyping scenarios, increasingly demands distillation of large datasets into significantly smaller yet informative synthetic datasets. Current dataset distillation techniques, particularly Trajectory Matching methods, optimize synthetic data so that the model's training trajectory on synthetic samples mirrors that on real data. While demonstrating efficacy on medium-scale synthetic datasets, these methods fail to adequately preserve semantic richness under extreme sample scarcity. To address this limitation, we propose a novel dataset distillation method integrating contrastive learning during image synthesis. By explicitly maximizing instance-level feature discrimination, our approach produces more informative and diverse synthetic samples, even when dataset sizes are significantly constrained. Experimental results demonstrate that incorporating contrastive learning substantially enhances the performance of models trained on very small-scale synthetic datasets. This integration not only guides more effective feature representation but also significantly improves the visual fidelity of the synthesized images. Experimental results demonstrate that our method achieves notable performance improvements over existing distillation techniques, especially in scenarios with extremely limited synthetic data.
△ Less
Submitted 21 May, 2025; v1 submitted 21 May, 2025;
originally announced May 2025.
-
Measurement of neutron production in atmospheric neutrino interactions at Super-Kamiokande
Authors:
Super-Kamiokande collaboration,
:,
S. Han,
K. Abe,
S. Abe,
Y. Asaoka,
C. Bronner,
M. Harada,
Y. Hayato,
K. Hiraide,
K. Hosokawa,
K. Ieki,
M. Ikeda,
J. Kameda,
Y. Kanemura,
R. Kaneshima,
Y. Kashiwagi,
Y. Kataoka,
S. Miki,
S. Mine,
M. Miura,
S. Moriyama,
M. Nakahata,
S. Nakayama,
Y. Noguchi
, et al. (260 additional authors not shown)
Abstract:
We present measurements of total neutron production from atmospheric neutrino interactions in water, analyzed as a function of the electron-equivalent visible energy over a range of 30 MeV to 10 GeV. These results are based on 4,270 days of data collected by Super-Kamiokande, including 564 days with 0.011 wt\% gadolinium added to enhance neutron detection. The measurements are compared to predicti…
▽ More
We present measurements of total neutron production from atmospheric neutrino interactions in water, analyzed as a function of the electron-equivalent visible energy over a range of 30 MeV to 10 GeV. These results are based on 4,270 days of data collected by Super-Kamiokande, including 564 days with 0.011 wt\% gadolinium added to enhance neutron detection. The measurements are compared to predictions from neutrino event generators combined with various hadron-nucleus interaction models, which consist of an intranuclear cascade model and a nuclear de-excitation model. We observe significant variations in the predictions depending on the choice of hadron-nucleus interaction model. We discuss key factors that contribute to describing our data, such as in-medium effects in the intranuclear cascade and the accuracy of statistical evaporation modeling.
△ Less
Submitted 8 May, 2025; v1 submitted 7 May, 2025;
originally announced May 2025.
-
Electron Model on Truchet Tiling: Extended-to-Localized Transitions, Mobility Edge, and Asymmetric Spectrum
Authors:
Junmo Jeon,
Shiro Sakai
Abstract:
Motivated by recent advances in the realization of Truchet-tiling structures in molecular networks and metal-organic frameworks, we investigate the wave localization issue in this kind of structure. We introduce an electron model based on random Truchet tilings-square lattices with randomly oriented diagonal links-and uncover a rich interplay between spectral and localization phenomena. By varying…
▽ More
Motivated by recent advances in the realization of Truchet-tiling structures in molecular networks and metal-organic frameworks, we investigate the wave localization issue in this kind of structure. We introduce an electron model based on random Truchet tilings-square lattices with randomly oriented diagonal links-and uncover a rich interplay between spectral and localization phenomena. By varying the strength of diagonal couplings, we demonstrate successive transitions from an extended phase, through a regime with a mobility edge, to a fully localized phase. The energy-resolved fractal dimension analysis captures the emergence and disappearance of mobility edges, while an anomalous shift and asymmetry in the van Hove singularity are identified as key signatures of the underlying disordered Truchet-tiling structure. Our findings position Truchet-tiled electron systems as a versatile platform for engineering disorder-driven localization and interaction effects in amorphous quantum materials and photonic architectures.
△ Less
Submitted 6 May, 2025;
originally announced May 2025.
-
Analytical Softmax Temperature Setting from Feature Dimensions for Model- and Domain-Robust Classification
Authors:
Tatsuhito Hasegawa,
Shunsuke Sakai
Abstract:
In deep learning-based classification tasks, the softmax function's temperature parameter $T$ critically influences the output distribution and overall performance. This study presents a novel theoretical insight that the optimal temperature $T^*$ is uniquely determined by the dimensionality of the feature representations, thereby enabling training-free determination of $T^*$. Despite this theoret…
▽ More
In deep learning-based classification tasks, the softmax function's temperature parameter $T$ critically influences the output distribution and overall performance. This study presents a novel theoretical insight that the optimal temperature $T^*$ is uniquely determined by the dimensionality of the feature representations, thereby enabling training-free determination of $T^*$. Despite this theoretical grounding, empirical evidence reveals that $T^*$ fluctuates under practical conditions owing to variations in models, datasets, and other confounding factors. To address these influences, we propose and optimize a set of temperature determination coefficients that specify how $T^*$ should be adjusted based on the theoretical relationship to feature dimensionality. Additionally, we insert a batch normalization layer immediately before the output layer, effectively stabilizing the feature space. Building on these coefficients and a suite of large-scale experiments, we develop an empirical formula to estimate $T^*$ without additional training while also introducing a corrective scheme to refine $T^*$ based on the number of classes and task complexity. Our findings confirm that the derived temperature not only aligns with the proposed theoretical perspective but also generalizes effectively across diverse tasks, consistently enhancing classification performance and offering a practical, training-free solution for determining $T^*$.
△ Less
Submitted 22 April, 2025;
originally announced April 2025.
-
Noisy Deep Ensemble: Accelerating Deep Ensemble Learning via Noise Injection
Authors:
Shunsuke Sakai,
Shunsuke Tsuge,
Tatsuhito Hasegawa
Abstract:
Neural network ensembles is a simple yet effective approach for enhancing generalization capabilities. The most common method involves independently training multiple neural networks initialized with different weights and then averaging their predictions during inference. However, this approach increases training time linearly with the number of ensemble members. To address this issue, we propose…
▽ More
Neural network ensembles is a simple yet effective approach for enhancing generalization capabilities. The most common method involves independently training multiple neural networks initialized with different weights and then averaging their predictions during inference. However, this approach increases training time linearly with the number of ensemble members. To address this issue, we propose the novel ``\textbf{Noisy Deep Ensemble}'' method, significantly reducing the training time required for neural network ensembles. In this method, a \textit{parent model} is trained until convergence, and then the weights of the \textit{parent model} are perturbed in various ways to construct multiple \textit{child models}. This perturbation of the \textit{parent model} weights facilitates the exploration of different local minima while significantly reducing the training time for each ensemble member. We evaluated our method using diverse CNN architectures on CIFAR-10 and CIFAR-100 datasets, surpassing conventional efficient ensemble methods and achieving test accuracy comparable to standard ensembles. Code is available at \href{https://github.com/TSTB-dev/NoisyDeepEnsemble}{https://github.com/TSTB-dev/NoisyDeepEnsemble}
△ Less
Submitted 8 April, 2025;
originally announced April 2025.
-
Reconstruction-Free Anomaly Detection with Diffusion Models via Direct Latent Likelihood Evaluation
Authors:
Shunsuke Sakai,
Tatsuhito Hasegawa
Abstract:
Diffusion models, with their robust distribution approximation capabilities, have demonstrated excellent performance in anomaly detection. However, conventional reconstruction-based approaches rely on computing the reconstruction error between the original and denoised images, which requires careful noise-strength tuning and over ten network evaluations per input-leading to significantly slower de…
▽ More
Diffusion models, with their robust distribution approximation capabilities, have demonstrated excellent performance in anomaly detection. However, conventional reconstruction-based approaches rely on computing the reconstruction error between the original and denoised images, which requires careful noise-strength tuning and over ten network evaluations per input-leading to significantly slower detection speeds. To address these limitations, we propose a novel diffusion-based anomaly detection method that circumvents the need for resource-intensive reconstruction. Instead of reconstructing the input image, we directly infer its corresponding latent variables and measure their density under the Gaussian prior distribution. Remarkably, the prior density proves effective as an anomaly score even when using a short partial diffusion process of only 2-5 steps. We evaluate our method on the MVTecAD dataset, achieving an AUC of 0.991 at 15 FPS, thereby setting a new state-of-the-art speed-AUC anomaly detection trade-off.
△ Less
Submitted 8 April, 2025;
originally announced April 2025.
-
SILVIA: Ultra-precision formation flying demonstration for space-based interferometry
Authors:
Takahiro Ito,
Kiwamu Izumi,
Isao Kawano,
Ikkoh Funaki,
Shuichi Sato,
Tomotada Akutsu,
Kentaro Komori,
Mitsuru Musha,
Yuta Michimura,
Satoshi Satoh,
Takuya Iwaki,
Kentaro Yokota,
Kenta Goto,
Katsumi Furukawa,
Taro Matsuo,
Toshihiro Tsuzuki,
Katsuhiko Yamada,
Takahiro Sasaki,
Taisei Nishishita,
Yuki Matsumoto,
Chikako Hirose,
Wataru Torii,
Satoshi Ikari,
Koji Nagano,
Masaki Ando
, et al. (4 additional authors not shown)
Abstract:
We propose SILVIA (Space Interferometer Laboratory Voyaging towards Innovative Applications), a mission concept designed to demonstrate ultra-precision formation flying between three spacecraft separated by 100 m. SILVIA aims to achieve sub-micrometer precision in relative distance control by integrating spacecraft sensors, laser interferometry, low-thrust and low-noise micro-propulsion for real-t…
▽ More
We propose SILVIA (Space Interferometer Laboratory Voyaging towards Innovative Applications), a mission concept designed to demonstrate ultra-precision formation flying between three spacecraft separated by 100 m. SILVIA aims to achieve sub-micrometer precision in relative distance control by integrating spacecraft sensors, laser interferometry, low-thrust and low-noise micro-propulsion for real-time measurement and control of distances and relative orientations between spacecraft. A 100-meter-scale mission in a near-circular low Earth orbit has been identified as an ideal, cost-effective setting for demonstrating SILVIA, as this configuration maintains a good balance between small relative perturbations and low risk for collision. This mission will fill the current technology gap towards future missions, including gravitational wave observatories such as DECIGO (DECihertz Interferometer Gravitational wave Observatory), designed to detect the primordial gravitational wave background, and high-contrast nulling infrared interferometers like LIFE (Large Interferometer for Exoplanets), designed for direct imaging of thermal emissions from nearby terrestrial planet candidates. The mission concept and its key technologies are outlined, paving the way for the next generation of high-precision space-based observatories.
△ Less
Submitted 7 April, 2025;
originally announced April 2025.
-
In vivo dynamic optical coherence tomography of human skin with hardware- and software-based motion correction
Authors:
Yu Guo,
Rion Morishita,
Ibrahim Abd El-Sadek,
Kohei Yamazaki,
Shingo Sakai,
Pradipta Mukherjee,
Yiheng Lim,
Cunyou Bao,
Keiichi Sugata,
Shinya Kasamatsu,
Hiroyuki Yoshida,
Shuichi Makita,
Yoshiaki Yasuno\
Abstract:
In vivo application of dynamic optical coherence tomography (DOCT) is hindered by bulk motion of the sample. We demonstrate DOCT imaging of \invivo human skin by adopting a sample-fixation attachment to suppress bulk motion and a subsequent software motion correction to further reduce the effect of sample motion. The performance of the motion-correction method was assessed by DOCT image observatio…
▽ More
In vivo application of dynamic optical coherence tomography (DOCT) is hindered by bulk motion of the sample. We demonstrate DOCT imaging of \invivo human skin by adopting a sample-fixation attachment to suppress bulk motion and a subsequent software motion correction to further reduce the effect of sample motion. The performance of the motion-correction method was assessed by DOCT image observation, statistical analysis of the mean DOCT values, and subjective image grading. Both the mean DOCT value analysis and subjective grading showed statistically significant improvement of the DOCT image quality. In addition, a previously unobserved high DOCT layer was identified though image observation, which may represent the stratum basale with high keratinocyte proliferation.
△ Less
Submitted 27 March, 2025;
originally announced March 2025.
-
Neutron multiplicity measurement in muon capture on oxygen nuclei in the Gd-loaded Super-Kamiokande detector
Authors:
The Super-Kamiokande Collaboration,
:,
S. Miki,
K. Abe,
S. Abe,
Y. Asaoka,
C. Bronner,
M. Harada,
Y. Hayato,
K. Hiraide,
K. Hosokawa,
K. Ieki,
M. Ikeda,
J. Kameda,
Y. Kanemura,
R. Kaneshima,
Y. Kashiwagi,
Y. Kataoka,
S. Mine,
M. Miura,
S. Moriyama,
M. Nakahata,
S. Nakayama,
Y. Noguchi,
K. Okamoto
, et al. (265 additional authors not shown)
Abstract:
In recent neutrino detectors, neutrons produced in neutrino reactions play an important role. Muon capture on oxygen nuclei is one of the processes that produce neutrons in water Cherenkov detectors. We measured neutron multiplicity in the process using cosmic ray muons that stop in the gadolinium-loaded Super-Kamiokande detector. For this measurement, neutron detection efficiency is obtained with…
▽ More
In recent neutrino detectors, neutrons produced in neutrino reactions play an important role. Muon capture on oxygen nuclei is one of the processes that produce neutrons in water Cherenkov detectors. We measured neutron multiplicity in the process using cosmic ray muons that stop in the gadolinium-loaded Super-Kamiokande detector. For this measurement, neutron detection efficiency is obtained with the muon capture events followed by gamma rays to be $50.2^{+2.0}_{-2.1}\%$. By fitting the observed multiplicity considering the detection efficiency, we measure neutron multiplicity in muon capture as $P(0)=24\pm3\%$, $P(1)=70^{+3}_{-2}\%$, $P(2)=6.1\pm0.5\%$, $P(3)=0.38\pm0.09\%$. This is the first measurement of the multiplicity of neutrons associated with muon capture without neutron energy threshold.
△ Less
Submitted 24 February, 2025;
originally announced February 2025.
-
Mass enhancement and metal-nonmetal transition driven by d-f hybridization in perovskites La1-xPrxCuO3
Authors:
H. Takahashi,
M. Ito,
J. Fujioka,
M. Ochi,
S. Sakai,
R. Arita,
H. Sagayama,
Y. Yamasaki,
S. Ishiwata
Abstract:
We report the large electron-mass enhancement and the metal to nonmetal transition upon the Pr doping in perovskite-type La1-xPrxCuO3. With increasing the Pr content x around 0.6, the LaCuO3-type three-dimensional structure with trivalent Cu ions changes to the quasi-one-dimensional structure with nearly divalent Cu ions, which accompanies significant changes in the electronic properties. Based on…
▽ More
We report the large electron-mass enhancement and the metal to nonmetal transition upon the Pr doping in perovskite-type La1-xPrxCuO3. With increasing the Pr content x around 0.6, the LaCuO3-type three-dimensional structure with trivalent Cu ions changes to the quasi-one-dimensional structure with nearly divalent Cu ions, which accompanies significant changes in the electronic properties. Based on the resistivity, optical conductivity, specific heat measurements and the first-principles calculations, we discuss the formation of a nearly localized nonmetallic state stabilized by the hybridization between Cu 3d, O 2p, and Pr 4f orbitals in the quasi-one-dimensional lattice. The present perovskite-type cuprates offer a unique opportunity to explore novel quantum phases of correlated electrons in low-dimensional lattice, where the spin/charge/orbital degrees of freedom of A- and B-site ions are entangled.
△ Less
Submitted 21 February, 2025;
originally announced February 2025.
-
Strong-coupling high-$T_{\rm c}$ superconductivity in doped correlated band insulator
Authors:
Yusuke Nomura,
Motoharu Kitatani,
Shiro Sakai,
Ryotaro Arita
Abstract:
We explore the superconducting properties of the bilayer Hubbard model, which exhibits a high transition temperature ($T_{\rm c}$) for an $s_{\pm}$ pairing, using a cluster extension of the dynamical mean-field theory. Unlike the single-layer Hubbard model, where the $d$-wave superconductivity emerges by doping the Mott insulator, the parent state of the bilayer system is a correlated band insulat…
▽ More
We explore the superconducting properties of the bilayer Hubbard model, which exhibits a high transition temperature ($T_{\rm c}$) for an $s_{\pm}$ pairing, using a cluster extension of the dynamical mean-field theory. Unlike the single-layer Hubbard model, where the $d$-wave superconductivity emerges by doping the Mott insulator, the parent state of the bilayer system is a correlated band insulator. Above $T_{\rm c}$, slight hole (electron) doping introduces a striking dichotomy between electron and hole pockets: the electron (hole) pocket develops a pseudogap while the other becomes a nearly incipient band. We reveal that the superconductivity is driven by kinetic (potential) energy gain in the underdoped (overdoped) region. We also find a very short coherence length, for which we argue the relevance to multi-orbital physics. Our study offers crucial insights into the superconductivity in the bilayer Hubbard model potentially relevant to La$_3$Ni$_2$O$_7$.
△ Less
Submitted 22 February, 2025; v1 submitted 20 February, 2025;
originally announced February 2025.
-
Performance studies of the CE-65v2 MAPS prototype structure
Authors:
A. Ilg,
A. Lorenzetti,
H. Baba,
J. Baudot,
A. Besson,
S. Bugiel,
T. Chujo,
C. Colledani,
A. Dorokhov,
Z. El Bitar,
M. Goffe,
T. Gunji,
C. Hu-Guo,
K. Jaaskelainen,
T. Katsuno,
A. Kluge,
A. Kostina,
A. Kumar,
A. Macchiolo,
M. Mager,
J. Park,
E. Ploerer,
S. Sakai,
S. Senyukov,
H. Shamas
, et al. (8 additional authors not shown)
Abstract:
With the next upgrade of the ALICE inner tracking system (ITS3) as its primary focus, a set of small MAPS test structures have been developed in the 65 nm TPSCo CMOS process. The CE-65 focuses on the characterisation of the analogue charge collection properties of this technology. The latest iteration, the CE-65v2, was produced in different processes (standard, with a low-dose n-type blanket, and…
▽ More
With the next upgrade of the ALICE inner tracking system (ITS3) as its primary focus, a set of small MAPS test structures have been developed in the 65 nm TPSCo CMOS process. The CE-65 focuses on the characterisation of the analogue charge collection properties of this technology. The latest iteration, the CE-65v2, was produced in different processes (standard, with a low-dose n-type blanket, and blanket with gap between pixels), pixel pitches (15, 18, 22.5 $μ$m), and pixel arrangements (square or staggered). The comparatively large pixel array size of $48\times24$ pixels in CE-65v2 allows the uniformity of the pixel response to be studied, among other benefits.
The CE-65v2 chip was characterised in a test beam at the CERN SPS. A first analysis showed that hit efficiencies of $\geq 99\%$ and spatial resolution better than 5 $μ$m can be achieved for all pitches and process variants. For the standard process, thanks to larger charge sharing, even spatial resolutions below 3 $μ$m are reached, in line with vertex detector requirements for the FCC-ee.
This contribution further investigates the data collected at the SPS test beam. Thanks to the large sensor size and efficient data collection, a large amount of statistics was collected, which allows for detailed in-pixel studies to see the efficiency and spatial resolution as a function of the hit position within the pixels. Again, different pitches and process variants are compared.
△ Less
Submitted 24 February, 2025; v1 submitted 6 February, 2025;
originally announced February 2025.
-
Critical behavior of the Ising model on square-triangle tilings
Authors:
Akihisa Koga,
Shiro Sakai
Abstract:
We investigate magnetic properties of the ferromagnetic Ising model on square-triangle tilings to explore how the hyperuniformity, which characterizes long-range behavior of the point pattern, influences critical phenomena where long-range correlations play a crucial role. The square-triangle tilings are spatially random structures in two dimensions constructed by densely packing the plane with sq…
▽ More
We investigate magnetic properties of the ferromagnetic Ising model on square-triangle tilings to explore how the hyperuniformity, which characterizes long-range behavior of the point pattern, influences critical phenomena where long-range correlations play a crucial role. The square-triangle tilings are spatially random structures in two dimensions constructed by densely packing the plane with squares and triangles. The growth rule with a parameter $p$ proposed in our previous paper enables systematic generations of hyperuniform, nonhyperuniform, and antihyperuniform tilings. Classical Monte Carlo simulations of the Ising model on these tilings show that critical behavior always belongs to the two-dimensional Ising universality class. It is clarified that the critical temperature is higher for the tiling with higher regularity in terms of hyperuniformity. Critical phenomena in the Ising models on the periodic and quasiperiodic tilings composed of the square and triangle tiles are also addressed.
△ Less
Submitted 27 November, 2024;
originally announced November 2024.
-
New Evidence for a Flux-independent Spectral Index of Sgr A* in the Near-infrared
Authors:
Hadrien Paugnat,
Tuan Do,
Abhimat K. Gautam,
Gregory D. Martinez,
Andrea M. Ghez,
Shoko Sakai,
Grant C. Weldon,
Matthew W. Hosek Jr.,
Zoë Haggard,
Kelly Kosmo O'Neil,
Eric E. Becklin,
Gunther Witzel,
Jessica R. Lu,
Keith Matthews
Abstract:
In this work, we measure the spectral index of Sagittarius A* (Sgr A*) between the $H$ (1.6 $μ$m) and $K^\prime$ (2.2 $μ$m) broadband filters in the near-infrared (NIR), sampling over a factor $\sim 40$ in brightness, the largest range probed to date by a factor $\sim 3$. Sgr A*-NIR is highly variable, and studying the spectral index $α$ (with $F_ν\propto ν^α$) is essential to determine the underl…
▽ More
In this work, we measure the spectral index of Sagittarius A* (Sgr A*) between the $H$ (1.6 $μ$m) and $K^\prime$ (2.2 $μ$m) broadband filters in the near-infrared (NIR), sampling over a factor $\sim 40$ in brightness, the largest range probed to date by a factor $\sim 3$. Sgr A*-NIR is highly variable, and studying the spectral index $α$ (with $F_ν\propto ν^α$) is essential to determine the underlying emission mechanism. For example, variations in $α$ with flux may arise from shifts in the synchrotron cutoff frequency, changes in the distribution of electrons, or multiple concurrent emission mechanisms. We investigate potential variations of $α_{H-K^\prime}$ with flux by analyzing 7 epochs (2005 to 2022) of Keck Observatory imaging observations from the Galactic Center Orbits Initiative (GCOI). We remove the flux contribution of known sources confused with Sgr A*-NIR, which can significantly impact color at faint flux levels. We interpolate between the interleaved $H$ and $K^\prime$ observations using Multi-Output Gaussian Processes. We introduce a flexible empirical model to quantify $α$ variations and probe different scenarios. The observations are best fit by an $α_{H-K^\prime} = - 0.50 \pm 0.08 _{\rm stat} \pm 0.17_{\rm sys}$ that is constant from $\sim 1$ mJy to $\sim 40$ mJy (dereddened 2 $μ$m flux). We find no evidence for a flux-dependence of Sgr A*'s intrinsic spectral index. In particular, we rule out a model explaining NIR variability purely by shifts in the synchrotron cutoff frequency. We also constrain the presence of redder, quiescent emission from the black hole, concluding that the dereddened 2 $μ$m flux contribution must be $\leq 0.3$ mJy at 95% confidence level.
△ Less
Submitted 18 November, 2024;
originally announced November 2024.
-
Characterisation of analogue MAPS produced in the 65 nm TPSCo process
Authors:
Eduardo Ploerer,
Hitoshi Baba,
Jerome Baudot,
Auguste Besson,
Szymon Bugiel,
Tatsuya Chujo,
Claude Colledani,
Andrei Dorokhov,
Ziad El Bitar,
Mathieu Goffe,
Taku Gunji,
Christine Hu-Guo,
Armin Ilg,
Kimmo Jaaskelainen,
Towa Katsuno,
Alexander Kluge,
Anhelina Kostina,
Ajit Kumar,
Alessandra Lorenzetti,
Anna Macchiolo,
Magnus Mager,
Jonghan Park,
Shingo Sakai,
Serhiy Senyukov,
Hasan Shamas
, et al. (9 additional authors not shown)
Abstract:
Within the context of the ALICE ITS3 collaboration, a set of MAPS small-scale test structures were developed using the 65 nm TPSCo CMOS imaging process with the upgrade of the ALICE inner tracking system as its primary focus. One such sensor, the Circuit Exploratoire 65 nm (CE-65), and its evolution the CE-65v2, were developed to explore charge collection properties for varying configurations incl…
▽ More
Within the context of the ALICE ITS3 collaboration, a set of MAPS small-scale test structures were developed using the 65 nm TPSCo CMOS imaging process with the upgrade of the ALICE inner tracking system as its primary focus. One such sensor, the Circuit Exploratoire 65 nm (CE-65), and its evolution the CE-65v2, were developed to explore charge collection properties for varying configurations including collection layer process (standard, blanket, modified with gap), pixel pitch (15, 18, \SI{22.5}{\micro\meter}), and pixel geometry (square vs hexagonal/staggered). In this work the characterisation of the CE-65v2 chip, based on $^{55}$Fe lab measurements and test beams at CERN SPS, is presented. Matrix gain uniformity up to the $\mathcal{O}$(5\%) level was demonstrated for all considered chip configurations. The CE-65v2 chip achieves a spatial resolution of under \SI{2}{\micro\meter} during beam tests. Process modifications allowing for faster charge collection and less charge sharing result in decreased spatial resolution, but a considerably wider range of operation, with both the \SI{15}{\micro\meter} and \SI{22.5}{\micro\meter} chips achieving over 99\% efficiency up to a $\sim$180 e$^{-}$ seed threshold. The results serve to validate the 65 nm TPSCo CMOS process, as well as to motivate design choices in future particle detection experiments.
△ Less
Submitted 13 November, 2024;
originally announced November 2024.
-
LADMIM: Logical Anomaly Detection with Masked Image Modeling in Discrete Latent Space
Authors:
Shunsuke Sakai,
Tatushito Hasegawa,
Makoto Koshino
Abstract:
Detecting anomalies such as incorrect combinations of objects or deviations in their positions is a challenging problem in industrial anomaly detection. Traditional methods mainly focus on local features of normal images, such as scratches and dirt, making detecting anomalies in the relationships between features difficult. Masked image modeling(MIM) is a self-supervised learning technique that pr…
▽ More
Detecting anomalies such as incorrect combinations of objects or deviations in their positions is a challenging problem in industrial anomaly detection. Traditional methods mainly focus on local features of normal images, such as scratches and dirt, making detecting anomalies in the relationships between features difficult. Masked image modeling(MIM) is a self-supervised learning technique that predicts the feature representation of masked regions in an image. To reconstruct the masked regions, it is necessary to understand how the image is composed, allowing the learning of relationships between features within the image. We propose a novel approach that leverages the characteristics of MIM to detect logical anomalies effectively. To address blurriness in the reconstructed image, we replace pixel prediction with predicting the probability distribution of discrete latent variables of the masked regions using a tokenizer. We evaluated the proposed method on the MVTecLOCO dataset, achieving an average AUC of 0.867, surpassing traditional reconstruction-based and distillation-based methods.
△ Less
Submitted 14 October, 2024;
originally announced October 2024.
-
Efficient and Robust Long-Form Speech Recognition with Hybrid H3-Conformer
Authors:
Tomoki Honda,
Shinsuke Sakai,
Tatsuya Kawahara
Abstract:
Recently, Conformer has achieved state-of-the-art performance in many speech recognition tasks. However, the Transformer-based models show significant deterioration for long-form speech, such as lectures, because the self-attention mechanism becomes unreliable with the computation of the square order of the input length. To solve the problem, we incorporate a kind of state-space model, Hungry Hung…
▽ More
Recently, Conformer has achieved state-of-the-art performance in many speech recognition tasks. However, the Transformer-based models show significant deterioration for long-form speech, such as lectures, because the self-attention mechanism becomes unreliable with the computation of the square order of the input length. To solve the problem, we incorporate a kind of state-space model, Hungry Hungry Hippos (H3), to replace or complement the multi-head self-attention (MHSA). H3 allows for efficient modeling of long-form sequences with a linear-order computation. In experiments using two datasets of CSJ and LibriSpeech, our proposed H3-Conformer model performs efficient and robust recognition of long-form speech. Moreover, we propose a hybrid of H3 and MHSA and show that using H3 in higher layers and MHSA in lower layers provides significant improvement in online recognition. We also investigate a parallel use of H3 and MHSA in all layers, resulting in the best performance.
△ Less
Submitted 5 October, 2024;
originally announced October 2024.
-
Search for proton decay via $p\rightarrow{e^+η}$ and $p\rightarrow{μ^+η}$ with a 0.37 Mton-year exposure of Super-Kamiokande
Authors:
Super-Kamiokande Collaboration,
:,
N. Taniuchi,
K. Abe,
S. Abe,
Y. Asaoka,
C. Bronner,
M. Harada,
Y. Hayato,
K. Hiraide,
K. Hosokawa,
K. Ieki,
M. Ikeda,
J. Kameda,
Y. Kanemura,
R. Kaneshima,
Y. Kashiwagi,
Y. Kataoka,
S. Miki,
S. Mine,
M. Miura,
S. Moriyama,
M. Nakahata,
S. Nakayama,
Y. Noguchi
, et al. (267 additional authors not shown)
Abstract:
A search for proton decay into $e^+/μ^+$ and a $η$ meson has been performed using data from a 0.373 Mton$\cdot$year exposure (6050.3 live days) of Super-Kamiokande. Compared to previous searches this work introduces an improved model of the intranuclear $η$ interaction cross section, resulting in a factor of two reduction in uncertainties from this source and $\sim$10\% increase in signal efficien…
▽ More
A search for proton decay into $e^+/μ^+$ and a $η$ meson has been performed using data from a 0.373 Mton$\cdot$year exposure (6050.3 live days) of Super-Kamiokande. Compared to previous searches this work introduces an improved model of the intranuclear $η$ interaction cross section, resulting in a factor of two reduction in uncertainties from this source and $\sim$10\% increase in signal efficiency. No significant data excess was found above the expected number of atmospheric neutrino background events resulting in no indication of proton decay into either mode. Lower limits on the proton partial lifetime of $1.4\times\mathrm{10^{34}~years}$ for $p\rightarrow e^+η$ and $7.3\times\mathrm{10^{33}~years}$ for $p\rightarrow μ^+η$ at the 90$\%$ C.L. were set. These limits are around 1.5 times longer than our previous study and are the most stringent to date.
△ Less
Submitted 29 September, 2024;
originally announced September 2024.
-
Hyperuniform properties of the square-triangle tilings
Authors:
Akihisa Koga,
Shiro Sakai,
Yushu Matsushita,
Tsutomu Ishimasa
Abstract:
We study hyperuniform properties for the square-triangle tilings. The tiling is generated by a local growth rule, where squares or triangles are iteratively attached to its boundary. The introduction of the probability $p$ in the growth rule, which controls the expansion of square and triangle domains, enables us to obtain various square-triangle random tilings systematically. We analyze the degre…
▽ More
We study hyperuniform properties for the square-triangle tilings. The tiling is generated by a local growth rule, where squares or triangles are iteratively attached to its boundary. The introduction of the probability $p$ in the growth rule, which controls the expansion of square and triangle domains, enables us to obtain various square-triangle random tilings systematically. We analyze the degree of the regularity of the point configurations, which are defined as the vertices on the square-triangle tilings, in terms of hyperuniformity. It is clarified that for $p<p_c \; (p_c\sim 0.5)$, the system can be regarded as a phase separation between square and triangular lattice domains and the variance of the point configurations obeys the scaling law $σ^2\sim O(R^{2-α})$ with $α<0$. The configurations are antihyperuniform. On the other hand, for $p>p_c$, the squares and triangles are spatially well mixed and the point configurations belong to the hyperuniform class III with the exponent $0<α<1$. This means the existence of the hyperuniform-antihyperuniform transition at $p=p_c$. We also examine the structure factor of the square-triangle tilings. It is clarified that the peak structures in the large-wave-number regime are mostly common to all square-triangle tilings, while those in the small-wave-number regime strongly depend on whether the point configurations are hyperuniform or antihyperuniform.
△ Less
Submitted 24 September, 2024;
originally announced September 2024.
-
The Galactic Center in Color: Measuring Extinction with High-Proper-Motion Stars
Authors:
Z. Haggard,
A. M. Ghez,
S. Sakai,
A. K. Gautam,
T. Do,
J. R. Lu,
M. Hosek,
M. R. Morris,
S. Granados
Abstract:
The Milky Way's central parsec is a highly extinguished region with a population of high-proper-motion stars. We have tracked 145 stars for $\sim$10 years at wavelengths between 1 and 4 microns to analyze extinction effects in color-magnitude space. Approximately $30\%$ of this sample dims and reddens over the course of years, likely from the motion of sources relative to an inhomogeneous screen o…
▽ More
The Milky Way's central parsec is a highly extinguished region with a population of high-proper-motion stars. We have tracked 145 stars for $\sim$10 years at wavelengths between 1 and 4 microns to analyze extinction effects in color-magnitude space. Approximately $30\%$ of this sample dims and reddens over the course of years, likely from the motion of sources relative to an inhomogeneous screen of dust. We correct previous measurements of the intrinsic variability fraction for differential extinction effects, resulting in a reduced stellar variability fraction of $34\%$. The extinction variability sub-sample shows that the extinguishing material has sub-arcsecond scales, much smaller variations than previously reported. The observed extinction events imply a typical cross-section of 500 AU and a density of around $3 \times 10^{4} \ \mathrm{atoms/cm^{3}}$ for the extinguishing material, which are consistent with measurements of filamentary dust and gas at the Galactic Center. Furthermore, given that the stars showing extinction variability tend to be more highly reddened than the rest of the sample, the extinction changes are likely due to material localized to the Galactic Center region. We estimate the relative extinction between 1 and 4 microns as, $\mathrm{A}_{\mathrm{H}}:\mathrm{A}_{\mathrm{K'}}:\mathrm{A}_{\mathrm{L'}} = 1.67 \pm 0.05:1:0.69 \pm 0.03$. Our measurement of extinction at longer wavelengths -- L' (3.8 $μ$m) -- is inconsistent with recent estimations of the integrated extinction towards the central parsec. One interpretation of this difference is that the dust variations this experiment is sensitive to -- which are local to the Galactic Center -- are dominated by grains of larger radius than the foreground.
△ Less
Submitted 6 August, 2024;
originally announced August 2024.
-
Jet modification via $π^0$-hadron correlations in Au$+$Au collisions at $\sqrt{s_{_{NN}}}=200$ GeV
Authors:
PHENIX Collaboration,
N. J. Abdulameer,
U. Acharya,
A. Adare,
S. Afanasiev,
C. Aidala,
N. N. Ajitanand,
Y. Akiba,
H. Al-Bataineh,
J. Alexander,
M. Alfred,
K. Aoki,
N. Apadula,
L. Aphecetche,
J. Asai,
H. Asano,
E. T. Atomssa,
R. Averbeck,
T. C. Awes,
B. Azmoun,
V. Babintsev,
M. Bai,
G. Baksay,
L. Baksay,
A. Baldisseri
, et al. (511 additional authors not shown)
Abstract:
High-momentum two-particle correlations are a useful tool for studying jet-quenching effects in the quark-gluon plasma. Angular correlations between neutral-pion triggers and charged hadrons with transverse momenta in the range 4--12~GeV/$c$ and 0.5--7~GeV/$c$, respectively, have been measured by the PHENIX experiment in 2014 for Au$+$Au collisions at $\sqrt{s_{_{NN}}}=200$~GeV. Suppression is obs…
▽ More
High-momentum two-particle correlations are a useful tool for studying jet-quenching effects in the quark-gluon plasma. Angular correlations between neutral-pion triggers and charged hadrons with transverse momenta in the range 4--12~GeV/$c$ and 0.5--7~GeV/$c$, respectively, have been measured by the PHENIX experiment in 2014 for Au$+$Au collisions at $\sqrt{s_{_{NN}}}=200$~GeV. Suppression is observed in the yield of high-momentum jet fragments opposite the trigger particle, which indicates jet suppression stemming from in-medium partonic energy loss, while enhancement is observed for low-momentum particles. The ratio and differences between the yield in Au$+$Au collisions and $p$$+$$p$ collisions, $I_{AA}$ and $Δ_{AA}$, as a function of the trigger-hadron azimuthal separation, $Δφ$, are measured for the first time at the Relativistic Heavy Ion Collider. These results better quantify how the yield of low-$p_T$ associated hadrons is enhanced at wide angle, which is crucial for studying energy loss as well as medium-response effects.
△ Less
Submitted 1 October, 2024; v1 submitted 12 June, 2024;
originally announced June 2024.
-
First joint oscillation analysis of Super-Kamiokande atmospheric and T2K accelerator neutrino data
Authors:
Super-Kamiokande,
T2K collaborations,
:,
S. Abe,
K. Abe,
N. Akhlaq,
R. Akutsu,
H. Alarakia-Charles,
A. Ali,
Y. I. Alj Hakim,
S. Alonso Monsalve,
S. Amanai,
C. Andreopoulos,
L. H. V. Anthony,
M. Antonova,
S. Aoki,
K. A. Apte,
T. Arai,
T. Arihara,
S. Arimoto,
Y. Asada,
R. Asaka,
Y. Ashida,
E. T. Atkin,
N. Babu
, et al. (524 additional authors not shown)
Abstract:
The Super-Kamiokande and T2K collaborations present a joint measurement of neutrino oscillation parameters from their atmospheric and beam neutrino data. It uses a common interaction model for events overlapping in neutrino energy and correlated detector systematic uncertainties between the two datasets, which are found to be compatible. Using 3244.4 days of atmospheric data and a beam exposure of…
▽ More
The Super-Kamiokande and T2K collaborations present a joint measurement of neutrino oscillation parameters from their atmospheric and beam neutrino data. It uses a common interaction model for events overlapping in neutrino energy and correlated detector systematic uncertainties between the two datasets, which are found to be compatible. Using 3244.4 days of atmospheric data and a beam exposure of $19.7(16.3) \times 10^{20}$ protons on target in (anti)neutrino mode, the analysis finds a 1.9$σ$ exclusion of CP-conservation (defined as $J_{CP}=0$) and a preference for the normal mass ordering.
△ Less
Submitted 15 October, 2024; v1 submitted 21 May, 2024;
originally announced May 2024.
-
Combined Pre-Supernova Alert System with Kamland and Super-Kamiokande
Authors:
KamLAND,
Super-Kamiokande Collaborations,
:,
Seisho Abe,
Minori Eizuka,
Sawako Futagi,
Azusa Gando,
Yoshihito Gando,
Shun Goto,
Takahiko Hachiya,
Kazumi Hata,
Koichi Ichimura,
Sei Ieki,
Haruo Ikeda,
Kunio Inoue,
Koji Ishidoshiro,
Yuto Kamei,
Nanami Kawada,
Yasuhiro Kishimoto,
Masayuki Koga,
Maho Kurasawa,
Tadao Mitsui,
Haruhiko Miyake,
Daisuke Morita,
Takeshi Nakahata
, et al. (290 additional authors not shown)
Abstract:
Preceding a core-collapse supernova, various processes produce an increasing amount of neutrinos of all flavors characterized by mounting energies from the interior of massive stars. Among them, the electron antineutrinos are potentially detectable by terrestrial neutrino experiments such as KamLAND and Super-Kamiokande via inverse beta decay interactions. Once these pre-supernova neutrinos are ob…
▽ More
Preceding a core-collapse supernova, various processes produce an increasing amount of neutrinos of all flavors characterized by mounting energies from the interior of massive stars. Among them, the electron antineutrinos are potentially detectable by terrestrial neutrino experiments such as KamLAND and Super-Kamiokande via inverse beta decay interactions. Once these pre-supernova neutrinos are observed, an early warning of the upcoming core-collapse supernova can be provided. In light of this, KamLAND and Super-Kamiokande, both located in the Kamioka mine in Japan, have been monitoring pre-supernova neutrinos since 2015 and 2021, respectively. Recently, we performed a joint study between KamLAND and Super-Kamiokande on pre-supernova neutrino detection. A pre-supernova alert system combining the KamLAND detector and the Super-Kamiokande detector was developed and put into operation, which can provide a supernova alert to the astrophysics community. Fully leveraging the complementary properties of these two detectors, the combined alert is expected to resolve a pre-supernova neutrino signal from a 15 M$_{\odot}$ star within 510 pc of the Earth, at a significance level corresponding to a false alarm rate of no more than 1 per century. For a Betelgeuse-like model with optimistic parameters, it can provide early warnings up to 12 hours in advance.
△ Less
Submitted 1 July, 2024; v1 submitted 15 April, 2024;
originally announced April 2024.
-
Development of a data overflow protection system for Super-Kamiokande to maximize data from nearby supernovae
Authors:
M. Mori,
K. Abe,
Y. Hayato,
K. Hiraide,
K. Hosokawa,
K. Ieki,
M. Ikeda,
J. Kameda,
Y. Kanemura,
R. Kaneshima,
Y. Kashiwagi,
Y. Kataoka,
S. Miki,
S. Mine,
M. Miura,
S. Moriyama,
Y. Nakano,
M. Nakahata,
S. Nakayama,
Y. Noguchi,
K. Okamoto,
K. Sato,
H. Sekiya,
H. Shiba,
K. Shimizu
, et al. (230 additional authors not shown)
Abstract:
Neutrinos from very nearby supernovae, such as Betelgeuse, are expected to generate more than ten million events over 10\,s in Super-Kamokande (SK). At such large event rates, the buffers of the SK analog-to-digital conversion board (QBEE) will overflow, causing random loss of data that is critical for understanding the dynamics of the supernova explosion mechanism. In order to solve this problem,…
▽ More
Neutrinos from very nearby supernovae, such as Betelgeuse, are expected to generate more than ten million events over 10\,s in Super-Kamokande (SK). At such large event rates, the buffers of the SK analog-to-digital conversion board (QBEE) will overflow, causing random loss of data that is critical for understanding the dynamics of the supernova explosion mechanism. In order to solve this problem, two new DAQ modules were developed to aid in the observation of very nearby supernovae. The first of these, the SN module, is designed to save only the number of hit PMTs during a supernova burst and the second, the Veto module, prescales the high rate neutrino events to prevent the QBEE from overflowing based on information from the SN module. In the event of a very nearby supernova, these modules allow SK to reconstruct the time evolution of the neutrino event rate from beginning to end using both QBEE and SN module data. This paper presents the development and testing of these modules together with an analysis of supernova-like data generated with a flashing laser diode. We demonstrate that the Veto module successfully prevents DAQ overflows for Betelgeuse-like supernovae as well as the long-term stability of the new modules. During normal running the Veto module is found to issue DAQ vetos a few times per month resulting in a total dead time less than 1\,ms, and does not influence ordinary operations. Additionally, using simulation data we find that supernovae closer than 800~pc will trigger Veto module resulting in a prescaling of the observed neutrino data.
△ Less
Submitted 13 August, 2024; v1 submitted 12 April, 2024;
originally announced April 2024.
-
Measurements of the charge ratio and polarization of cosmic-ray muons with the Super-Kamiokande detector
Authors:
H. Kitagawa,
T. Tada,
K. Abe,
C. Bronner,
Y. Hayato,
K. Hiraide,
K. Hosokawa,
K. Ieki,
M. Ikeda,
J. Kameda,
Y. Kanemura,
R. Kaneshima,
Y. Kashiwagi,
Y. Kataoka,
S. Miki,
S. Mine,
M. Miura,
S. Moriyama,
Y. Nakano,
M. Nakahata,
S. Nakayama,
Y. Noguchi,
K. Okamoto,
K. Sato,
H. Sekiya
, et al. (231 additional authors not shown)
Abstract:
We present the results of the charge ratio ($R$) and polarization ($P^μ_{0}$) measurements using the decay electron events collected from 2008 September to 2022 June by the Super-Kamiokande detector. Because of its underground location and long operation, we performed high precision measurements by accumulating cosmic-ray muons. We measured the muon charge ratio to be $R=1.32 \pm 0.02$…
▽ More
We present the results of the charge ratio ($R$) and polarization ($P^μ_{0}$) measurements using the decay electron events collected from 2008 September to 2022 June by the Super-Kamiokande detector. Because of its underground location and long operation, we performed high precision measurements by accumulating cosmic-ray muons. We measured the muon charge ratio to be $R=1.32 \pm 0.02$ $(\mathrm{stat.}{+}\mathrm{syst.})$ at $E_μ\cos θ_{\mathrm{Zenith}}=0.7^{+0.3}_{-0.2}$ $\mathrm{TeV}$, where $E_μ$ is the muon energy and $θ_{\mathrm{Zenith}}$ is the zenith angle of incoming cosmic-ray muons. This result is consistent with the Honda flux model while this suggests a tension with the $πK$ model of $1.9σ$. We also measured the muon polarization at the production location to be $P^μ_{0}=0.52 \pm 0.02$ $(\mathrm{stat.}{+}\mathrm{syst.})$ at the muon momentum of $0.9^{+0.6}_{-0.1}$ $\mathrm{TeV}/c$ at the surface of the mountain; this also suggests a tension with the Honda flux model of $1.5σ$. This is the most precise measurement ever to experimentally determine the cosmic-ray muon polarization near $1~\mathrm{TeV}/c$. These measurement results are useful to improve the atmospheric neutrino simulations.
△ Less
Submitted 4 November, 2024; v1 submitted 13 March, 2024;
originally announced March 2024.
-
Second gadolinium loading to Super-Kamiokande
Authors:
K. Abe,
C. Bronner,
Y. Hayato,
K. Hiraide,
K. Hosokawa,
K. Ieki,
M. Ikeda,
J. Kameda,
Y. Kanemura,
R. Kaneshima,
Y. Kashiwagi,
Y. Kataoka,
S. Miki,
S. Mine,
M. Miura,
S. Moriyama,
Y. Nakano,
M. Nakahata,
S. Nakayama,
Y. Noguchi,
K. Sato,
H. Sekiya,
H. Shiba,
K. Shimizu,
M. Shiozawa
, et al. (225 additional authors not shown)
Abstract:
The first loading of gadolinium (Gd) into Super-Kamiokande in 2020 was successful, and the neutron capture efficiency on Gd reached 50\%. To further increase the Gd neutron capture efficiency to 75\%, 26.1 tons of $\rm Gd_2(\rm SO_4)_3\cdot \rm 8H_2O$ was additionally loaded into Super-Kamiokande (SK) from May 31 to July 4, 2022. As the amount of loaded $\rm Gd_2(\rm SO_4)_3\cdot \rm 8H_2O$ was do…
▽ More
The first loading of gadolinium (Gd) into Super-Kamiokande in 2020 was successful, and the neutron capture efficiency on Gd reached 50\%. To further increase the Gd neutron capture efficiency to 75\%, 26.1 tons of $\rm Gd_2(\rm SO_4)_3\cdot \rm 8H_2O$ was additionally loaded into Super-Kamiokande (SK) from May 31 to July 4, 2022. As the amount of loaded $\rm Gd_2(\rm SO_4)_3\cdot \rm 8H_2O$ was doubled compared to the first loading, the capacity of the powder dissolving system was doubled. We also developed new batches of gadolinium sulfate with even further reduced radioactive impurities. In addition, a more efficient screening method was devised and implemented to evaluate these new batches of $\rm Gd_2(\rm SO_4)_3\cdot \rm 8H_2O$. Following the second loading, the Gd concentration in SK was measured to be $333.5\pm2.5$ ppm via an Atomic Absorption Spectrometer (AAS). From the mean neutron capture time constant of neutrons from an Am/Be calibration source, the Gd concentration was independently measured to be 332.7 $\pm$ 6.8(sys.) $\pm$ 1.1(stat.) ppm, consistent with the AAS result. Furthermore, during the loading the Gd concentration was monitored continually using the capture time constant of each spallation neutron produced by cosmic-ray muons,and the final neutron capture efficiency was shown to become 1.5 times higher than that of the first loaded phase, as expected.
△ Less
Submitted 18 June, 2024; v1 submitted 12 March, 2024;
originally announced March 2024.
-
Performance of SK-Gd's Upgraded Real-time Supernova Monitoring System
Authors:
Y. Kashiwagi,
K. Abe,
C. Bronner,
Y. Hayato,
K. Hiraide,
K. Hosokawa,
K. Ieki,
M. Ikeda,
J. Kameda,
Y. Kanemura,
R. Kaneshima,
Y. Kataoka,
S. Miki,
S. Mine,
M. Miura,
S. Moriyama,
Y. Nakano,
M. Nakahata,
S. Nakayama,
Y. Noguchi,
K. Sato,
H. Sekiya,
H. Shiba,
K. Shimizu,
M. Shiozawa
, et al. (214 additional authors not shown)
Abstract:
Among multi-messenger observations of the next galactic core-collapse supernova, Super-Kamiokande (SK) plays a critical role in detecting the emitted supernova neutrinos, determining the direction to the supernova (SN), and notifying the astronomical community of these observations in advance of the optical signal. On 2022, SK has increased the gadolinium dissolved in its water target (SK-Gd) and…
▽ More
Among multi-messenger observations of the next galactic core-collapse supernova, Super-Kamiokande (SK) plays a critical role in detecting the emitted supernova neutrinos, determining the direction to the supernova (SN), and notifying the astronomical community of these observations in advance of the optical signal. On 2022, SK has increased the gadolinium dissolved in its water target (SK-Gd) and has achieved a Gd concentration of 0.033%, resulting in enhanced neutron detection capability, which in turn enables more accurate determination of the supernova direction. Accordingly, SK-Gd's real-time supernova monitoring system (Abe te al. 2016b) has been upgraded. SK_SN Notice, a warning system that works together with this monitoring system, was released on December 13, 2021, and is available through GCN Notices (Barthelmy et al. 2000). When the monitoring system detects an SN-like burst of events, SK_SN Notice will automatically distribute an alarm with the reconstructed direction to the supernova candidate within a few minutes. In this paper, we present a systematic study of SK-Gd's response to a simulated galactic SN. Assuming a supernova situated at 10 kpc, neutrino fluxes from six supernova models are used to characterize SK-Gd's pointing accuracy using the same tools as the online monitoring system. The pointing accuracy is found to vary from 3-7$^\circ$ depending on the models. However, if the supernova is closer than 10 kpc, SK_SN Notice can issue an alarm with three-degree accuracy, which will benefit follow-up observations by optical telescopes with large fields of view.
△ Less
Submitted 13 March, 2024; v1 submitted 11 March, 2024;
originally announced March 2024.
-
An Estimate of the Binary Star Fraction Among Young Stars at the Galactic Center: Possible Evidence of a Radial Dependence
Authors:
Abhimat K. Gautam,
Tuan Do,
Andrea M. Ghez,
Devin S. Chu,
Matthew W. Hosek Jr.,
Shoko Sakai,
Smadar Naoz,
Mark R. Morris,
Anna Ciurlo,
Zoe Haggard,
Jessica R. Lu
Abstract:
We present the first estimate of the intrinsic binary fraction of young stars across the central $\approx$ 0.4 pc surrounding the supermassive black hole (SMBH) at the Milky Way Galactic center (GC). This experiment searched for photometric variability in 102 young stars, using 119 nights of 10"-wide adaptive optics imaging observations taken at Keck Observatory over 16 years in the K'- and H-band…
▽ More
We present the first estimate of the intrinsic binary fraction of young stars across the central $\approx$ 0.4 pc surrounding the supermassive black hole (SMBH) at the Milky Way Galactic center (GC). This experiment searched for photometric variability in 102 young stars, using 119 nights of 10"-wide adaptive optics imaging observations taken at Keck Observatory over 16 years in the K'- and H-bands. We photometrically detected three binary stars, all of which are situated more than 1" (0.04 pc) from the SMBH and one of which, S2-36, is newly reported here with spectroscopic confirmation. To convert the observed binary fraction into an estimate of the underlying binary fraction, we determined experiment sensitivity through detailed light curve simulations, incorporating photometric effects of eclipses, irradiation, and tidal distortion in binaries. The simulations assumed a population of young binaries, with stellar ages (4 Myr) and masses matched to the most probable values measured for the GC young star population and underlying binary system parameters similar to those of local massive stars. The detections and simulations imply young, massive stars in the GC have a stellar binary fraction $\geq$ 71% (68% confidence), or $\geq$ 42% (95% confidence). This inferred GC young star binary fraction is consistent with that typically seen in young stellar populations in the solar neighborhood. Furthermore, our measured binary fraction is significantly higher than that recently reported by Chu et al. (2023) based on RV measurements of young stars <~1" of the SMBH. Constrained with these two studies, the probability that the same underlying young binary fraction extends across the entire region is <1.4%. This tension provides support for a radial dependence of the binary star fraction and, therefore, for the dynamical predictions of binary merger and evaporation events close to the SMBH.
△ Less
Submitted 7 February, 2024; v1 submitted 23 January, 2024;
originally announced January 2024.
-
Solar neutrino measurements using the full data period of Super-Kamiokande-IV
Authors:
Super-Kamiokande Collaboration,
:,
K. Abe,
C. Bronner,
Y. Hayato,
K. Hiraide,
K. Hosokawa,
K. Ieki,
M. Ikeda,
S. Imaizumi,
K. Iyogi,
J. Kameda,
Y. Kanemura,
R. Kaneshima,
Y. Kashiwagi,
Y. Kataoka,
Y. Kato,
Y. Kishimoto,
S. Miki,
S. Mine,
M. Miura,
T. Mochizuki,
S. Moriyama,
Y. Nagao,
M. Nakahata
, et al. (305 additional authors not shown)
Abstract:
An analysis of solar neutrino data from the fourth phase of Super-Kamiokande~(SK-IV) from October 2008 to May 2018 is performed and the results are presented. The observation time of the data set of SK-IV corresponds to $2970$~days and the total live time for all four phases is $5805$~days. For more precise solar neutrino measurements, several improvements are applied in this analysis: lowering th…
▽ More
An analysis of solar neutrino data from the fourth phase of Super-Kamiokande~(SK-IV) from October 2008 to May 2018 is performed and the results are presented. The observation time of the data set of SK-IV corresponds to $2970$~days and the total live time for all four phases is $5805$~days. For more precise solar neutrino measurements, several improvements are applied in this analysis: lowering the data acquisition threshold in May 2015, further reduction of the spallation background using neutron clustering events, precise energy reconstruction considering the time variation of the PMT gain. The observed number of solar neutrino events in $3.49$--$19.49$ MeV electron kinetic energy region during SK-IV is $65,443^{+390}_{-388}\,(\mathrm{stat.})\pm 925\,(\mathrm{syst.})$ events. Corresponding $\mathrm{^{8}B}$ solar neutrino flux is $(2.314 \pm 0.014\, \rm{(stat.)} \pm 0.040 \, \rm{(syst.)}) \times 10^{6}~\mathrm{cm^{-2}\,s^{-1}}$, assuming a pure electron-neutrino flavor component without neutrino oscillations. The flux combined with all SK phases up to SK-IV is $(2.336 \pm 0.011\, \rm{(stat.)} \pm 0.043 \, \rm{(syst.)}) \times 10^{6}~\mathrm{cm^{-2}\,s^{-1}}$. Based on the neutrino oscillation analysis from all solar experiments, including the SK $5805$~days data set, the best-fit neutrino oscillation parameters are $\rm{sin^{2} θ_{12,\,solar}} = 0.306 \pm 0.013 $ and $Δm^{2}_{21,\,\mathrm{solar}} = (6.10^{+ 0.95}_{-0.81}) \times 10^{-5}~\rm{eV}^{2}$, with a deviation of about 1.5$σ$ from the $Δm^{2}_{21}$ parameter obtained by KamLAND. The best-fit neutrino oscillation parameters obtained from all solar experiments and KamLAND are $\sin^{2} θ_{12,\,\mathrm{global}} = 0.307 \pm 0.012 $ and $Δm^{2}_{21,\,\mathrm{global}} = (7.50^{+ 0.19}_{-0.18}) \times 10^{-5}~\rm{eV}^{2}$.
△ Less
Submitted 20 February, 2024; v1 submitted 20 December, 2023;
originally announced December 2023.
-
An extended Kolmogorov-Avrami-Ishibashi (EKAI) model to simulate dynamic characteristics of polycrystalline-ferroelectric-gate field-effect transistors
Authors:
Shigeki Sakai,
Mitsue Takahashi
Abstract:
An extended Kolmogorov-Avrami-Ishibashi (EKAI) model is proposed, which represents dynamic characteristics in polycrystalline ferroelectric films consisting of grains under time-dependent electric fields. The original Kolmogorov-Avrami-Ishibashi (KAI) model described time-varying polarization reversal in a single-crystal film under a constant electric field. The field and the polarization were dir…
▽ More
An extended Kolmogorov-Avrami-Ishibashi (EKAI) model is proposed, which represents dynamic characteristics in polycrystalline ferroelectric films consisting of grains under time-dependent electric fields. The original Kolmogorov-Avrami-Ishibashi (KAI) model described time-varying polarization reversal in a single-crystal film under a constant electric field. The field and the polarization were directed along the film normal. The polarization reversal dynamics were represented by a time-evolution function, c(t), regarding the volume fractions of the downward- and upward-polarization domains under a constant electric field. In the EKAI model, a grain in a polycrystalline ferroelectric film is indexed by l with an angle theta which is the angle between the spontaneous polarization Ps and the film normal. The EKAI model first assumes KAI-like polarization variations under a constant field inside the grain whose angle is tilted by theta. The second assumption is concerned with polarization variation under time-varying electric field. During a time period delta_t from t_now to t_next (=t_now+delta_t), the volume fractions of the downward- and upward-polarization domains changes according to the function c(t) under an electric field at t_now. By combining the derived polarization and an electrostatic potential equation across a gate stacked structure at t_next, an electric field at t_next is derived. Since the electric field and the volume fractions of the downward and upward domains are known at t_next, the calculation at the next delta_t step is possible. This procedure is repeated, and the EKAI model can simulate time-varying polarization reversal phenomena. Good agreement of the numerical results with the experimental indicates that the model is appropriate to simulate dynamic characteristics of FeFETs with polycrystalline ferroelectric films under swept and pulsed gate-voltages.
△ Less
Submitted 29 November, 2023;
originally announced November 2023.
-
Hyperuniformity in two-dimensional periodic and quasiperiodic point patterns
Authors:
A. Koga,
S. Sakai
Abstract:
We study hyperuniform properties in various two-dimensional periodic and quasiperiodic point patterns. Using the histogram of the two-point distances, we develop an efficient method to calculate the hyperuniformity order metric, which quantifies the regularity of the hyperuniform point patterns. The results are compared with those calculated with the conventional running average method. To discuss…
▽ More
We study hyperuniform properties in various two-dimensional periodic and quasiperiodic point patterns. Using the histogram of the two-point distances, we develop an efficient method to calculate the hyperuniformity order metric, which quantifies the regularity of the hyperuniform point patterns. The results are compared with those calculated with the conventional running average method. To discuss how the lattice symmetry affects the order metric, we treat the trellis and Shastry-Sutherland lattices with the same point density as examples of periodic lattices, and Stampfli hexagonal and dodecagonal quasiperiodic tilings with the same point density as examples of quasiperiodic tilings. It is found that the order metric for the Shastry-Sutherland lattice (Stampfli dodecagonal tilings) is smaller than the other in the periodic (quasiperiodic) tiling, meaning that the order metric is deeply related to the lattice symmetry. Namely, the point pattern with higher symmetry is characterized by the smaller order metric when their point densities are identical. Order metrics for several other quasiperiodic tilings are also calculated.
△ Less
Submitted 13 November, 2023;
originally announced November 2023.
-
Performance of the electromagnetic and hadronic prototype segments of the ALICE Forward Calorimeter
Authors:
M. Aehle,
J. Alme,
C. Arata,
I. Arsene,
I. Bearden,
T. Bodova,
V. Borshchov,
O. Bourrion,
M. Bregant,
A. van den Brink,
V. Buchakchiev,
A. Buhl,
T. Chujo,
L. Dufke,
V. Eikeland,
M. Fasel,
N. Gauger,
A. Gautam,
A. Ghimouz,
Y. Goto,
R. Guernane,
T. Hachiya,
H. Hassan,
L. He,
H. Helstrup
, et al. (52 additional authors not shown)
Abstract:
We present the performance of a full-length prototype of the ALICE Forward Calorimeter (FoCal). The detector is composed of a silicon-tungsten electromagnetic sampling calorimeter with longitudinal and transverse segmentation (FoCal-E) of about 20$X_0$ and a hadronic copper-scintillating-fiber calorimeter (FoCal-H) of about 5$λ_{\rm int}$. The data were taken between 2021 and 2023 at the CERN PS a…
▽ More
We present the performance of a full-length prototype of the ALICE Forward Calorimeter (FoCal). The detector is composed of a silicon-tungsten electromagnetic sampling calorimeter with longitudinal and transverse segmentation (FoCal-E) of about 20$X_0$ and a hadronic copper-scintillating-fiber calorimeter (FoCal-H) of about 5$λ_{\rm int}$. The data were taken between 2021 and 2023 at the CERN PS and SPS beam lines with hadron (electron) beams up to energies of 350 (300) GeV. Regarding FoCal-E, we report a comprehensive analysis of its response to minimum ionizing particles across all pad layers. The longitudinal shower profile of electromagnetic showers is measured with a layer-wise segmentation of 1$X_0$. As a projection to the performance of the final detector in electromagnetic showers, we demonstrate linearity in the full energy range, and show that the energy resolution fulfills the requirements for the physics needs. Additionally, the performance to separate two-showers events was studied by quantifying the transverse shower width. Regarding FoCal-H, we report a detailed analysis of the response to hadron beams between 60 and 350 GeV. The results are compared to simulations obtained with a Geant4 model of the test beam setup, which in particular for FoCal-E are in good agreement with the data. The energy resolution of FoCal-E was found to be lower than 3% at energies larger than 100 GeV. The response of FoCal-H to hadron beams was found to be linear, albeit with a significant intercept that is about factor 2 larger than in simulations. Its resolution, which is non-Gaussian and generally larger than in simulations, was quantified using the FWHM, and decreases from about 16% at 100 GeV to about 11% at 350 GeV. The discrepancy to simulations, which is particularly evident at low hadron energies, needs to be further investigated.
△ Less
Submitted 16 July, 2024; v1 submitted 13 November, 2023;
originally announced November 2023.
-
Atmospheric neutrino oscillation analysis with neutron tagging and an expanded fiducial volume in Super-Kamiokande I-V
Authors:
Super-Kamiokande Collaboration,
:,
T. Wester,
K. Abe,
C. Bronner,
Y. Hayato,
K. Hiraide,
K. Hosokawa,
K. Ieki,
M. Ikeda,
J. Kameda,
Y. Kanemura,
R. Kaneshima,
Y. Kashiwagi,
Y. Kataoka,
S. Miki,
S. Mine,
M. Miura,
S. Moriyama,
Y. Nakano,
M. Nakahata,
S. Nakayama,
Y. Noguchi,
K. Sato,
H. Sekiya
, et al. (212 additional authors not shown)
Abstract:
We present a measurement of neutrino oscillation parameters with the Super-Kamiokande detector using atmospheric neutrinos from the complete pure-water SK I-V (April 1996-July 2020) data set, including events from an expanded fiducial volume. The data set corresponds to 6511.3 live days and an exposure of 484.2 kiloton-years. Measurements of the neutrino oscillation parameters $Δm^2_{32}$,…
▽ More
We present a measurement of neutrino oscillation parameters with the Super-Kamiokande detector using atmospheric neutrinos from the complete pure-water SK I-V (April 1996-July 2020) data set, including events from an expanded fiducial volume. The data set corresponds to 6511.3 live days and an exposure of 484.2 kiloton-years. Measurements of the neutrino oscillation parameters $Δm^2_{32}$, $\sin^2θ_{23}$, $\sin^2 θ_{13}$, $δ_{CP}$, and the preference for the neutrino mass ordering are presented with atmospheric neutrino data alone, and with constraints on $\sin^2 θ_{13}$ from reactor neutrino experiments. Our analysis including constraints on $\sin^2 θ_{13}$ favors the normal mass ordering at the 92.3% level.
△ Less
Submitted 8 November, 2023;
originally announced November 2023.
-
Measurement of the neutrino-oxygen neutral-current quasielastic cross section using atmospheric neutrinos in the SK-Gd experiment
Authors:
S. Sakai,
K. Abe,
C. Bronner,
Y. Hayato,
K. Hiraide,
K. Hosokawa,
K. Ieki,
M. Ikeda,
J. Kameda,
Y. Kanemura,
R. Kaneshima,
Y. Kashiwagi,
Y. Kataoka,
S. Miki,
S. Mine,
M. Miura,
S. Moriyama,
Y. Nakano,
M. Nakahata,
S. Nakayama,
Y. Noguchi,
K. Sato,
H. Sekiya,
H. Shiba,
K. Shimizu
, et al. (211 additional authors not shown)
Abstract:
We report the first measurement of the atmospheric neutrino-oxygen neutral-current quasielastic (NCQE) cross section in the gadolinium-loaded Super-Kamiokande (SK) water Cherenkov detector. In June 2020, SK began a new experimental phase, named SK-Gd, by loading 0.011% by mass of gadolinium into the ultrapure water of the SK detector. The introduction of gadolinium to ultrapure water has the effec…
▽ More
We report the first measurement of the atmospheric neutrino-oxygen neutral-current quasielastic (NCQE) cross section in the gadolinium-loaded Super-Kamiokande (SK) water Cherenkov detector. In June 2020, SK began a new experimental phase, named SK-Gd, by loading 0.011% by mass of gadolinium into the ultrapure water of the SK detector. The introduction of gadolinium to ultrapure water has the effect of improving the neutron-tagging efficiency. Using a 552.2 day data set from August 2020 to June 2022, we measure the NCQE cross section to be 0.74 $\pm$ 0.22(stat.) $^{+0.85}_{-0.15}$ (syst.) $\times$ 10$^{-38}$ cm$^{2}$/oxygen in the energy range from 160 MeV to 10 GeV, which is consistent with the atmospheric neutrino-flux-averaged theoretical NCQE cross section and the measurement in the SK pure-water phase within the uncertainties. Furthermore, we compare the models of the nucleon-nucleus interactions in water and find that the Binary Cascade model and the Liege Intranuclear Cascade model provide a somewhat better fit to the observed data than the Bertini Cascade model. Since the atmospheric neutrino-oxygen NCQE reactions are one of the main backgrounds in the search for diffuse supernova neutrino background (DSNB), these new results will contribute to future studies - and the potential discovery - of the DSNB in SK.
△ Less
Submitted 7 November, 2023;
originally announced November 2023.
-
Search for Periodic Time Variations of the Solar $^8$B Neutrino Flux between 1996 and 2018 in Super-Kamiokande
Authors:
K. Abe,
C. Bronner,
Y. Hayato,
K. Hiraide,
K. Hosokawa,
K. Ieki,
M. Ikeda,
J. Kameda,
Y. Kanemura,
R. Kaneshima,
Y. Kashiwagi,
Y. Kataoka,
S. Miki,
S. Mine,
M. Miura,
S. Moriyama,
Y. Nakano,
M. Nakahata,
S. Nakayama,
Y. Noguchi,
K. Sato,
H. Sekiya,
H. Shiba,
K. Shimizu,
M. Shiozawa
, et al. (211 additional authors not shown)
Abstract:
We report a search for time variations of the solar $^8$B neutrino flux using 5804 live days of Super-Kamiokande data collected between May 31, 1996, and May 30, 2018. Super-Kamiokande measured the precise time of each solar neutrino interaction over 22 calendar years to search for solar neutrino flux modulations with unprecedented precision. Periodic modulations are searched for in a dataset comp…
▽ More
We report a search for time variations of the solar $^8$B neutrino flux using 5804 live days of Super-Kamiokande data collected between May 31, 1996, and May 30, 2018. Super-Kamiokande measured the precise time of each solar neutrino interaction over 22 calendar years to search for solar neutrino flux modulations with unprecedented precision. Periodic modulations are searched for in a dataset comprising five-day interval solar neutrino flux measurements with a maximum likelihood method. We also applied the Lomb-Scargle method to this dataset to compare it with previous reports. The only significant modulation found is due to the elliptic orbit of the Earth around the Sun. The observed modulation is consistent with astronomical data: we measured an eccentricity of (1.53$\pm$0.35)\%, and a perihelion shift of ($-$1.5$\pm$13.5) days.
△ Less
Submitted 6 June, 2024; v1 submitted 2 November, 2023;
originally announced November 2023.
-
Supercurrent Distribution in Real-Space and Anomalous Paramagnetic Response in a Superconducting Quasicrystal
Authors:
Takumi Fukushima,
Nayuta Takemori,
Shiro Sakai,
Masanori Ichioka,
Anuradha Jagannathan
Abstract:
We theoretically study the real-space distribution of the supercurrent that flows under a uniform vector potential in a two-dimensional quasiperiodic structure. This is done by considering the attractive Hubbard model on the quasiperiodic Ammann-Beenker structure and studying the superconducting phase within the Bogoliubov-de Gennes mean-field theory. Decomposing the local supercurrent into the pa…
▽ More
We theoretically study the real-space distribution of the supercurrent that flows under a uniform vector potential in a two-dimensional quasiperiodic structure. This is done by considering the attractive Hubbard model on the quasiperiodic Ammann-Beenker structure and studying the superconducting phase within the Bogoliubov-de Gennes mean-field theory. Decomposing the local supercurrent into the paramagnetic and diamagnetic components, we numerically investigate their dependencies on average electron density, temperature, and the angle of the applied vector potential. We find that the diamagnetic current locally violates the current conservation law, necessitating compensation from the paramagnetic current, even at zero temperature. The paramagnetic current shows exotic behaviors in the quasiperiodic structure, such as local currents which are oriented transversally or reversely to that of the applied vector potential.
△ Less
Submitted 5 October, 2023;
originally announced October 2023.
-
Near-Infrared Flux Distribution of Sgr A* from 2005-2022: Evidence for an Enhanced Accretion Episode in 2019
Authors:
Grant C. Weldon,
Tuan Do,
Gunther Witzel,
Andrea M. Ghez,
Abhimat K. Gautam,
Eric E. Becklin,
Mark R. Morris,
Gregory D. Martinez,
Shoko Sakai,
Jessica R. Lu,
Keith Matthews,
Matthew W. Hosek Jr.,
Zoë Haggard
Abstract:
Sgr A* is the variable electromagnetic source associated with accretion onto the Galactic center supermassive black hole. While the near-infrared (NIR) variability of Sgr A* was shown to be consistent over two decades, unprecedented activity in 2019 challenges existing statistical models. We investigate the origin of this activity by re-calibrating and re-analyzing all of our Keck Observatory Sgr…
▽ More
Sgr A* is the variable electromagnetic source associated with accretion onto the Galactic center supermassive black hole. While the near-infrared (NIR) variability of Sgr A* was shown to be consistent over two decades, unprecedented activity in 2019 challenges existing statistical models. We investigate the origin of this activity by re-calibrating and re-analyzing all of our Keck Observatory Sgr A* imaging observations from 2005-2022. We present light curves from 69 observation epochs using the NIRC2 imager at 2.12 $μ$m with laser guide star adaptive optics. These observations reveal that the mean luminosity of Sgr A* increased by a factor of $\sim$3 in 2019, and the 2019 light curves had higher variance than in all time periods we examined. We find that the 2020-2022 flux distribution is statistically consistent with the historical sample and model predictions, but with fewer bright measurements above 0.6 mJy at the $\sim$2$σ$ level. Since 2019, we have observed a maximum $K_s$ (2.2 $μ$m) flux of 0.9 mJy, compared to the highest pre-2019 flux of 2.0 mJy and highest 2019 flux of 5.6 mJy. Our results suggest that the 2019 activity was caused by a temporary accretion increase onto Sgr A*, possibly due to delayed accretion of tidally-stripped gas from the gaseous object G2 in 2014. We also examine faint Sgr A* fluxes over a long time baseline to search for a quasi-steady quiescent state. We find that Sgr A* displays flux variations over a factor of $\sim$500, with no evidence for a quiescent state in the NIR.
△ Less
Submitted 18 August, 2023;
originally announced August 2023.
-
An Updated Reference Frame for the Galactic Inner Parsec
Authors:
Jeremy Darling,
Jennie Paine,
Mark J. Reid,
Karl M. Menten,
Shoko Sakai,
Andrea Ghez
Abstract:
Infrared observations of stellar orbits about Sgr A* probe the mass distribution in the inner parsec of the Galaxy and provide definitive evidence for the existence of a massive black hole. However, the infrared astrometry is relative and is tied to the radio emission from Sgr A* using stellar SiO masers that coincide with infrared-bright stars. To support and improve this two-step astrometry, we…
▽ More
Infrared observations of stellar orbits about Sgr A* probe the mass distribution in the inner parsec of the Galaxy and provide definitive evidence for the existence of a massive black hole. However, the infrared astrometry is relative and is tied to the radio emission from Sgr A* using stellar SiO masers that coincide with infrared-bright stars. To support and improve this two-step astrometry, we present new astrometric observations of 15 stellar SiO masers within 2 pc of Sgr A*. Combined with legacy observations spanning 25.8 years, we re-analyze the relative offsets of these masers from Sgr A* and measure positions and proper motions that are significantly improved compared to the previously published reference frame. Maser positions are corrected for epoch-specific differential aberration, precession, nutation, and solar gravitational deflection. Omitting the supergiant IRS 7, the mean position uncertainties are 0.46 mas and 0.84 mas in RA and Dec., and the mean proper motion uncertainties are 0.07 mas yr$^{-1}$ and 0.12 mas yr$^{-1}$, respectively. At a distance of 8.2 kpc, these correspond to position uncertainties of 3.7 AU and 6.9 AU and proper motion uncertainties of 2.7 km s$^{-1}$ and 4.6 km s$^{-1}$. The reference frame stability, the uncertainty in the variance-weighted mean proper motion of the maser ensemble, is 8 $μ$as yr$^{-1}$ (0.30 km s$^{-1}$) in RA and 11 $μ$as yr$^{-1}$ (0.44 km s$^{-1}$) in Dec., which represents a 2.3-fold improvement over previous work and a new benchmark for the maser-based reference frame.
△ Less
Submitted 6 August, 2023;
originally announced August 2023.
-
Unveiling phase diagram of the lightly doped high-Tc cuprate superconductors with disorder removed
Authors:
Kifu Kurokawa,
Shunsuke Isono,
Yoshimitsu Kohama,
So Kunisada,
Shiro Sakai,
Ryotaro Sekine,
Makoto Okubo,
Matthew D. Watson,
Timur K. Kim,
Cephise Cacho,
Shik Shin,
Takami Tohyama,
Kazuyasu Tokiwa,
Takeshi Kondo
Abstract:
The currently established electronic phase diagram of cuprates is based on a study of single- and double-layered compounds. These CuO$_2$ planes, however, are directly contacted with dopant layers, thus inevitably disordered with an inhomogeneous electronic state. Here, we solve this issue by investigating a 6-layered Ba$_2$Ca$_5$Cu$_6$O$_{12}$(F,O)$_2$ with inner CuO$_2$ layers, which are clean w…
▽ More
The currently established electronic phase diagram of cuprates is based on a study of single- and double-layered compounds. These CuO$_2$ planes, however, are directly contacted with dopant layers, thus inevitably disordered with an inhomogeneous electronic state. Here, we solve this issue by investigating a 6-layered Ba$_2$Ca$_5$Cu$_6$O$_{12}$(F,O)$_2$ with inner CuO$_2$ layers, which are clean with the extremely low disorder, by angle-resolved photoemission spectroscopy (ARPES) and quantum oscillation measurements. We find a tiny Fermi pocket with a doping level less than 1% to exhibit well-defined quasiparticle peaks which surprisingly lack the polaronic feature. This provides the first evidence that the slightest amount of carriers is enough to turn a Mott insulating state into a metallic state with long-lived quasiparticles. By tuning hole carriers, we also find an unexpected phase transition from the superconducting to metallic states at 4%. Our results are distinct from the nodal liquid state with polaronic features proposed as an anomaly of the heavily underdoped cuprates.
△ Less
Submitted 14 July, 2023;
originally announced July 2023.
-
Emergent zero-field anomalous Hall effect in a reconstructedrutileantiferromagnetic metal
Authors:
Meng Wang,
Katsuhiro Tanaka,
Shiro Sakai,
Ziqian Wang,
Ke Deng,
Yingjie Lyu,
Cong Li,
Di Tian,
Shengchun Shen,
Naoki Ogawa,
Naoya Kanazawa,
Pu Yu,
Ryotaro Arita,
Fumitaka Kagawa
Abstract:
Anomalous Hall effect (AHE) emerged in antiferromagnetic metals shows intriguing physics and application potential. In contrast to certain noncollinear antiferromagnets, rutile RuO$_2$ has been proposed recently to exhibit a crystal-assisted AHE with collinear antiferromagnetism. However, in RuO$_2$, the on-site magnetic moment accompanying itinerant 4d electrons is quite small, and more important…
▽ More
Anomalous Hall effect (AHE) emerged in antiferromagnetic metals shows intriguing physics and application potential. In contrast to certain noncollinear antiferromagnets, rutile RuO$_2$ has been proposed recently to exhibit a crystal-assisted AHE with collinear antiferromagnetism. However, in RuO$_2$, the on-site magnetic moment accompanying itinerant 4d electrons is quite small, and more importantly, the AHE at zero external field is prohibited by symmetry because of the high-symmetry [001] direction of the Néel vector. Here, we show the AHE at zero field in the collinear antiferromagnet, Cr-doped RuO$_2$. The appropriate doping of Cr at Ru sites results in a rotation of the Néel vector from [001] to [110] and enhancement of the on-site magnetic moment by one order of magnitude while maintaining a metallic state with the collinear antiferromagnetism. The AHE with vanishing net moment in the Ru$_{0.8}$Cr$_{0.2}$O$_2$ exhibits an orientation dependence consistent with the [110]-oriented Néel vector. These results open a new avenue to manipulate AHE in antiferromagnetic metals.
△ Less
Submitted 12 July, 2023;
originally announced July 2023.
-
Search for astrophysical electron antineutrinos in Super-Kamiokande with 0.01wt% gadolinium-loaded water
Authors:
M. Harada,
K. Abe,
C. Bronner,
Y. Hayato,
K. Hiraide,
K. Hosokawa,
K. Ieki,
M. Ikeda,
J. Kameda,
Y. Kanemura,
R. Kaneshima,
Y. Kashiwagi,
Y. Kataoka,
S. Miki,
S. Mine,
M. Miura,
S. Moriyama,
Y. Nakano,
M. Nakahata,
S. Nakayama,
Y. Noguchi,
K. Okamoto,
K. Sato,
H. Sekiya,
H. Shiba
, et al. (216 additional authors not shown)
Abstract:
We report the first search result for the flux of astrophysical electron antineutrinos for energies O(10) MeV in the gadolinium-loaded Super-Kamiokande (SK) detector. In June 2020, gadolinium was introduced to the ultra-pure water of the SK detector in order to detect neutrons more efficiently. In this new experimental phase, SK-Gd, we can search for electron antineutrinos via inverse beta decay w…
▽ More
We report the first search result for the flux of astrophysical electron antineutrinos for energies O(10) MeV in the gadolinium-loaded Super-Kamiokande (SK) detector. In June 2020, gadolinium was introduced to the ultra-pure water of the SK detector in order to detect neutrons more efficiently. In this new experimental phase, SK-Gd, we can search for electron antineutrinos via inverse beta decay with efficient background rejection and higher signal efficiency thanks to the high efficiency of the neutron tagging technique. In this paper, we report the result for the initial stage of SK-Gd with a $22.5\times552$ $\rm kton\cdot day$ exposure at 0.01% Gd mass concentration. No significant excess over the expected background in the observed events is found for the neutrino energies below 31.3 MeV. Thus, the flux upper limits are placed at the 90% confidence level. The limits and sensitivities are already comparable with the previous SK result with pure-water ($22.5 \times 2970 \rm kton\cdot day$) owing to the enhanced neutron tagging.
△ Less
Submitted 30 May, 2023; v1 submitted 8 May, 2023;
originally announced May 2023.
-
Evidence of a Decreased Binary Fraction for Massive Stars Within 20 Milliparsecs of the Supermassive Black Hole at the Galactic Center
Authors:
Devin S. Chu,
Tuan Do,
Andrea Ghez,
Abhimat K. Gautam,
Anna Ciurlo,
Kelly Kosmo O'Neil,
Matthew W. Hosek Jr.,
Aurélien Hees,
Smadar Naoz,
Shoko Sakai,
Jessica R. Lu,
Zhuo Chen,
Rory O. Bentley,
Eric E. Becklin,
Keith Matthews
Abstract:
We present the results of the first systematic search for spectroscopic binaries within the central 2 x 3 arcsec$^2$ around the supermassive black hole at the center of the Milky Way galaxy. This survey is based primarily on over a decade of adaptive optics-fed integral-field spectroscopy (R$\sim$4000), obtained as part of the Galactic Center Orbits Initiative at Keck Observatory, and has a limiti…
▽ More
We present the results of the first systematic search for spectroscopic binaries within the central 2 x 3 arcsec$^2$ around the supermassive black hole at the center of the Milky Way galaxy. This survey is based primarily on over a decade of adaptive optics-fed integral-field spectroscopy (R$\sim$4000), obtained as part of the Galactic Center Orbits Initiative at Keck Observatory, and has a limiting $K$'-band magnitude of 15.8, which is at least 4 magnitudes deeper than previous spectroscopic searches for binaries at larger radii within the central nuclear star cluster. From this primary dataset, over 600 new radial velocities are extracted and reported, increasing by a factor of 3 the number of such measurements. We find no significant periodic signals in our sample of 28 stars, of which 16 are massive, young (main-sequence B) stars and 12 are low-mass, old (M and K giant) stars. Using Monte Carlo simulations, we derive upper limits on the intrinsic binary star fraction for the young star population at 47% (at 95% confidence) located $\sim$20 mpc from the black hole. The young star binary fraction is significantly lower than that observed in the field (70%). This result is consistent with a scenario in which the central supermassive black hole drives nearby stellar binaries to merge or be disrupted and may have important implications for the production of gravitational waves and hypervelocity stars.
△ Less
Submitted 29 March, 2023;
originally announced March 2023.
-
Strong depletion of $^{13}$C in CO induced by photolysis of CO$_{2}$ in the Martian atmosphere calculated by a photochemical model
Authors:
Tatsuya Yoshida,
Shohei Aoki,
Yuichiro Ueno,
Naoki Terada,
Yuki Nakamura,
Kimie Shiobara,
Nao Yoshida,
Hiromu Nakagawa,
Shotaro Sakai,
Shungo Koyama
Abstract:
The isotopic signature of atmospheric carbon offers a unique tracer for the history of the Martian atmosphere and the origin of organic matter on Mars. Photolysis of CO$_{2}$ is known to induce strong isotopic fractionation of carbon between CO$_{2}$ and CO. However, its effect on the carbon isotopic compositions in the Martian atmosphere remains uncertain. Here we develop a 1-D photochemical mode…
▽ More
The isotopic signature of atmospheric carbon offers a unique tracer for the history of the Martian atmosphere and the origin of organic matter on Mars. Photolysis of CO$_{2}$ is known to induce strong isotopic fractionation of carbon between CO$_{2}$ and CO. However, its effect on the carbon isotopic compositions in the Martian atmosphere remains uncertain. Here we develop a 1-D photochemical model considering isotopic fractionation via photolysis of CO$_{2}$ to estimate the vertical profiles of the carbon isotopic compositions of CO and CO$_{2}$ in the Martian atmosphere. We find that CO is depleted in $^{13}$C compared with CO$_{2}$ at each altitude due to the fractionation via CO$_{2}$ photolysis: the minimum value of $δ^{13}$C in CO is about $-170$ per mil under the standard eddy diffusion setting. This result supports the hypothesis that fractionated atmospheric CO is responsible for the production of the $^{13}$C-depleted organic carbon in Martian sediments detected by Curiosity Rover through the conversion of CO into organic materials and their deposition on the surface. The photolysis and transport-induced fractionation of CO we report here leads to a $\sim 15$ % decrease in the amount of inferred atmospheric loss when combined with the present-day fractionation of the atmosphere and previous studies of carbon escape to space. The fractionated isotopic composition of CO in the Martian atmosphere may be observed by ExoMars Trace Gas Orbiter (TGO) and ground-based telescopes, and escaping ion species produced by the fractionated carbon-bearing species may be detected by Martian Moons eXploration (MMX) in the future.
△ Less
Submitted 24 February, 2023;
originally announced February 2023.
-
Two-parabolic-generator subgroups of hyperbolic 3-manifold groups
Authors:
Shunsuke Sakai,
Makoto Sakuma
Abstract:
We give a detailed account of Agol's theorem and his proof concerning two-meridional-generator subgroups of hyperbolic 2-bridge link groups, which is included in the slide of his talk at the Bolyai conference 2001. We also give a generalization of the theorem to two-parabolic-generator subgroups of hyperbolic 3-manifold groups, which gives a refinement of a result due to Boileau-Weidmann.
We give a detailed account of Agol's theorem and his proof concerning two-meridional-generator subgroups of hyperbolic 2-bridge link groups, which is included in the slide of his talk at the Bolyai conference 2001. We also give a generalization of the theorem to two-parabolic-generator subgroups of hyperbolic 3-manifold groups, which gives a refinement of a result due to Boileau-Weidmann.
△ Less
Submitted 1 March, 2023; v1 submitted 21 February, 2023;
originally announced February 2023.
-
Combinatorial local convexity implies convexity in finite dimensional CAT(0) cubed complexes
Authors:
Shunsuke Sakai,
Makoto Sakuma
Abstract:
We give a proof to the following theorem, which is well-known among experts: A connected subcomplex $W$ of a finite dimensional CAT(0) cubed complex $X$ is convex if and only if Lk$(v, W)$ is a full subcomplex of Lk$(v, X)$ for every vertex $v$ of $W$.
We give a proof to the following theorem, which is well-known among experts: A connected subcomplex $W$ of a finite dimensional CAT(0) cubed complex $X$ is convex if and only if Lk$(v, W)$ is a full subcomplex of Lk$(v, X)$ for every vertex $v$ of $W$.
△ Less
Submitted 18 March, 2023; v1 submitted 21 February, 2023;
originally announced February 2023.
-
Stellar Populations in the Central 0.5 pc of Our Galaxy III: The Dynamical Sub-structures
Authors:
Siyao Jia,
Ningyuan Xu,
Jessica R. Lu,
D. S Chu,
K. Kosmo O'Neil,
W. B. Drechsler,
M. W. Hosek Jr.,
S. Sakai,
T. Do,
A. Ciurlo,
A. K. Gautam,
A. M. Ghez,
E. Becklin,
M. R. Morris,
R. O. Bentley
Abstract:
We measure the 3D kinematic structures of the young stars within the central 0.5 parsec of our Galactic Center using the 10 m telescopes of the W.~M.~Keck Observatory over a time span of 25 years. Using high-precision measurements of positions on the sky, and proper motions and radial velocities from new observations and the literature, we constrain the orbital parameters for each young star. Our…
▽ More
We measure the 3D kinematic structures of the young stars within the central 0.5 parsec of our Galactic Center using the 10 m telescopes of the W.~M.~Keck Observatory over a time span of 25 years. Using high-precision measurements of positions on the sky, and proper motions and radial velocities from new observations and the literature, we constrain the orbital parameters for each young star. Our results show two statistically significant sub-structures: a clockwise stellar disk with 18 candidate stars, as has been proposed before, but with an improved disk membership; a second, almost edge-on plane of 10 candidate stars oriented East-West on the sky that includes at least one IRS 13 star. We estimate the eccentricity distribution of each sub-structure and find that the clockwise disk has <$e$> = 0.39 and the edge-on plane has <$e$> = 0.68. We also perform simulations of each disk/plane with incompleteness and spatially-variable extinction to search for asymmetry. Our results show that the clockwise stellar disk is consistent with a uniform azimuthal distribution within the disk. The edge-on plane has an asymmetry that cannot be explained by variable extinction or incompleteness in the field. The orientation, asymmetric stellar distribution, and high eccentricity of the edge-on plane members suggest that this structure may be a stream associated with the IRS 13 group. The complex dynamical structure of the young nuclear cluster indicates that the star formation process involved complex gas structures and dynamics and is inconsistent with a single massive gaseous disk.
△ Less
Submitted 3 February, 2023;
originally announced February 2023.
-
The Swansong of the Galactic Center Source X7: An Extreme Example of Tidal Evolution near the Supermassive Black Hole
Authors:
Anna Ciurlo,
Randall D. Campbell,
Mark R. Morris,
Tuan Do,
Andrea M. Ghez,
Eric E. Becklin,
Rory O. Bentley,
Devin S. Chu,
Abhimat K. Gautam,
Yash A. Gursahani,
Aurelien Hees,
Kelly Kosmo O'Neil,
Jessica R. Lu,
Gregory D. Martinez,
Smadar Naoz,
Shoko Sakai,
Rainer Schoedel
Abstract:
We present two decades of new high-angular-resolution near-infrared data from the W. M. Keck Observatory that reveal extreme evolution in X7, an elongated dust and gas feature, presently located half an arcsecond from the Galactic Center supermassive black hole. With both spectro-imaging observations of Br-γ line-emission and Lp (3.8 μm) imaging data, we provide the first estimate of its orbital p…
▽ More
We present two decades of new high-angular-resolution near-infrared data from the W. M. Keck Observatory that reveal extreme evolution in X7, an elongated dust and gas feature, presently located half an arcsecond from the Galactic Center supermassive black hole. With both spectro-imaging observations of Br-γ line-emission and Lp (3.8 μm) imaging data, we provide the first estimate of its orbital parameters and quantitative characterization of the evolution of its morphology and mass. We find that the leading edge of X7 appears to be on a mildly eccentric (e~0.3), relatively short-period (170 years) orbit and is headed towards periapse passage, estimated to occur in ~2036. Furthermore, our kinematic measurements rule out the earlier suggestion that X7 is associated with the stellar source S0-73 or with any other point source that has overlapped with X7 during our monitoring period. Over the course of our observations, X7 has (1) become more elongated, with a current length-to-width ratio of 9, (2) maintained a very consistent long-axis orientation (position angle of 50 deg), (3) inverted its radial velocity differential from tip to tail from -50 to +80 km/sec, and (4) sustained its total brightness (12.8 Lp magnitudes at the leading edge) and color temperature (425 K), which suggest a constant mass of ~50 MEarth. We present a simple model showing that these results are compatible with the expected effect of tidal forces exerted on it by the central black hole and we propose that X7 is the gas and dust recently ejected from a grazing collision in a binary system.
△ Less
Submitted 16 January, 2023;
originally announced January 2023.
-
Photochemical and RadiatiOn Transport model for Extensive USe (PROTEUS)
Authors:
Yuki Nakamura,
Naoki Terada,
Shungo Koyama,
Tatsuya Yoshida,
Hiroki Karyu,
Kaori Terada,
Takeshi Kuroda,
Arihiro Kamada,
Isao Murata,
Shotaro Sakai,
Yuhei Suzuki,
Mirai Kobayashi,
François Leblanc
Abstract:
We introduce a new flexible one-dimensional photochemical model named Photochemical and RadiatiOn Transport model for Extensive USe (PROTEUS), which consists of a Python graphical user interface (GUI) program and Fortran 90 modules. PROTEUS is designed for adaptability to many planetary atmospheres, for flexibility to deal with thousands of or more chemical reactions with high efficiency, and for…
▽ More
We introduce a new flexible one-dimensional photochemical model named Photochemical and RadiatiOn Transport model for Extensive USe (PROTEUS), which consists of a Python graphical user interface (GUI) program and Fortran 90 modules. PROTEUS is designed for adaptability to many planetary atmospheres, for flexibility to deal with thousands of or more chemical reactions with high efficiency, and for intuitive operation with GUI. Chemical reactions can be easily implemented into the Python GUI program in a simple string format, and users can intuitively select a planet and chemical reactions on GUI. Chemical reactions selected on GUI are automatically analyzed by string parsing functions in the Python GUI program, then applied to the Fortran 90 modules to simulate with the selected chemical reactions on a selected planet. PROTEUS can significantly save the time for those who need to develop a new photochemical model; users just need to write chemical reactions in the Python GUI program and just select them on GUI to run a new photochemical model.
△ Less
Submitted 6 January, 2023;
originally announced January 2023.
-
Dynamical mean-field theory for the Hubbard-Holstein model on a quantum device
Authors:
Steffen Backes,
Yuta Murakami,
Shiro Sakai,
Ryotaro Arita
Abstract:
Recent developments in quantum hardware and quantum algorithms have made it possible to utilize the capabilities of current noisy intermediate-scale quantum devices for addressing problems in quantum chemistry and condensed matter physics. Here we report a demonstration of solving the dynamical mean-field theory (DMFT) impurity problem for the Hubbard-Holstein model on the IBM 27-qubit Quantum Fal…
▽ More
Recent developments in quantum hardware and quantum algorithms have made it possible to utilize the capabilities of current noisy intermediate-scale quantum devices for addressing problems in quantum chemistry and condensed matter physics. Here we report a demonstration of solving the dynamical mean-field theory (DMFT) impurity problem for the Hubbard-Holstein model on the IBM 27-qubit Quantum Falcon Processor Kawasaki, including self-consistency of the DMFT equations. This opens up the possibility to investigate strongly correlated electron systems coupled to bosonic degrees of freedom and impurity problems with frequency-dependent interactions. The problem involves both fermionic and bosonic degrees of freedom to be encoded on the quantum device, which we solve using a recently proposed Krylov variational quantum algorithm to obtain the impurity Green's function. We find the resulting spectral function to be in good agreement with the exact result, exhibiting both correlation and plasmonic satellites and significantly surpassing the accuracy of standard Trotter-expansion approaches. Our results provide an essential building block to study electronic correlations and plasmonic excitations on future quantum computers with modern ab initio techniques.
△ Less
Submitted 4 January, 2023;
originally announced January 2023.
-
Measurement of the cosmogenic neutron yield in Super-Kamiokande with gadolinium loaded water
Authors:
Super-Kamiokande Collaboration,
:,
M. Shinoki,
K. Abe,
Y. Hayato,
K. Hiraide,
K. Hosokawa,
K. Ieki,
M. Ikeda,
J. Kameda,
Y. Kanemura,
R. Kaneshima,
Y. Kashiwagi,
Y. Kataoka,
S. Miki,
S. Mine,
M. Miura,
S. Moriyama,
Y. Nakano,
M. Nakahata,
S. Nakayama,
Y. Noguchi,
K. Okamoto,
K. Sato,
H. Sekiya
, et al. (217 additional authors not shown)
Abstract:
Cosmic-ray muons that enter the Super-Kamiokande detector cause hadronic showers due to spallation in water, producing neutrons and radioactive isotopes. Those are a major background source for studies of MeV-scale neutrinos and searches for rare events. Since 2020, gadolinium was introduced in the ultra-pure water in the Super-Kamiokande detector to improve the detection efficiency of neutrons. I…
▽ More
Cosmic-ray muons that enter the Super-Kamiokande detector cause hadronic showers due to spallation in water, producing neutrons and radioactive isotopes. Those are a major background source for studies of MeV-scale neutrinos and searches for rare events. Since 2020, gadolinium was introduced in the ultra-pure water in the Super-Kamiokande detector to improve the detection efficiency of neutrons. In this study, the cosmogenic neutron yield was measured using data acquired during the period after the gadolinium loading. The yield was found to be $(2.76 \pm 0.02\,\mathrm{(stat.) \pm 0.19\,\mathrm{(syst.)}}) \times 10^{-4}\,μ^{-1} \mathrm{g^{-1} cm^{2}}$ at 259 GeV of average muon energy at the Super-Kamiokande detector.
△ Less
Submitted 25 October, 2023; v1 submitted 21 December, 2022;
originally announced December 2022.