← Search

Byungseok Roh

9 accepted papers

2024

Honeybee: Locality-enhanced Projector for Multimodal LLM

CVPR 2024highlight

In Multimodal Large Language Models (MLLMs) a visual projector plays a crucial role in bridging pre-trained vision encoders with LLMs enabling profound visual understanding while harnessing the LLMs' robust capabilities. Despite the importance of the visual projector it has been relatively less expl…

2024

Towards a Complete Benchmark on Video Moment Localization

AISTATS 2024poster

In this paper, we propose and conduct a comprehensive benchmark on moment localization task, which aims to retrieve a segment that corresponds to a text query from a single untrimmed video. Our study starts from an observation that most moment localization papers report experimental results only on…

2023

Large Language Models are Temporal and Causal Reasoners for Video Question Answering

EMNLP 2023long main

Large Language Models (LLMs) have shown remarkable performances on a wide range of natural language understanding and generation tasks. We observe that the LLMs provide effective priors in exploiting $\textit{linguistic shortcuts}$ for temporal and causal reasoning in Video Question Answering (Video…

Cited by 0SourcecodeScholar
2023

Learning To Generate Text-Grounded Mask for Open-World Semantic Segmentation From Only Image-Text Pairs

CVPR 2023poster

We tackle open-world semantic segmentation, which aims at learning to segment arbitrary visual concepts in images, by using only image-text pairs without dense annotations. Existing open-world segmentation methods have shown impressive advances by employing contrastive learning (CL) to learn diverse…

2023

MELTR: Meta Loss Transformer for Learning To Fine-Tune Video Foundation Models

CVPR 2023poster

Foundation models have shown outstanding performance and generalization capabilities across domains. Since most studies on foundation models mainly focus on the pretraining phase, a naive strategy to minimize a single task-specific loss is adopted for fine-tuning. However, such fine-tuning methods d…

2023

Noise-Aware Learning from Web-Crawled Image-Text Data for Image Captioning

ICCV 2023poster

Image captioning is one of the straightforward tasks that can take advantage of large-scale web-crawled data which provides rich knowledge about the visual world for a captioning model. However, since web-crawled data contains image-text pairs that are aligned at different levels, the inherent noise…

Cited by 24PDFcodeScholar
2022

Efficient Multilingual Multi-modal Pre-training through Triple Contrastive Loss

COLING 2022main

Learning visual and textual representations in the shared space from web-scale image-text pairs improves the performance of diverse vision-and-language tasks, as well as modality-specific tasks. Many attempts in this framework have been made to connect English-only texts and images, and only a few w…

2022

Sparse DETR: Efficient End-to-End Object Detection with Learnable Sparsity

ICLR 2022poster

DETR is the first end-to-end object detector using a transformer encoder-decoder architecture and demonstrates competitive performance but low computational efficiency. The subsequent work, Deformable DETR, enhances the efficiency of DETR by replacing dense attention with deformable attention, which…