Source author record

Donghun Lee

Donghun Lee appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

4works
6topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

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

Published work

4 published item(s)

preprint2026arXiv

The Weight Gram Matrix Captures Sequential Feature Linearization in Deep Networks

Understanding how deep neural networks learn representations remains a central challenge in machine learning theory. In this work, we propose a feature-centric framework for analyzing neural network training by relating weight updates to feature evolution. We introduce a simple identity, the Feature Learning Equation, which identifies the weight Gram matrix as the key object capturing feature dynamics. This enables us to interpret gradient descent as implicitly inducing a hypothetical evolution of features, whose covariance structure - termed the Virtual Covariance - characterizes how representations evolve during training. Building on this perspective, we introduce Target Linearity, a measure quantifying the linear alignment between features and targets. By analyzing the training and layer-wise dynamics, we show that deep networks learn to sequentially transform representations toward target-linear structure. This linearization perspective provides a unified interpretation of several empirical phenomena, including Neural Collapse and linear interpolation in generative models.

preprint2020arXiv

Probing sterile neutrino in $B$ ($D$) meson decays at Belle II (BESIII)

We present, how a systematic study of $B \to D\ell N$ ($D \to K \ell N$) decays with $\ell=μ,τ$, at Belle II (BESIII) can provide unambiguous signature of a heavy neutrino $N$ and/or constrain its mixing with active neutrinos $ν_\ell$, which is parameterized by $|U_{\ell N}|^2$. Our constraint on $|U_{μN}|^2$ that can be achieved from the full Belle II data is comparable with what can be obtained from the much larger data set of the upgraded LHCb. Additionally, our method offers better constraint on $|U_{μN}|^2$ for mass of sterile neutrino $m_N < 2$ GeV. We can also probe the Dirac and Majorana nature of $N$ by observing the sequential decay of $N$, including suppression from observation of a displaced vertex as well as helicity flip, for Majorana $N$.

preprint2016arXiv

Strain coupling of a mechanical resonator to a single quantum emitter in diamond

The recent maturation of hybrid quantum devices has led to significant enhancements in the functionality of a wide variety of quantum systems. In particular, harnessing mechanical resonators for manipulation and control has expanded the use of two-level systems in quantum information science and quantum sensing. In this letter, we report on a monolithic hybrid quantum device in which strain fields associated with resonant vibrations of a diamond cantilever dynamically control the optical transitions of a single nitrogen-vacancy (NV) defect center in diamond. We quantitatively characterize the strain coupling to the orbital states of the NV center, and with mechanical driving, we observe NV-strain couplings exceeding 10 GHz. Furthermore, we use this strain-mediated coupling to match the frequency and polarization dependence of the zero-phonon lines of two spatially separated and initially distinguishable NV centers. The experiments demonstrated here mark an important step toward engineering a quantum device capable of realizing and probing the dynamics of non-classical states of mechanical resonators, spin-systems, and photons.

preprint2012arXiv

A Semantic-Based Approach for Detecting and Decomposing God Classes

Cohesion is a core design quality that has a great impact on posterior development and maintenance. By the nature of software, the cohesion of a system is diminished as the system evolves. God classes are code defects resulting from software evolution, having heterogeneous responsibilities highly coupled with other classes and often large in size, which makes it difficult to maintain the system. The existing work on identifying and decomposing God classes heavily relies on internal class information to identify God classes and responsibilities. However, in object-oriented systems, responsibilities should be analyzed with respect to not only internal class information, but also method interactions. In this paper, we present a novel approach for detecting God classes and decomposing their responsibilities based on the semantics of methods and method interactions. We evaluate the approach using JMeter v2.5.1 and the results are promising.