SearcharxivSearch

arXiv subjects

Sangjun Lee

Publications and source records attributed to Sangjun Lee.

At least 19 recordsLinked to original sources

AI PB: A Grounded Generative Agent for Personalized Investment Insights

We present AI PB, a production-scale generative agent deployed in real retail finance. Unlike reactive chatbots that answer queries passively, AI PB proactively generates grounded, compliant, and user-specific investment insights. It integrates (i) a component-based orchestration layer that deterministically routes between internal and external LLMs based on data sensitivity, (ii) a hybrid retrieval pipeline using OpenSearch and the finance-domain embedding model, and (iii) a multi-stage recommendation mechanism combining rule heuristics, sequential behavioral modeling, and contextual bandits. Operating fully on-premises under Korean financial regulations, the system employs Docker Swarm and vLLM across 24 X NVIDIA H100 GPUs. Through human QA and system metrics, we demonstrate that grounded generation with explicit routing and layered safety can deliver trustworthy AI insights in high-stakes finance.

cs.AI

AMQ: Enabling AutoML for Mixed-precision Weight-Only Quantization of Large Language Models

To enable broader deployment of Large Language Models (LLMs), it is essential to identify the best-performing model under strict memory constraints. We present AMQ, Automated Mixed-Precision Weight-Only Quantization, a framework that assigns layer-wise quantization bit-widths to optimally balance model quality and memory usage. However, the combinatorial search space, with over 10^{100} possible configurations, makes conventional black-box optimization infeasible. AMQ overcomes this challenge through four key innovations:(1) search space pruning using prior knowledge to exclude unpromising configurations, (2) quantization proxy to bypass costly format conversions during search, (3) quality predictor to minimize evaluation overhead, and (4) iterative search-and-update strategy for fast and stable convergence. By integrating these components, AMQ efficiently explores the quality-efficiency landscape, reaching the Pareto frontier and yielding LLMs that are both compact and high-performing. Our code is available at https://github.com/dlwns147/amq.

cs.LG

Charge order-driven nematicity in the nickel-pnictide superconductor Ba$_{1-x}$Sr$_x$Ni$_2$As$_2$

Nematic order refers to the spontaneous breaking of rotational symmetry while preserving translational symmetry. First identified in classical liquid crystals, nematic order arises from the collective alignment of anisotropic molecules. Its quantum counterpart, electronic nematicity, has been observed in a variety of quantum materials, ranging from unconventional superconductors to kagome metals. Despite its prevalence, there is no universal understanding of the conditions under which nematic order occurs. Electronic nematicity is most firmly established in iron-based superconductors, where it is understood to be a consequence of vestigial spin density wave (SDW) order. However, direct evidence for nematicity arising from other types of order are lacking. Here, we report direct evidence for charge-order-driven electronic nematicity in Ba$_{1-x}$Sr$_x$Ni$_2$As$_2$, a nickel-based analog of the iron pnictides known to exhibit charge density wave (CDW) order. Using x-ray diffraction under applied uniaxial strain, we observe a pronounced symmetry-breaking response-up to $\sim 50 \%$-in the intensity of incommensurate CDW Bragg peaks, even at small strain levels ($\epsilon_{xy} \sim 10^{-3}$). This effect occurs within the same region of the phase diagram where a giant nematic susceptibility is observed in transport measurements. These results provide direct evidence that long-range CDW order can drive nematic behavior in quantum materials.

cond-mat.str-el

In-plane anisotropy of charge density wave fluctuations in 1$T$-TiSe$_2$

We report measurements of anisotropic triple-$q$ charge density wave (CDW) fluctuations in the transition metal dichalcogenide 1$T$-TiSe$_2$ over a large volume of reciprocal space with X-ray diffuse scattering. Above the transition temperature, $T_{\text{CDW}}$, the out-of-plane diffuse scattering is characterized by rod-like structures which indicate that the CDW fluctuations in neighboring layers are largely decoupled. In addition, the in-plane diffuse scattering is marked by ellipses which reveal that the in-plane fluctuations are anisotropic. Our analysis of the diffuse scattering line shapes and orientations suggests that the three charge density wave components contain independent phase fluctuations. At $T_{\text{CDW}}$, long range coherence is established in both the in-plane and out-of-plane directions, consistent with the large observed value of the CDW gap compared to $T_{\text{CDW}}$, and the predicted presence of a hierarchy of energy scales.

cond-mat.str-el

Table2Image: Lightweight Tabular Learning with Generated Proxy Representations and Reliability Diagnostics

Deep tabular models should ideally balance predictive performance, parameter efficiency, and robustness to imperfect learning signals---properties that are rarely considered jointly. We present Table2Image, a lightweight tabular learning model built around a learned generation pathway that maps tabular inputs into intermediate, structured proxy representations. We additionally examine a variant with variance inflation factor (VIF)-informed initialization, which downweights highly collinear features at the start of training. Across datasets from OpenML-CC18 and TabZilla, Table2Image achieves competitive clean predictive performance while remaining compact relative to several large-scale neural baselines. We further introduce a unified, severity-controlled evaluation protocol under three imperfect learning conditions---irrelevant inputs, corrupted supervision, and unstable shortcut associations---that combines performance-based robustness measures with realization-level instability diagnostics for reliability characterization. Table2Image maintains a favorable balance of performance, robustness, and compactness. Controlled ablations indicate that the learned generation pathway is a key driver of the observed gains.

cs.LG

Fisheye-Calib-Adapter: An Easy Tool for Fisheye Camera Model Conversion

The increasing necessity for fisheye cameras in fields such as robotics and autonomous driving has led to the proposal of various fisheye camera models. While the evolution of camera models has facilitated the development of diverse systems in the field, the lack of adaptation between different fisheye camera models means that recalibration is always necessary, which is cumbersome. This paper introduces a conversion tool for various previously proposed fisheye camera models. It is user-friendly, simple, yet extremely fast and accurate, offering conversion capabilities for a broader range of models compared to existing tools. We have verified that models converted using our system perform correctly in applications such as SLAM. By utilizing our system, researchers can obtain output parameters directly from input parameters without the need for an image set and any recalibration processes, thus serving as a bridge across different fisheye camera models in various research fields. We provide our system as an open source tool available at: https://github.com/eowjd0512/fisheye-calib-adapter

eess.IV

SelecMix: Debiased Learning by Contradicting-pair Sampling

Neural networks trained with ERM (empirical risk minimization) sometimes learn unintended decision rules, in particular when their training data is biased, i.e., when training labels are strongly correlated with undesirable features. To prevent a network from learning such features, recent methods augment training data such that examples displaying spurious correlations (i.e., bias-aligned examples) become a minority, whereas the other, bias-conflicting examples become prevalent. However, these approaches are sometimes difficult to train and scale to real-world data because they rely on generative models or disentangled representations. We propose an alternative based on mixup, a popular augmentation that creates convex combinations of training examples. Our method, coined SelecMix, applies mixup to contradicting pairs of examples, defined as showing either (i) the same label but dissimilar biased features, or (ii) different labels but similar biased features. Identifying such pairs requires comparing examples with respect to unknown biased features. For this, we utilize an auxiliary contrastive model with the popular heuristic that biased features are learned preferentially during training. Experiments on standard benchmarks demonstrate the effectiveness of the method, in particular when label noise complicates the identification of bias-conflicting examples.

cs.CV

Deepfake Detection for Facial Images with Facemasks

Hyper-realistic face image generation and manipulation have givenrise to numerous unethical social issues, e.g., invasion of privacy,threat of security, and malicious political maneuvering, which re-sulted in the development of recent deepfake detection methods with the rising demands of deepfake forensics. Proposed deepfake detection methods to date have shown remarkable detection performance and robustness. However, none of the suggested deepfake detection methods assessed the performance of deepfakes with the facemask during the pandemic crisis after the outbreak of theCovid-19. In this paper, we thoroughly evaluate the performance of state-of-the-art deepfake detection models on the deepfakes with the facemask. Also, we propose two approaches to enhance the masked deepfakes detection: face-patch and face-crop. The experimental evaluations on both methods are assessed through the base-line deepfake detection models on the various deepfake datasets. Our extensive experiments show that, among the two methods, face-crop performs better than the face-patch, and could be a train method for deepfake detection models to detect fake faces with facemask in real world.

cs.CV

Generic character of charge and spin density waves in superconducting cuprates

Understanding the nature of charge density waves (CDW) in cuprate superconductors has been complicated by material specific differences. A striking example is the opposite doping dependence of the CDW ordering wavevector in La-based and Y-based compounds, the two families where charge ordering is strongest and best characterized. Here we report a combined resonant soft X-ray scattering (RSXS) and neutron scattering study of charge and spin density waves in isotopically enriched La$_{1.8-x}$ Eu$_{0.2}$ Sr$_{x}$ CuO$_{4}$ over a range of doping $0.07 \leq x \leq 0.20$. For all dopings studied by RSXS, we find that the CDW amplitude is approximately temperature-independent and develops well above experimentally accessible temperatures. Surprisingly, the CDW ordering wavevector shows a non-monotonic temperature dependence, with a sudden change occurring at temperatures near the SDW onset temperature. We describe this behavior with a Landau-Ginzburg theory for an incommensurate CDW in a metallic system with a finite charge compressibility and CDW-SDW coupling. Our Landau-Ginzburg analysis suggests that the ordering wavevector at high temperatures decreases with increased doping. This behavior is opposite to the trend at low temperatures and highly reminiscent of the doping dependence seen in YBa$_2$ Cu$_3$ O$_{6+\delta}$ , suggesting a common origin of the CDW in hole-doped cuprate superconductors.

cond-mat.supr-con

Ultrafast renormalization of the onsite Coulomb repulsion in a cuprate superconductor

Ultrafast lasers are an increasingly important tool to control and stabilize emergent phases in quantum materials. Among a variety of possible excitation protocols, a particularly intriguing route is the direct light-engineering of microscopic electronic parameters, such as the electron hopping and the local Coulomb repulsion (Hubbard $U$). In this work, we use time-resolved x-ray absorption spectroscopy to demonstrate the light-induced renormalization of the Hubbard $U$ in a cuprate superconductor, La$_{1.905}$Ba$_{0.095}$CuO$_4$. We show that intense femtosecond laser pulses induce a substantial redshift of the upper Hubbard band, while leaving the Zhang-Rice singlet energy unaffected. By comparing the experimental data to time-dependent spectra of single- and three-band Hubbard models, we assign this effect to a $\sim140$ meV reduction of the onsite Coulomb repulsion on the copper sites. Our demonstration of a dynamical Hubbard $U$ renormalization in a copper oxide paves the way to a novel strategy for the manipulation of superconductivity, magnetism, as well as to the realization of other long-range-ordered phases in light-driven quantum materials.

cond-mat.str-el

Absence of precursor incommensurate charge order in electronic nematic Ba0.35Sr0.65Ni2As2

Recent discoveries of charge order and electronic nematic order in the iron-based superconductors and cuprates have pointed towards the possibility of nematic and charge fluctuations playing a role in the enhancement of superconductivity. The Ba1-xSrxNi2As2 system, closely related in structure to the BaFe2As2 system, has recently been shown to exhibit both types of ordering without the presence of any magnetic order. We report single crystal X-ray diffraction, resistance transport measurements, and magnetization of \BaSrLate, providing evidence that the previously reported incommensurate charge order with wavevector $(0,0.28,0)_{tet}$ in the tetragonal state of \BaNi~vanishes by this concentration of Sr substitution together with nematic order. Our measurements suggest that the nematic and incommensurate charge orders are closely tied in the tetragonal state, and show that the $(0,0.33,0)_{tri}$ charge ordering in the triclinic phase of BaNi2As2 evolves to become $(0,0.5,0)_{tri}$ charge ordering at $x$=0.65 before vanishing at $x$=0.71.

cond-mat.str-el

Observation of van der Waals phonons in the single-layer cuprate (Bi,Pb)$_2$(Sr,La)$_2$CuO$_{6+\delta}$

Interlayer van der Waals (vdW) coupling is generic in two-dimensional materials such as graphene and transition metal dichalcogenides, which can induce very low-energy phonon modes. Using high-resolution inelastic hard x-ray scattering, we uncover the ultra-low energy phonon mode along the Cu-O bond direction in the high-$T_c$ cuprate (Bi,Pb)$_2$(Sr,La)$_2$CuO$_{6+\delta}$ (Bi2201). This mode is independent of temperature, while its intensity decreases with doping in accordance with an increasing c-axis lattice parameter. We compare the experimental results to first-principles density functional theory simulations and identify the observed mode as a van der Waals phonon, which arises from the shear motion of the adjacent Bi-O layers. This shows that Bi-based cuprate has similar vibrational properties as graphene and transition metal dichalcogenides, which can be exploited to engineer novel heterostructures.

cond-mat.supr-con

Search for $Q \sim 0$ order near a forbidden Bragg position in Bi$_{2.1}$Sr$_{1.9}$CaCu$_2$O$_{8+x}$ with resonant soft x-ray scattering

Identifying what broken symmetries are present in the cuprates has become a major area of research. Many authors have reported evidence for so-called "$Q \sim 0$" order that involves broken inversion, mirror, chiral, or time-reversal symmetry that is uniform in space. Not all these observations are well understood and new experimental probes are needed. Here we use resonant soft x-ray scattering (RSXS) to search for $Q \sim 0$ order in Bi$_{2.1}$Sr$_{1.9}$CaCu$_2$O$_{8+x}$ (Bi-2212) by measuring the region of a forbidden Bragg peak, $(0,0,3)$, which is normally extinguished by symmetry but may become allowed on resonance if valence band order is present. Using circularly polarized light, we found that this reflection becomes allowed on the Cu $L_3$ resonance for temperatures $T_c < T < T^\ast$, though remains absent in linear polarization and at other temperatures. This observation suggests the existence of spatially uniform valence band order near the pseudogap temperature. In addition, we observed periodic oscillations in the specular reflectivity from the sample surface that resemble thin film interference fringes, though no known film is present. These fringes are highly resonant, appear in all polarizations, and exhibit a period that depends on the location where the beam strikes the sample surface. We speculate that these fringes arise from interaction between some intrinsic valence band instability and extrinsic structural surface morphologies of the material. Our study supports the existence of some kind of $Q \sim 0$ broken symmetry state in Bi-2212 at intermediate temperatures, and calls for further study using a microfocused beam that could disentangle microscopic effects from macroscopic heterogeneities.

cond-mat.str-el

Multiple charge density waves and superconductivity nucleation at antiphase domain walls in the nematic pnictide Ba$_{1-x}$Sr$_{x}$Ni$_{2}$As$_{2}$

How superconductivity interacts with charge or nematic order is one of the great unresolved issues at the center of research in quantum materials. Ba$_{1-x}$Sr$_{x}$Ni$_{2}$As$_{2}$ (BSNA) is a charge ordered pnictide superconductor recently shown to exhibit a six-fold enhancement of superconductivity due to nematic fluctuations near a quantum phase transition (at $x_c=0.7$). The superconductivity is, however, anomalous, with the resistive transition for $0.4 < x< x_c$ occurring at a higher temperature than the specific heat anomaly. Using x-ray scattering, we discovered a new charge density wave (CDW) in BSNA in this composition range. The CDW is commensurate with a period of two lattice parameters, and is distinct from the two CDWs previously reported in this material. We argue that the anomalous transport behavior arises from heterogeneous superconductivity nucleating at antiphase domain walls in this CDW. We also present new data on the incommensurate CDW, previously identified as being unidirectional, showing that is a rotationally symmetric, "4$Q$" state with $C_4$ symmetry. Our study establishes BSNA as a rare material containing three distinct CDWs, and an exciting testbed for studying coupling between CDW, nematic, and SC orders.

cond-mat.str-el

Distributed Control of Multi-Robot Systems in the Presence of Deception and Denial of Service Attacks

This research proposes a distributed switching control to secure multi-robot systems in the presence of cyberattacks. Two major types of cyberattack are considered: deception attack and denial of service (DoS) attack, which compromise the integrity and availability of resources, respectively. First, a residual-based attack detection scheme is introduced to identify the type of attacks. Then, a switching control is designed to neutralize the effect of the identified attacks, satisfying the performance guarantees required for state consensus among robots. For the type of a deception attack, coordination-free consensus protocols are designed to tune the weights of each robot in a way that uncompromised robots gain more weight than compromised robots. For the type of a DoS attack, leader-follower protocols that reconfigure the communication topology are utilized to transform the compromised robots into sub-robots following the leaders. The performance of the proposed approach is evaluated on the Robotarium multi-robot testbed. A full demonstration with extensive cases is available at https://youtu.be/eSj0XS2pdxI.

cs.RO

Evidence for photoinduced sliding of the charge-order condensate in La$_{1.875}$Ba$_{0.125}$CuO$_4$

We use femtosecond resonant soft x-ray scattering to measure the ultrafast optical melting of charge-order correlations in La$_{1.875}$Ba$_{0.125}$CuO$_4$. By analyzing both the energy-resolved and energy-integrated order parameter dynamics, we find evidence of a short-lived nonequilibrium state, whose features are compatible with a sliding charge density wave coherently set in motion by the pump. This transient state exhibits shifts in both the quasielastic line energy and its wave vector, as expected from a classical Doppler effect. The wave vector change is indeed found to directly follow the pump propagation direction. These results demonstrate the existence of sliding charge order behavior in an unconventional charge density wave system and underscore the power of ultrafast optical excitation as a tool to coherently manipulate electronic condensates.

cond-mat.str-el

Unconventional Charge Density Wave Order in the Pnictide Superconductor Ba(Ni$_{1-x}$Co$_x$)$_2$As$_2$

Ba(Ni$_{1-x}$Co$_x$)$_2$As$_2$ is a structural homologue of the pnictide high temperature superconductor, Ba(Fe$_{1-x}$Co$_x$)$_2$As$_2$, in which the Fe atoms are replaced by Ni. Superconductivity is highly suppressed in this system, reaching a maximum $T_c$ = 2.3 K, compared to 24 K in its iron-based cousin, and the origin of this $T_c$ suppression is not known. Using x-ray scattering, we show that Ba(Ni$_{1-x}$Co$_x$)$_2$As$_2$ exhibits a unidirectional charge density wave (CDW) at its triclinic phase transition. The CDW is incommensurate, exhibits a sizable lattice distortion, and is accompanied by the appearance of $α$ Fermi surface pockets in photoemission [B. Zhou et al., Phys. Rev. B 83, 035110 (2011)], suggesting it forms by an unconventional mechanism. Co doping suppresses the CDW, paralleling the behavior of antiferromagnetism in iron-based superconductors. Our study demonstrates that pnictide superconductors can exhibit competing CDW order, which may be the origin of $T_c$ suppression in this system.

cond-mat.str-el

Sixfold enhancement of superconductivity in a tunable electronic nematic system

The electronic nematic phase, wherein electronic degrees of freedom lower the crystal rotational symmetry, is a common motif across a number of high-temperature superconductors. However, understanding the role and influence of nematicity and nematic fluctuations in Cooper pairing is often complicated by the coexistence of other orders, particularly long-range magnetic order. Here we report the enhancement of superconductivity in a model electronic nematic system absent of magnetism, and show that the enhancement is directly born out of strong nematic fluctuations emanating from a tuned quantum phase transition. We use elastoresistance measurements of the Ba$_{1-x}$Sr$_{x}$Ni$_2$As$_2$ substitution series to show that strontium substitution promotes an electronically driven $B_{1g}$ nematic order in this system, and that the complete suppression of that order to absolute zero temperature evokes a dramatic enhancement of the pairing strength, as evidenced by a sixfold increase in the superconducting transition temperature. The direct relation between enhanced pairing and nematic fluctuations in this model system, as well as the interplay with a unidirectional charge density wave order comparable to that found in the cuprates, offers a means to elucidate the role of nematicity in boosting superconductivity.

cond-mat.supr-con