Researcher profile

Hyunjin Kim

Hyunjin Kim contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 21 - EmergingVerification L1Unclaimed author
8works
0followers
8topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

8 published item(s)

preprint2026arXiv

Talking with Tables for Better LLM Factual Data Interactions

Large Language Models (LLMs) often struggle with requests related to information retrieval and data manipulation that frequently arise in real-world scenarios under multiple conditions. In this paper, we demonstrate that leveraging tabular structures in LLM interactions, is more effective than utilizing other structures for handling prevalent requests that operate over factual data. Through comprehensive evaluations across various scenarios and request types, we show that providing tabular structures yields a 40.29\% average performance gain along with better robustness and token efficiency. Through attention-value analysis, we discover that tables help LLMs better locate relevant information, explaining these improvements. Beyond tables and text, we evaluate whether (1) blending structuredness within text, such as providing templates or fixing the order of attributes, and (2) other representative structures, such as knowledge graphs and JSON are helpful. We observe that utilizing tables offers the best balance between efficiency and effectiveness. The method remains robust to task complexity and adapts to unstructured sources through text-to-table conversion. Overall, we highlight the untapped potential of tabular representations for future LLM applications.

preprint2022arXiv

CTMQ: Cyclic Training of Convolutional Neural Networks with Multiple Quantization Steps

This paper proposes a training method having multiple cyclic training for achieving enhanced performance in low-bit quantized convolutional neural networks (CNNs). Quantization is a popular method for obtaining lightweight CNNs, where the initialization with a pretrained model is widely used to overcome degraded performance in low-resolution quantization. However, large quantization errors between real values and their low-bit quantized ones cause difficulties in achieving acceptable performance for complex networks and large datasets. The proposed training method softly delivers the knowledge of pretrained models to low-bit quantized models in multiple quantization steps. In each quantization step, the trained weights of a model are used to initialize the weights of the next model with the quantization bit depth reduced by one. With small change of the quantization bit depth, the performance gap can be bridged, thus providing better weight initialization. In cyclic training, after training a low-bit quantized model, its trained weights are used in the initialization of its accurate model to be trained. By using better training ability of the accurate model in an iterative manner, the proposed method can produce enhanced trained weights for the low-bit quantized model in each cycle. Notably, the training method can advance Top-1 and Top-5 accuracies of the binarized ResNet-18 on the ImageNet dataset by 5.80% and 6.85%, respectively.

preprint2022arXiv

Hierarchy of Symmetry Breaking Correlated Phases in Twisted Bilayer Graphene

Twisted bilayer graphene (TBG) near the magic twist angle of $\sim1.1^{o}$ exhibits a rich phase diagram. However, the interplay between different phases and their dependence on twist angle is still elusive. Here, we explore the stability of various TBG phases and demonstrate that superconductivity near filling of two electrons per moiré unit cell alongside Fermi surface reconstructions, as well as entropy-driven high-temperature phase transitions and linear-in-T resistance occur over a range of twist angles which extends far beyond those exhibiting correlated insulating phases. In the vicinity of the magic angle, we also find a metallic phase that displays a hysteretic anomalous Hall effect and incipient Chern insulating behaviour. Such a metallic phase can be rationalized in terms of the interplay between interaction-driven deformations of TBG bands leading to Berry curvature redistribution and Fermi surface reconstruction. Our results provide an extensive perspective on the hierarchy of correlated phases in TBG as classified by their robustness against deviations from the magic angle or, equivalently, their electronic interaction requirements.

preprint2022arXiv

Pop-Out Motion: 3D-Aware Image Deformation via Learning the Shape Laplacian

We propose a framework that can deform an object in a 2D image as it exists in 3D space. Most existing methods for 3D-aware image manipulation are limited to (1) only changing the global scene information or depth, or (2) manipulating an object of specific categories. In this paper, we present a 3D-aware image deformation method with minimal restrictions on shape category and deformation type. While our framework leverages 2D-to-3D reconstruction, we argue that reconstruction is not sufficient for realistic deformations due to the vulnerability to topological errors. Thus, we propose to take a supervised learning-based approach to predict the shape Laplacian of the underlying volume of a 3D reconstruction represented as a point cloud. Given the deformation energy calculated using the predicted shape Laplacian and user-defined deformation handles (e.g., keypoints), we obtain bounded biharmonic weights to model plausible handle-based image deformation. In the experiments, we present our results of deforming 2D character and clothed human images. We also quantitatively show that our approach can produce more accurate deformation weights compared to alternative methods (i.e., mesh reconstruction and point cloud Laplacian methods).

preprint2021arXiv

Interaction-driven Band Flattening and Correlated Phases in Twisted Bilayer Graphene

Flat electronic bands, characteristic of magic-angle twisted bilayer graphene (TBG), host a wealth of correlated phenomena. Early theoretical considerations suggested that, at the magic angle, the Dirac velocity vanishes and the entire width of the moiré bands becomes extremely narrow. Yet, this scenario contradicts experimental studies that reveal a finite Dirac velocity as well as bandwidths significantly larger than predicted. Here we use spatially resolved spectroscopy in finite and zero magnetic fields to examine the electronic structure of moiré bands and their intricate connection to correlated phases. By following the relative shifts of Landau levels in finite fields, we detect filling-dependent band flattening, that unexpectedly starts already at ~1.3 degrees, well above the magic angle and hence nominally in the weakly correlated regime. We further show that, as the twist angle is reduced, the moiré bands become maximally flat at progressively lower doping levels. Surprisingly, when the twist angles reach values for which the maximal flattening occurs at approximate filling of $-2$, $+1$,$+2$,$+3$ electrons per moiré unit cell, the corresponding zero-field correlated phases start to emerge. Our observations are corroborated by calculations that incorporate an interplay between the Coulomb charging energy and exchange interactions; together these effects produce band flattening and hence a significant density-of-states enhancement that facilitates the observed symmetry-breaking cascade transitions. Besides emerging phases pinned to integer fillings, we also experimentally identify a series of pronounced correlation-driven band deformations and soft gaps in a wider doping range around $\pm 2$ filling where superconductivity is expected. Our results highlight the role of interaction-driven band-flattening in forming robust correlated phases in TBG.

preprint2021arXiv

The Effects of Approximate Multiplication on Convolutional Neural Networks

This paper analyzes the effects of approximate multiplication when performing inferences on deep convolutional neural networks (CNNs). The approximate multiplication can reduce the cost of the underlying circuits so that CNN inferences can be performed more efficiently in hardware accelerators. The study identifies the critical factors in the convolution, fully-connected, and batch normalization layers that allow more accurate CNN predictions despite the errors from approximate multiplication. The same factors also provide an arithmetic explanation of why bfloat16 multiplication performs well on CNNs. The experiments are performed with recognized network architectures to show that the approximate multipliers can produce predictions that are nearly as accurate as the FP32 references, without additional training. For example, the ResNet and Inception-v4 models with Mitch-$w$6 multiplication produces Top-5 errors that are within 0.2% compared to the FP32 references. A brief cost comparison of Mitch-$w$6 against bfloat16 is presented, where a MAC operation saves up to 80% of energy compared to the bfloat16 arithmetic. The most far-reaching contribution of this paper is the analytical justification that multiplications can be approximated while additions need to be exact in CNN MAC operations.

preprint2020arXiv

Superconductivity without insulating states in twisted bilayer graphene stabilized by monolayer WSe$_2$

Magic-angle twisted bilayer graphene (TBG), with rotational misalignment close to 1.1$^\circ$, features isolated flat electronic bands that host a rich phase diagram of correlated insulating, superconducting, ferromagnetic, and topological phases. The origins of the correlated insulators and superconductivity, and the interplay between them, are particularly elusive. Both states have been previously observed only for angles within $\pm0.1^\circ$ from the magic-angle value and occur in adjacent or overlapping electron density ranges; nevertheless, it is still unclear how the two states are related. Beyond the twist angle and strain, the dependence of the TBG phase diagram on the alignment and thickness of insulating hexagonal boron nitride (hBN) used to encapsulate the graphene sheets indicates the importance of the microscopic dielectric environment. Here we show that adding an insulating tungsten-diselenide (WSe$_2$) monolayer between hBN and TBG stabilizes superconductivity at twist angles much smaller than the established magic-angle value. For the smallest angle of $θ$ = 0.79$^\circ$, we still observe clear superconducting signatures, despite the complete absence of the correlated insulating states and vanishing gaps between the dispersive and flat bands. These observations demonstrate that, even though electron correlations may be important, superconductivity in TBG can exist even when TBG exhibits metallic behaviour across the whole range of electron density. Finite-magnetic-field measurements further reveal breaking of the four-fold spin-valley symmetry in the system, consistent with large spin-orbit coupling induced in TBG via proximity to WSe$_2$. Our results highlight the importance of symmetry breaking effects in stabilizing electronic states in TBG and open new avenues for engineering quantum phases in moiré systems.

preprint2020arXiv

Tracing out Correlated Chern Insulators in Magic Angle Twisted Bilayer Graphene

Magic-angle twisted bilayer graphene (MATBG) exhibits a range of correlated phenomena that originate from strong electron-electron interactions. These interactions make the Fermi surface highly susceptible to reconstruction when $ \pm 1, \pm 2, \pm 3$ electrons occupy each moir\' e unit cell and lead to the formation of correlated insulating, superconducting and ferromagnetic phases. While some phases have been shown to carry a non-zero Chern number, the local microscopic properties and topological character of many other phases remain elusive. Here we introduce a set of novel techniques hinging on scanning tunneling microscopy (STM) to map out topological phases in MATBG that emerge in finite magnetic field. By following the evolution of the local density of states (LDOS) at the Fermi level with electrostatic doping and magnetic field, we visualize a local Landau fan diagram that enables us to directly assign Chern numbers to all observed phases. We uncover the existence of six topological phases emanating from integer fillings in finite fields and whose origin relates to a cascade of symmetry-breaking transitions driven by correlations. The spatially resolved and electron-density-tuned LDOS maps further reveal that these topological phases can form only in a small range of twist angles around the magic-angle value. Both the microscopic origin and extreme sensitivity to twist angle differentiate these topological phases from the Landau levels observed near charge neutrality. Moreover, we observe that even the charge-neutrality Landau spectrum taken at low fields is considerably modified by interactions and exhibits an unexpected splitting between zero Landau levels that can be as large as ${\sim }\,3-5$ meV. Our results show how strong electronic interactions affect the band structure of MATBG and lead to the formation of correlation-enabled topological phases.