← Search

Sungjun Cho

10 accepted papers

2025

3D Denoisers Are Good 2D Teachers: Molecular Pretraining via Denoising and Cross-Modal Distillation

AAAI 2025technical

Pretraining molecular representations from large unlabeled data is essential for molecular property prediction due to the high cost of obtaining ground-truth labels. While there exist various 2D graph-based molecular pretraining approaches, these methods struggle to show statistically significant ga…

Cited by 1SourcePDFScholar
2025

Towards Robust and Parameter-Efficient Knowledge Unlearning for LLMs

ICLR 2025poster

Large Language Models (LLMs) have demonstrated strong reasoning and memorization capabilities via pretraining on massive textual corpora. However, this poses risk of privacy and copyright violations, highlighting the need for efficient machine unlearning methods that remove sensitive data without re…

2024

Learning Equi-angular Representations for Online Continual Learning

CVPR 2024poster

Online continual learning suffers from an underfitted solution due to insufficient training for prompt model updates (e.g. single-epoch training). To address the challenge we propose an efficient online continual learning method using the neural collapse phenomenon. In particular we induce neural co…

2024

Learning to Unlearn: Instance-Wise Unlearning for Pre-trained Classifiers

AAAI 2024technical

Since the recent advent of regulations for data protection (e.g., the General Data Protection Regulation), there has been increasing demand in deleting information learned from sensitive data in pre-trained models without retraining from scratch. The inherent vulnerability of neural networks towards…

2023

Grouping Matrix Based Graph Pooling with Adaptive Number of Clusters

AAAI 2023technical

Graph pooling is a crucial operation for encoding hierarchical structures within graphs. Most existing graph pooling approaches formulate the problem as a node clustering task which effectively captures the graph topology. Conventional methods ask users to specify an appropriate number of clusters a…

Cited by 9SourcePDFScholar
2023

Rebalancing Batch Normalization for Exemplar-Based Class-Incremental Learning

CVPR 2023poster

Batch Normalization (BN) and its variants has been extensively studied for neural nets in various computer vision tasks, but relatively little work has been dedicated to studying the effect of BN in continual learning. To that end, we develop a new update patch for BN, particularly tailored for the…

2022

Pure Transformers are Powerful Graph Learners

NeurIPS 2022accept

We show that standard Transformers without graph-specific modifications can lead to promising results in graph learning both in theory and practice. Given a graph, we simply treat all nodes and edges as independent tokens, augment them with token embeddings, and feed them to a Transformer. With an a…

2022

Transformers meet Stochastic Block Models: Attention with Data-Adaptive Sparsity and Cost

NeurIPS 2022accept

To overcome the quadratic cost of self-attention, recent works have proposed various sparse attention modules, most of which fall under one of two groups: 1) sparse attention under a hand-crafted patterns and 2) full attention followed by a sparse variant of softmax such as $\alpha$-entmax. Unfortun…

2021

On-the-fly Rectification for Robust Large-Vocabulary Topic Inference

ICML 2021spotlight

Across many data domains, co-occurrence statistics about the joint appearance of objects are powerfully informative. By transforming unsupervised learning problems into decompositions of co-occurrence statistics, spectral algorithms provide transparent and efficient algorithms for posterior inferenc…