SearcharxivSearch

arXiv subjects

Hyunjun Jang

Publications and source records attributed to Hyunjun Jang.

4 recordsLinked to original sources

Projected Dynamic Programming for Sequential Quantum State Discrimination

Sequential Quantum State Discrimination (SQSD) can be naturally framed as a sequential decision-making problem: at each time step, an agent must decide whether to perform an additional measurement to gather more information or to conclude with an optimal decision based on the current belief. In this paper, we formally cast SQSD into a static-hidden-state Partially Observable Markov Decision Process (POMDP) framework. We demonstrate that this formulation precisely subsumes the conventional minimum-error discrimination (MED) scheme as a special one-step case. Furthermore, we apply a regular grid-based discretization to the continuous belief simplex and approximate the possibly continuous measurement space using a finite library. Then we provide rigorous mathematical bounds on the resulting errors and analyze the computational complexity for both offline planning and online execution. Our analysis confirms that the inherent trade-off between accuracy and complexity, as well as the curse of dimensionality regarding the number of hypotheses, are also prominently observed in the quantum regime. Finally, we provide a working example of binary state discrimination to derive explicit forms of various functions and present numerical simulations for trine state discrimination to visualize the sequential structure of our POMDP-based SQSD.

quant-ph

Early-warning the compact-to-dendritic transition via spatiotemporal learning of two-dimensional growth images

Transitions between distinct dynamical regimes are ubiquitous in nonequilibrium systems. As a prototypical example, deposition growth is often accompanied by irreversible morphological instabilities. Forecasting such transitions from pre-transition configurations remains fundamentally challenging, as early precursors are weak, spatially heterogeneous, and masked by inherent fluctuations. Here, we investigate compact-to-dendritic transitions (CDTs) in a two-dimensional particle-based electrodeposition model and formulate a horizon-based early-warning task using trajectory-resolved transition points. We demonstrate that anticipating the CDT is intrinsically a spatiotemporal problem: neither static morphological descriptors nor temporal learning applied to predefined features alone yields reliable predictive signals. In contrast, end-to-end learning of jointly optimized spatial and temporal representations from growth images enables robust anticipation across a wide range of prediction horizons. Analysis of the learned latent dynamics reveals the emergence of a low-dimensional surrogate variable that tracks progressive morphological destabilization and undergoes reorganization near the transition. We further show that the learned spatiotemporal representation exhibits limited but systematic transferability across reaction-rate conditions, with predictive performance degrading as the inference condition departs from the training condition, consistent with changes in the latent-state dynamics. Overall, our results establish a general formulation for forecasting incipient instabilities in nonequilibrium interfacial growth, with implications for the predictive monitoring and control of pattern-forming driven systems.

physics.chem-ph

Magnetic steganography based on wide field diamond quantum microscopy

We experimentally demonstrate magnetic steganography using wide field quantum microscopy based on diamond nitrogen vacancy centers. The method offers magnetic imaging capable of revealing concealed information otherwise invisible with conventional optical measurements. For a proof of principle demonstration of the magnetic steganography, micrometer structures designed as pixel arts, barcodes, and QR codes are fabricated using mixtures of magnetic and nonmagnetic materials, nickel and gold. We compare three different imaging modes based on the changes in frequency, linewidth, and contrast of the NV electron spin resonance, and find that the last mode offers the best quality of reconstructing hidden magnetic images. By simultaneous driving of the NV qutrit states with two independent microwave fields, we expediate the imaging time by a factor of three. This work shows potential applications of quantum magnetic imaging in the field of image steganography.

quant-ph

Cascade RPN: Delving into High-Quality Region Proposal Network with Adaptive Convolution

This paper considers an architecture referred to as Cascade Region Proposal Network (Cascade RPN) for improving the region-proposal quality and detection performance by \textit{systematically} addressing the limitation of the conventional RPN that \textit{heuristically defines} the anchors and \textit{aligns} the features to the anchors. First, instead of using multiple anchors with predefined scales and aspect ratios, Cascade RPN relies on a \textit{single anchor} per location and performs multi-stage refinement. Each stage is progressively more stringent in defining positive samples by starting out with an anchor-free metric followed by anchor-based metrics in the ensuing stages. Second, to attain alignment between the features and the anchors throughout the stages, \textit{adaptive convolution} is proposed that takes the anchors in addition to the image features as its input and learns the sampled features guided by the anchors. A simple implementation of a two-stage Cascade RPN achieves AR 13.4 points higher than that of the conventional RPN, surpassing any existing region proposal methods. When adopting to Fast R-CNN and Faster R-CNN, Cascade RPN can improve the detection mAP by 3.1 and 3.5 points, respectively. The code is made publicly available at \url{https://github.com/thangvubk/Cascade-RPN.git}.

cs.CV