← Search

Sangmin Woo

12 accepted papers

2025

A Systematic Survey of Automatic Prompt Optimization Techniques

EMNLP 2025

Since the advent of large language models (LLMs), prompt engineering has been a crucial step for eliciting desired responses for various Natural Language Processing (NLP) tasks. However, prompt engineering remains an impediment for end users due to rapid advances in models, tasks, and associated bes

Cited by 0SourcePDFScholar
2025

Black-Box Visual Prompt Engineering for Mitigating Object Hallucination in Large Vision Language Models

NAACL 2025short

Large Vision Language Models (LVLMs) often suffer from object hallucination, which undermines their reliability. Surprisingly, we find that simple object-based visual prompting—overlaying visual cues (e.g., bounding box, circle) on images—can significantly mitigate such hallucination; however, diffe…

Cited by 0SourcePDFScholar
2025

Diffusion Model Patching via Mixture-of-Prompts

AAAI 2025technical

We present Diffusion Model Patching (DMP), a simple method to boost the performance of pre-trained diffusion models that have already reached convergence, with a negligible increase in parameters. DMP inserts a small, learnable set of prompts into the model's input space while keeping the original m…

Cited by 0SourcePDFScholar
2025

Don’t Miss the Forest for the Trees: Attentional Vision Calibration for Large Vision Language Models

ACL 2025finding

Large Vision Language Models (LVLMs) demonstrate strong capabilities in visual understanding and description, yet often suffer from hallucinations, attributing incorrect or misleading features to images. We observe that LVLMs disproportionately focus on a small subset of image tokens—termed blind to…

2025

Parameter Efficient Mamba Tuning via Projector-targeted Diagonal-centric Linear Transformation

CVPR 2025poster

Despite the growing interest in Mamba architecture as a potential replacement for Transformer architecture, parameter-efficient fine-tuning (PEFT) approaches for Mamba remain largely unexplored. In our study, we introduce two key insights-driven strategies for PEFT in Mamba architecture: (1) While s…

Cited by 0SourcePDFScholar
2024

Denoising Task Routing for Diffusion Models

ICLR 2024poster

Diffusion models generate highly realistic images by learning a multi-step denoising process, naturally embodying the principles of multi-task learning (MTL). Despite the inherent connection between diffusion models and MTL, there remains an unexplored area in designing neural architectures that exp…

2024

Flow-Assisted Motion Learning Network for Weakly-Supervised Group Activity Recognition

ECCV 2024poster

"Weakly-Supervised Group Activity Recognition (WSGAR) aims to understand the activity performed together by a group of individuals with the video-level label and without actor-level labels. We propose Flow-Assisted Motion Learning Network () for WSGAR, which consists of the motion-aware actor encode…

Cited by 1SourcePDFScholar
2024

HarmonyView: Harmonizing Consistency and Diversity in One-Image-to-3D

CVPR 2024poster

Recent progress in single-image 3D generation highlights the importance of multi-view coherency leveraging 3D priors from large-scale diffusion models pretrained on Internet-scale images. However the aspect of novel-view diversity remains underexplored within the research landscape due to the ambigu…

2024

Spatio-Temporal Proximity-Aware Dual-Path Model for Panoramic Activity Recognition

ECCV 2024poster

"Panoramic Activity Recognition (PAR) seeks to identify diverse human activities across different scales, from individual actions to social group and global activities in crowded panoramic scenes. PAR presents two major challenges: 1) recognizing the nuanced interactions among numerous individuals a…

Cited by 0SourcePDFScholar
2024

Switch Diffusion Transformer: Synergizing Denoising Tasks with Sparse Mixture-of-Experts

ECCV 2024poster

"Diffusion models have achieved remarkable success across a range of generative tasks. Recent efforts to enhance diffusion model architectures have reimagined them as a form of multi-task learning, where each task corresponds to a denoising task at a specific noise level. While these efforts have fo…

2023

Towards Good Practices for Missing Modality Robust Action Recognition

AAAI 2023technical

Standard multi-modal models assume the use of the same modalities in training and inference stages. However, in practice, the environment in which multi-modal models operate may not satisfy such assumption. As such, their performances degrade drastically if any modality is missing in the inference s…