← Search

Sukjun Hwang

10 accepted papers

2026

dnaHNet: A Scalable and Hierarchical Foundation Model for Genomic Sequence Learning

ICML 2026oral

Genomic foundation models have the potential to decode DNA syntax, yet face a fundamental tradeoff. Standard subword tokenizers fragment biologically meaningful motifs such as codons and regulatory elements, while nucleotide-level models preserve biological coherence but incur prohibitive computatio…

Cited by 0SourceScholar
2025

Multi-Granular Spatio-Temporal Token Merging for Training-Free Acceleration of Video LLMs

ICCV 2025poster

Video large language models (LLMs) achieve strong video understanding by leveraging a large number of spatio-temporal tokens, but suffer from quadratic computational scaling with token count. To address this, we propose a training-free spatio-temporal token merging method, named STTM. Our key insigh…

2024

Hydra: Bidirectional State Space Models Through Generalized Matrix Mixers

NeurIPS 2024poster

A wide array of sequence models are built on a framework modeled after Transformers, comprising alternating sequence mixer and channel mixer layers. This paper studies a unifying *matrix mixer* view of sequence mixers that can be conceptualized as a linear map on the input sequence. This framework…

2024

VISAGE: Video Instance Segmentation with Appearance-Guided Enhancement

ECCV 2024poster

"In recent years, online Video Instance Segmentation (VIS) methods have shown remarkable advancement with their powerful query-based detectors. Utilizing the output queries of the detector at the frame-level, these methods achieve high accuracy on challenging benchmarks. However, our observations de…

2023

A Generalized Framework for Video Instance Segmentation

CVPR 2023poster

The handling of long videos with complex and occluded sequences has recently emerged as a new challenge in the video instance segmentation (VIS) community. However, existing methods have limitations in addressing this challenge. We argue that the biggest bottleneck in current approaches is the discr…

2022

Cannot See the Forest for the Trees: Aggregating Multiple Viewpoints To Better Classify Objects in Videos

CVPR 2022poster

Recently, both long-tailed recognition and object tracking have made great advances individually. TAO benchmark presented a mixture of the two, long-tailed object tracking, in order to further reflect the aspect of the real-world. To date, existing solutions have adopted detectors showing robustness…

Cited by 5PDFcodeScholar
2022

VISOLO: Grid-Based Space-Time Aggregation for Efficient Online Video Instance Segmentation

CVPR 2022oral

For online video instance segmentation (VIS), fully utilizing the information from previous frames in an efficient manner is essential for real-time applications. Most previous methods follow a two-stage approach requiring additional computations such as RPN and RoIAlign, and do not fully exploit th…

Cited by 42PDFcodeScholar
2022

VITA: Video Instance Segmentation via Object Token Association

NeurIPS 2022accept

We introduce a novel paradigm for offline Video Instance Segmentation (VIS), based on the hypothesis that explicit object-oriented information can be a strong clue for understanding the context of the entire sequence. To this end, we propose VITA, a simple structure built on top of an off-the-shelf…

2021

Video Instance Segmentation using Inter-Frame Communication Transformers

NeurIPS 2021poster

We propose a novel end-to-end solution for video instance segmentation (VIS) based on transformers. Recently, the per-clip pipeline shows superior performance over per-frame methods leveraging richer information from multiple frames. However, previous per-clip models require heavy computation and…