← Search

Jihoon Tack

21 accepted papers

2026

LLM Pretraining with Continuous Concepts

ICLR 2026poster

Next token prediction has been the standard training objective used in large language model pretraining. Representations are learned as a result of optimizing for token-level perplexity. We propose Continuous Concept Mixing (CoCoMix), a novel pretraining framework that combines discrete next token p…

Cited by 0SourcecodeScholar
2025

Learning to Contextualize Web Pages for Enhanced Decision Making by LLM Agents

ICLR 2025poster

Recent advances in large language models (LLMs) have led to a growing interest in developing LLM-based agents for automating web tasks. However, these agents often struggle with even simple tasks on real-world websites due to their limited capability to understand and process complex web page struct…

2025

Mamba Drafters for Speculative Decoding

EMNLP 2025

Speculative decoding has emerged as a promising approach to accelerating large language model (LLM) generation using a fast drafter while maintaining alignment with the target model’s distribution. However, existing approaches face a trade-off: external drafters offer flexibility but can suffer from

2025

ReVISE: Learning to Refine at Test-Time via Intrinsic Self-Verification

ICML 2025poster

Self-awareness, i.e., the ability to assess and correct one's generation, is a fundamental aspect of human intelligence, making its replication in large language models (LLMs) an important yet challenging task. Previous works tackle this by employing extensive reinforcement learning or relying on la…

Cited by 3SourcePDFScholar
2025

Think Clearly: Improving Reasoning via Redundant Token Pruning

EMNLP 2025

Recent large language models have shown promising capabilities in long-form reasoning, following structured chains of thought before arriving at a final answer. However, we observe that these reasoning paths tend to include substantial redundancy; analyzing attention patterns reveals that attention

Cited by 0SourcePDFScholar
2024

Online Adaptation of Language Models with a Memory of Amortized Contexts

NeurIPS 2024poster

Due to the rapid generation and dissemination of information, large language models (LLMs) quickly run out of date despite enormous development costs. To address the crucial need to keep models updated, online learning has emerged as a critical tool when utilizing LLMs for real-world applications. H…

2024

Optimized Feature Generation for Tabular Data via LLMs with Decision Tree Reasoning

NeurIPS 2024poster

In tabular prediction tasks, tree-based models combined with automated feature engineering methods often outperform deep learning approaches that rely on learned representations. While these feature engineering techniques are effective, they typically depend on a pre-defined search space and primari…

2024

Unleashing the Power of Meta-tuning for Few-shot Generalization Through Sparse Interpolated Experts

ICML 2024poster

Recent successes suggest that parameter-efficient fine-tuning of foundation models is becoming the state-of-the-art method for transfer learning in vision, gradually replacing the rich literature of alternatives such as meta-learning. In trying to harness the best of both worlds, meta-tuning introdu…

2023

Learning Large-scale Neural Fields via Context Pruned Meta-Learning

NeurIPS 2023poster

We introduce an efficient optimization-based meta-learning technique for large-scale neural field training by realizing significant memory savings through automated online context point selection. This is achieved by focusing each learning step on the subset of data with the highest expected immedia…

2023

Modality-Agnostic Self-Supervised Learning with Meta-Learned Masked Auto-Encoder

NeurIPS 2023poster

Despite its practical importance across a wide range of modalities, recent advances in self-supervised learning (SSL) have been primarily focused on a few well-curated domains, e.g., vision and language, often relying on their domain-specific knowledge. For example, Masked Auto-Encoder (MAE) has bec…

Cited by 2SourcePDFScholar
2023

Modality-Agnostic Variational Compression of Implicit Neural Representations

ICML 2023poster

We introduce a modality-agnostic neural compression algorithm based on a functional view of data and parameterised as an Implicit Neural Representation (INR). Bridging the gap between latent coding and sparsity, we obtain compact latent representations non-linearly mapped to a soft gating mechanism.…

Cited by 27SourcePDFScholar
2023

STUNT: Few-shot Tabular Learning with Self-generated Tasks from Unlabeled Tables

ICLR 2023top-25%

Learning with few labeled tabular samples is often an essential requirement for industrial machine learning applications as varieties of tabular data suffer from high annotation costs or have difficulties in collecting new samples for novel tasks. Despite the utter importance, such a problem is quit…

2022

Consistency Regularization for Adversarial Robustness

AAAI 2022technical

Adversarial training (AT) is currently one of the most successful methods to obtain the adversarial robustness of deep neural networks. However, the phenomenon of robust overfitting, i.e., the robustness starts to decrease significantly during AT, has been problematic, not only making practitioners…

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

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

Meta-Learning with Self-Improving Momentum Target

NeurIPS 2022accept

The idea of using a separately trained target model (or teacher) to improve the performance of the student model has been increasingly popular in various machine learning domains, and meta-learning is no exception; a recent discovery shows that utilizing task-wise target models can significantly boo…

2020

CSI: Novelty Detection via Contrastive Learning on Distributionally Shifted Instances

NeurIPS 2020poster

Novelty detection, i.e., identifying whether a given sample is drawn from outside the training distribution, is essential for reliable machine learning. To this end, there have been many attempts at learning a representation well-suited for novelty detection and designing a score based on such repre…