← Search

Beomseok Kang

7 accepted papers

2026

QWHA: Quantization-Aware Walsh-Hadamard Adaptation for Parameter-Efficient Fine-Tuning on Large Language Models

ICLR 2026poster

The demand for efficient deployment of large language models (LLMs) has driven interest in quantization, which reduces inference cost, and parameter-efficient fine-tuning (PEFT), which lowers training overhead. This motivated the development of quantization-aware PEFT to produce accurate yet efficie…

Cited by 0SourcecodeScholar
2026

Retrospective Sparse Attention for Efficient Long-Context Generation

ICLR 2026poster

Large Language Models (LLMs) are increasingly deployed in long-context tasks such as reasoning, code generation, and multi-turn dialogue. However, inference over extended contexts is bottlenecked by the Key-Value (KV) cache, whose memory footprint grows linearly with sequence length and dominates la…

Cited by 2SourcecodeScholar
2026

Token Sparse Attention: Efficient Long-Context Inference with Interleaved Token Selection

ICML 2026poster

The quadratic complexity of attention remains the central bottleneck in long-context inference for large language models. Prior acceleration methods either sparsify the attention map with structured patterns or permanently evict tokens at specific layers, which can retain irrelevant tokens or rely o…

Cited by 0SourceScholar
2025

Has the Deep Neural Network learned the Stochastic Process? An Evaluation Viewpoint

ICLR 2025poster

This paper presents the first systematic study of evaluating Deep Neural Networks (DNNs) designed to forecast the evolution of stochastic complex systems. We show that traditional evaluation methods like threshold-based classification metrics and error-based scoring rules assess a DNN's ability to r…

2024

Online Relational Inference for Evolving Multi-agent Interacting Systems

NeurIPS 2024poster

We introduce a novel framework, Online Relational Inference (ORI), designed to efficiently identify hidden interaction graphs in evolving multi-agent interacting systems using streaming data. Unlike traditional offline methods that rely on a fixed training set, ORI employs online backpropagation, up…

2024

Sparse Spiking Neural Network: Exploiting Heterogeneity in Timescales for Pruning Recurrent SNN

ICLR 2024poster

Recurrent Spiking Neural Networks (RSNNs) have emerged as a computationally efficient and brain-inspired machine learning model. The design of sparse RSNNs with fewer neurons and synapses helps reduce the computational complexity of RSNNs. Traditionally, sparse SNNs are obtained by first training a…

Cited by 14SourcePDFScholar
2023

Unsupervised 3D Object Learning through Neuron Activity aware Plasticity

ICLR 2023poster

We present an unsupervised deep learning model for 3D object classification. Conventional Hebbian learning, a well-known unsupervised model, suffers from loss of local features leading to reduced performance for tasks with complex geometric objects. We present a deep network with a novel Neuron Acti…

Cited by 2SourcePDFScholar