← Search

Jinwoo Choi

16 accepted papers

2026

Chain-of-Goals Hierarchical Policy for Long-Horizon Offline Goal-Conditioned RL

ICML 2026poster

Offline goal-conditioned reinforcement learning remains challenging for long-horizon tasks. While hierarchical approaches mitigate this issue by decomposing tasks, most existing methods rely on separate high- and low-level networks and generate only a single intermediate subgoal, making them inadequ…

Cited by 0SourceScholar
2026

ESP-SLAM: Efficient Submap Partitioning for Large-Scale 3D Gaussian Splatting-Based SLAM

RA-L 2026

Recent SLAM systems have adopted 3D Gaussian Splatting (3DGS) to generate photorealistic maps. Despite its high fidelity, scaling 3DGS-SLAM to large scenes remains challenging. In most implementations, 3DGS maintains a single globally shared set of Gaussians, which can cause catastrophic forgetting

Cited by 0SourceScholar
2025

Disentangled Concepts Speak Louder Than Words: Explainable Video Action Recognition

NeurIPS 2025spotlight

Effective explanations of video action recognition models should disentangle how movements unfold over time from the surrounding spatial context. However, existing methods—based on saliency—produce entangled explanations, making it unclear whether predictions rely on motion or spatial context. Langu…

Cited by 0SourceScholar
2025

Dynamic Contrastive Skill Learning with State-Transition Based Skill Clustering and Dynamic Length Adjustment

ICLR 2025poster

Reinforcement learning (RL) has made significant progress in various domains, but scaling it to long-horizon tasks with complex decision-making remains challenging. Skill learning attempts to address this by abstracting actions into higher-level behaviors. However, current approaches often fail to r…

Cited by 0SourcePDFScholar
2025

ESSENTIAL: Episodic and Semantic Memory Integration for Video Class-Incremental Learning

ICCV 2025poster

In this work, we tackle the problem of video class-incremental learning (VCIL). Many existing VCIL methods mitigate catastrophic forgetting by rehearsal training with a few temporally dense samples stored in episodic memory, which is memory-inefficient. Alternatively, some methods store temporally s…

Cited by 0SourcePDFScholar
2025

HiCM²: Hierarchical Compact Memory Modeling for Dense Video Captioning

AAAI 2025technical

With the growing demand for solutions to real-world video challenges, interest in dense video captioning (DVC) has been on the rise. DVC involves the automatic captioning and localization of untrimmed videos. Several studies highlight the challenges of DVC and introduce improved methods utilizing pr…

Cited by 1SourcePDFScholar
2025

MASH-VLM: Mitigating Action-Scene Hallucination in Video-LLMs through Disentangled Spatial-Temporal Representations

CVPR 2025highlight

In this work, we tackle action-scene hallucination in Video Large Language Models (Video-LLMs), where models incorrectly predict actions based on the scene context or scenes based on observed actions. We observe that existing Video-LLMs often suffer from action-scene hallucination due to two main fa…

Cited by 2SourcePDFScholar
2025

Universal Domain Adaptation for Semantic Segmentation

CVPR 2025poster

Unsupervised domain adaptation for semantic segmentation (UDA-SS) aims to transfer knowledge from labeled synthetic data (source) to unlabeled real-world data (target). Traditional UDA-SS methods work on the assumption that the category settings between the source and target domains are known in adv…

2024

Do You Remember? Dense Video Captioning with Cross-Modal Memory Retrieval

CVPR 2024poster

There has been significant attention to the research on dense video captioning which aims to automatically localize and caption all events within untrimmed video. Several studies introduce methods by designing dense video captioning as a multitasking problem of event localization and event captionin…

2024

Open-Set Domain Adaptation for Semantic Segmentation

CVPR 2024poster

Unsupervised domain adaptation (UDA) for semantic segmentation aims to transfer the pixel-wise knowledge from the labeled source domain to the unlabeled target domain. However current UDA methods typically assume a shared label space between source and target limiting their applicability in real-wor…

2023

CAST: Cross-Attention in Space and Time for Video Action Recognition

NeurIPS 2023poster

Recognizing human actions in videos requires spatial and temporal understanding. Most existing action recognition models lack a balanced spatio-temporal understanding of videos. In this work, we propose a novel two-stream architecture, called Cross-Attention in Space and Time (CAST), that achieves a…

2023

GIN: Graph-Based Interaction-Aware Constraint Policy Optimization for Autonomous Driving

RA-L 2023

Applying reinforcement learning to autonomous driving entails particular challenges, primarily due to dynamically changing traffic flows. To address such challenges, it is necessary to quickly determine response strategies to the changing intentions of surrounding vehicles. This letter proposes a ne

Cited by 9SourcecodeScholar
2019

Why Can't I Dance in the Mall? Learning to Mitigate Scene Bias in Action Recognition

NeurIPS 2019poster

Human activities often occur in specific scene contexts, e.g., playing basketball on a basketball court. Training a model using existing video datasets thus inevitably captures and leverages such bias (instead of using the actual discriminative cues). The learned representation may not generalize we…