SearcharxivSearch

arXiv subjects

Vivek Menon

Publications and source records attributed to Vivek Menon.

6 recordsLinked to original sources

Evidence for CME--CME Interaction in a Magnetic-Cloud-Like Ejecta: Insights from Multipoint Observations and Polytropic Analysis

Using in-situ observations from Solar Orbiter, STEREO-A, and Wind, we investigate the heliospheric evolution of an interplanetary coronal mass ejection (ICME). The magnetic ejecta (ME) shows a magnetic-cloud-like (MCL) configuration: a front region in which the magnetic field rotates and its magnitude declines, followed by a weakly rotating "back region" of nearly constant field magnitude. Near-Sun EUV and white-light observations reveal two fast CMEs launched in rapid succession and interacting at low coronal heights, providing direct evidence that an MCL ejecta can arise from interaction between two closely spaced CMEs sampled near their apex. Using near-radially aligned Solar Orbiter and STEREO-A observations, we find that the sheath expands more rapidly than the ME, consistent with the "snow-plow" effect, while the ME properties broadly follow trends reported in previous ICME studies. Comparison of STEREO-A and Wind observations, separated by only 9.2 degrees in longitude, reveals measurable mesoscale variability within both the sheath and the ME. We identify dual polytropic behavior within both substructures, consistent with the merging of two interacting CMEs to form the observed MCL ejecta. This dual behavior in the ME is most pronounced in the inner heliosphere and weakens with heliocentric distance, indicating thermodynamic homogenization during radial expansion, whereas the sheath maintains thermodynamic contrasts from the inner heliosphere to 1 au. Our findings suggest that polytropic diagnostics can help reveal thermodynamically distinct plasma populations associated with interacting CMEs, providing additional evidence for CME-CME interaction in MCL ejecta where conventional in-situ signatures show no clear evidence of such interactions.

astro-ph.SR

Visualizing the Magnetic Structure in Interplanetary Coronal Mass Ejections with ATHARV

Interplanetary coronal mass ejections (ICMEs) are major drivers of space weather, and their geoeffectiveness is strongly governed by the structure and orientation of their internal magnetic field. However, in-situ observations provide only 1D sampling along a spacecraft trajectory, limiting direct inference of the ICME 3D magnetic structure. We introduce the Analysis Tool for Heliospheric Arrangement of Remapped Vectors (ATHARV), which remaps in-situ time-series measurements into spatial coordinates while accounting for ICME expansion and spacecraft motion. ATHARV assumes self-similar expansion with different expansion rates along three orthogonal directions, while more general cases use measured velocities as proxies for plasma motion. The framework also incorporates complementary diagnostics, including hodograms and magnetic-field orientation angles, to assess magnetic coherence and field rotation within ICMEs. We demonstrate ATHARV using multipoint observations of an ICME detected near 1 au by STEREO-A and Wind on 2023 April 23--24. The reconstructed sheath exhibits disordered and variable magnetic fields, whereas the magnetic ejecta (ME) shows a coherent rotation consistent with a right-handed SWN flux-rope configuration at both spacecraft. However, differences in magnetic-field magnitude profiles, rotation signatures, and inferred ME sizes indicate mesoscale inhomogeneity within the ICME magnetic structure, possibly associated with a writhed or distorted flux rope. This event highlights the limitations of interpreting ICME magnetic configurations from single-point measurements and demonstrates the importance of multipoint observations for investigating their 3D structure and evolution. ATHARV provides a consistent framework for interpreting in-situ ICME observations and investigating their spatial structure and evolution, and is publicly available to the heliophysics community.

astro-ph.SR

Radial flow component of Sun's high frequency retrograde inertial waves

Solar inertial modes have the potential to surpass the diagnostic capabilities of acoustic waves in probing the deep interior of the Sun. The fulfillment of this potential requires an accurate identification and characterization of these modes. Among the set of detected inertial modes, the equatorially anti-symmetric "high-frequency retrograde'' (HFR) modes has attracted special interest because numerical studies have suggested that they are not purely toroidal, as initial observations suggested, and predicted that they would possess a significant radial flow signal at depth. Here, we analyze $\sim$13 years of HMI/SDO 5$^\circ$ ring tiles, and discover a horizontal-divergence signal, directly connected to radial flows, in the near surface layers of the Sun. We demonstrate that this signal is indeed part of the HFR modes and not spatial leakage from prograde flows associated with magnetic regions. The amplitudes of the horizontal divergence are approximately half that associated with radial vorticity. We also report the presence of a ridge of enhanced power, although with a signal-to-noise ratio of 0.3, in the retrograde frequencies that coincides with the HFR latitudinal overtones reported by models. Using numerical linear models we find reasonable agreement with observations, though future work on boundary considerations and the inclusion of the near-surface may improve future inferences. This is the first instance where numerical studies of solar inertial modes have guided observations, giving further confidence to past inferences that rely upon numerical models.

astro-ph.SR

Reward-based Blockchain Infrastructure for 3D IC Supply Chain Provenance

In response to the growing demand for enhanced performance and power efficiency, the semiconductor industry has witnessed a paradigm shift toward heterogeneous integration, giving rise to 2.5D/3D chips. These chips incorporate diverse chiplets, manufactured globally and integrated into a single chip. Securing these complex 2.5D/3D integrated circuits (ICs) presents a formidable challenge due to inherent trust issues within the semiconductor supply chain. Chiplets produced in untrusted locations may be susceptible to tampering, introducing malicious circuits that could compromise sensitive information. This paper introduces an innovative approach that leverages blockchain technology to establish traceability for ICs and chiplets throughout the supply chain. Given that chiplet manufacturers are dispersed globally and may operate within different blockchain consortiums, ensuring the integrity of data within each blockchain ledger becomes imperative. To address this, we propose a novel dual-layer approach for establishing distributed trust across diverse blockchain ledgers. The lower layer comprises of a blockchain-based framework for IC supply chain provenance that enables transactions between blockchain instances run by different consortiums, making it possible to trace the complete provenance DAG of each IC. The upper layer implements a multi-chain reputation scheme that assigns reputation scores to entities while specifically accounting for high-risk transactions that cross blockchain trust zones. This approach enhances the credibility of the blockchain data, mitigating potential risks associated with the use of multiple consortiums and ensuring a robust foundation for securing 2.5D/3D ICs in the evolving landscape of heterogeneous integration.

cs.CR

A Cosmological Reconstruction of the Higgs Vacuum Expectation Value

We present a simple toy model of cosmic acceleration driven purely by a self-interacting scalar field embedded in theory of grand unification. The scalar self-interaction is Higgs-like and provokes a spontaneous symmetry breaking. The coefficient of the quadratic term in the self-interaction potential has an evolution and it leads to a cosmic variation of proton-to-electron mass ratio, $\mu$. We perform a cosmological reconstruction from the kinematic parameter jerk and discuss a few cosmological consequences of the theory. We also compare the theoretically calculated $\mu$ variation with the observations of molecular absorption spectra from Cesium Atomic Clock data.

gr-qc

Efficient 8-Bit Quantization of Transformer Neural Machine Language Translation Model

In this work, we quantize a trained Transformer machine language translation model leveraging INT8/VNNI instructions in the latest Intel$^\circledR$ Xeon$^\circledR$ Cascade Lake processors to improve inference performance while maintaining less than 0.5$\%$ drop in accuracy. To the best of our knowledge, this is the first attempt in the industry to quantize the Transformer model. This has high impact as it clearly demonstrates the various complexities of quantizing the language translation model. We present novel quantization techniques directly in TensorFlow to opportunistically replace 32-bit floating point (FP32) computations with 8-bit integers (INT8) and transform the FP32 computational graph. We also present a bin-packing parallel batching technique to maximize CPU utilization. Overall, our optimizations with INT8/VNNI deliver 1.5X improvement over the best FP32 performance. Furthermore, it reveals the opportunities and challenges to boost performance of quantized deep learning inference and establishes best practices to run inference with high efficiency on Intel CPUs.

cs.LG