SearcharxivSearch

arXiv subjects

Jinwoong Kim

Publications and source records attributed to Jinwoong Kim.

At least 19 recordsLinked to original sources

IMPACT-VLA: Interaction-aware Multimodal Propagation Attribution via Counterfactual Trajectories for Vision-Language-Action Policies

Vision-Language-Action (VLA) policies perform robot manipulation tasks using multimodal inputs such as visual observations, proprioceptive states, and language instructions. However, it remains unclear at which execution stages each modality contributes to final task success and how input interventions propagate through subsequent states, observations, and actions. Existing attribution approaches primarily measure local sensitivity or temporally aggregated importance, limiting their ability to capture phase-dependent contributions and cross-phase dependencies. We propose Interaction-aware Multimodal Propagation Attribution via Counterfactual Trajectories for Vision-Language-Action Policies (IMPACT-VLA). IMPACT-VLA constructs behavioral phases from action transitions in a successful reference rollout, aligns them with policy query boundaries, and defines phase-modality blocks as attribution units. It then performs closed-loop counterfactual re-execution to quantify each block's contribution to final task success. We further analyze cross-phase non-additive interactions and trajectory propagation while distinguishing behavioral from functional recovery. Across 30 LIBERO robot manipulation tasks using OpenVLA-OFT, dominant-modality transitions occurred in 25 tasks (83.3%), and closed-loop attribution identified task-critical information more faithfully than Static Action Perturbation. Later-block marginal gains for negatively interacting pairs increased by approximately 3.3x under early-phase input replacement, while functional recovery could occur without behavioral recovery. These results reveal when multimodal inputs support task success and how their contributions become conditionally coupled during closed-loop execution.

cs.RO

GroupSegment-SHAP: Shapley Value Explanations with Group-Segment Players for Multivariate Time Series

Multivariate time-series models achieve strong predictive performance in healthcare, industry, energy, and finance, but how they combine cross-variable interactions with temporal dynamics remains unclear. SHapley Additive exPlanations (SHAP) are widely used for interpretation. However, existing time-series variants typically treat the feature and time axes independently, fragmenting structural signals formed jointly by multiple variables over specific intervals. We propose GroupSegment SHAP (GS-SHAP), which constructs explanatory units as group-segment players based on cross-variable dependence and distribution shifts over time, and then quantifies each unit's contribution via Shapley attribution. We evaluate GS-SHAP across four real-world domains: human activity recognition, power-system forecasting, medical signal analysis, and financial time series, and compare it with KernelSHAP, TimeSHAP, SequenceSHAP, WindowSHAP, and TSHAP. GS-SHAP improves deletion-based faithfulness (DeltaAUC) by about 1.7x on average over time-series SHAP baselines, while reducing wall-clock runtime by about 40 percent on average under matched perturbation budgets. A financial case study shows that GS-SHAP identifies interpretable multivariate-temporal interactions among key market variables during high-volatility regimes.

cs.LG

Feedback stabilization of multi-qubit Hamiltonian parameters enabled by single-shot measurement-based sequential Monte Carlo

Fast measurement, signal processing, and accurate estimation of Hamiltonian parameters are essential for feedback control in quantum-classical interface circuitry. However, existing frequentist and Bayesian inference methods typically require a large number of measurements to achieve the accuracy needed to mitigate qubit decoherence. Consequently, feedback control of semiconductor qubits has largely been limited to single-qubit frequency stabilization, whereas two-qubit parameter stabilization remains experimentally unexplored. Here, we demonstrate a real-time feedback framework based on sequential Monte Carlo estimation using one bit of data from a single-shot measurement. Using a four-qubit semiconductor quantum dot device, we rapidly estimate individual qubit frequencies, yielding an approximately twofold increase in coherence time compared with a conventional Bayesian strategy. Moreover, sequential two-qubit parameter estimation using two bits of data enables stabilization of qubit-qubit coupling, allowing both quasi-static frequency drift and exchange-interaction noise to be estimated and suppressed. By shortening the time required for precise parameter estimation, these results demonstrate the importance of the synergistic development of classical and quantum electronics for building robust and scalable quantum technologies in fluctuating environments.

quant-ph

Parametrically induced strong coupling between a superconducting quantum circuit and a solid-state spin ensemble

Efficient quantum state transfer between superconducting circuits and solid-state spins would unlock high-coherence quantum memories for superconducting quantum processors. We demonstrate dynamically controlled strong coupling between a Josephson circuit and a rare-earth spin ensemble. Using a parametric pump, we realize on-demand coupling of several MHz, which will enable faithful state transfer between quantum circuits and spins. Our architecture enables quantum control of spin ensembles, and paves the way for hybrid memories with coherence far beyond those of superconducting circuits alone.

quant-ph

GeoBuildBench: A Benchmark for Interactive and Executable Geometry Construction from Natural Language

We introduce GeoBuildBench, a benchmark designed to evaluate whether large language models and multimodal agents can ground informal natural-language plane geometry problems into executable geometric constructions. Unlike existing geometry benchmarks that focus on answer correctness or static diagram interpretation, GeoBuildBench treats geometry diagram as an interactive construction task: given a textual problem, an agent must generate a domain-specific language (DSL) program to produce a diagram satisfying explicitly specified geometric objects and verifiable constraints. The benchmark features 489 Chinese textbook-style problems, curated through automated filtering and human validation to ensure text-complete, constructible problem specifications. We evaluate several state-of-the-art multimodal models in a bounded iterative setting and show that, despite reasonable success rates, models frequently exhibit structural hallucinations, missing objects, and failures to satisfy geometric constraints, with limited ability to exploit visual and constraint-based feedback for self-correction. These results highlight geometry construction as a rigorous testbed for grounded, executable reasoning beyond textual or visual plausibility. Our benchmark and code are publicly available.

cs.CL

ReTAMamba: Reliability-Aware Temporal Aggregation with Mamba for Irregular Clinical Time Series Prediction

Clinical time-series data are difficult to model with methods designed for regular sequences because they exhibit irregular sampling, frequent missing values, and heterogeneous observation patterns across variables. Existing approaches commonly use observation masks and time-gap information, but they do not continuously capture the decaying reliability of past observations or consistently organize multi-resolution information within a coherent temporal context during aggregation. To address these limitations, we propose Reliability-aware Temporal Aggregation with Mamba (ReTAMamba), which reconstructs clinical time series as time-variable token sequences, estimates observation reliability from missingness and elapsed time, and augments interval summaries with statistical descriptors. Chronological Weaving is used to integrate short- and long-term temporal information within a coherent temporal context, and a budgeted token router is applied to constrain sequence length while preserving informative summaries. Experiments on MIMIC-IV, eICU, and PhysioNet 2012 show that ReTAMamba consistently improves AUPRC over strong baselines, with average relative gains of 7.51%, 7.80%, and 10.15%, respectively. Cohort-level and patient-level analyses on eICU further showed that the learned mean decay for more dynamic signals, such as heart rate and blood pressure, was 24.3% larger than that for relatively static signals, such as laboratory test variables. These findings suggest that effective prediction in irregular clinical time series requires modeling not only what was measured, but also when and how it was observed, including information freshness and observation timeliness.

cs.LG

MaBERT:A Padding Safe Interleaved Transformer Mamba Hybrid Encoder for Efficient Extended Context Masked Language Modeling

Self attention encoders such as Bidirectional Encoder Representations from Transformers(BERT) scale quadratically with sequence length, making long context modeling expensive. Linear time state space models, such as Mamba, are efficient; however, they show limitations in modeling global interactions and can suffer from padding induced state contamination. We propose MaBERT, a hybrid encoder that interleaves Transformer layers for global dependency modeling with Mamba layers for linear time state updates. This design alternates global contextual integration with fast state accumulation, enabling efficient training and inference on long inputs. To stabilize variable length batching, we introduce paddingsafe masking, which blocks state propagation through padded positions, and mask aware attention pooling, which aggregates information only from valid tokens. On GLUE, MaBERT achieves the best mean score on five of the eight tasks, with strong performance on the CoLA and sentence pair inference tasks. When extending the context from 512 to 4,096 tokens, MaBERT reduces training time and inference latency by 2.36x and 2.43x, respectively, relative to the average of encoder baselines, demonstrating a practical long context efficient encoder.

cs.CL

Relativistic Effects in LaBi$_2$ Thin Films

Chemical substitution in crystalline quantum materials is a powerful way to explore the consequences of strong spin-orbit coupling on their structural and electronic properties. In this work, we present an investigation of thin films of the La$\textit{Pn}_2$ ($\textit{Pn}$~=~Sb, Bi) class of layered square-net intermetallics. We report the growth of LaBi$_2$ with a pristine layer-by-layer growth mode, classifying it as a good metal displaying superconductivity at $\sim$0.55~K. Compared to LaSb$_2$, we attribute the enhanced metallic behavior and improved growth dynamics of LaBi$_2$ to significant relativistic corrections to its electronic band structure and the resulting impact on both surface energy and intrinsic phonon scattering.

cond-mat.mtrl-sci

GroupSHAP-Guided Integration of Financial News Keywords and Technical Indicators for Stock Price Prediction

Recent advances in finance-specific language models such as FinBERT have enabled the quantification of public sentiment into index-based measures, yet compressing diverse linguistic signals into single metrics overlooks contextual nuances and limits interpretability. To address this limitation, explainable AI techniques, particularly SHAP (SHapley Additive Explanations), have been employed to identify influential features. However, SHAP's computational cost grows exponentially with input features, making it impractical for large-scale text-based financial data. This study introduces a GRU-based forecasting framework enhanced with GroupSHAP, which quantifies contributions of semantically related keyword groups rather than individual tokens, substantially reducing computational burden while preserving interpretability. We employed FinBERT to embed news articles from 2015 to 2024, clustered them into coherent semantic groups, and applied GroupSHAP to measure each group's contribution to stock price movements. The resulting group-level SHAP variables across multiple topics were used as input features for the prediction model. Empirical results from one-day-ahead forecasting of the S&P 500 index throughout 2024 demonstrate that our approach achieves a 32.2% reduction in MAE and a 40.5% reduction in RMSE compared with benchmark models without the GroupSHAP mechanism. This research presents the first application of GroupSHAP in news-driven financial forecasting, showing that grouped sentiment representations simultaneously enhance interpretability and predictive performance.

cs.CE

IKNet: Interpretable Stock Price Prediction via Keyword-Guided Integration of News and Technical Indicators

The increasing influence of unstructured external information, such as news articles, on stock prices has attracted growing attention in financial markets. Despite recent advances, most existing newsbased forecasting models represent all articles using sentiment scores or average embeddings that capture the general tone but fail to provide quantitative, context-aware explanations of the impacts of public sentiment on predictions. To address this limitation, we propose an interpretable keyword-guided network (IKNet), which is an explainable forecasting framework that models the semantic association between individual news keywords and stock price movements. The IKNet identifies salient keywords via FinBERTbased contextual analysis, processes each embedding through a separate nonlinear projection layer, and integrates their representations with the time-series data of technical indicators to forecast next-day closing prices. By applying Shapley Additive Explanations the model generates quantifiable and interpretable attributions for the contribution of each keyword to predictions. Empirical evaluations of S&P 500 data from 2015 to 2024 demonstrate that IKNet outperforms baselines, including recurrent neural networks and transformer models, reducing RMSE by up to 32.9% and improving cumulative returns by 18.5%. Moreover, IKNet enhances transparency by offering contextualized explanations of volatility events driven by public sentiment.

cs.CE

Stacking-Selective Epitaxy of Rare-Earth Diantimonides

Deterministic control of the layering configuration of two-dimensional quantum materials plays a central role in studying their emergent electronic properties. Here we demonstrate in-situ control over competing stacking configurations in thin film crystals of the rare-earth diantimonides by synthesizing in proximity to competing structural orders. A crossover between the epitaxially stabilized monoclinic structure and the orthorhombic structure commonly observed in bulk crystals is navigated through three axes; the relative cation/anion ratio, growth temperature, and choice of lanthanide ion, culminating with a comparative magnetotransport study of single-yet-distinct phase CeSb2 films. These results set the stage for an expanded search for hidden stacking configurations in layered compounds which have evaded detection.

cond-mat.mtrl-sci

Unveiling the Electronic, Transport, and Migration Properties of the Te-Defect Lattice in DyTe$_{1.8}$

The rare-earth ditellurides are known to form two-dimensional square lattice where the strong Fermi surface nesting leads to structural modulation. In contrast to charge density waves, the supercell modulation is accompanied by the formation of the periodic Te vacancy network, where the Te deficiency affects the nesting vector (i.e. the supercell size) via tuning the chemical potential. In this work, first principles electronic structure calculations for the $\sqrt{5}\times\sqrt{5}$ supercell, that commonly appears in this family of tellurides, unveil interesting electronic, transport, and migration properties of the Te defect lattice in DyTe$_{1.8}$. The reconstruction of the Te-deficient square lattice, consisting of a single Te-dimer and a pair Te-trimers per unit cell, gives rise to an out-of-plane polarization, whose direction depends on the position of the dimer. This results in various close-in-energy parallel and antiparallel polarization configurations of successive Te layers depending on the dimer positions. We predict that the orientation of the Te dimers, and hence the corresponding structural motifs, can be reversibly switched between two in-plane perpendicular directions under tensile epitaxial strain via a piezoelectric substrate, resulting in a colossal conductivity switching. Furthermore, the Te-dimer orientations result in asymmetric Fermi surface which can be confirmed by quantum oscillations measurements. Finally, we present numerical results for the migration paths and energy landscape through various divacancy configurations in the presence or absence of epitaxial strain.

cond-mat.mtrl-sci

Monoclinic LaSb$_2$ Superconducting Thin Films

Rare-earth diantimondes exhibit coupling between structural and electronic orders which are tunable under pressure and temperature. Here we present the discovery of a new polymorph of LaSb$_2$ stabilized in thin films synthesized using molecular beam epitaxy. Using diffraction, electron microscopy, and first principles calculations we identify a YbSb$_2$-type monoclinic lattice as a yet-uncharacterized stacking configuration. The material hosts superconductivity with a $T_\mathrm{c}$ = 2 K, which is enhanced relative to the bulk ambient phase, and a long superconducting coherence length of 140 nm. This result highlights the potential thin film growth has in stabilizing novel stacking configurations in quasi-two dimensional compounds with competing layered structures.

cond-mat.mtrl-sci

Magnetochiral Tunneling in Paramagnetic Co$_{1/3}$NbS$_2$

Electric currents have the intriguing ability to induce magnetization in nonmagnetic crystals with sufficiently low crystallographic symmetry. Some associated phenomena include the non-linear anomalous Hall effect in polar crystals and the nonreciprocal directional dichroism in chiral crystals when magnetic fields are applied. In this work, we demonstrate that the same underlying physics is also manifested in the electronic tunneling process between the surface of a nonmagnetic chiral material and a magnetized scanning probe. In the paramagnetic but chiral metallic compound Co$_{1/3}$NbS$_2$, the magnetization induced by the tunneling current is shown to become detectable by its coupling to the magnetization of the tip itself. This results in a contrast across different chiral domains, achieving atomic-scale spatial resolution of structural chirality. To support the proposed mechanism, we used first-principles theory to compute the chirality-dependent current-induced magnetization and Berry curvature in the bulk of the material. Our demonstration of this magnetochiral tunneling effect opens up a new avenue for investigating atomic-scale variations in the local crystallographic symmetry and electronic structure across the structural domain boundaries of low-symmetry nonmagnetic crystals.

cond-mat.mtrl-sci

Current manipulation of Giant tunneling altermagnetic resistance in collinear Antiferromagnetic RuO2/MgO/RuO2 sandwich structure

As an emerging non-volatile memory technology, magnetic random access memory (MRAM) has key features and advantages including non-volatility, high speed, endurance, low power consumption and radiation tolerance. Conventional MRAM utilizes magnetic tunnel junctions (MTJs), which consist of two ferromagnetic layers separated by an insulating tunnel barrier. The orientation of the magnetic layers represents the binary data (0 or 1), and electrical resistance changes depending on the relative orientation of these magnetic layers. Despite these advancements, the quest for a swifter, more stable magneto-resistive random-access memory paradigm persists. In this vein, we present a groundbreaking development: room-temperature antiferromagnetic tunnel junctions devoid of any net magnetic moment. Over 200% tunneling altermagnetic resistance (TAR) ratio was measured at RuO2 (110)/MgO/RuO2 (110)/W structure, which is achieved by changing the antiferromagnetic Neel vector of RuO2 with an ultralow current density 2 MA*cm-2.

physics.app-ph

All-antiferromagnetic electrically controlled memory on silicon featuring large tunneling magnetoresistance

Antiferromagnetic (AFM) materials are a pathway to spintronic memory and computing devices with unprecedented speed, energy efficiency, and bit density. Realizing this potential requires AFM devices with simultaneous electrical writing and reading of information, which are also compatible with established silicon-based manufacturing. Recent experiments have shown tunneling magnetoresistance (TMR) readout in epitaxial AFM tunnel junctions. However, these TMR structures were not grown using a silicon-compatible deposition process, and controlling their AFM order required external magnetic fields. Here we show three-terminal AFM tunnel junctions based on the noncollinear antiferromagnet PtMn3, sputter-deposited on silicon. The devices simultaneously exhibit electrical switching using electric currents, and electrical readout by a large room-temperature TMR effect. First-principles calculations explain the TMR in terms of the momentum-resolved spin-dependent tunneling conduction in tunnel junctions with noncollinear AFM electrodes.

physics.app-ph

Supercell formation in epitaxial rare-earth ditelluride thin films

Square net tellurides host an array of electronic ground states and commonly exhibit charge-density-wave ordering. Here we report the epitaxy of DyTe$_{2-δ}$ on atomically flat MgO (001) using molecular beam epitaxy. The films are single phase and highly oriented as evidenced by transmission electron microscopy and X-ray diffraction measurements. Epitaxial strain is evident in films and is relieved as the thickness increases up to a value of approximately 20 unit cells. Diffraction features associated with a supercell in the films are resolved which is coupled with Te-deficiency. First principles calculations attribute the formation of this defect lattice to nesting conditions in the Fermi surface, which produce a periodic occupancy of the conducting Te square-net, and opens a band gap at the chemical potential. This work establishes the groundwork for exploring the role of strain in tuning electronic and structural phases of epitaxial square-net tellurides and related compounds.

cond-mat.mtrl-sci