← Search

WonJun Moon

19 accepted papers

2026

From Vicious to Virtuous Cycles: Synergistic Representation Learning for Unsupervised Video Object-Centric Learning

ICLR 2026poster

Unsupervised object-centric learning models, particularly slot-based architectures, have shown great promise in decomposing complex scenes. However, their reliance on reconstruction-based training creates a fundamental conflict between the sharp, high-frequency attention maps of the encoder and the…

Cited by 0SourcecodeScholar
2026

Looking Beyond the Window: Global-Local Aligned CLIP for Training-free Open-Vocabulary Semantic Segmentation

CVPR 2026

A sliding-window inference strategy is commonly adopted in recent training-free open-vocabulary semantic segmentation methods to overcome limitation of the CLIP in processing high-resolution images. However, this approach introduces a new challenge: each window is processed independently, leading to

Cited by 0SourcecodeScholar
2026

Masking Matters: Unlocking the Spatial Reasoning Capabilities of LLMs for 3D Scene-Language Understanding

CVPR 2026

Recent advances in 3D scene-language understanding have leveraged Large Language Models (LLMs) for 3D reasoning by transferring their general reasoning ability to 3D multi-modal contexts. However, existing methods typically adopt standard decoders from language modeling, which rely on a causal atten

Cited by 0SourcecodeScholar
2026

Reconstruction-Guided Slot Curriculum: Addressing Object Over-Fragmentation in Video Object-Centric Learning

CVPR 2026

Video Object-Centric Learning seeks to decompose raw videos into a small set of object slots, but existing slot-attention models often suffer from severe over-fragmentation. This is because the model is implicitly encouraged to occupy all slots to minimize the reconstruction objective, thereby repre

Cited by 0SourcecodeScholar
2025

Ambiguity-Restrained Text-Video Representation Learning for Partially Relevant Video Retrieval

AAAI 2025technical

Partially Relevant Video Retrieval~(PRVR) aims to retrieve a video where a specific segment is relevant to a given text query. Typical training processes of PRVR assume a one-to-one relationship where each text query is relevant to only one video. However, we point out the inherent ambiguity between…

Cited by 0SourcePDFScholar
2025

Bridging the Semantic Granularity Gap Between Text and Frame Representations for Partially Relevant Video Retrieval

AAAI 2025technical

Partially Relevant Video Retrieval (PRVR) addresses the challenges of text-to-video retrieval in real-world scenarios where untrimmed videos are prevalent. Traditional PRVR methods encode videos at two feature scales: (1) frame-level to capture fine details, and (2) clip-level to recognize broader c…

Cited by 0SourcePDFScholar
2025

Mitigating Semantic Collapse in Partially Relevant Video Retrieval

NeurIPS 2025poster

Partially Relevant Video Retrieval (PRVR) seeks videos where only part of the content matches a text query. Existing methods treat every annotated text–video pair as a positive and all others as negatives, ignoring the rich semantic variation both within a single video and across different videos.…

Cited by 4SourceScholar
2025

Prototypes are Balanced Units for Efficient and Effective Partially Relevant Video Retrieval

ICCV 2025poster

In a retrieval system, simultaneously achieving search accuracy and efficiency is inherently challenging. This challenge is particularly pronounced in partially relevant video retrieval (PRVR), where incorporating more diverse context representations at varying temporal scales for each video enhance…

Cited by 0SourcePDFScholar
2025

Selective Contrastive Learning for Weakly Supervised Affordance Grounding

ICCV 2025poster

Facilitating an entity's interaction with objects requires accurately identifying parts that afford specific actions. Weakly supervised affordance grounding (WSAG) seeks to imitate human learning from third-person demonstrations, where humans intuitively grasp functional parts without needing pixel-…

Cited by 0SourcePDFScholar
2025

Temporal Alignment-Free Video Matching for Few-shot Action Recognition

CVPR 2025poster

Few-Shot Action Recognition (FSAR) aims to train a model with only a few labeled video instances. A key challenge in FSAR is handling divergent narrative trajectories for precise video matching. While the frame- and tuple-level alignment approaches have been promising, their methods heavily rely on…

2024

Mitigating Background Shift in Class-Incremental Semantic Segmentation

ECCV 2024poster

"Class-Incremental Semantic Segmentation (CISS) aims to learn new classes without forgetting the old ones, using only the labels of the new classes. To achieve this, two popular strategies are employed: 1) pseudo-labeling and knowledge distillation to preserve prior knowledge; and 2) background weig…

2024

Progressive Proxy Anchor Propagation for Unsupervised Semantic Segmentation

ECCV 2024poster

"The labor-intensive labeling for semantic segmentation has spurred the emergence of Unsupervised Semantic Segmentation. Recent studies utilize patch-wise contrastive learning based on features from image-level self-supervised pretrained models. However, relying solely on similarity-based supervisio…

2024

VLCounter: Text-Aware Visual Representation for Zero-Shot Object Counting

AAAI 2024technical

Zero-Shot Object Counting~(ZSOC) aims to count referred instances of arbitrary classes in a query image without human-annotated exemplars. To deal with ZSOC, preceding studies proposed a two-stage pipeline: discovering exemplars and counting. However, there remains a challenge of vulnerability to er…

2023

Leveraging Hidden Positives for Unsupervised Semantic Segmentation

CVPR 2023poster

Dramatic demand for manpower to label pixel-level annotations triggered the advent of unsupervised semantic segmentation. Although the recent work employing the vision transformer (ViT) backbone shows exceptional performance, there is still a lack of consideration for task-specific training guidance…

2023

Minority-Oriented Vicinity Expansion with Attentive Aggregation for Video Long-Tailed Recognition

AAAI 2023technical

A dramatic increase in real-world video volume with extremely diverse and emerging topics naturally forms a long-tailed video distribution in terms of their categories, and it spotlights the need for Video Long-Tailed Recognition (VLTR). In this work, we summarize the challenges in VLTR and explore…

2023

Query-Dependent Video Representation for Moment Retrieval and Highlight Detection

CVPR 2023poster

Recently, video moment retrieval and highlight detection (MR/HD) are being spotlighted as the demand for video understanding is drastically increased. The key objective of MR/HD is to localize the moment and estimate clip-wise accordance level, i.e., saliency score, to the given text query. Although…

2022

Difficulty-Aware Simulator for Open Set Recognition

ECCV 2022poster

"Open set recognition (OSR) assumes unknown instances appear out of the blue at the inference time. The main challenge of OSR is that the response of models for unknowns is totally unpredictable. Furthermore, the diversity of open set makes it harder since instances have different difficulty levels.…