← Search

Jung-woo Ha

45 accepted papers

2024

Hierarchical Context Merging: Better Long Context Understanding for Pre-trained LLMs

ICLR 2024poster

Large language models (LLMs) have shown remarkable performance in various natural language processing tasks. However, a primary constraint they face is the context limit, i.e., the maximum number of tokens they can process. Previous works have explored architectural changes and modifications in posi…

2024

Paralinguistics-Aware Speech-Empowered Large Language Models for Natural Conversation

NeurIPS 2024poster

Recent work shows promising results in expanding the capabilities of large language models (LLM) to directly understand and synthesize speech. However, an LLM-based strategy for modeling spoken dialogs remains elusive, calling for further investigation. This paper introduces an extensive speech-text…

2024

SuRe: Summarizing Retrievals using Answer Candidates for Open-domain QA of LLMs

ICLR 2024poster

Large language models (LLMs) have made significant advancements in various natural language processing tasks, including question answering (QA) tasks. While incorporating new information with the retrieval of relevant passages is a promising way to improve QA with LLMs, the existing methods often re…

2023

Dense Text-to-Image Generation with Attention Modulation

ICCV 2023poster

Existing text-to-image diffusion models struggle to synthesize realistic images given dense captions, where each text prompt provides a detailed description for a specific image region. To address this, we propose DenseDiffusion, a training-free method that adapts a pre-trained text-to-image model t…

Cited by 125PDFcodeScholar
2023

KoSBI: A Dataset for Mitigating Social Bias Risks Towards Safer Large Language Model Applications

ACL 2023industry

Large language models (LLMs) not only learn natural text generation abilities but also social biases against different demographic groups from real-world data. This poses a critical risk when deploying LLM-based applications. Existing research and resources are not readily applicable in South Korea…

2023

Online Boundary-Free Continual Learning by Scheduled Data Prior

ICLR 2023poster

Typical continual learning setup assumes that the dataset is split into multiple discrete tasks. We argue that it is less realistic as the streamed data would have no notion of task boundary in real-world data. Here, we take a step forward to investigate more realistic online continual learning – le…

Cited by 24SourcePDFScholar
2023

Pivotal Role of Language Modeling in Recommender Systems: Enriching Task-specific and Task-agnostic Representation Learning

ACL 2023long

Recent studies have proposed unified user modeling frameworks that leverage user behavior data from various applications. Many of them benefit from utilizing users’ behavior sequences as plain texts, representing rich information in any domain or system without losing generality. Hence, a question a…

Cited by 5SourcePDFScholar
2023

Query-Efficient Black-Box Red Teaming via Bayesian Optimization

ACL 2023long

The deployment of large-scale generative models is often restricted by their potential risk of causing harm to users in unpredictable ways. We focus on the problem of black-box red teaming, where a red team generates test cases and interacts with the victim model to discover a diverse set of failure…

2023

Rarity Score : A New Metric to Evaluate the Uncommonness of Synthesized Images

ICLR 2023top-25%

Evaluation metrics in image synthesis play a key role to measure performances of generative models. However, most metrics mainly focus on image fidelity. Existing diversity metrics are derived by comparing distributions, and thus they cannot quantify the diversity or rarity degree of each generated…

Cited by 36SourcePDFScholar
2023

SQuARe: A Large-Scale Dataset of Sensitive Questions and Acceptable Responses Created through Human-Machine Collaboration

ACL 2023long

The potential social harms that large language models pose, such as generating offensive content and reinforcing biases, are steeply rising. Existing works focus on coping with this concern while interacting with ill-intentioned users, such as those who explicitly make hate speech or elicit harmful…

2023

Scaling Law for Recommendation Models: Towards General-Purpose User Representations

AAAI 2023technical

Recent advancement of large-scale pretrained models such as BERT, GPT-3, CLIP, and Gopher, has shown astonishing achievements across various task domains. Unlike vision recognition and language models, studies on general-purpose user representation at scale still remain underexplored. Here we explor…

Cited by 40SourcePDFScholar
2023

Self-Supervised Set Representation Learning for Unsupervised Meta-Learning

ICLR 2023poster

Unsupervised meta-learning (UML) essentially shares the spirit of self-supervised learning (SSL) in that their goal aims at learning models without any human supervision so that the models can be adapted to downstream tasks. Further, the learning objective of self-supervised learning, which pulls po…

Cited by 11SourcePDFScholar
2023

Switching Temporary Teachers for Semi-Supervised Semantic Segmentation

NeurIPS 2023poster

The teacher-student framework, prevalent in semi-supervised semantic segmentation, mainly employs the exponential moving average (EMA) to update a single teacher's weights based on the student's. However, EMA updates raise a problem in that the weights of the teacher and student are getting coupled,…

2023

Text-Conditioned Sampling Framework for Text-to-Image Generation with Masked Generative Models

ICCV 2023poster

Token-based masked generative models are gaining popularity for their fast inference time with parallel decoding. While recent token-based approaches achieve competitive performance to diffusion-based models, their generation performance is still suboptimal as they sample multiple tokens simultaneou…

Cited by 5PDFScholar
2022

AlphaTuning: Quantization-Aware Parameter-Efficient Adaptation of Large-Scale Pre-Trained Language Models

EMNLP 2022finding

There are growing interests in adapting large-scale language models using parameter-efficient fine-tuning methods. However, accelerating the model itself and achieving better inference efficiency through model compression has not been thoroughly explored yet.Model compression could provide the benef…

Cited by 42SourcePDFScholar
2022

Continuous Decomposition of Granularity for Neural Paraphrase Generation

COLING 2022main

While Transformers have had significant success in paragraph generation, they treat sentences as linear sequences of tokens and often neglect their hierarchical information. Prior work has shown that decomposing the levels of granularity (e.g., word, phrase, or sentence) for input tokens has produce…

2022

Dataset Condensation via Efficient Synthetic-Data Parameterization

ICML 2022spotlight

The great success of machine learning with massive amounts of data comes at a price of huge computation costs and storage for training and tuning. Recent studies on dataset condensation attempt to reduce the dependence on such massive data by synthesizing a compact training dataset. However, the exi…

2022

Generating Videos with Dynamics-aware Implicit Generative Adversarial Networks

ICLR 2022poster

In the deep learning era, long video generation of high-quality still remains challenging due to the spatio-temporal complexity and continuity of videos. Existing prior works have attempted to model video distribution by representing videos as 3D grids of RGB values, which impedes the scale of gener…

Cited by 234SourcePDFScholar
2022

Generator Knows What Discriminator Should Learn in Unconditional GANs

ECCV 2022poster

"Recent methods for conditional image generation benefit from dense supervision such as segmentation label maps to achieve high-fidelity. However, it is rarely explored to employ dense supervision for unconditional image generation. Here we explore the efficacy of dense supervision in unconditional…

2022

K-Centered Patch Sampling for Efficient Video Recognition

ECCV 2022poster

"For decades, it has been a common practice to choose a subset of video frames for reducing the computational burden of a video understanding model. In this paper, we argue that this popular heuristic might be sub-optimal under recent transformer-based models. Specifically, inspired by that transfor…

2022

On Divergence Measures for Bayesian Pseudocoresets

NeurIPS 2022accept

A Bayesian pseudocoreset is a small synthetic dataset for which the posterior over parameters approximates that of the original dataset. While promising, the scalability of Bayesian pseudocoresets is not yet validated in large-scale problems such as image classification with deep neural networks. On…

2022

On the Effect of Pretraining Corpora on In-context Learning by a Large-scale Language Model

NAACL 2022long

Many recent studies on large-scale language models have reported successful in-context zero- and few-shot learning ability. However, the in-depth analysis of when in-context learning occurs is still lacking. For example, it is unknown how in-context learning performance changes as the training corpu…

2022

Online Continual Learning on Class Incremental Blurry Task Configuration with Anytime Inference

ICLR 2022poster

Despite rapid advances in continual learning, a large body of research is devoted to improving performance in the existing setups. While a handful of work do propose new continual learning setups, they still lack practicality in certain aspects. For better practicality, we first propose a novel cont…

2022

Online Continual Learning on a Contaminated Data Stream With Blurry Task Boundaries

CVPR 2022poster

Learning under a continuously changing data distribution with incorrect labels is a desirable real-world problem yet challenging. Large body of continual learning (CL) methods, however, assumes data streams with clean labels, and online learning scenarios under noisy data streams are yet underexplor…

Cited by 61PDFcodeScholar
2022

Time Is MattEr: Temporal Self-supervision for Video Transformers

ICML 2022spotlight

Understanding temporal dynamics of video is an essential aspect of learning better video representations. Recently, transformer-based architectural designs have been extensively explored for video tasks due to their capability to capture long-term dependency of input sequences. However, we found tha…

2022

Two-Step Question Retrieval for Open-Domain QA

ACL 2022findings

The retriever-reader pipeline has shown promising performance in open-domain QA but suffers from a very slow inference speed. Recently proposed question retrieval models tackle this problem by indexing question-answer pairs and searching for similar questions. These models have shown a significant i…

2021

AdamP: Slowing Down the Slowdown for Momentum Optimizers on Scale-invariant Weights

ICLR 2021poster

Normalization techniques, such as batch normalization (BN), are a boon for modern deep learning. They let weights converge more quickly with often better generalization performances. It has been argued that the normalization-induced scale invariance among the weights provides an advantageous ground…

2021

DialogBERT: Discourse-Aware Response Generation via Learning to Recover and Rank Utterances

AAAI 2021technical

Recent advances in pre-trained language models have significantly improved neural response generation. However, existing methods usually view the dialogue context as a linear sequence of tokens and learn to generate the next word through token-level self-attention. Such token-level encoding hinders…

2021

KLUE: Korean Language Understanding Evaluation

NeurIPS 2021poster

We introduce Korean Language Understanding Evaluation (KLUE) benchmark. KLUE is a collection of eight Korean natural language understanding (NLU) tasks, including Topic Classification, Semantic Textual Similarity, Natural LanguageInference, Named Entity Recognition, Relation Extraction, Dependency P…

Cited by 331SourcecodeScholar
2021

Metropolis-Hastings Data Augmentation for Graph Neural Networks

NeurIPS 2021poster

Graph Neural Networks (GNNs) often suffer from weak-generalization due to sparsely labeled data despite their promising results on various graph-based tasks. Data augmentation is a prevalent remedy to improve the generalization ability of models in many domains. However, due to the non-Euclidean nat…

Cited by 62SourcePDFScholar
2021

Rainbow Memory: Continual Learning With a Memory of Diverse Samples

CVPR 2021poster

Continual learning is a realistic learning scenario for AI models. Prevalent scenario of continual learning, however, assumes disjoint sets of classes as tasks and is less realistic rather artificial. Instead, we focus on 'blurry' task boundary; where tasks shares classes and is more realistic and p…

Cited by 451PDFcodeScholar
2021

St-Bert: Cross-Modal Language Model Pre-Training for End-to-End Spoken Language Understanding

ICASSP 2021accepted

Language model pre-training has shown promising results in various downstream tasks. In this context, we introduce a cross-modal pre-trained language model, called Speech-Text BERT (ST-BERT), to tackle end-to-end spoken language understanding (E2E SLU) tasks. Taking phoneme posterior and subword-lev…

Cited by 0SourceScholar
2021

What Changes Can Large-scale Language Models Bring? Intensive Study on HyperCLOVA: Billions-scale Korean Generative Pretrained Transformers

EMNLP 2021main

GPT-3 shows remarkable in-context learning ability of large-scale language models (LMs) trained on hundreds of billion scale data. Here we address some remaining issues less reported by the GPT-3 paper, such as a non-English LM, the performances of different sized models, and the effect of recently…

2020

Self-supervised Auxiliary Learning with Meta-paths for Heterogeneous Graphs

NeurIPS 2020poster

Graph neural networks have shown superior performance in a wide range of applications providing a powerful representation of graph-structured data. Recent works show that the representation can be further improved by auxiliary tasks. However, the auxiliary tasks for heterogeneous graphs, which cont…

2019

DialogWAE: Multimodal Response Generation with Conditional Wasserstein Auto-Encoder

ICLR 2019poster

Variational autoencoders (VAEs) have shown a promise in data-driven conversation modeling. However, most VAE conversation models match the approximate posterior distribution over the latent variables to a simple prior such as standard normal distribution, thereby restricting the generated responses…

Cited by 168SourcePDFScholar
2019

Large-Scale Answerer in Questioner's Mind for Visual Dialog Question Generation

ICLR 2019poster

Answerer in Questioner's Mind (AQM) is an information-theoretic framework that has been recently proposed for task-oriented dialog systems. AQM benefits from asking a question that would maximize the information gain when it is asked. However, due to its intrinsic nature of explicitly calculating th…

2019

Phase-Aware Speech Enhancement with Deep Complex U-Net

ICLR 2019poster

Most deep learning-based models for speech enhancement have mainly focused on estimating the magnitude of spectrogram while reusing the phase from noisy speech for reconstruction. This is due to the difficulty of estimating the phase of clean speech. To improve speech enhancement performance, we tac…

Cited by 476SourceScholar
2019

Photorealistic Style Transfer via Wavelet Transforms

ICCV 2019poster

Recent style transfer models have provided promising artistic results. However, given a photograph as a reference style, existing methods are limited by spatial distortions or unrealistic artifacts, which should not happen in real photographs. We introduce a theoretically sound correction to the net…

Cited by 426PDFcodeScholar
2018

StarGAN: Unified Generative Adversarial Networks for Multi-Domain Image-to-Image Translation

CVPR 2018poster

Recent studies have shown remarkable success in image-to-image translation for two domains. However, existing approaches have limited scalability and robustness in handling more than two domains, since different models should be built independently for every pair of image domains. To address this li…

Cited by 5010SourcePDFScholar
2017

Hadamard Product for Low-rank Bilinear Pooling

ICLR 2017poster

Bilinear models provide rich representations compared with linear models. They have been applied in various visual tasks, such as object recognition, segmentation, and visual question-answering, to get state-of-the-art performances taking advantage of the expanded representations. However, bilinear…

Cited by 921SourcecodeScholar
2017

Overcoming Catastrophic Forgetting by Incremental Moment Matching

NeurIPS 2017spotlight

Catastrophic forgetting is a problem of neural networks that loses the information of the first task after training the second task. Here, we propose a method, i.e. incremental moment matching (IMM), to resolve this problem. IMM incrementally matches the moment of the posterior distribution of the n…

2016

Multimodal Residual Learning for Visual QA

NeurIPS 2016poster

Deep neural networks continue to advance the state-of-the-art of image recognition tasks with various methods. However, applications of these methods to multimodality remain limited. We present Multimodal Residual Networks (MRN) for the multimodal residual learning of visual question-answering, whic…