Skip to main content

Gyu-Hong Shim

Sungkyunkwan University · Computer Science

About the Lab

Professor Gyu-Hong Shim's research lab specializes in advancing deep learning and computer vision techniques for real-world applications, with a strong focus on efficient and robust representation learning. The lab explores innovative approaches in generalized zero-shot learning, weakly-supervised semantic segmentation, and monocular depth estimation, emphasizing the integration of structural and semantic priors to improve model generalization and reduce reliance on large-scale annotated data. Recent work also extends into efficient neural network optimization, such as fast softmax approximation, and applications in 5G beam management using vision-inspired frameworks.

computer visionzero-shot learningweakly-supervised segmentationdepth estimationneural network optimization

Research Overview

Papers
64
Total Citations
216
Papers (5y)
59
Primary Field
Computer Science

Research Output Trend

Figures are computed from collected data and may differ slightly.

Publications per year (5y)
59total
2022
2023
2024
2025
2026
Citations per year (5y)
185total
20222023202420252026

Selected Papers

15
1
Article|53 citations·2022
Toward Intelligent Millimeter and Terahertz Communication for 6G: Computer Vision-Aided Beamforming
Yongjun Ahn, Jin-Hong Kim, Seungnyun Kim, Kyuhong Shim, Ji Young Kim, Sangtae Kim, Byonghyo Shim
SJR Q1IEEE Wireless Communications

Beamforming technique realized by the multipleinput-multiple-output (MIMO) antenna arrays has been widely used to compensate for the severe path loss in the millimeter wave (mmWave) bands. In 5G NR system, the beam sweeping and beam refinement are employed to find out the best beam codeword aligned to the mobile. Due to the complicated handshaking and finite resolution of the codebook, today's 5G-based beam management strategy is ineffective in various scenarios in terms of the data rate, energy

Electrical and Electronic EngineeringEngineering
2
Article|51 citations·2022
Semantic Feature Extraction for Generalized Zero-Shot Learning
Junhan Kim, Kyuhong Shim, Byonghyo Shim
Proceedings of the AAAI Conference on Artificial IntelligenceOA

Generalized zero-shot learning (GZSL) is a technique to train a deep learning model to identify unseen classes using the attribute. In this paper, we put forth a new GZSL technique that improves the GZSL classification performance greatly. Key idea of the proposed approach, henceforth referred to as semantic feature extraction-based GZSL (SE-GZSL), is to use the semantic feature containing only attribute-related information in learning the relationship between the image and the attribute. In doi

Artificial IntelligenceComputer Science
3
Article|25 citations·2017
SVD-Softmax: Fast Softmax Approximation on Large Vocabulary Neural Networks
Kyuhong Shim, Minjae Lee, Iksoo Choi, Yoonho Boo, Wonyong Sung
Neural Information Processing Systems

We propose a fast approximation method of a softmax function with a very large vocabulary using singular value decomposition (SVD). SVD-softmax targets fast and accurate probability estimation of the topmost probable words during inference of neural network language models. The proposed method transforms the weight matrix used in the calculation of the output vector by using SVD. The approximate probability of each word can be estimated with only a small part of the weight matrix by using a few

Artificial IntelligenceComputer Science
4
Article|17 citations·2023
Vision Transformer-Based Feature Extraction for Generalized Zero-Shot Learning
Jiseob Kim, Kyuhong Shim, Junhan Kim, Byonghyo Shim

Generalized zero-shot learning (GZSL) is a technique to train a deep learning model to identify unseen classes using the image attribute. In this paper, we put forth a new GZSL technique exploiting Vision Transformer (ViT) to maximize the attribute-related information contained in the image feature. In ViT, the entire image region is processed without the degradation of the image resolution and the local image information is preserved in patch features. To fully enjoy the benefits of ViT, we exp

Artificial IntelligenceComputer Science
5
Article|10 citations·2022
Pseudo-Label-Free Weakly Supervised Semantic Segmentation Using Image Masking
Sangtae Kim, Luong Trung Nguyen, Kyuhong Shim, Junhan Kim, Byonghyo Shim
SJR Q1IEEE AccessOA

Weakly-supervised semantic segmentation (WSSS) aims to train a semantic segmentation network using weak labels. Recent approaches generate the pseudo-label from the image-level label and then exploit it as a pixel-level supervision in the segmentation network training. A potential drawback of the conventional WSSS approaches is that the pseudo-label cannot accurately express the object regions and their classes, causing a degradation of the segmentation performance. In this paper, we propose a n

Computer Vision and Pattern RecognitionComputer Science
6
Article|8 citations·2023
Depth-Relative Self Attention for Monocular Depth Estimation
Kyuhong Shim, Ji-Young Kim, Gusang Lee, Byonghyo Shim
OA

Monocular depth estimation is very challenging because clues to the exact depth are incomplete in a single RGB image. To overcome the limitation, deep neural networks rely on various visual hints such as size, shade, and texture extracted from RGB information. However, we observe that if such hints are overly exploited, the network can be biased on RGB information without considering the comprehensive view. We propose a novel depth estimation model named RElative Depth Transformer (RED-T) that u

Computer Vision and Pattern RecognitionComputer Science
7
Article|8 citations·2024
Preserving Pre-trained Representation Space: On Effectiveness of Prefix-tuning for Large Multi-modal Models
Donghoon Kim, Gusang Lee, Kyuhong Shim, Byonghyo Shim
OA

Recently, we have observed that Large Multimodal Models (LMMs) are revolutionizing the way machines interact with the world, unlocking new possibilities across various multimodal applications.To adapt LMMs for downstream tasks, parameter-efficient fine-tuning (PEFT) which only trains additional prefix tokens or modules, has gained popularity.Nevertheless, there has been little analysis of how PEFT works in LMMs.In this paper, we delve into the strengths and weaknesses of each tuning strategy, sh

Artificial IntelligenceComputer Science
8
Article|7 citations·2022
Similarity and Content-based Phonetic Self Attention for Speech Recognition
Kyuhong Shim, Wonyong Sung
Interspeech 2022
Artificial IntelligenceComputer Science
9
Article|5 citations·2023
Semantic-Preserving Augmentation for Robust Image-Text Retrieval
Sunwoo Kim, Kyuhong Shim, Luong Trung Nguyen, Byonghyo Shim

Image-text retrieval is a task to search for the proper textual descriptions of the visual world and vice versa. One challenge of this task is the vulnerability to input image/text corruptions. Such corruptions are often unobserved during the training, and degrade the retrieval model’s decision quality substantially. In this paper, we propose a novel image-text retrieval technique, referred to as robust visual semantic embedding (RVSE), which consists of novel image-based and text-based augmenta

Computer Vision and Pattern RecognitionComputer Science
10
Article|5 citations·2023
Task-Agnostic Open-Set Prototype for Few-Shot Open-Set Recognition
Byeonggeun Kim, Jun-Tae Lee, Kyuhong Shim, Simyung Chang

In few-shot open-set recognition (FSOSR), a network learns to recognize closed-set samples with a few support samples while rejecting open-set samples with no class cue. Unlike conventional OSR, the FSOSR considers more practical open worlds where a closed-set class can be selected as an open-set class in another testing (task) and vice versa. Existing FSOSR methods have commonly represented the open set with task-dependent extra modules. These modules decently handle the varied closed and open

Artificial IntelligenceComputer Science
11
Article|4 citations·2021
TernGEMM: GEneral Matrix Multiply Library with Ternary Weights for Fast DNN Inference
Seokhyeon Choi, Kyuhong Shim, Jungwook Choi, Wonyong Sung, Byonghyo Shim

Efficient implementation of deep neural networks on CPU-based systems is very critical because applications proliferate to embedded and Internet of Things (IoT) systems. Many CPUs for personal computers and embedded systems equip Single Instruction Multiple Data (SIMD) instructions, which can be utilized to implement an efficient GEneral Matrix Multiply (GEMM) library that is very necessary for efficient deep neural network implementation. While many deep neural networks show quite good performa

Computer Vision and Pattern RecognitionComputer Science
12
Article|4 citations·2024
Expand-and-Quantize: Unsupervised Semantic Segmentation Using High-Dimensional Space and Product Quantization
Ji-Young Kim, Kyuhong Shim, In Su Lee, Byonghyo Shim
Proceedings of the AAAI Conference on Artificial IntelligenceOA

Unsupervised semantic segmentation (USS) aims to discover and recognize meaningful categories without any labels. For a successful USS, two key abilities are required: 1) information compression and 2) clustering capability. Previous methods have relied on feature dimension reduction for information compression, however, this approach may hinder the process of clustering. In this paper, we propose a novel USS framework called Expand-and-Quantize Unsupervised Semantic Segmentation (EQUSS), which

Industrial and Manufacturing EngineeringEngineering
13
Article|3 citations·2023
Spatial Cross-Attention for Transformer-Based Image Captioning
Khoa Anh Ngo, Kyuhong Shim, Byonghyo Shim

Transformer-based networks have achieved great success in image captioning because of the attention mechanism that finds relevant image locations for each word. However, the current cross-attention process, which aligns word-to-image, does not consider the spatial relationships existing in patch-to-patch. This lack of spatial information may cause incorrect descriptions that fail at generating words that correctly describe the positional relationships. In this paper, we introduce a novel cross-a

Computer Vision and Pattern RecognitionComputer Science
14
Preprint|2 citations·2022
A Comparison of Transformer, Convolutional, and Recurrent Neural Networks on Phoneme Recognition
Kyuhong Shim, Wonyong Sung
arXiv (Cornell University)OA

Phoneme recognition is a very important part of speech recognition that requires the ability to extract phonetic features from multiple frames. In this paper, we compare and analyze CNN, RNN, Transformer, and Conformer models using phoneme recognition. For CNN, the ContextNet model is used for the experiments. First, we compare the accuracy of various architectures under different constraints, such as the receptive field length, parameter size, and layer depth. Second, we interpret the performan

Artificial IntelligenceComputer Science
15
Article|2 citations·2024
Crayon: Customized On-Device LLM via Instant Adapter Blending and Edge-Server Hybrid Inference
Jihwan Bang, Juntae Lee, Kyuhong Shim, Seunghan Yang, Simyung Chang
OA

The customization of large language models (LLMs) for user-specified tasks gets important.However, maintaining all the customized LLMs on cloud servers incurs substantial memory and computational overheads, and uploading user data can also lead to privacy concerns.Ondevice LLMs can offer a promising solution by mitigating these issues.Yet, the performance of on-device LLMs is inherently constrained by the limitations of small-scaled models.To overcome these restrictions, we first propose Crayon,

Information SystemsComputer Science

Research Areas

Artificial IntelligenceComputer Vision and Pattern RecognitionInformation SystemsElectrical and Electronic EngineeringSignal ProcessingOcean Engineering

Dive deeper into Gyu-Hong Shim's research on Nubint

Open this lab's papers in the app to read with AI, summarize, and cite in your writing.