Seungjun Lee

Logo

View the Project on GitHub 7tl7qns7ch/seungjunlee.github.io

Seungjun Lee

Contact Information

Research Interests & Goal

My research goal is to develop artificial general intelligence having the ability to think in a scientific way. It is common in fields of science and engineering that a well-established governing rule can explain similar phenomena, not just fitting on data from a narrow domain. Therefore, it is more scientifically important, and at the same time very challenging, to develop a general model that can explain many related phenomena rather than a narrow model. In the field of machine learning, such discussions are considered very important problems, and I am enthusiastic about the study of approaching and applying learning-based models and algorithms from a scientific modeling perspective.

Education & Career History

Publications

  1. Seungjun Lee, and Tail Oh, Inducing Point Operator Transformer: A Flexible and Scalable Architecture for Solving PDEs, AAAI Conference on Artificial Intelligence, 2024.
  2. Seungjun Lee, Mesh-Independent Operator Learning for Partial Differential Equations, International Conference On Machine Learning Workshop on AI for Science, 2022.
  3. Seungjun Lee, Haesang Yang, and Woojae Seong, Identifying Physical Law of Hamiltonian Systems via Meta-Learning, International Conference on Learning Representations, 2021.
  4. Seungjun Lee, Haesang Yang, Hwiyong Choi, and Woojae Seong, Zero-Shot Single-Microphone Sound Classification and Localization in a Building via the Synthesis of Unseen Features, IEEE Transactions on Multimedia, 2021.
  5. Seungjun Lee, and Woojae Seong, Meta-Learned Hamiltonian, Neural Information Processing Systems Workshop on Machine Learning and Physical Sciences, 2020.
  6. Hwiyong Choi, Haesang Yang, Seungjun Lee, and Woojae Seong, Type/position classification of inter-floor noise in residual buildings with a single microphone via supervised learning, IEEE European Signal Processing Conference, 2020.
  7. Hwiyong Choi, Haesang Yang, Seungjun Lee, and Woojae Seong, Classification of Inter-Floor Noise Type/Position Via Convolutional Neural Network-Based Supervised Learning, Applied Science, 2019.

Teaching

Awards

Skills

Python, PyTorch, JAX, Tensorflow, MATLAB, Julia, LATEX, SPICE

Projects

1. Developing efficient architecture for solving physical systems (2022.08 - 2024.02)

Inducing Point Operator Transformer

(1) Main content

Developing a flexible and computationally efficient Transformer to learn physical systems handling continuous functions.

(2) Contribution

2. Developing robust physics-based neural networks for analyzing dynamic systems (2021.03 - 2022.08)

Identifying Physical Laws

(1) Main content

Proposing a method using meta-learning algorithms to model governing equations from similar dynamical systems, enabling rapid learning for new systems even with limited measurement data.

(2) Contribution

3. Learning-based sound source classification and localization with limited data (2019.03 - 2021.02)

Zero-Shot Source Localization

(1) Main content

Developing a generative model to robustly estimate the position of sound sources, even from unseen locations within a building during the training.

(2) Contribution

Research Approach

Here is an example of my research approach to achieve my research goal. Scientists have established a wave equation (model) to describe the sound that is made when a string is plucked. Even if the physical properties of the string, such as its thickness or length, change, the wave equation can still explain related phenomena, with only the parameters of the equation changing. Especially, with a small amount of data available for a new string (such as its position over time), the frequencies of the sound produced by the new string can be predicted. In addition, the new wave can be explained by the same equation through appropriate transformations (encoding/projection) from raw data, even if the medium (domain) changes, such as a string, water, air, or a metal plate. Furthermore, the wave equation can mathematically predict the various characteristics of general waves (such as reflection, refraction, diffraction, and interference), and this has been proven through the experience or experiments of many people, and it has been established as a very reliable model for explaining general waves. Therefore, it is scientifically more important to make a general model that can explain general waves, rather than a narrow model that is only suitable for sound produced by one instance of string. In the field of machine learning, similar discussions are also very important. I am researching and applying machine learning models and algorithms from a scientific modeling perspective.