← Search

Sung-Ho Bae

14 accepted papers

2026

Experience Transfer for Multimodal LLM Agents in Minecraft Game

CVPR 2026

Multimodal LLM agents operating in complex game environments must continually reuse past experience to solve new tasks efficiently. In this work, we propose Echo, a transfer-oriented memory framework that enables agents to derive actionable knowledge from prior interactions rather than treating memo

Cited by 0SourceScholar
2026

I-INR: Iterative Implicit Neural Representations

AAAI 2026technical

Implicit Neural Representations (INRs) have revolutionized signal processing and computer vision by modeling signals as continuous, differentiable functions parameterized by neural networks. However, INRs are prone to the spectral bias problem, limiting their ability to retain high-frequency informa

Cited by 0SourcePDFScholar
2026

Text summarization via global structure awareness

ICLR 2026poster

Text summarization is a core task in natural language processing (NLP). With the rapid growth of information, handling long documents has become increasingly demanding, making summarization essential. Existing research mainly focuses on model improvements and sentence-level pruning, but often overlo…

Cited by 0SourceScholar
2024

Descanning: From Scanned to the Original Images with a Color Correction Diffusion Model

AAAI 2024technical

A significant volume of analog information, i.e., documents and images, have been digitized in the form of scanned copies for storing, sharing, and/or analyzing in the digital world. However, the quality of such contents is severely degraded by various distortions caused by printing, storing, and sc…

Cited by 2SourcePDFScholar
2024

G-SHARP: Globally Shared Kernel with Pruning for Efficient CNNs

ICASSP 2024accepted

Filter Decomposition (FD) methods have gained traction in compressing large neural networks by dividing weights into basis and coefficients. Recent advancements have focused on reducing weight redundancy by sharing either basis or coefficients stage-wise. However, traditional sharing approaches have…

Cited by 0SourceScholar
2023

MST-compression: Compressing and Accelerating Binary Neural Networks with Minimum Spanning Tree

ICCV 2023poster

Binary neural networks (BNNs) have been widely adopted to reduce the computational cost and memory storage on edge-computing devices by using one bit representation for activations and weights. However, as neural networks become wider/deeper to improve accuracy and meet practical requirements, the c…

Cited by 4PDFcodeScholar
2023

Towards Efficient Image Compression Without Autoregressive Models

NeurIPS 2023poster

Recently, learned image compression (LIC) has garnered increasing interest with its rapidly improving performance surpassing conventional codecs. A key ingredient of LIC is a hyperprior-based entropy model, where the underlying joint probability of the latent image features is modeled as a product o…

Cited by 13SourcePDFScholar
2022

GLAMD: Global and Local Attention Mask Distillation for Object Detectors

ECCV 2022poster

"Knowledge distillation (KD) is a well-known model compression strategy to improve models’ performance with fewer parameters. However, recent KD approaches for object detection have faced two limitations. First, they distill nearby foreground regions, ignoring potentially useful background informati…

Cited by 10SourcePDFScholar
2022

ZooD: Exploiting Model Zoo for Out-of-Distribution Generalization

NeurIPS 2022accept

Recent advances on large-scale pre-training have shown great potentials of leveraging a large set of Pre-Trained Models (PTMs) for improving Out-of-Distribution (OoD) generalization, for which the goal is to perform well on possible unseen domains after fine-tuning on multiple training domains. Howe…

Cited by 19SourcePDFScholar
2021

Adversarial Robustness for Unsupervised Domain Adaptation

ICCV 2021poster

Extensive Unsupervised Domain Adaptation (UDA) studies have shown great success in practice by learning transferable representations across a labeled source domain and an unlabeled target domain with deep models. However, current work focuses on improving the generalization ability of UDA models on…

Cited by 46PDFScholar
2021

Distilling Global and Local Logits With Densely Connected Relations

ICCV 2021poster

In prevalent knowledge distillation, logits in most image recognition models are computed by global average pooling, then used to learn to encode the high-level and task-relevant knowledge. In this work, we solve the limitation of this global logit transfer in this distillation context. We point out…

Cited by 40PDFcodeScholar
2021

MixACM: Mixup-Based Robustness Transfer via Distillation of Activated Channel Maps

NeurIPS 2021poster

Deep neural networks are susceptible to adversarially crafted, small, and imperceptible changes in the natural inputs. The most effective defense mechanism against these examples is adversarial training which constructs adversarial examples during training by iterative maximization of loss. The mode…

Cited by 20SourcePDFScholar
2021

SaliencyMix: A Saliency Guided Data Augmentation Strategy for Better Regularization

ICLR 2021poster

Advanced data augmentation strategies have widely been studied to improve the generalization ability of deep learning models. Regional dropout is one of the popular solutions that guides the model to focus on less discriminative parts by randomly removing image regions, resulting in improved regular…