← Search

Semin Kim

7 accepted papers

2026

FlowBind: Efficient Any-to-Any Generation with Bidirectional Flows

ICLR 2026poster

Any-to-any generation seeks to translate between arbitrary subsets of modalities, enabling flexible cross-modal synthesis. Despite recent success, existing flow-based approaches are challenged by its inefficiency, as they require large-scale datasets often with restrictive pairing constraints, incu…

Cited by 0SourcecodeScholar
2025

Bridging the gap to real-world language-grounded visual concept learning

NeurIPS 2025poster

Human intelligence effortlessly interprets visual scenes along a rich spectrum of semantic dimensions. However, existing approaches to language-grounded visual concept learning are limited to a few predefined primitive axes, such as color and shape, and are typically explored in synthetic datasets.…

Cited by 0SourcecodeScholar
2025

Evidential-TTS: High Fidelity Zero-Shot Text-to-Speech Using Evidential Deep Learning

ICASSP 2025accepted

We propose Evidential-TTS, a novel zero-shot text-to-speech (TTS) system based on evidential deep learning (EDL). The model includes a length regulator to ensure precise alignment between phonemes and acoustic tokens. This module allows the evidential token generator to convert the aligned phoneme s…

Cited by 0SourceScholar
2025

FADEL: Uncertainty-aware Fake Audio Detection with Evidential Deep Learning

ICASSP 2025accepted

Recently, fake audio detection has gained significant attention, as advancements in speech synthesis and voice conversion have increased the vulnerability of automatic speaker verification (ASV) systems to spoofing attacks. A key challenge in this task is generalizing models to detect unseen, out-of…

Cited by 0SourceScholar
2024

Chameleon: A Data-Efficient Generalist for Dense Visual Prediction in the Wild

ECCV 2024oral

"Despite the success in large language models, constructing a data-efficient generalist for dense visual prediction presents a distinct challenge due to the variation in label structures across different tasks. In this study, we explore a universal model that can flexibly adapt to unseen dense label…

2024

Simulation-Free Training of Neural ODEs on Paired Data

NeurIPS 2024poster

In this work, we investigate a method for simulation-free training of Neural Ordinary Differential Equations (NODEs) for learning deterministic mappings between paired data. Despite the analogy of NODEs as continuous-depth residual networks, their application in typical supervised learning tasks has…

2023

Towards End-to-End Generative Modeling of Long Videos With Memory-Efficient Bidirectional Transformers

CVPR 2023poster

Autoregressive transformers have shown remarkable success in video generation. However, the transformers are prohibited from directly learning the long-term dependency in videos due to the quadratic complexity of self-attention, and inherently suffering from slow inference time and error propagation…