Skip to content

Commit 5d29654

Browse files
author
byungjunkim12
committed
research tab
1 parent deac9c3 commit 5d29654

File tree

4 files changed

+23
-17
lines changed

4 files changed

+23
-17
lines changed

_pages/about.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ redirect_from:
99

1010
About me
1111
------
12-
Byungjun Kim is a postdoctoral researcher at Rutgers University (PI: Prof. Minsung Kim). His research interests focus on the application of **reinforcement learning and quantum computing--inspired algorithms to wireless communications and sensing systems**.
12+
I am a postdoctoral researcher in the Department of Computer Science and WINLAB at Rutgers University (PI: Prof. Minsung Kim). Before joining Rutgers, I received my Ph.D. in Electrical and Computer Engineering from University of California, San Diego.
13+
14+
My research interest focuses computing systems including machine learning for wireless communications and sensing. My research interests focus on the application of **reinforcement learning and quantum computing--inspired algorithms to wireless communications and sensing systems**.
1315

1416
News
1517
------
1618
**[May 2025]** Joined Rutgers university as a postdoctoral researhcer. \
17-
**[March 2025]** I finally defended!
19+
**[March 2025]** Finally defended and submitted dissertation!
1820

1921
Education
2022
======

_pages/research.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

_pages/research.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
layout: archive
3+
title: "Research Topics"
4+
permalink: /research/
5+
author_profile: true
6+
---
7+
8+
{% include base_path %}
9+
10+
* Application of Quantum-inspired algorithm to massive MIMO detection
11+
* Implemented the optimization algorithm inspired by **quantum computing for large MIMO detection**. Developed GNU Radio block based on this algorithm and evaluated using software-defined radios (SDRs).
12+
13+
* Reinforcement Learning-based Adversarial Attack on Neural Networks for Wireless Human Activity Recognition
14+
* Developed **an attack scheme to degrade deep learning-based human activity recognition (HAR) using Wi-Fi signals** by manipulating pilot signals from user devices. To overcome the limitation of the gradient-based attack method, which requires knowledge of future channel information, proposed a **generative adversarial imitation learning (GAIL)**-based algorithm that imitates the gradient-based attack without these assumptions, successfully degrading HAR model performance.
15+
16+
* Modulation Classification for Intelligent spectrum sensing
17+
* Participated in the **IARPA-funded intelligent spectrum sensing project, leading a modulation classification part for Wi-Fi 6 and 5G signals**. The project aims to identify anomaly signals Developed a preprocessing algorithm for deep learning-based classification without preamble or control channel information. Implemented **PHY layer channels for 5G and Wi-Fi 6** using MATLAB toolboxes and demonstrated that our proposed algorithm reliably identifies modulation of practical OFDM signals using **SDR**.

_pages/work.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@ author_profile: true
99

1010
{% include base_path %}
1111

12-
1312
<!-- Work experience
1413
====== -->
15-
* **Intern** at Samsung Semiconductor RF system team, June 2024 - Sept. 2024
14+
* **Intern at Samsung Semiconductor RF system team** (2024 Summer)
1615
* Developed a human gesture recognition system using **mmWave FMCW SISO radar**. To overcome SISO limitations, proposed to use a range-Doppler map as input to an LSTM-based classifier, demonstrating accurate detection of **microgestures including finger tap**.
1716
* Supervisor: Dr. John Kim and Dr. Dongwoo Kim
1817

19-
* **Research Intern** at Intel Labs Wireless AI team, June 2022 - Sept. 2022
18+
* **Research Intern at Intel Labs Wireless AI team** (2022 Summer)
2019
* Applied adaptive learning algorithms for **user selection in massive MU-MIMO systems** to enhance adaptability to environmental variations. Developed **transfer learning and meta-learning algorithms** to minimize the data required for model adaptation in new environments.
2120
* Supervisor: Dr. Hosein Nikopour and Dr. Oner Orhan
2221

0 commit comments

Comments
 (0)