-
Measurement of Methane Line Broadening in Hot Hydrogen/Helium Atmospheres at $λ$ = 1.60-1.63 μm for Substellar Object Spectroscopy
Authors:
Ko Hosokawa,
Takayuki Kotani,
Hajime Kawahara,
Yui Kawashima,
Kento Masuda,
Aoi Takahashi,
Kazuo Yoshioka
Abstract:
Recent high-dispersion spectroscopy from ground-based telescopes and high-precision spectroscopy from space observatories have enabled atmospheric observations of substellar objects, such as brown dwarfs and hot gaseous exoplanets, with sufficient precision to make ambient gas differences in molecular line broadening a significant factor. In this paper, we experimentally measured the pressure broa…
▽ More
Recent high-dispersion spectroscopy from ground-based telescopes and high-precision spectroscopy from space observatories have enabled atmospheric observations of substellar objects, such as brown dwarfs and hot gaseous exoplanets, with sufficient precision to make ambient gas differences in molecular line broadening a significant factor. In this paper, we experimentally measured the pressure broadening of methane in a high-temperature hydrogen-helium background atmosphere in the H band, which had not been previously measured. The experiment used glass cells, inserted in a tube furnace, filled with methane in a hydrogen-helium background atmosphere or pure methane gas. Spectra were obtained at four temperatures ranging from room temperature to 1000 K, in the wavelength range 1.60-1.63 $μ$m, using a tunable laser, yielding eight high-resolution spectra in total. A full Bayesian analysis was performed on the obtained spectra, using the differentiable spectral model ExoJAX and the Hamiltonian Monte Carlo for inferring a large number of parameters, allowing us to infer the H2/He pressure broadening for 22 transitions mainly in the R-branch of the 2$ν_3$ band. As a result, we found a temperature exponent of approximately 0.27 and a reference width at 296 K of around 0.040 for $ J_{lower} $ = 13-20. This temperature dependency is much milder than that provided by the molecular database ExoMol, yielding a line width approximately 5-45% smaller than ExoMol at 296 K, but similar at 1000 K. Our results suggest the need for further accumulation of experimental data for spectral analysis of substellar objects with hydrogen-helium atmospheres.
△ Less
Submitted 27 March, 2025;
originally announced March 2025.
-
AHCPTQ: Accurate and Hardware-Compatible Post-Training Quantization for Segment Anything Model
Authors:
Wenlun Zhang,
Shimpei Ando,
Kentaro Yoshioka
Abstract:
The Segment Anything Model (SAM) has demonstrated strong versatility across various visual tasks. However, its large storage requirements and high computational cost pose challenges for practical deployment. Post-training quantization (PTQ) has emerged as an effective strategy for efficient deployment, but we identify two key challenges in SAM that hinder the effectiveness of existing PTQ methods:…
▽ More
The Segment Anything Model (SAM) has demonstrated strong versatility across various visual tasks. However, its large storage requirements and high computational cost pose challenges for practical deployment. Post-training quantization (PTQ) has emerged as an effective strategy for efficient deployment, but we identify two key challenges in SAM that hinder the effectiveness of existing PTQ methods: the heavy-tailed and skewed distribution of post-GELU activations, and significant inter-channel variation in linear projection activations. To address these challenges, we propose AHCPTQ, an accurate and hardware-efficient PTQ method for SAM. AHCPTQ introduces hardware-compatible Hybrid Log-Uniform Quantization (HLUQ) to manage post-GELU activations, employing log2 quantization for dense small values and uniform quantization for sparse large values to enhance quantization resolution. Additionally, AHCPTQ incorporates Channel-Aware Grouping (CAG) to mitigate inter-channel variation by progressively clustering activation channels with similar distributions, enabling them to share quantization parameters and improving hardware efficiency. The combination of HLUQ and CAG not only enhances quantization effectiveness but also ensures compatibility with efficient hardware execution. For instance, under the W4A4 configuration on the SAM-L model, AHCPTQ achieves 36.6% mAP on instance segmentation with the DINO detector, while achieving a 7.89x speedup and 8.64x energy efficiency over its floating-point counterpart in FPGA implementation.
△ Less
Submitted 4 March, 2025;
originally announced March 2025.
-
SLAMSpoof: Practical LiDAR Spoofing Attacks on Localization Systems Guided by Scan Matching Vulnerability Analysis
Authors:
Rokuto Nagata,
Kenji Koide,
Yuki Hayakawa,
Ryo Suzuki,
Kazuma Ikeda,
Ozora Sako,
Qi Alfred Chen,
Takami Sato,
Kentaro Yoshioka
Abstract:
Accurate localization is essential for enabling modern full self-driving services. These services heavily rely on map-based traffic information to reduce uncertainties in recognizing lane shapes, traffic light locations, and traffic signs. Achieving this level of reliance on map information requires centimeter-level localization accuracy, which is currently only achievable with LiDAR sensors. Howe…
▽ More
Accurate localization is essential for enabling modern full self-driving services. These services heavily rely on map-based traffic information to reduce uncertainties in recognizing lane shapes, traffic light locations, and traffic signs. Achieving this level of reliance on map information requires centimeter-level localization accuracy, which is currently only achievable with LiDAR sensors. However, LiDAR is known to be vulnerable to spoofing attacks that emit malicious lasers against LiDAR to overwrite its measurements. Once localization is compromised, the attack could lead the victim off roads or make them ignore traffic lights. Motivated by these serious safety implications, we design SLAMSpoof, the first practical LiDAR spoofing attack on localization systems for self-driving to assess the actual attack significance on autonomous vehicles. SLAMSpoof can effectively find the effective attack location based on our scan matching vulnerability score (SMVS), a point-wise metric representing the potential vulnerability to spoofing attacks. To evaluate the effectiveness of the attack, we conduct real-world experiments on ground vehicles and confirm its high capability in real-world scenarios, inducing position errors of $\geq$4.2 meters (more than typical lane width) for all 3 popular LiDAR-based localization algorithms. We finally discuss the potential countermeasures of this attack. Code is available at https://github.com/Keio-CSG/slamspoof
△ Less
Submitted 19 February, 2025;
originally announced February 2025.
-
LiSA: Leveraging Link Recommender to Attack Graph Neural Networks via Subgraph Injection
Authors:
Wenlun Zhang,
Enyan Dai,
Kentaro Yoshioka
Abstract:
Graph Neural Networks (GNNs) have demonstrated remarkable proficiency in modeling data with graph structures, yet recent research reveals their susceptibility to adversarial attacks. Traditional attack methodologies, which rely on manipulating the original graph or adding links to artificially created nodes, often prove impractical in real-world settings. This paper introduces a novel adversarial…
▽ More
Graph Neural Networks (GNNs) have demonstrated remarkable proficiency in modeling data with graph structures, yet recent research reveals their susceptibility to adversarial attacks. Traditional attack methodologies, which rely on manipulating the original graph or adding links to artificially created nodes, often prove impractical in real-world settings. This paper introduces a novel adversarial scenario involving the injection of an isolated subgraph to deceive both the link recommender and the node classifier within a GNN system. Specifically, the link recommender is mislead to propose links between targeted victim nodes and the subgraph, encouraging users to unintentionally establish connections and that would degrade the node classification accuracy, thereby facilitating a successful attack. To address this, we present the LiSA framework, which employs a dual surrogate model and bi-level optimization to simultaneously meet two adversarial objectives. Extensive experiments on real-world datasets demonstrate the effectiveness of our method.
△ Less
Submitted 25 February, 2025; v1 submitted 13 February, 2025;
originally announced February 2025.
-
Am I Infected? Lessons from Operating a Large-Scale IoT Security Diagnostic Service
Authors:
Takayuki Sasaki,
Tomoya Inazawa,
Youhei Yamaguchi,
Simon Parkin,
Michel van Eeten,
Katsunari Yoshioka,
Tsutomu Matsumoto
Abstract:
There is an expectation that users of home IoT devices will be able to secure those devices, but they may lack information about what they need to do. In February 2022, we launched a web service that scans users' IoT devices to determine how secure they are. The service aims to diagnose and remediate vulnerabilities and malware infections of IoT devices of Japanese users. This paper reports on fin…
▽ More
There is an expectation that users of home IoT devices will be able to secure those devices, but they may lack information about what they need to do. In February 2022, we launched a web service that scans users' IoT devices to determine how secure they are. The service aims to diagnose and remediate vulnerabilities and malware infections of IoT devices of Japanese users. This paper reports on findings from operating this service drawn from three studies: (1) the engagement of 114,747 users between February, 2022 - May, 2024; (2) a large-scale evaluation survey among service users (n=4,103), and; (3) an investigation and targeted survey (n=90) around the remediation actions of users of non-secure devices. During the operation, we notified 417 (0.36%) users that one or more of their devices were detected as vulnerable, and 171 (0.15%) users that one of their devices was infected with malware. The service found no issues for 99% of users. Still, 96% of all users evaluated the service positively, most often for it providing reassurance, being free of charge, and short diagnosis time. Of the 171 users with malware infections, 67 returned to the service later for a new check, with 59 showing improvement. Of the 417 users with vulnerable devices, 151 users revisited and re-diagnosed, where 75 showed improvement. We report on lessons learned, including a consideration of the capabilities that non-expert users will assume of a security scan.
△ Less
Submitted 13 January, 2025;
originally announced January 2025.
-
ASiM: Improving Transparency of SRAM-based Analog Compute-in-Memory Research with an Open-Source Simulation Framework
Authors:
Wenlun Zhang,
Shimpei Ando,
Yung-Chin Chen,
Kentaro Yoshioka
Abstract:
SRAM-based Analog Compute-in-Memory (ACiM) demonstrates promising energy efficiency for deep neural network (DNN) processing. Although recent aggressive design strategies have led to successive improvements on efficiency, there is limited discussion regarding the accompanying inference accuracy challenges. Given the growing difficulty in validating ACiM circuits with full-scale DNNs, standardized…
▽ More
SRAM-based Analog Compute-in-Memory (ACiM) demonstrates promising energy efficiency for deep neural network (DNN) processing. Although recent aggressive design strategies have led to successive improvements on efficiency, there is limited discussion regarding the accompanying inference accuracy challenges. Given the growing difficulty in validating ACiM circuits with full-scale DNNs, standardized modeling methodology and open-source inference simulator are urgently needed. This paper presents ASiM, a simulation framework specifically designed to assess inference quality, enabling comparisons of ACiM prototype chips and guiding design decisions. ASiM works as a plug-and-play tool that integrates seamlessly with the PyTorch ecosystem, offering speed and ease of use. Using ASiM, we conducted a comprehensive analysis of how various design factors impact DNN inference. We observed that activation encoding can tolerate certain levels of quantization noise, indicating a substantial potential for bit-parallel scheme to enhance energy efficiency. However, inference accuracy is susceptible to noise, as ACiM circuits typically use limited ADC dynamic range, making even small errors down to 1 LSB significantly deteriorates accuracy. This underscores the need for high design standards, especially for complex DNN models and challenging tasks. In response to these findings, we propose two solutions: Hybrid Compute-in-Memory architecture and majority voting to secure accurate computation of MSB cycles. These approaches improve inference quality while maintaining energy efficiency benefits of ACiM, offering promising pathways toward reliable ACiM deployment in real-world applications.
△ Less
Submitted 24 March, 2025; v1 submitted 17 November, 2024;
originally announced November 2024.
-
A Review of SRAM-based Compute-in-Memory Circuits
Authors:
Kentaro Yoshioka,
Shimpei Ando,
Satomi Miyagi,
Yung-Chin Chen,
Wenlun Zhang
Abstract:
This paper presents a tutorial and review of SRAM-based Compute-in-Memory (CIM) circuits, with a focus on both Digital CIM (DCIM) and Analog CIM (ACIM) implementations. We explore the fundamental concepts, architectures, and operational principles of CIM technology. The review compares DCIM and ACIM approaches, examining their respective advantages and challenges. DCIM offers high computational pr…
▽ More
This paper presents a tutorial and review of SRAM-based Compute-in-Memory (CIM) circuits, with a focus on both Digital CIM (DCIM) and Analog CIM (ACIM) implementations. We explore the fundamental concepts, architectures, and operational principles of CIM technology. The review compares DCIM and ACIM approaches, examining their respective advantages and challenges. DCIM offers high computational precision and process scaling benefits, while ACIM provides superior power and area efficiency, particularly for medium-precision applications. We analyze various ACIM implementations, including current-based, time-based, and charge-based approaches, with a detailed look at charge-based ACIMs. The paper also discusses emerging hybrid CIM architectures that combine DCIM and ACIM to leverage the strengths of both approaches.
△ Less
Submitted 11 November, 2024; v1 submitted 9 November, 2024;
originally announced November 2024.
-
A search for water vapor plumes on Europa by spatially resolved spectroscopic observation using Subaru/IRCS
Authors:
Jun Kimura,
Taro Matsuo,
Hitomi Kobayashi,
Yuji Ikeda,
Kazuo Yoshioka,
Seiko Takagi,
Shigeru Ida
Abstract:
We present near-infrared high-dispersion spectroscopic observations of Europa using the Infrared Camera and Spectrograph (IRCS) onboard the Subaru Telescope, seeking direct evidence of water plumes on Europa and exploring spatial variations in plume activity. Using high spectral/spatial resolution and sensitivity of Subaru/IRCS, our observations have enabled a spatially resolved search for water p…
▽ More
We present near-infrared high-dispersion spectroscopic observations of Europa using the Infrared Camera and Spectrograph (IRCS) onboard the Subaru Telescope, seeking direct evidence of water plumes on Europa and exploring spatial variations in plume activity. Using high spectral/spatial resolution and sensitivity of Subaru/IRCS, our observations have enabled a spatially resolved search for water plumes on Europa. Within our detection limits and time of observation, we found no evidence for the presence of water emission. For a rotation temperature of 50 K, we derived an upper limit on the H$_{2}$O abundance of 9.46$\times$10$^{19}$ - 5.92$\times$10$^{20}$ m$^{-2}$ in each divided slit area and 4.61$\times$10$^{19}$ m$^{-2}$ in the entire area covered by the slit. This upper limit lies below the inferred water abundance from previous UV observations by the Hubble Space Telescope (HST), while being less sensitive by a factor of three compared to the Keck telescope and by one order of magnitude or more than the James Webb Space Telescope (JWST) observations. Our results align with previous studies and demonstrate that using Subaru/IRCS is an effective strategy for searching for water plumes on Europa with high spatial resolution. Continued observations across different surface areas and orbital phases are essential to fully characterize Europa's plume activity and complement upcoming space missions.
△ Less
Submitted 27 September, 2024;
originally announced September 2024.
-
PACiM: A Sparsity-Centric Hybrid Compute-in-Memory Architecture via Probabilistic Approximation
Authors:
Wenlun Zhang,
Shimpei Ando,
Yung-Chin Chen,
Satomi Miyagi,
Shinya Takamaeda-Yamazaki,
Kentaro Yoshioka
Abstract:
Approximate computing emerges as a promising approach to enhance the efficiency of compute-in-memory (CiM) systems in deep neural network processing. However, traditional approximate techniques often significantly trade off accuracy for power efficiency, and fail to reduce data transfer between main memory and CiM banks, which dominates power consumption. This paper introduces a novel probabilisti…
▽ More
Approximate computing emerges as a promising approach to enhance the efficiency of compute-in-memory (CiM) systems in deep neural network processing. However, traditional approximate techniques often significantly trade off accuracy for power efficiency, and fail to reduce data transfer between main memory and CiM banks, which dominates power consumption. This paper introduces a novel probabilistic approximate computation (PAC) method that leverages statistical techniques to approximate multiply-and-accumulation (MAC) operations, reducing approximation error by 4X compared to existing approaches. PAC enables efficient sparsity-based computation in CiM systems by simplifying complex MAC vector computations into scalar calculations. Moreover, PAC enables sparsity encoding and eliminates the LSB activations transmission, significantly reducing data reads and writes. This sets PAC apart from traditional approximate computing techniques, minimizing not only computation power but also memory accesses by 50%, thereby boosting system-level efficiency. We developed PACiM, a sparsity-centric architecture that fully exploits sparsity to reduce bit-serial cycles by 81% and achieves a peak 8b/8b efficiency of 14.63 TOPS/W in 65 nm CMOS while maintaining high accuracy of 93.85/72.36/66.02% on CIFAR-10/CIFAR-100/ImageNet benchmarks using a ResNet-18 model, demonstrating the effectiveness of our PAC methodology.
△ Less
Submitted 28 August, 2024;
originally announced August 2024.
-
Weak Brill-Noether on Abelian Surfaces
Authors:
Izzet Coskun,
Howard Nuer,
Kota Yoshioka
Abstract:
We study the cohomology of a general stable sheaf on an abelian surface. We say that a moduli space satisfies weak Brill-Noether if the general sheaf has at most one non-zero cohomology group. Let $(X,H)$ be a polarized abelian surface and let $\mathbf{v}=(r,ξ,a)$ be a Mukai vector on $X$ with $\mathbf{v}^2\ge 0$,$r>0$, and $ξ\cdot H>0$. We show that if $ρ(X)=1$ or $ρ(X)=2$ and $X$ contains an ell…
▽ More
We study the cohomology of a general stable sheaf on an abelian surface. We say that a moduli space satisfies weak Brill-Noether if the general sheaf has at most one non-zero cohomology group. Let $(X,H)$ be a polarized abelian surface and let $\mathbf{v}=(r,ξ,a)$ be a Mukai vector on $X$ with $\mathbf{v}^2\ge 0$,$r>0$, and $ξ\cdot H>0$. We show that if $ρ(X)=1$ or $ρ(X)=2$ and $X$ contains an elliptic curve, then all the moduli spaces $M_{X,H}(\mathbf{v})$ satisfy weak Brill-Noether. Conversely, if $ρ(X)>2$ or $ρ(X)=2$ and $X$ does not contain an elliptic curve, we show that there are infinitely many moduli spaces $M_{X,H}(\mathbf{v})$ that fail weak Brill-Noether. As a consequence, we classify Chern classes of Ulrich bundles on abelian surfaces.
△ Less
Submitted 12 August, 2024;
originally announced August 2024.
-
Multi-Field Effects on Scalar Production in Stars
Authors:
Yasuhiro Yamamoto,
Koichi Yoshioka
Abstract:
This paper studies the dynamics of scalar particle production, focusing on the presence of multiple fields and couplings in the medium. The interplay of various fields and couplings can influence the production rate, potentially overshadowing the effect of electrons alone. The plasma mixing, which induces the resonance and screening of scalar processes, is shown to be modified by the in-medium eff…
▽ More
This paper studies the dynamics of scalar particle production, focusing on the presence of multiple fields and couplings in the medium. The interplay of various fields and couplings can influence the production rate, potentially overshadowing the effect of electrons alone. The plasma mixing, which induces the resonance and screening of scalar processes, is shown to be modified by the in-medium effects depending on the type of processes and field contents. Incorporating these in-medium effects into the analysis of stellar cooling via scalar emission allows for the emergence of various features of multi-field effects given in several types of scalar models.
△ Less
Submitted 10 May, 2025; v1 submitted 24 July, 2024;
originally announced July 2024.
-
Two-field inflation from one complex scalar with symmetry breaking
Authors:
Yoshihiko Abe,
Toshimasa Ito,
Koichi Yoshioka
Abstract:
We study two-field inflation derived from a single complex scalar with a nonzero vacuum expectation value. Inflation is characterized by two parameters, the vacuum expectation value and the mass parameter of the phase mode, which give rise to a variety of inflationary structures. We categorize the potential trajectories of the two inflaton fields and determine the parameter regions consistent with…
▽ More
We study two-field inflation derived from a single complex scalar with a nonzero vacuum expectation value. Inflation is characterized by two parameters, the vacuum expectation value and the mass parameter of the phase mode, which give rise to a variety of inflationary structures. We categorize the potential trajectories of the two inflaton fields and determine the parameter regions consistent with current observational data. Furthermore, we examine the reheating process through the inflaton decay to right-handed neutrinos and the subsequent lepton number generation within these parameter regions. Our finding suggests that the existence of multiple fields can significantly alter the possibilities for inflaton oscillations and reheating.
△ Less
Submitted 17 July, 2024;
originally announced July 2024.
-
Buffer gas cooling of carbon atoms
Authors:
Takashi Sakamoto,
Kohei Suzuki,
Kosuke Yoshioka
Abstract:
We demonstrate buffer gas cooling of carbon atoms to cryogenic temperatures. By employing pulsed two-photon excitation followed by vacuum ultraviolet fluorescence detection, we measured the arrival time distribution of the ablated carbon atoms to the detection volume at various helium buffer gas densities. The experimental data, corroborated by Monte Carlo simulations, reveal a rapid decrease in t…
▽ More
We demonstrate buffer gas cooling of carbon atoms to cryogenic temperatures. By employing pulsed two-photon excitation followed by vacuum ultraviolet fluorescence detection, we measured the arrival time distribution of the ablated carbon atoms to the detection volume at various helium buffer gas densities. The experimental data, corroborated by Monte Carlo simulations, reveal a rapid decrease in the local temperature of the carbon atom gas to approximately 10~K within tens of microseconds. The findings establish a major step towards novel research utilizing cold and ultracold carbon atoms.
△ Less
Submitted 12 July, 2024;
originally announced July 2024.
-
GbHammer: Malicious Inter-process Page Sharing by Hammering Global Bits in Page Table Entries
Authors:
Keigo Yoshioka,
Soramichi Akiyama
Abstract:
RowHammer is a vulnerability inside DRAM chips where an attacker repeatedly accesses a DRAM row to flip bits in the nearby rows without directly accessing them. Several studies have found that flipping bits in the address part inside a page table entry (PTE) leads to serious security risks such as privilege escalation. However, the risk of management bits in a PTE being flipped by RowHammer has no…
▽ More
RowHammer is a vulnerability inside DRAM chips where an attacker repeatedly accesses a DRAM row to flip bits in the nearby rows without directly accessing them. Several studies have found that flipping bits in the address part inside a page table entry (PTE) leads to serious security risks such as privilege escalation. However, the risk of management bits in a PTE being flipped by RowHammer has not yet been discussed as far as we know. In this paper, we point out a new vulnerability called GbHammer that allows an attacker to maliciously share a physical memory page with a victim by hammering the global bit in a PTE. GbHammer not only creates a shared page but also enables the attacker to (1) make the victim's process execute arbitrary binary and (2) snoop on the victim's secret data through the shared page. We demonstrate the two exploits on a real Linux kernel running on a cycle-accurate CPU simulator. We also discuss possible mitigation measures for GbHammer and the risk of GbHammer in non-x86 ISAs.
△ Less
Submitted 18 June, 2024;
originally announced June 2024.
-
A phase-field fracture model in thermo-poro-elastic media with micromechanical strain energy degradation
Authors:
Yuhao Liu,
Keita Yoshioka,
Tao You,
Hanzhang Li,
Fengshou Zhang
Abstract:
This work extends the hydro-mechanical phase-field fracture model to non-isothermal conditions with micromechanics based poroelasticity, which degrades Biot's coefficient not only with the phase-field variable (damage) but also with the energy decomposition scheme. Furthermore, we propose a new approach to update porosity solely determined by the strain change rather than damage evolution as in th…
▽ More
This work extends the hydro-mechanical phase-field fracture model to non-isothermal conditions with micromechanics based poroelasticity, which degrades Biot's coefficient not only with the phase-field variable (damage) but also with the energy decomposition scheme. Furthermore, we propose a new approach to update porosity solely determined by the strain change rather than damage evolution as in the existing models. As such, these poroelastic behaviors of Biot's coefficient and the porosity dictate Biot's modulus and the thermal expansion coefficient. For numerical implementation, we employ an isotropic diffusion method to stabilize the advection-dominated heat flux and adapt the fixed stress split method to account for the thermal stress. We verify our model against a series of analytical solutions such as Terzaghi's consolidation, thermal consolidation, and the plane strain hydraulic fracture propagation, known as the KGD fracture. Finally, numerical experiments demonstrate the effectiveness of the stabilization method and intricate thermo-hydro-mechanical interactions during hydraulic fracturing with and without a pre-existing weak interface.
△ Less
Submitted 5 April, 2024;
originally announced April 2024.
-
HALO-CAT: A Hidden Network Processor with Activation-Localized CIM Architecture and Layer-Penetrative Tiling
Authors:
Yung-Chin Chen,
Shimpei Ando,
Daichi Fujiki,
Shinya Takamaeda-Yamazaki,
Kentaro Yoshioka
Abstract:
To address the 'memory wall' problem in NN hardware acceleration, we introduce HALO-CAT, a software-hardware co-design optimized for Hidden Neural Network (HNN) processing. HALO-CAT integrates Layer-Penetrative Tiling (LPT) for algorithmic efficiency, reducing intermediate result sizes. Furthermore, the architecture employs an activation-localized computing-in-memory approach to minimize data move…
▽ More
To address the 'memory wall' problem in NN hardware acceleration, we introduce HALO-CAT, a software-hardware co-design optimized for Hidden Neural Network (HNN) processing. HALO-CAT integrates Layer-Penetrative Tiling (LPT) for algorithmic efficiency, reducing intermediate result sizes. Furthermore, the architecture employs an activation-localized computing-in-memory approach to minimize data movement. This design significantly enhances energy efficiency, achieving a 14.2x reduction in activation memory capacity and a 17.8x decrease in energy consumption, with only a 1.5% loss in accuracy, compared to traditional HNN processors.
△ Less
Submitted 10 December, 2023;
originally announced December 2023.
-
On-chip transfer of ultrashort graphene plasmon wavepackets using terahertz electronics
Authors:
Katsumasa Yoshioka,
Guillaume Bernard,
Taro Wakamura,
Masayuki Hashisaka,
Ken-ichi Sasaki,
Satoshi Sasaki,
Kenji Watanabe,
Takashi Taniguchi,
Norio Kumada
Abstract:
Steering transport of ultrashort polariton wavepackets is essential for achieving on-chip integrated nanocircuits with tightly confined electromagnetic fields towards ultrafast information processing. However, conventional optical techniques have struggled to integrate the necessary components for transferring polariton signals. Here, we address this challenge by electrically generating, manipulat…
▽ More
Steering transport of ultrashort polariton wavepackets is essential for achieving on-chip integrated nanocircuits with tightly confined electromagnetic fields towards ultrafast information processing. However, conventional optical techniques have struggled to integrate the necessary components for transferring polariton signals. Here, we address this challenge by electrically generating, manipulating, and reading out terahertz graphene plasmon-polariton wavepackets on-chip. By injecting an electrical pulse into graphene via an ohmic contact, we achieve coherent conversion of the pulse into a plasmon wavepacket exhibiting a pulse duration of 1.2 ps and extreme three-dimensional spatial confinement within a volume of $2.1 \times 10^{-18} m^3$. We reveal the transport properties of plasmons along graphene ribbons in different dielectric environments, providing a basis for designing graphene plasmonic circuits. Furthermore, we find that the conversion efficiency between the electrical pulses and plasmon wavepackets reaches ~30% thanks to the absence of a momentum mismatch. With unprecedented controllability, our platform represents a significant advance in on-chip handling of plasmonic signals in various van der Waals heterostructures.
△ Less
Submitted 5 November, 2023;
originally announced November 2023.
-
Laser cooling of positronium
Authors:
K. Shu,
Y. Tajima,
R. Uozumi,
N. Miyamoto,
S. Shiraishi,
T. Kobayashi,
A. Ishida,
K. Yamada,
R. W. Gladen,
T. Namba,
S. Asai,
K. Wada,
I. Mochizuki,
T. Hyodo,
K. Ito,
K. Michishio,
B. E. O'Rourke,
N. Oshima,
K. Yoshioka
Abstract:
When laser radiation is skilfully applied, atoms and molecules can be cooled allowing precise measurements and control of quantum systems. This is essential in fundamental studies of physics as well as practical applications such as precision spectroscopy, quantum-statistical-property manifesting ultracold gases, and quantum computing. In laser cooling, repeated cycles of laser photon absorption a…
▽ More
When laser radiation is skilfully applied, atoms and molecules can be cooled allowing precise measurements and control of quantum systems. This is essential in fundamental studies of physics as well as practical applications such as precision spectroscopy, quantum-statistical-property manifesting ultracold gases, and quantum computing. In laser cooling, repeated cycles of laser photon absorption and direction-independent spontaneous emission can slow atoms and molecules to otherwise unattainable velocities. Simple systems can provide a rigorous testing ground for fundamental theories of physics; one such system is the purely leptonic positronium, an exotic atom of an electron and its antiparticle, the positron. However, the cooling of positronium has hitherto remained unrealised. Here, we demonstrate laser cooling of positronium. A novel laser system of a train of broadband pulses with successively increasing central frequencies was used to overcome major challenges presented by the short lifetime of positronium and the significant Doppler broadening and recoil as a consequence of its very light mass. One-dimensional chirp cooling of the dilute positronium gas in a counter-propagating configuration gave a final velocity distribution corresponding to approximately 1 K in a short time of 100 ns. This study on a pure leptonic system is a major step in the field of low-temperature fundamental physics of antimatter, and is complementary to the laser cooling of antihydrogen, a hadron-containing exotic atom. Progress in this field is vital in elucidating the origin of the matter-antimatter asymmetry in the universe. The application of laser cooling to positronium may afford a unique opportunity to rigorously test bound-state quantum electrodynamics. Moreover, laser cooling of positronium is key to the realisation of Bose-Einstein condensation in this matter-antimatter system.
△ Less
Submitted 15 October, 2023; v1 submitted 12 October, 2023;
originally announced October 2023.
-
OSA-HCIM: On-The-Fly Saliency-Aware Hybrid SRAM CIM with Dynamic Precision Configuration
Authors:
Yung-Chin Chen,
Shimpei Ando,
Daichi Fujiki,
Shinya Takamaeda-Yamazaki,
Kentaro Yoshioka
Abstract:
Computing-in-Memory (CIM) has shown great potential for enhancing efficiency and performance for deep neural networks (DNNs). However, the lack of flexibility in CIM leads to an unnecessary expenditure of computational resources on less critical operations, and a diminished Signal-to-Noise Ratio (SNR) when handling more complex tasks, significantly hindering the overall performance. Hence, we focu…
▽ More
Computing-in-Memory (CIM) has shown great potential for enhancing efficiency and performance for deep neural networks (DNNs). However, the lack of flexibility in CIM leads to an unnecessary expenditure of computational resources on less critical operations, and a diminished Signal-to-Noise Ratio (SNR) when handling more complex tasks, significantly hindering the overall performance. Hence, we focus on the integration of CIM with Saliency-Aware Computing -- a paradigm that dynamically tailors computing precision based on the importance of each input. We propose On-the-fly Saliency-Aware Hybrid CIM (OSA-HCIM) offering three primary contributions: (1) On-the-fly Saliency-Aware (OSA) precision configuration scheme, which dynamically sets the precision of each MAC operation based on its saliency, (2) Hybrid CIM Array (HCIMA), which enables simultaneous operation of digital-domain CIM (DCIM) and analog-domain CIM (ACIM) via split-port 6T SRAM, and (3) an integrated framework combining OSA and HCIMA to fulfill diverse accuracy and power demands.
Implemented on a 65nm CMOS process, OSA-HCIM demonstrates an exceptional balance between accuracy and resource utilization. Notably, it is the first CIM design to incorporate a dynamic digital-to-analog boundary, providing unprecedented flexibility for saliency-aware computing. OSA-HCIM achieves a 1.95x enhancement in energy efficiency, while maintaining minimal accuracy loss compared to DCIM when tested on CIFAR100 dataset.
△ Less
Submitted 21 November, 2023; v1 submitted 29 August, 2023;
originally announced August 2023.
-
Development of an optimal laser for chirp cooling of positronium based on chirped pulse-train generator
Authors:
Kenji Shu,
Naoki Miyamoto,
Yuto Motohashi,
Ryosuke Uozumi,
Yohei Tajima,
Kosuke Yoshioka
Abstract:
We report the development and characterization of a pulsed 243 nm laser that is optimal for the cooling of positronium (Ps). The laser, which is based on the recent chirped pulse-train generator (CPTG) demonstrated by K. Yamada et al. (Phys. Rev. Appl. 16, 014009 (2021)), was designed to output a train of pulses with linewidths of 10 GHz, and with the center frequency of each pulse shifting upward…
▽ More
We report the development and characterization of a pulsed 243 nm laser that is optimal for the cooling of positronium (Ps). The laser, which is based on the recent chirped pulse-train generator (CPTG) demonstrated by K. Yamada et al. (Phys. Rev. Appl. 16, 014009 (2021)), was designed to output a train of pulses with linewidths of 10 GHz, and with the center frequency of each pulse shifting upward (up-chirped) in time by $4.9\times10^2\,\mathrm{GHz\,μs^{-1}}$. These parameters were determined by the mechanism of chirp cooling, which is the best scheme for cooling many Ps atoms to the recoil temperature of laser cooling. To achieve the designed performance, we drove an optical phase modulator in the CPTG with a deep modulation depth based on the operating principle of the cooling laser. Time-resolved spectroscopic measurements confirmed that the developed laser satisfied the chirp rate and linewidth requirements for efficient chirp cooling. Combined with pulse energy of hundreds of microjoules, we believe that the experimental demonstration of Ps laser cooling has become possible using realistic methods for the generation and velocity measurement of Ps.
△ Less
Submitted 1 August, 2023;
originally announced August 2023.
-
Constraints on Europa's water group torus from HST/COS observations
Authors:
Lorenz Roth,
H. Todd Smith,
Kazuo Yoshioka,
Tracy M. Becker,
Aljona Blöcker,
Nathaniel J. Cunningham,
Nickolay Ivchenko,
Kurt D. Retherford,
Joachim Saur,
Michael Velez,
Fuminori Tsuchiya
Abstract:
In-situ plasma measurements as well as remote mapping of energetic neutral atoms around Jupiter provide indirect evidence that an enhancement of neutral gas is present near the orbit of the moon Europa. Simulations suggest that such a neutral gas torus can be sustained by escape from Europa's atmosphere and consists primarily of molecular hydrogen, but the neutral gas torus has not yet been measur…
▽ More
In-situ plasma measurements as well as remote mapping of energetic neutral atoms around Jupiter provide indirect evidence that an enhancement of neutral gas is present near the orbit of the moon Europa. Simulations suggest that such a neutral gas torus can be sustained by escape from Europa's atmosphere and consists primarily of molecular hydrogen, but the neutral gas torus has not yet been measured directly through emissions or in-situ. Here we present observations by the Cosmic Origins Spectrograph of the Hubble Space Telescope (HST/COS) from 2020 and 2021, which scanned the equatorial plane between 8 and 10 planetary radii west of Jupiter. No neutral gas emissions are detected. We derive upper limits on the emissions and compare these to modelled emissions from electron impact and resonant scattering using a Europa torus Monte Carlo model for the neutral gases. The comparison supports the previous findings that the torus is dilute and primarily consists of molecular hydrogen. A detection of sulfur ion emissions radially inward of the Europa orbit is consistent with emissions from the extended Io torus and with sulfur ion fractional abundances as previously detected.
△ Less
Submitted 18 April, 2023;
originally announced April 2023.
-
On poroelastic strain energy degradation in the variational phase--field models for hydraulic fracture
Authors:
Tao You,
Keita Yoshioka
Abstract:
Though a number of formulations have been proposed for phase--field models for hydraulic fracture, the definition of the degraded poroelastic strain energy varies from one model to another. This study explores previously proposed forms of the poroelastic strain energy with diffused fracture and assesses their ability to recover the explicit fracture opening aperture. We then propose a new form of…
▽ More
Though a number of formulations have been proposed for phase--field models for hydraulic fracture, the definition of the degraded poroelastic strain energy varies from one model to another. This study explores previously proposed forms of the poroelastic strain energy with diffused fracture and assesses their ability to recover the explicit fracture opening aperture. We then propose a new form of degraded poroelastic strain energy derived from micromechanical analyses. Unlike the previously proposed models, our poroelastic strain energy degradation depends not only on the phase--field variable (damage) but also on the type of strain energy decomposition. Comparisons against closed form solutions suggest that our proposed model can recover crack opening displacement more accurately irrespective of Biot's coefficient or the pore--pressure distribution. We then verify our model against the plane strain hydraulic fracture propagation, known as the KGD fracture, in the toughness dominated regime. Finally, we demonstrate the model's ability to handle complex hydraulic fracture interactions with a pre--existing natural fracture.
△ Less
Submitted 17 April, 2023;
originally announced April 2023.
-
Canary in Twitter Mine: Collecting Phishing Reports from Experts and Non-experts
Authors:
Hiroki Nakano,
Daiki Chiba,
Takashi Koide,
Naoki Fukushi,
Takeshi Yagi,
Takeo Hariu,
Katsunari Yoshioka,
Tsutomu Matsumoto
Abstract:
The rise in phishing attacks via e-mail and short message service (SMS) has not slowed down at all. The first thing we need to do to combat the ever-increasing number of phishing attacks is to collect and characterize more phishing cases that reach end users. Without understanding these characteristics, anti-phishing countermeasures cannot evolve. In this study, we propose an approach using Twitte…
▽ More
The rise in phishing attacks via e-mail and short message service (SMS) has not slowed down at all. The first thing we need to do to combat the ever-increasing number of phishing attacks is to collect and characterize more phishing cases that reach end users. Without understanding these characteristics, anti-phishing countermeasures cannot evolve. In this study, we propose an approach using Twitter as a new observation point to immediately collect and characterize phishing cases via e-mail and SMS that evade countermeasures and reach users. Specifically, we propose CrowdCanary, a system capable of structurally and accurately extracting phishing information (e.g., URLs and domains) from tweets about phishing by users who have actually discovered or encountered it. In our three months of live operation, CrowdCanary identified 35,432 phishing URLs out of 38,935 phishing reports, 31,960 (90.2%) of these phishing URLs were later detected by the anti-virus engine. We analyzed users who shared phishing threats by categorizing them into two groups: experts and non-experts. As a results, we discovered that CrowdCanary extracts non-expert report-specific information, like company brand name in tweets, phishing attack details from tweet images, and pre-redirect landing page information.
△ Less
Submitted 6 June, 2023; v1 submitted 28 March, 2023;
originally announced March 2023.
-
LiDAR Spoofing Meets the New-Gen: Capability Improvements, Broken Assumptions, and New Attack Strategies
Authors:
Takami Sato,
Yuki Hayakawa,
Ryo Suzuki,
Yohsuke Shiiki,
Kentaro Yoshioka,
Qi Alfred Chen
Abstract:
LiDAR (Light Detection And Ranging) is an indispensable sensor for precise long- and wide-range 3D sensing, which directly benefited the recent rapid deployment of autonomous driving (AD). Meanwhile, such a safety-critical application strongly motivates its security research. A recent line of research finds that one can manipulate the LiDAR point cloud and fool object detectors by firing malicious…
▽ More
LiDAR (Light Detection And Ranging) is an indispensable sensor for precise long- and wide-range 3D sensing, which directly benefited the recent rapid deployment of autonomous driving (AD). Meanwhile, such a safety-critical application strongly motivates its security research. A recent line of research finds that one can manipulate the LiDAR point cloud and fool object detectors by firing malicious lasers against LiDAR. However, these efforts face 3 critical research gaps: (1) considering only one specific LiDAR (VLP-16); (2) assuming unvalidated attack capabilities; and (3) evaluating object detectors with limited spoofing capability modeling and setup diversity.
To fill these critical research gaps, we conduct the first large-scale measurement study on LiDAR spoofing attack capabilities on object detectors with 9 popular LiDARs, covering both first- and new-generation LiDARs, and 3 major types of object detectors trained on 5 different datasets. To facilitate the measurements, we (1) identify spoofer improvements that significantly improve the latest spoofing capability, (2) identify a new object removal attack that overcomes the applicability limitation of the latest method to new-generation LiDARs, and (3) perform novel mathematical modeling for both object injection and removal attacks based on our measurement results. Through this study, we are able to uncover a total of 15 novel findings, including not only completely new ones due to the measurement angle novelty, but also many that can directly challenge the latest understandings in this problem space. We also discuss defenses.
△ Less
Submitted 7 February, 2024; v1 submitted 18 March, 2023;
originally announced March 2023.
-
Heliocentric Distance Dependence of Zodiacal Light Observed by Hayabusa2#
Authors:
Kohji Tsumura,
Shuji Matsuura,
Kei Sano,
Takahiro Iwata,
Hajime Yano,
Kohei Kitazato,
Kohji Takimoto,
Manabu Yamada,
Tomokatsu Morota,
Toru Kouyama,
Masahiko Hayakawa,
Yasuhiro Yokota,
Eri Tatsumi,
Moe Matsuoka,
Naoya Sakatani,
Rie Honda,
Shingo Kameda,
Hidehiko Suzuki,
Yuichiro Cho,
Kazuo Yoshioka,
Kazunori Ogawa,
Kei Shirai,
Hirotaka Sawada,
Seiji Sugita
Abstract:
Zodiacal light (ZL) is sunlight scattered by interplanetary dust particles (IDPs) at optical wavelengths. The spatial distribution of IDPs in the Solar System may hold an important key to understanding the evolution of the Solar System and material transportation within it. The number density of IDPs can be expressed as $n(r) \sim r^{-α}$, and the exponent $α\sim 1.3$ was obtained by previous obse…
▽ More
Zodiacal light (ZL) is sunlight scattered by interplanetary dust particles (IDPs) at optical wavelengths. The spatial distribution of IDPs in the Solar System may hold an important key to understanding the evolution of the Solar System and material transportation within it. The number density of IDPs can be expressed as $n(r) \sim r^{-α}$, and the exponent $α\sim 1.3$ was obtained by previous observations from interplanetary space by Helios 1/2 and Pioneer 10/11 in the 1970s and 1980s. However, no direct measurements of $α$ based on ZL observations from interplanetary space outside Earth's orbit have been performed since then. Here, we introduce initial results for the radial profile of the ZL at optical wavelengths observed over the range 0.76-1.06 au by ONC-T aboard the Hayabusa2# mission in 2021-2022. The ZL brightness we obtained is well reproduced by a model brightness, although there is a small excess of the observed ZL brightness over the model brightness at around 0.9 au. The radial power-law index we obtained is $α= 1.30 \pm 0.08$, which is consistent with previous results based on ZL observations. The dominant source of uncertainty arises from the uncertainty in estimating the diffuse Galactic light (DGL).
△ Less
Submitted 6 July, 2023; v1 submitted 13 March, 2023;
originally announced March 2023.
-
Stellar cooling limits on light scalar boson revisited
Authors:
Yasuhiro Yamamoto,
Koichi Yoshioka
Abstract:
We revisit the stellar cooling limits on the light scalar boson whose coupling to the Standard Model particles is described by its mixing with the Higgs boson. Strong constraints have been obtained from the electron-nucleus bremsstrahlung process and the resonant plasma effect in the medium. We find that the bremsstrahlung contribution from the electron and nucleus scattering is of similar magnitu…
▽ More
We revisit the stellar cooling limits on the light scalar boson whose coupling to the Standard Model particles is described by its mixing with the Higgs boson. Strong constraints have been obtained from the electron-nucleus bremsstrahlung process and the resonant plasma effect in the medium. We find that the bremsstrahlung contribution from the electron and nucleus scattering is of similar magnitude to the plasma mixing effect including the off-resonant mixing. The constraints on the scalar coupling are found to be about three orders of magnitude weaker than the previous evaluations. For white dwarfs, the stellar cooling constraint is even more suppressed due to the Pauli blocking effect. We obtain limits on the Higgs-scalar mixing angle of $10^{-10}-10^{-9}$ in the region where the scalar mass is lighter than about 10 keV.
△ Less
Submitted 30 April, 2023; v1 submitted 6 March, 2023;
originally announced March 2023.
-
An 818-TOPS/W CSNR-31dB SQNR-45dB 10-bit Capacitor-Reconfiguring Computing-in-Memory Macro with Software-Analog Co-Design for Transformers
Authors:
Kentaro Yoshioka
Abstract:
Transformer inference requires high compute accuracy; achieving this using analog CIMs has been difficult due to inherent computational errors. To overcome this challenge, we propose a Capacitor-Reconfiguring CIM (CR-CIM) to realize high compute accuracy analog CIM with a 10-bit ADC attaining high-area/power efficiency. CR-CIM reconfigures its capacitor array to serve dual purposes: for computatio…
▽ More
Transformer inference requires high compute accuracy; achieving this using analog CIMs has been difficult due to inherent computational errors. To overcome this challenge, we propose a Capacitor-Reconfiguring CIM (CR-CIM) to realize high compute accuracy analog CIM with a 10-bit ADC attaining high-area/power efficiency. CR-CIM reconfigures its capacitor array to serve dual purposes: for computation and ADC conversion, achieving significant area savings. Furthermore, CR-CIMs eliminate signal attenuation by keeping the signal charge stationary during operation, leading to a 4x improvement in comparator energy efficiency. We also propose a software-analog co-design technique integrating majority voting into the 10-bit ADC to dynamically optimize the CIM noise performance based on the running layer to further save inference power. Our CR-CIM achieves the highest compute-accuracy for analog CIMs, and the power efficiency of 818 TOPS/W is competitive with the state-of-the-art. Furthermore, the FoM considering SQNR and CSNR is 2.3x and 1.5x better than previous works, respectively. Vision Transformer (ViT) inference is achieved and realizes a highest CIFAR10 accuracy of 95.8% for analog CIMs.
△ Less
Submitted 29 January, 2023;
originally announced February 2023.
-
A note on stability conditions on an elliptic surface
Authors:
Kota Yoshioka
Abstract:
We shall study stability conditions and Fourier-Mukai transforms on an elliptic surface. In particular we shall explain duality of elliptic surfaces by Fourier-Mukai transforms.
We shall study stability conditions and Fourier-Mukai transforms on an elliptic surface. In particular we shall explain duality of elliptic surfaces by Fourier-Mukai transforms.
△ Less
Submitted 15 November, 2022; v1 submitted 15 November, 2022;
originally announced November 2022.
-
Quantum current dissipation in superconducting strings and vortons
Authors:
Yoshihiko Abe,
Yu Hamada,
Kota Saji,
Koichi Yoshioka
Abstract:
In this work, the current stability is discussed for cosmic strings with the bosonic superconductivity. A non-vanishing curvature of string generally induce the quantum instability of the current-carrying particle. Its decay rates are explored for various types of model parameters, curved string shapes, and decay processes. As a cosmological application, the stability is examined for superconducti…
▽ More
In this work, the current stability is discussed for cosmic strings with the bosonic superconductivity. A non-vanishing curvature of string generally induce the quantum instability of the current-carrying particle. Its decay rates are explored for various types of model parameters, curved string shapes, and decay processes. As a cosmological application, the stability is examined for superconducting strings in the string network and also for cosmic vortons by evaluating their cosmological evolution. The zero mode and hence the vorton cannot be stable in various cases, e.g., with a hierarchy between the current-carrying particle mass off the string and the string tension or with sizable couplings of the current-carrying particle to light species such as the Standard Model particles.
△ Less
Submitted 20 January, 2023; v1 submitted 7 September, 2022;
originally announced September 2022.
-
Orthogonal decomposition of anisotropic constitutive models for the phase field approach to fracture
Authors:
Vahid Ziaei-Rad,
Mostafa Mollaali,
Thomas Nagel,
Olaf Kolditz,
Keita Yoshioka
Abstract:
We propose a decomposition of constitutive relations into crack-driving and persistent portions, specifically designed for materials with anisotropic/orthotropic behavior in the phase field approach to fracture to account for the tension-compression asymmetry. This decomposition follows a variational framework, satisfying the orthogonality condition for anisotropic materials. This implies that the…
▽ More
We propose a decomposition of constitutive relations into crack-driving and persistent portions, specifically designed for materials with anisotropic/orthotropic behavior in the phase field approach to fracture to account for the tension-compression asymmetry. This decomposition follows a variational framework, satisfying the orthogonality condition for anisotropic materials. This implies that the present model can be applied to arbitrary anisotropic elastic behavior in a three-dimensional setting. On this basis, we generalize two existing models for tension-compression asymmetry in isotropic materials, namely the volumetric-deviatoric model and the no-tension model, towards materials with anisotropic nature. Two benchmark problems, single notched tensile shear tests, are used to study the performance of the present model. The results can retain the anisotropic constitutive behavior and the tension-compression asymmetry in the crack response, and are qualitatively in accordance with the expected behavior for orthotropic materials. Furthermore, to study the direction of maximum energy dissipation, we modify the surface integral based energy release computation, $G_θ$, to account only for the crack-driving energy. The computed energies with our proposed modifications predict the fracture propagation direction correctly compared with the standard G-theta method.
△ Less
Submitted 4 July, 2022;
originally announced July 2022.
-
The spatial distribution of impact craters on Ryugu
Authors:
Naoyuki Hirata,
Tomokatsu Morota,
Yuichiro Cho,
Masanori Kanamaru,
Sei-ichiro Watanabe,
Seiji Sugita,
Naru Hirata,
Yukio Yamamoto,
Rina Noguchi,
Yuri Shimaki,
Eri Tatsumi,
Kazuo Yoshioka,
Hirotaka Sawada,
Yasuhiro Yokota,
Naoya Sakatani,
Masahiko Hayakawa,
Moe Matsuoka,
Rie Honda,
Shingo Kameda,
Mamabu Yamada,
Toru Kouyama,
Hidehiko Suzuki,
Chikatoshi Honda,
Kazunori Ogawa,
Yuichi Tsuda
, et al. (18 additional authors not shown)
Abstract:
Asteroid 162173 Ryugu has numerous craters. The initial measurement of impact craters on Ryugu, by Sugita et al. (2019), is based on Hayabusa2 ONC images obtained during the first month after the arrival of Hayabusa2 in June 2018. Utilizing new images taken until February 2019, we constructed a global impact crater catalogue of Ryugu, which includes all craters larger than 20 m in diameter on the…
▽ More
Asteroid 162173 Ryugu has numerous craters. The initial measurement of impact craters on Ryugu, by Sugita et al. (2019), is based on Hayabusa2 ONC images obtained during the first month after the arrival of Hayabusa2 in June 2018. Utilizing new images taken until February 2019, we constructed a global impact crater catalogue of Ryugu, which includes all craters larger than 20 m in diameter on the surface of Ryugu. As a result, we identified 77 craters on the surface of Ryugu. Ryugu shows variation in crater density which cannot be explained by the randomness of cratering; there are more craters at lower latitudes and fewer at higher latitudes, and fewer craters in the western bulge (160 E - 290 E) than in the region around the meridian (300 E - 30 E). This variation implies a complicated geologic history for Ryugu. It seems that the longitudinal variation in crater density simply indicates variation in the crater ages; the cratered terrain around the meridian seems to be geologically old while the western bulge is relatively young. The latitudinal variation in crater density suggests that the equatorial ridge of Ryugu is a geologically old structure; however, this could be alternatively explained by a collision with many fission fragments during a short rotational period of Ryugu in the past.
△ Less
Submitted 11 May, 2022;
originally announced May 2022.
-
Dual optical frequency combs with ultra-low relative phase jitters from 550 nm to 1020 nm for precision spectroscopy
Authors:
Eunmi Chae,
Kota Nakashima,
Kosuke Yoshioka
Abstract:
Here, ultra-low relative phase jitters over a wide optical spectrum were achieved for dual Ti:Sapphire optical frequency combs. The two optical frequency combs were independently phase-locked to a Sr optical lattice clock laser delivered through a commercial optical fiber network. We confirmed that the relative phase jitters between the two combs integrated from 8.3 mHz to 200 kHz were below 1 rad…
▽ More
Here, ultra-low relative phase jitters over a wide optical spectrum were achieved for dual Ti:Sapphire optical frequency combs. The two optical frequency combs were independently phase-locked to a Sr optical lattice clock laser delivered through a commercial optical fiber network. We confirmed that the relative phase jitters between the two combs integrated from 8.3 mHz to 200 kHz were below 1 rad, corresponding to a relative linewidth of below 8.3 mHz, over the entire wavelength of the optical frequency combs ranging from 550 nm to 1020 nm. Our work paves the way for ultrahigh-precision dual-comb spectroscopy covering a wide optical spectral range with a simple setup, and provides an absolute optical frequency reference with great stability over a wide range of wavelengths.
△ Less
Submitted 18 March, 2022;
originally announced March 2022.
-
Ultrafast intrinsic optical-to-electrical conversion dynamics in graphene photodetector
Authors:
Katsumasa Yoshioka,
Taro Wakamura,
Masayuki Hashisaka,
Kenji Watanabe,
Takashi Taniguchi,
Norio Kumada
Abstract:
Optical-to-electrical (O-E) conversion in graphene is a central phenomenon for realizing anticipated ultrafast and low-power-consumption information technologies. However, revealing its mechanism and intrinsic time scale require uncharted terahertz (THz) electronics and device architectures. Here, we succeeded in resolving O-E conversion processes in high-quality graphene by on-chip electrical rea…
▽ More
Optical-to-electrical (O-E) conversion in graphene is a central phenomenon for realizing anticipated ultrafast and low-power-consumption information technologies. However, revealing its mechanism and intrinsic time scale require uncharted terahertz (THz) electronics and device architectures. Here, we succeeded in resolving O-E conversion processes in high-quality graphene by on-chip electrical readout of ultrafast photothermoelectric current. By suppressing the RC time constant using a resistive zinc oxide top gate, we constructed a gate-tunable graphene photodetector with a bandwidth of up to 220 GHz. By measuring nonlocal photocurrent dynamics, we found that the photocurrent extraction from the electrode is instantaneous without a measurable carrier transit time across several-micrometer-long graphene, following the Shockley-Ramo theorem. The time for photocurrent generation is exceptionally tunable from immediate to > 4 ps, and its origin is identified as Fermi-level-dependent intraband carrier-carrier scattering. Our results bridge the gap between ultrafast optical science and device engineering, accelerating ultrafast graphene optoelectronic applications.
△ Less
Submitted 10 March, 2022;
originally announced March 2022.
-
Resurfacing processes constrained by crater distribution on Ryugu
Authors:
Naofumi Takaki,
Yuichiro Cho,
Tomokatsu Morota,
Eri Tatsumi,
Rie Honda,
Shingo Kameda,
Yasuhiro Yokota,
Naoya Sakatani,
Toru Kouyama,
Masahiko Hayakawa,
Moe Matsuoka,
Manabu Yamada,
Chikatoshi Honda,
Hidehiko Suzuki,
Kazuo Yoshioka,
Kazunori Ogawa,
Hirotaka Sawada,
Patrick Michel,
Seiji Sugita
Abstract:
Understanding the geological modification processes on asteroids can provide information concerning their surface history. Images of small asteroids from spacecraft show a depletion in terms of smaller craters. Seismic shaking was considered to be responsible for crater erasure and the main driver modifying the geology of asteroids via regolith convection or the Brazil nut effect. However, a recen…
▽ More
Understanding the geological modification processes on asteroids can provide information concerning their surface history. Images of small asteroids from spacecraft show a depletion in terms of smaller craters. Seismic shaking was considered to be responsible for crater erasure and the main driver modifying the geology of asteroids via regolith convection or the Brazil nut effect. However, a recent artificial impact experiment on the asteroid Ryugu by the Japanese Hayabusa2 mission revealed minimal seismic activity. To investigate whether a seismic shaking model can reproduce the observed crater record, the crater distribution on Ryugu was analyzed using crater production functions under cohesionless conditions. Crater retention ages were estimated as a function of crater diameter for Ryugu, Itokawa, Eros, and Bennu using the crater size-frequency distribution and crater production function estimated for those asteroids. We found that the power-law indices "a" are inconsistent with diffusion processes (e.g., seismic shaking, a=2). This result suggests that seismic shaking models based on diffusion equations cannot explain the crater distribution on small asteroids. Alternative processes include surface flows, possibly at the origin of geomorphological and spectral features of Ryugu. We demonstrate that the vertical mixing of material at depths shallower than 1 m occurs over 10^3-10^5 yr by cratering and obliteration. The young surface age of Ryugu is consistent with the slow space weathering that results from cratering, as suggested in previous studies. The timescale (10^4-10^6 yr) required for resurfacing at depths of 2-4 m can be compared with the cosmic-ray exposure ages of returned samples to constrain the distribution of impactors that collide with Ryugu.
△ Less
Submitted 28 December, 2021;
originally announced December 2021.
-
Image registration for multi-band images taken by ONC-T onboard Hayabusa2
Authors:
Toru Kouyama,
Eri Tatsumi,
Chikatoshi Honda,
Rie Honda,
Tomokatsu Morota,
Yasuhiro Yokota,
Shingo Kameda,
Manabu Yamada,
Hidehiko Suzuki,
Naoya Sakatani,
Masahiko Hayakawa,
Yuichiro Cho,
Moe Matsuoka,
Kazuo Yoshioka,
Hirotaka Sawada,
Seiji Sugita
Abstract:
Hayabusa2, a Japanese sample-return mission to a C-type asteroid, arrived at its target 162173 Ryugu in June 2018. The optical navigation cameras (ONC-T, ONC-W1, ONC-W2) successfully obtained numerous images of Ryugu. ONC-T is a telescopic framing camera with a charge-coupled device (CCD), has seven filter bands in ultraviolet, visible and near infrared wavelength ranges, and were used to map the…
▽ More
Hayabusa2, a Japanese sample-return mission to a C-type asteroid, arrived at its target 162173 Ryugu in June 2018. The optical navigation cameras (ONC-T, ONC-W1, ONC-W2) successfully obtained numerous images of Ryugu. ONC-T is a telescopic framing camera with a charge-coupled device (CCD), has seven filter bands in ultraviolet, visible and near infrared wavelength ranges, and were used to map the spectral distribution of the Ryugu surface. Since the locations of a target seen in ONC-T images are slightly different among different wavelength images in one multi-band observation sequence due to changes in spacecraft positions and attitudes during the filter-changing sequence, one of the image processing issues is image co-registration among images for different wavelength bands. To quickly complete the image co-registration to meet a limited mission schedule, we combined conventional image co-registration techniques with several improvements based on previous planetary missions. The results of our analysis using actual ONC-T images indicate that image co-registration can reach accuracy on the order of 0.1 pixels, which is sufficient for many spectral mapping applications for Ryugu analyses.
△ Less
Submitted 17 December, 2021;
originally announced December 2021.
-
Some moduli spaces of 1-dimensional sheaves on an elliptic ruled surface
Authors:
Kota Yoshioka
Abstract:
We shall study moduli spaces of stable 1-dimensional sheaves on an elliptic ruled surface.
We shall study moduli spaces of stable 1-dimensional sheaves on an elliptic ruled surface.
△ Less
Submitted 18 February, 2022; v1 submitted 8 November, 2021;
originally announced November 2021.
-
High-Resolution Observations of Bright Boulders on Asteroid Ryugu: 1. Size Frequency Distribution and Morphology
Authors:
Chiho Sugimoto,
Eri Tatsumi,
Yuichiro Cho,
Tomokatsu Morota,
Rie Honda,
Shingo Kameda,
Yosuhiro Yokota,
Koki Yumoto,
Minami Aoki,
Daniella N. DellaGiustina,
Tatsuhiro Michikami,
Takahiro Hiroi,
Deborah L. Domingue,
Patrick Michel,
Stefan E. Schröder,
Tomoki Nakamura,
Manabu Yamada,
Naoya Sakatani,
Toru Kouyama,
Chikatoshi Honda,
Masahiko Hayakawa,
Moe Matsuoka,
Hidehiko Suzuki,
Kazuo Yoshioka,
Kazunori Ogawa
, et al. (12 additional authors not shown)
Abstract:
The near-Earth asteroid (162173) Ryugu displays a Cb-type average spectrum and a very low average normal albedo of 0.04. Although the majority of boulders on Ryugu have reflectance spectra and albedo similar to the Ryugu average, a small fraction of boulders exhibit anomalously high albedo and distinctively different spectra. A previous study (Tatsumi et al., 2021) based on the 2.7-km observations…
▽ More
The near-Earth asteroid (162173) Ryugu displays a Cb-type average spectrum and a very low average normal albedo of 0.04. Although the majority of boulders on Ryugu have reflectance spectra and albedo similar to the Ryugu average, a small fraction of boulders exhibit anomalously high albedo and distinctively different spectra. A previous study (Tatsumi et al., 2021) based on the 2.7-km observations and a series of low-altitude (down to 68 m) descent observations conducted prior to the first touchdown have shown that the spectra of these anomalous boulders can be classified into two distinct groups corresponding to S and C type asteroids. The former originate most likely from an impactor that collided with Ryugu's parent body, whereas the latter may be from portions of Ryugu's parent body that experienced a different temperature history than experienced by the majority of boulder materials. In this study, we analyzed images captured after the first touchdown to determine the quantitative properties of these bright boulders on Ryugu. We measured the sizes of more than a thousand bright boulders and characterized the morphologic properties of the largest ones. Analyses revealed many properties of bright boulders important for the evolution of Ryugu and its parent body. The size-frequency distributions of S- and C-type bright boulders follow power laws. We obtained the ratios of the total volume and surface area of S-type bright boulders to those of average dark boulders on the Ryugu surface. Also, many of the bright boulders are embedded in a larger substrate boulder, suggesting that they have experienced mixing and conglomeration with darker fragments on the parent body, rather than gently landing on Ryugu during or after its formation by reaccumulation. This is consistent with the hypothesis that S-type bright boulders were likely mixed during and/or before a catastrophic disruption.
△ Less
Submitted 28 October, 2021;
originally announced October 2021.
-
High-Resolution Observations of Bright Boulders on Asteroid Ryugu: 2. Spectral Properties
Authors:
Chiho Sugimoto,
Eri Tatsumi,
Yuichiro Cho,
Tomokatsu Morota,
Rie Honda,
Shingo Kameda,
Yosuhiro Yokota,
Koki Yumoto,
Minami Aoki,
Daniella N. DellaGiustina,
Tatsuhiro Michikami,
Takahiro Hiroi,
Deborah L. Domingue,
Patrick Michel,
Stefan Schröder,
Tomoki Nakamura,
Manabu Yamada,
Naoya Sakatani,
Toru Kouyama,
Chikatoshi Honda,
Masahiko Hayakawa,
Moe Matsuoka,
Hidehiko Suzuki,
Kazuo Yoshioka,
Kazunori Ogawa
, et al. (12 additional authors not shown)
Abstract:
Many small boulders with reflectance values higher than 1.5 times the average reflectance have been found on the near-Earth asteroid 162173 Ryugu. Based on their visible wavelength spectral differences, Tatsumi et al. (2021) defined two bright boulder classes: C-type and S-type. These two classifications of bright boulders have different size distributions and spectral trends. In this study, we me…
▽ More
Many small boulders with reflectance values higher than 1.5 times the average reflectance have been found on the near-Earth asteroid 162173 Ryugu. Based on their visible wavelength spectral differences, Tatsumi et al. (2021) defined two bright boulder classes: C-type and S-type. These two classifications of bright boulders have different size distributions and spectral trends. In this study, we measured the spectra of 79 bright boulders and investigated their detailed spectral properties. Analyses obtained a number of important results. First, S-type bright boulders on Ryugu have spectra that are similar to those found for two different ordinary chondrites with different initial spectra that have been experimentally space weathered the same way. This suggests that there may be two populations of S-type bright boulders on Ryugu, perhaps originating from two different impactors that hit its parent body. Second, the model space-weathering ages of meter-size S-type bright boulders, based on spectral change rates derived in previous experimentally irradiated ordinary chondrites, are 0.1-1 Myr, which is consistent with the crater retention age (<Myr) of the ~1-m deep surface layer on Ryugu. This agreement strongly suggests that the Ryugu surface is extremely young, implying that the samples acquired from the Ryugu surface should be fresh. Third, the lack of a serpentine absorption in the S-type clast embedded in one of the large brecciated boulders indicates that fragmentation and cementation that created the breccias occurred after the termination of aqueous alteration. Fourth, C-type bright boulders exhibit a continuous spectral trend similar to the heating track of low-albedo carbonaceous chondrites, such as CM and CI. Other processes, such as space weathering and grain size effects, cannot primarily account for their spectral variation.
△ Less
Submitted 28 October, 2021;
originally announced October 2021.
-
Leptonic CP asymmetry and Light flavored scalar
Authors:
Yoshihiko Abe,
Toshimasa Ito,
Koichi Yoshioka
Abstract:
We consider a situation where right-handed neutrinos couple to a light scalar which is possibly a Nambu-Goldstone boson resulting from high-energy symmetry breaking. Its coupling is typically complex-valued and flavor-dependent. In this work, we investigate the possibility of the leptonic asymmetry generation in the Universe from the right-handed neutrino decay to flavorful light scalar. Furthermo…
▽ More
We consider a situation where right-handed neutrinos couple to a light scalar which is possibly a Nambu-Goldstone boson resulting from high-energy symmetry breaking. Its coupling is typically complex-valued and flavor-dependent. In this work, we investigate the possibility of the leptonic asymmetry generation in the Universe from the right-handed neutrino decay to flavorful light scalar. Furthermore a new source of asymmetry generation from a single decay process is pointed out, which is characteristic of the present setting.
△ Less
Submitted 3 January, 2023; v1 submitted 21 October, 2021;
originally announced October 2021.
-
An Acceleration Method Based on Deep Learning and Multilinear Feature Space
Authors:
Michel Vinagreiro Edson Kitani Armando Lagana Leopoldo Yoshioka
Abstract:
Computer vision plays a crucial role in Advanced Assistance Systems. Most computer vision systems are based on Deep Convolutional Neural Networks (deep CNN) architectures. However, the high computational resource to run a CNN algorithm is demanding. Therefore, the methods to speed up computation have become a relevant research issue. Even though several works on architecture reduction found in the…
▽ More
Computer vision plays a crucial role in Advanced Assistance Systems. Most computer vision systems are based on Deep Convolutional Neural Networks (deep CNN) architectures. However, the high computational resource to run a CNN algorithm is demanding. Therefore, the methods to speed up computation have become a relevant research issue. Even though several works on architecture reduction found in the literature have not yet been achieved satisfactory results for embedded real-time system applications. This paper presents an alternative approach based on the Multilinear Feature Space (MFS) method resorting to transfer learning from large CNN architectures. The proposed method uses CNNs to generate feature maps, although it does not work as complexity reduction approach. After the training process, the generated features maps are used to create vector feature space. We use this new vector space to make projections of any new sample to classify them. Our method, named AMFC, uses the transfer learning from pre-trained CNN to reduce the classification time of new sample image, with minimal accuracy loss. Our method uses the VGG-16 model as the base CNN architecture for experiments; however, the method works with any similar CNN model. Using the well-known Vehicle Image Database and the German Traffic Sign Recognition Benchmark, we compared the classification time of the original VGG-16 model with the AMFC method, and our method is, on average, 17 times faster. The fast classification time reduces the computational and memory demands in embedded applications requiring a large CNN architecture.
△ Less
Submitted 16 October, 2021;
originally announced October 2021.
-
Through the Looking Glass: Diminishing Occlusions in Robot Vision Systems with Mirror Reflections
Authors:
Kentaro Yoshioka,
Hidenori Okuni,
Tuan Thanh Ta,
Akihide Sai
Abstract:
The quality of robot vision greatly affects the performance of automation systems, where occlusions stand as one of the biggest challenges. If the target is occluded from the sensor, detecting and grasping such objects become very challenging. For example, when multiple robot arms cooperate in a single workplace, occlusions will be created under the robot arm itself and hide objects underneath. Wh…
▽ More
The quality of robot vision greatly affects the performance of automation systems, where occlusions stand as one of the biggest challenges. If the target is occluded from the sensor, detecting and grasping such objects become very challenging. For example, when multiple robot arms cooperate in a single workplace, occlusions will be created under the robot arm itself and hide objects underneath. While occlusions can be greatly reduced by installing multiple sensors, the increase in sensor costs cannot be ignored. Moreover, the sensor placements must be rearranged every time the robot operation routine and layout change.
To diminish occlusions, we propose the first robot vision system with tilt-type mirror reflection sensing. By instantly tilting the sensor itself, we obtain two sensing results with different views: conventional direct line-of-sight sensing and non-line-of-sight sensing via mirror reflections. Our proposed system removes occlusions adaptively by detecting the occlusions in the scene and dynamically configuring the sensor tilt angle to sense the detected occluded area. Thus, sensor rearrangements are not required even after changes in robot operation or layout. Since the required hardware is the tilt-unit and a commercially available mirror, the cost increase is marginal. Through experiments, we show that our system can achieve a similar detection accuracy as systems with multiple sensors, regardless of the single-sensor implementation.
△ Less
Submitted 30 August, 2021;
originally announced August 2021.
-
The cohomology of the general stable sheaf on a K3 surface
Authors:
Izzet Coskun,
Howard Nuer,
Kōta Yoshioka
Abstract:
Let $X$ be a K3 surface with Picard group $\mathrm{Pic}(X)\cong\mathbb{Z} H$ such that $H^2=2n$. Let $M_{H}(\mathbf{v})$ be the moduli space of Gieseker semistable sheaves on $X$ with Mukai vector $\mathbf{v}$. We say that $\mathbf{v}$ satisfies weak Brill-Noether if the general sheaf in $M_{H}(\mathbf{v})$ has at most one nonzero cohomology group. We show that given any rank $r \geq 2$, there are…
▽ More
Let $X$ be a K3 surface with Picard group $\mathrm{Pic}(X)\cong\mathbb{Z} H$ such that $H^2=2n$. Let $M_{H}(\mathbf{v})$ be the moduli space of Gieseker semistable sheaves on $X$ with Mukai vector $\mathbf{v}$. We say that $\mathbf{v}$ satisfies weak Brill-Noether if the general sheaf in $M_{H}(\mathbf{v})$ has at most one nonzero cohomology group. We show that given any rank $r \geq 2$, there are only finitely many Mukai vectors of rank $r$ on K3 surfaces of Picard rank one where weak Brill-Noether fails. We give an algorithm for finding the potential counterexamples and classify all such counterexamples up to rank 20 explicitly. Moreover, in each of these cases we calculate the cohomology of the general sheaf. Given $r$, we give sharp bounds on $n$, $d$, and $a$ that guarantee that $\mathbf{v}=(r,dH,a)$ satisfies weak Brill-Noether. As a corollary, we obtain another proof of the classification of Ulrich bundles on K3 surfaces of Picard rank one. In addition, we discuss the question of when the general sheaf in $M_H(\mathbf{v})$ is globally generated. Our techniques make crucial use of Bridgeland stability conditions.
△ Less
Submitted 24 June, 2021;
originally announced June 2021.
-
Temperature Study of Rydberg Exciton Optical Properties in Cu2O
Authors:
Dungeon Daniel Kang,
Aaron Gross,
HeeBong Yang,
Yusuke Morita,
Kyung Soo Choi,
Kosuke Yoshioka,
Na Young Kim
Abstract:
Rydberg excitons in Cu2O can be an emergent platform for solid-state quantum information processing by utilizing the exaggerated properties of high-lying excited states within the material. To develop practical quantum systems, high-temperature operation is desirable. Here, we study the temperature-dependence of the yellow and green Rydberg exciton resonances in a thin Cu2O crystal via broad-band…
▽ More
Rydberg excitons in Cu2O can be an emergent platform for solid-state quantum information processing by utilizing the exaggerated properties of high-lying excited states within the material. To develop practical quantum systems, high-temperature operation is desirable. Here, we study the temperature-dependence of the yellow and green Rydberg exciton resonances in a thin Cu2O crystal via broad-band phonon-assisted absorption spectra between 4 K and 100 K. At 4 K, we can identify the principal quantum number n = 11 yellow and n = 4 green Rydberg exciton states, beyond which we are limited by the spectral resolution of standard absorption techniques. Above liquid nitrogen boiling temperature (~80 K), the n = 6 yellow and n = 4 green Rydberg exciton states are readily captured and higher-temperature yellow Rydberg exciton optical properties still exhibit the standard scaling laws seen at low temperatures. This promising result lays the groundwork for a new route to build a high-temperature Rydberg quantum information processing architecture with solid-state Cu2O.
△ Less
Submitted 1 May, 2021;
originally announced May 2021.
-
A compact green Ti:Sapphire astro-comb with 43-GHz repetition frequency
Authors:
Eunmi Chae,
Eiji Kambe,
Kentaro Motohara,
Hideyuki Izumiura,
Mamoru Doi,
Kosuke Yoshioka
Abstract:
A compact green astro-comb with 43-GHz repetition rate is developed based on a Ti:Sapphire optical frequency comb (OFC) and a mode-selecting cavity. The OFC's large repetition rate of 1.6 GHz eases the requirements for the mode-selecting cavity. Unnecessary frequency-modes of the OFC are suppressed down to $5 \times 10^{-4}$ at 535 nm - 550 nm using a single mode-selecting cavity with 70-MHz linew…
▽ More
A compact green astro-comb with 43-GHz repetition rate is developed based on a Ti:Sapphire optical frequency comb (OFC) and a mode-selecting cavity. The OFC's large repetition rate of 1.6 GHz eases the requirements for the mode-selecting cavity. Unnecessary frequency-modes of the OFC are suppressed down to $5 \times 10^{-4}$ at 535 nm - 550 nm using a single mode-selecting cavity with 70-MHz linewidth. The radial velocity precision $σ\sim 1.4$ m/s is achieved at the High Dispersion Echelle Spectrosraph for the Okayama 188-cm telescope of the National Astronomical Observatory of Japan using our astro-comb. With further improvements of the mode-selecting cavity and removal of fiber modal noises, our system will provide a simple, compact, and precise astro-comb setup in visible wavelength region.
△ Less
Submitted 14 January, 2021;
originally announced January 2021.
-
Non-thermal Production of PNGB Dark Matter and Inflation
Authors:
Yoshihiko Abe,
Takashi Toma,
Koichi Yoshioka
Abstract:
A pseudo Nambu-Goldstone boson (pNGB) is a natural candidate of dark matter in that it avoids the severe direct detection bounds. We show in this paper that the pNGB has another different and interesting face with a higher symmetry breaking scale. Such large symmetry breaking is motivated by various physics beyond the standard model. In this case, the pNGB interaction is suppressed due to the Namb…
▽ More
A pseudo Nambu-Goldstone boson (pNGB) is a natural candidate of dark matter in that it avoids the severe direct detection bounds. We show in this paper that the pNGB has another different and interesting face with a higher symmetry breaking scale. Such large symmetry breaking is motivated by various physics beyond the standard model. In this case, the pNGB interaction is suppressed due to the Nambu-Goldstone property and the freeze-out production does not work even with sufficiently large portal coupling. We then study the pNGB dark matter relic abundance from the out-of-equilibrium production via feeble Higgs portal coupling. Further, a possibility is pursued the symmetry breaking scalar in the pNGB model plays the role of inflaton. The inflaton and dark matter are unified in a single field and the pNGB production from inflaton decay is inevitable. For these non-thermally produced relic abundance of pNGB dark matter and successful inflation, we find that the dark matter mass should be less than a few GeV in the wide range of the reheating temperature and the inflaton mass.
△ Less
Submitted 4 February, 2021; v1 submitted 18 December, 2020;
originally announced December 2020.
-
Wall crossing for moduli of stable sheaves on an elliptic surface
Authors:
Kota Yoshioka
Abstract:
We shall study the wall crossing behavior of moduli of stable sheaves on an elliptic surface.
We shall study the wall crossing behavior of moduli of stable sheaves on an elliptic surface.
△ Less
Submitted 18 February, 2022; v1 submitted 7 October, 2020;
originally announced October 2020.
-
Electroweak axion string and superconductivity
Authors:
Yoshihiko Abe,
Yu Hamada,
Koichi Yoshioka
Abstract:
We study the axion strings with the electroweak gauge flux in the DFSZ axion model and show that these strings, called the electroweak axion strings, can exhibit superconductivity without fermionic zero modes. We construct three types of electroweak axion string solutions. Among them, the string with $W$-flux can be lightest in some parameter space, which leads to a stable superconducting cosmic s…
▽ More
We study the axion strings with the electroweak gauge flux in the DFSZ axion model and show that these strings, called the electroweak axion strings, can exhibit superconductivity without fermionic zero modes. We construct three types of electroweak axion string solutions. Among them, the string with $W$-flux can be lightest in some parameter space, which leads to a stable superconducting cosmic string. We also show that a large electric current can flow along the string due to the Peccei-Quinn scale much higher than the electroweak scale. This large current induces a net attractive force between the axion strings with the same topological charge, which opens a novel possibility that the axion strings form Y-junctions in the early universe.
△ Less
Submitted 29 June, 2021; v1 submitted 6 October, 2020;
originally announced October 2020.
-
On-chip coherent frequency-domain THz spectroscopy for electrical transport
Authors:
Katsumasa Yoshioka,
Norio Kumada,
Koji Muraki,
Masayuki Hashisaka
Abstract:
We developed a coherent frequency-domain THz spectroscopic technique on a coplanar waveguide in the ultrabroad frequency range from 200 MHz to 1.6 THz based on continuous wave (CW) laser spectroscopy. Optical beating created by mixing two frequency-tunable CW lasers is focused on photoconductive switches to generate and detect high-frequency current in a THz circuit. In contrast to time-domain spe…
▽ More
We developed a coherent frequency-domain THz spectroscopic technique on a coplanar waveguide in the ultrabroad frequency range from 200 MHz to 1.6 THz based on continuous wave (CW) laser spectroscopy. Optical beating created by mixing two frequency-tunable CW lasers is focused on photoconductive switches to generate and detect high-frequency current in a THz circuit. In contrast to time-domain spectroscopy, our frequency-domain spectroscopy enables unprecedented frequency resolution of 10 MHz without using complex building blocks of femtosecond laser optics. Furthermore, due to the coherent nature of the photomixing technique, we are able to identify the origin of multiple reflections in the time domain using the Hilbert analysis and inverse Fourier transform. These results demonstrate that the advantages of on-chip coherent frequency-domain spectroscopy, such as its broadband, frequency resolution, usability, and time-domain accessibility, provide a unique capability for measuring ultrafast electron transport in integrated THz circuits.
△ Less
Submitted 2 September, 2020;
originally announced September 2020.
-
Observation of Photoinduced Terahertz Gain in GaAs Quantum Wells: Evidence for Radiative Two-Exciton-to-Biexciton Scattering
Authors:
X. Li,
K. Yoshioka,
Q. Zhang,
N. Marquez Peraca,
F. Katsutani,
W. Gao,
G. T. Noe II,
J. D. Watson,
M. J. Manfra,
I. Katayama,
J. Takeda,
J. Kono
Abstract:
We have observed photoinduced negative optical conductivity, or gain, in the terahertz frequency range in a GaAs multiple-quantum-well structure in a strong perpendicular magnetic field at low temperatures. The gain is narrow-band: it appears as a sharp peak (linewidth $<$0.45 meV) whose frequency shifts with applied magnetic field. The gain has a circular-polarization selection rule: a strong lin…
▽ More
We have observed photoinduced negative optical conductivity, or gain, in the terahertz frequency range in a GaAs multiple-quantum-well structure in a strong perpendicular magnetic field at low temperatures. The gain is narrow-band: it appears as a sharp peak (linewidth $<$0.45 meV) whose frequency shifts with applied magnetic field. The gain has a circular-polarization selection rule: a strong line is observed for hole-cyclotron-resonance-active polarization. Furthermore, the gain appears only when the exciton $1s$ state is populated, which rules out intraexcitonic transitions to be its origin. Based on these observations, we propose a possible process in which the stimulated emission of a terahertz photon occurs while two free excitons scatter into one biexciton in an energy and angular-momentum conserving manner.
△ Less
Submitted 19 September, 2020; v1 submitted 18 April, 2020;
originally announced April 2020.
-
TeV-scale Majorogenesis
Authors:
Yoshihiko Abe,
Yu Hamada,
Takahiro Ohata,
Kenta Suzuki,
Koichi Yoshioka
Abstract:
The Majoron, the Nambu-Goldstone boson of lepton number symmetry, is an interesting candidate for dark matter as it deeply connects the dark matter and neutrino physics. In this paper, we consider the Majoron dark matter as pseudo Nambu-Goldstone boson with TeV-scale mass. The heavy Majoron generally has the large decay constant and tiny Yukawa couplings to light right-handed neutrinos which are r…
▽ More
The Majoron, the Nambu-Goldstone boson of lepton number symmetry, is an interesting candidate for dark matter as it deeply connects the dark matter and neutrino physics. In this paper, we consider the Majoron dark matter as pseudo Nambu-Goldstone boson with TeV-scale mass. The heavy Majoron generally has the large decay constant and tiny Yukawa couplings to light right-handed neutrinos which are required by cosmological and astrophysical observations. That makes it difficult to realize the desired amount of the relic abundance of Majoron dark matter. We consider three improved scenarios for the generation of Majoron, dubbed as Majorogenesis, in the early universe and find in all cases the parameter space compatible with the relic abundance and cosmic-ray constraints.
△ Less
Submitted 29 June, 2020; v1 submitted 1 April, 2020;
originally announced April 2020.