← Search

Seojin Kim

7 accepted papers

2026

Graph Signal Processing Meets Mamba2: Adaptive Filter Bank via Delta Modulation

ICLR 2026poster

State-space models (SSMs) offer efficient alternatives to attention with linear-time recurrence. Mamba2, a recent SSM-based language model, uses selective input gating and a multi-head structure, enabling parallel computation and strong benchmark performance. However, its multi-head recurrence opera…

Cited by 0SourcecodeScholar
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

TV-Rec: Time-Variant Convolutional Filter for Sequential Recommendation

NeurIPS 2025poster

Recently, convolutional filters have been increasingly adopted in sequential recommendation for their ability to capture local sequential patterns. However, most of these models complement convolutional filters with self-attention. This is because convolutional filters alone, generally fixed filters…

Cited by 0SourceScholar
2025

Training Text-to-Molecule Models with Context-Aware Tokenization

EMNLP 2025

Recently, text-to-molecule models have shown great potential across various chemical applications, e.g., drug-discovery. These models adapt language models to molecular data by representing molecules as sequences of atoms. However, they rely on atom-level tokenizations, which primarily focus on mode

2024

Data-Efficient Molecular Generation with Hierarchical Textual Inversion

ICML 2024poster

Developing an effective molecular generation framework even with a limited number of molecules is often important for its practical deployment, e.g., drug discovery, since acquiring task-related molecular data requires expensive and time-consuming experimental costs. To tackle this issue, we introdu…

2023

Confidence-Aware Training of Smoothed Classifiers for Certified Robustness

AAAI 2023technical

Any classifier can be "smoothed out" under Gaussian noise to build a new classifier that is provably robust to l2-adversarial perturbations, viz., by averaging its predictions over the noise via randomized smoothing. Under the smoothed classifiers, the fundamental trade-off between accuracy and (adv…