← Search

Jungin Park

15 accepted papers

2025

Bootstrap Your Own Views: Masked Ego-Exo Modeling for Fine-grained View-invariant Video Representations

CVPR 2025poster

View-invariant representation learning from egocentric (first-person, ego) and exocentric (third-person, exo) videos is a promising approach toward generalizing video understanding systems across multiple viewpoints. However, this area has been underexplored due to the substantial differences in per…

2025

Faster Parameter-Efficient Tuning with Token Redundancy Reduction

CVPR 2025poster

Parameter-efficient tuning (PET) aims to transfer pre-trained foundation models to downstream tasks by learning a small number of parameters. Compared to traditional fine-tuning, which updates the entire model, PET significantly reduces storage and transfer costs for each task regardless of exponent…

2023

Knowing Where to Focus: Event-aware Transformer for Video Grounding

ICCV 2023poster

Recent DETR-based video grounding models have made the model directly predict moment timestamps without any hand-crafted components, such as a pre-defined proposal or non-maximum suppression, by learning moment queries. However, their input-agnostic moment queries inevitably overlook an intrinsic t…

Cited by 64PDFcodeScholar
2023

PartMix: Regularization Strategy To Learn Part Discovery for Visible-Infrared Person Re-Identification

CVPR 2023poster

Modern data augmentation using a mixture-based technique can regularize the models from overfitting to the training data in various computer vision applications, but a proper data augmentation technique tailored for the part-based Visible-Infrared person Re-IDentification (VI-ReID) models remains un…

Cited by 93SourcePDFScholar
2022

Pin the Memory: Learning To Generalize Semantic Segmentation

CVPR 2022poster

The rise of deep neural networks has led to several breakthroughs for semantic segmentation. In spite of this, a model trained on source domain often fails to work properly in new challenging domains, that is directly concerned with the generalization capability of the model. In this paper, we prese…

Cited by 68PDFcodeScholar
2022

PointFix: Learning to Fix Domain Bias for Robust Online Stereo Adaptation

ECCV 2022poster

"Online stereo adaptation tackles the domain shift problem, caused by different environments between synthetic (training) and real (test) datasets, to promptly adapt stereo models in dynamic real-world applications such as autonomous driving. However, previous methods often fail to counteract partic…

2021

Bridge To Answer: Structure-Aware Graph Interaction Network for Video Question Answering

CVPR 2021poster

This paper presents a novel method, termed Bridge to Answer, to infer correct answers for questions about a given video by leveraging adequate graph interactions of heterogeneous crossmodal graphs. To realize this, we learn question conditioned visual graphs by exploiting the relation between video…

Cited by 118PDFScholar
2021

Cross-Domain Grouping and Alignment for Domain Adaptive Semantic Segmentation

AAAI 2021technical

Existing techniques to adapt semantic segmentation networks across source and target domains within deep convolutional neural networks (CNNs) deal with all the samples from the two domains in a global or category-aware manner. They do not consider an inter-class variation within the target domain it…