← Search

Seokju Cho

17 accepted papers

2026

4DP-QA: Scalable QA for 4D Perception in Vision Language Models

CVPR 2026

Despite recent advances, Vision Language Models (VLMs) still struggle to grasp the dynamics of the world. We note that the ability to reason about a 4D scene, challenging in itself, is further complicated by two factors. First, VLMs observe motion indirectly via its projection onto 2D images. Second

Cited by 0SourceScholar
2026

AnthroTAP: Learning Point Tracking with Real-World Motion

CVPR 2026

Point tracking models often struggle to generalize to real-world videos because large-scale training data is predominantly synthetic--the only source currently feasible to produce at scale. Collecting real-world annotations, however, is prohibitively expensive, as it requires tracking hundreds of po

Cited by 0SourcecodeScholar
2026

MV-TAP: Tracking Any Point in Multi-View Videos

CVPR 2026

Multi-view camera systems enable rich observations of complex real-world scenes, and understanding dynamic objects in multi-view settings has become central to various applications. Point tracking serves as a key mechanism for capturing dynamic motion. However, conventional single-view approaches of

Cited by 0SourcecodeScholar
2025

Exploring Temporally-Aware Features for Point Tracking

CVPR 2025poster

Point tracking in videos is a fundamental task with applications in robotics, video editing, and more. While many vision tasks benefit from pre-trained feature backbones to improve generalizability, point tracking has primarily relied on simpler backbones trained from scratch on synthetic data, whic…

2025

Multi-Granularity Video Object Segmentation

AAAI 2025technical

Current benchmarks for video segmentation are limited to annotating only salient objects (i.e., foreground instances). Despite their impressive architectural designs, previous works trained on these benchmarks have struggled to adapt to realworld scenarios. Thus, developing a new video segmentation…

Cited by 0SourcePDFScholar
2024

CAT-Seg: Cost Aggregation for Open-Vocabulary Semantic Segmentation

CVPR 2024highlight

Open-vocabulary semantic segmentation presents the challenge of labeling each pixel within an image based on a wide range of text descriptions. In this work we introduce a novel cost-based approach to adapt vision-language foundation models notably CLIP for the intricate task of semantic segmentatio…

2024

FlowTrack: Revisiting Optical Flow for Long-Range Dense Tracking

CVPR 2024poster

In the domain of video tracking existing methods often grapple with a trade-off between spatial density and temporal range. Current approaches in dense optical flow estimators excel in providing spatially dense tracking but are limited to short temporal spans. Conversely recent advancements in long-…

Cited by 9SourcePDFScholar
2024

Local All-Pair Correspondence for Point Tracking

ECCV 2024poster

"We introduce , a highly accurate and efficient model designed for the task of tracking any point (TAP) across video sequences. Previous approaches in this task often rely on local 2D correlation maps to establish correspondences from a point in the query image to a local region in the target image,…

2024

Towards Open-Vocabulary Semantic Segmentation Without Semantic Labels

NeurIPS 2024poster

Large-scale vision-language models like CLIP have demonstrated impressive open-vocabulary capabilities for image-level tasks, excelling in recognizing what objects are present. However, they struggle with pixel-level recognition tasks like semantic segmentation, which require understanding where the…

Cited by 2SourcePDFScholar
2024

Unifying Feature and Cost Aggregation with Transformers for Semantic and Visual Correspondence

ICLR 2024poster

This paper introduces a Transformer-based integrative feature and cost aggregation network designed for dense matching tasks. In the context of dense matching, many works benefit from one of two forms of aggregation: feature aggregation, which pertains to the alignment of similar features, or cost a…

Cited by 7SourcePDFScholar
2023

DäRF: Boosting Radiance Fields from Sparse Input Views with Monocular Depth Adaptation

NeurIPS 2023poster

Neural radiance field (NeRF) shows powerful performance in novel view synthesis and 3D geometry reconstruction, but it suffers from critical performance degradation when the number of known viewpoints is drastically reduced. Existing works attempt to overcome this problem by employing external prior…

Cited by 18SourcePDFScholar
2023

LANIT: Language-Driven Image-to-Image Translation for Unlabeled Data

CVPR 2023poster

Existing techniques for image-to-image translation commonly have suffered from two critical problems: heavy reliance on per-sample domain annotation and/or inability to handle multiple attributes per image. Recent truly-unsupervised methods adopt clustering approaches to easily provide per-sample on…

2023

MIDMs: Matching Interleaved Diffusion Models for Exemplar-Based Image Translation

AAAI 2023technical

We present a novel method for exemplar-based image translation, called matching interleaved diffusion models (MIDMs). Most existing methods for this task were formulated as GAN-based matching-then-generation framework. However, in this framework, matching errors induced by the difficulty of semantic…

2022

Cost Aggregation with 4D Convolutional Swin Transformer for Few-Shot Segmentation

ECCV 2022poster

"We present a novel cost aggregation network, called Volumetric Aggregation with Transformers (VAT), for few-shot segmentation. The use of transformers can benefit correlation map aggregation through self-attention over a global receptive field. However, the tokenization of a correlation map for tra…

2022

Neural Matching Fields: Implicit Representation of Matching Fields for Visual Correspondence

NeurIPS 2022accept

Existing pipelines of semantic correspondence commonly include extracting high-level semantic features for the invariance against intra-class variations and background clutters. This architecture, however, inevitably results in a low-resolution matching field that additionally requires an ad-hoc int…

2021

CATs: Cost Aggregation Transformers for Visual Correspondence

NeurIPS 2021poster

We propose a novel cost aggregation network, called Cost Aggregation Transformers (CATs), to find dense correspondences between semantically similar images with additional challenges posed by large intra-class appearance and geometric variations. Cost aggregation is a highly important process in mat…